![]() |
What do I need to remove from what template
Im trying to do some editing to a template for our customers emails.. Once again.. Im very new to this...
The parts in red Im wanting to just remove from what is sent to the customer... how do I do this? http://www.bionational.com/help/invoice.gif |
Re: What do I need to remove from what template
Perhaps you should start here: http://forum.x-cart.com/showthread.php?t=21529
|
Re: What do I need to remove from what template
Thanks balinor,
I have read through that and it doesnt really make sense to me....as I stated Im very new to this and it doesnt seem that they use very "smart" tags to let you know what is what...I have also read through the manual a million times... Im kinda looking for someone that can tell me remove this line and that line and those lines will be gone. :( |
Re: What do I need to remove from what template
To remove the first line you have to delete from your skin1/mail/order_invoice.tpl
the lines Code:
{$lng.lbl_order_status|truncate:$max_truncate:"...":true|cat:":"|string_format:$max_space}{include file="main/order_status.tpl" status=$order.status mode="static"} and from skin1/mail/html/order_invoice.tpl Code:
<b>{$lng.lbl_order_status}:</b> {include file="main/order_status.tpl" status=$order.status mode="static"}<br /> for the second line delete in skin1/mail/html/order_data.tpl Code:
<table> |
All times are GMT -8. The time now is 03:50 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.