WebsiteBaker Community Forum (upd)

WebsiteBaker Support (2.8.x) => Bakery Shop => Topic started by: Frankkuin on October 10, 2013, 06:03:20 PM

Title: Modify item_list
Post by: 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?
Title: Re: Modify item_list
Post by: marmot on October 27, 2013, 12:22:03 PM
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