X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   What do I need to remove from what template (https://forum.x-cart.com/showthread.php?t=45641)

nucura50 02-17-2009 10:59 AM

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

balinor 02-17-2009 11:02 AM

Re: What do I need to remove from what template
 
Perhaps you should start here: http://forum.x-cart.com/showthread.php?t=21529

nucura50 02-17-2009 11:22 AM

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. :(

Victor D 02-18-2009 03:43 AM

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>

<tr>
<td valign="top"><b>{$lng.lbl_options}:</b></td>
<td>{include file="modules/Product_Options/display_options.tpl" options=$product.product_options options_txt=$product.product_options_txt force_product_options_txt=$product.force_product_options_txt}</td>
</tr>

</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.