xDani Posted April 9 Share Posted April 9 Hi! I'm running Prestashop V.1.7.8 I want to change the template on the New Order email I get when someone orders something. I would like to add a new column on the product details table below with the total weight of the product (item weight x quantity). How can I do that? I would really appreciate some help on this, thank you! Link to comment Share on other sites More sharing options...
ComGrafPL Posted April 10 Share Posted April 10 You could try with add something like: You want it in order confirmation for client either new order for admin? {$product.weight * $product.quantity} Link to comment Share on other sites More sharing options...
xDani Posted April 16 Author Share Posted April 16 On 4/10/2025 at 9:30 AM, ComGrafPL said: You could try with add something like: You want it in order confirmation for client either new order for admin? {$product.weight * $product.quantity} Thank you for the response! I just need it for admin new order confirmation. Could you please help me identify the file that I need to adjust? Link to comment Share on other sites More sharing options...
Webkul Solutions Posted May 2 Share Posted May 2 On 4/16/2025 at 3:50 PM, xDani said: Thank you for the response! I just need it for admin new order confirmation. Could you please help me identify the file that I need to adjust? You need to make changes in the files below. You need to add a new column header in this file: ROOT_DIR/mails/en/order_conf.html & need to add related value in this file: ROOT_DIR/mails/_partials/order_conf_product_list.tpl Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now