Replies: 0
Hello,
I wrote a email to Your support with next topic…
I’m thinking about migrating from WooCommerce PDF Invoices & Packing Slips Free to WooCommerce PDF Invoices & Packing Slips Professional.
After purchasing plugin what plugin support comes with it?
For example, I’ve managed to partially finish Invoice template, but there is few thing that I can’t change.
Picture: http://joxi.ru/V2VgGQyU16K5Av
Explanation:
I would like to change the way how wpo_wcpdf_woocommerce_totals works, to:
Show total price without VAT.
Show total VAT.
Show shipping price with shipping name.
Show total price (Total price + shipping).
I have noticed, that somehow product text table is smaller and overflows other column is there possible to fix it?
====
Your support and was suggested to buy ” Premium Templates extension, as that adds a drag & drop customizer”
But I’m not shure it will work.. Right now I have made custom template: https://gist.github.com/anonymous/083dbf047facabf071267eb27f06f654
Witch has few custom things, for example if specific custom field is not null, I must show another title. And other custom feature is that i add custom fields in pdf
<div id="rekviziti">
<h4><?php $wpo_wcpdf->custom_field('Firmas nosaukums'); ?></h4>
<span class="rekviziti-span">
<?php _e( 'Adrese:', 'argaCustomPDF' ); ?><?php $wpo_wcpdf->custom_field('Firmas adrese'); ?>
</span>
<span class="rekviziti-span">
<?php _e( 'Registracijas nr:', 'argaCustomPDF' ); ?><?php $wpo_wcpdf->custom_field('Firmas reg. nr.'); ?>
</span>
<span class="rekviziti-span">
<?php _e( 'PVN kods:', 'argaCustomPDF' ); ?><?php $wpo_wcpdf->custom_field('Firmas PVN kods'); ?>
</span>
</div>
How to better I could migrate to premium plugin and is it even possible to save my custom template and add additional things to it?