Reputation: 1
I do not want the subtotal is in order email template. where can I change that?
magento 1.7
thank you
Upvotes: 0
Views: 1139
Reputation: 447
this code comming in below file....
just go to the template file checkout/cart/totals.phtml
<?php echo $this->renderTotals(); ?>
located into tbody.
i think this one help you...
Upvotes: 1
Reputation: 1782
Checkout the sales_email_order_items
handle under layout/sales.xml you will get the answer.
and try to use your efforts also.
Upvotes: 0