v1ncent21
Forum Replies Created
-
Hi, thanks Ewout and excuse me for answer most after.
I resolved this problem…follow me if it’s exact.
I install woocommerce-pdf-invoices-packing-slips and woocommerce-checkout-field-editor, next i go to the woocommerce-pdf-invoices-packing-slips–>templates—>pdf—>simple—>invoice.php
in the line 61 i paste this script:<div class="recipient-address"><?php $wpo_wcpdf->billing_address(); ?></div> P. Iva/C. Fisc. <?php $yourfield = get_post_meta($wpo_wcpdf->export->order->id,'billing_vat',true); if (isset($yourfield)) { echo $yourfield; } ?>before in woocommerce-checkout-field-editor I insert the field Partita Iva and i setting the class ID billing_vat.
It works in my pdf invoice.
you agree with me?Hi Ewout, i’ve a problem with my pdf invoice.
I use the plugin woocommerce-pdf-invoices-packing-slips but the field “Partita Iva” (Italian Tax) in pdf invoce after the order do not appear? there is a method to insert this field?
thank you very muchForum: Plugins
In reply to: Woocommerce and csv limited production variationthe serius bug of woocommerce
Forum: Plugins
In reply to: [WooCommerce] Products with 50 variations do not display last 3 variationsGood evening.
I have a problem with woocommerce. It does not matter more than 50 product variations. Is there a way to do this? Changing php? or what else?
thank you very muchForum: Plugins
In reply to: [WooCommerce] Product variants not savingi have the same a problem.
Woocommerce not import more 50 product variation. there is a php modification? or impossible?