max66max
Forum Replies Created
-
perfect thank you very much
now i use 2 plugin WP-Members and WooCommerce Checkout Manager.
with WooCommerce Checkout Manager I disable all fields woocommerce of the Checkout except the e-mail and with WP-Members I enable all fields for the registration with Word Press.
using Word press to registration even the extra fields are not required to insert every time.everything is ok sorry
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] link Italian translationthis better
it works thanks.
? there was a space character ‘ Partita IVA’ instead of ‘Partita IVA’thank you very much great plugin
email works, I added a new field in checkout-manager
label Placeholder Choose Type Abbreviation
Partita IVA Partita IVA Text Input pivatried
<?php
$yourfield = get_post_meta($wpo_wcpdf->export->order->id,’_piva’,true);
if (isset($yourfield)) {
echo $yourfield;
}
?>tried ‘_piva’ or ‘piva’ or ‘Partita IVA’ or ‘_Partita IVA’does not work
many thanks for the assistance
I tried this
<?php
$email = get_post_meta($wpo_wcpdf->export->order->id,’billing_email’,true);
if (isset($email)) {
echo ‘
email:’.$email;
}
?>no error but does not retrieve the email