Replace email Field by total price order – shipping Label
-
Hello,
I need help to replace email field by total price of order, of my shipping label linked to each order.here is the PHP code :
public function default_settings($settings,$base_id)
{
if($base_id==$this->module_id)
{
return array(
‘woocommerce_wf_packinglist_label_size’=>2, //full page
‘woocommerce_wf_enable_multiple_shipping_label’=>’Yes’,
‘woocommerce_wf_packinglist_footer_sl’=>’No’,
‘wf_shipping_label_column_number’=>1,
‘wf_’.$this->module_base.’_contactno_email’=>array(‘contact_number’,’email’),
);
}else
{
return $settings;
}
}I found this line also :
’email’=>__(‘Email Field’,’print-invoices-packing-slip-labels-for-woocommerce’),Correct account: Unknown
-
Hello there,
Many thanks for reaching out.
Are you able to confirm the URL of the website that you need assistance with please?
-
-
Hello there,
This site is not hosted with us on WordPress.com, but using the open source WordPress software at another hosting provider. This is a bit different to a site hosted on WordPress.com. You can read about these differences here: https://en.support.wordpress.com/com-vs-org/
It means we would not be able assist with this site.
You would need to seek a developer to help with that: https://www.codeable.io/developers/woocommerce/
- The topic ‘Replace email Field by total price order – shipping Label’ is closed to new replies.