Modify item_list

marmot

Hi,

Quote from: Frankkuin on October 10, 2013, 06:03:20 PM
I want to modify the item_list for the conformation e-mail. I don't want shipping_costs in the email because these costs are depending on several different options and they are calculated later. Is there a possibility to modify that. And how?
hmm you don't want the shipping cost in the email and it is calculated later? I guess then the costs are not important in the bakery order system at all? If so, you can patch the invoice array which is created in view_summary.php line ~886: $txt_shipping_cost: $setting_shop_currency $f_shipping $email_setting_tax_byjust delete this line.

regards

Frankkuin

I want to modify the item_list for the conformation e-mail. I don't want shipping_costs in the email because these costs are depending on several different options and they are calculated later. Is there a possibility to modify that. And how?