View Single Post
  #4  
Old 02-18-2009, 03:43 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default 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>
__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote