WebsiteBaker Support (2.8.x) > Bakery Shop
Modify item_list
(1/1)
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?
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?
--- End quote ---
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:
--- Code: --- $txt_shipping_cost: $setting_shop_currency $f_shipping $email_setting_tax_by
--- End code ---
just delete this line.
regards
Navigation
[0] Message Index
Go to full version