Jump to content

[SOLVED] Add delivery time to order confirmation email


Recommended Posts

Try adding the following to the $data array on line 324 of classes/PaymentModule.php (in PrestaShop v1.3.2):

'{delivery_time}' => $carrier->delay[intval($order->id_lang)],



Then use {delivery_time} in the order_conf.html and order_conf.txt mail templates.

Link to comment
Share on other sites

  • 1 month later...
  • 7 years later...

Hello,
i would like to add the delivery time next to each product on the order_conf email - how do I do this?
It is necessary by law to give this information near each product,  so hopefully you can help me with this.

I use PS 1.6.1.18

and have described more details, we can go on with this problem here:

https://www.prestashop.com/forums/topic/406929-adding-custom-information-in-mail-alerts-to-customer-on-order-confirmation/

 


Thank you!

 

Edited by DRMasterChief (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...