I am looking to edit the block of the email that contains the order totals (shipping, grand total), but cant find the template file for this bit of code
I need to remove shipping and grand total lines, only showing subtotal lines
I have checked the template via System > Transnational Emails Looked at a large group of phtml files trying to find this specific instance (will be for both registered and unregistered users if this makes a difference)
currently the email is formatted as:
[logo]
hello {name/guest}
thank you message, {email} {tel}
order id info and date
billing info / payment method
shipping info / shipping method
order details - assuming this is {{layout handle="sales_email_order_items" order=$order}}
thank you message
on the order details line its a table
line item for each: item, sku, qty, subtotal
after all of the items is subtotal, then next line is shipping, then next line is total - it is 2 of those lines i want to get rid of, shipping and either subtotal or total