marcobeccari
Forum Replies Created
-
oh wait I managed to make it work!
Check the below code where i cloned the <div class=”billing-phone”> and then add the rest:
<?php $this->custom_field('myfield1', 'P.IVA/C.F.:'); ?></div>
<td class="address billing-address"> <!-- <h3><?php _e( 'Billing Address:', 'woocommerce-pdf-invoices-packing-slips' ); ?></h3> --> <?php $this->billing_address(); ?> <?php if ( isset($this->settings['display_email']) ) { ?> <div class="billing-email"><?php $this->billing_email(); ?></div> <?php } ?> <?php if ( isset($this->settings['display_phone']) ) { ?> <div class="billing-phone"><?php $this->billing_phone(); ?></div> <?php } ?> <div class="billing-phone"><?php $this->custom_field('myfield1', 'P.IVA/C.F.:'); ?></div> </td>
It’s working for me, hope the same for you!
bye- This reply was modified 6 years, 10 months ago by marcobeccari.
same here…
I need this too,please
Forum: Plugins
In reply to: [qTranslate X] integration problems with wordpress 4.8 default widgetsThank you Mayada I’ll try that too!
Forum: Plugins
In reply to: [qTranslate X] integration problems with wordpress 4.8 default widgetsI have the same problem with wp 4.8
Forum: Plugins
In reply to: [qTranslate X] WP 4.7.54.8 breaks yes, I have problems with widgets showing [:] code and same into the order email to customers (WP + woocommerce).
Any solutions?- This reply was modified 7 years, 4 months ago by marcobeccari. Reason: forgot to check the notification via email
same problem here, widget top rated showing code instead of translated text…
please help