View Single Post
  #1  
Old 03-10-2009, 03:06 AM
 
Ginestra Ginestra is offline
 

Advanced Member
  
Join Date: Sep 2003
Posts: 81
 

Default how to replace text in product_options in order_data.tpl

line 11 and 12

{include file="modules/Product_Options/display_options.tpl" options=$products[prod_num].product_options options_txt=$products[prod_num].product_options_txt is_plain="Y"}

how I can do a replace in this text?this is the content of the email

for the content of the last page of the checkout I've do a replace in /skin1/modules/product_options/display_options.tpl in this way for string "Code"

$options_txt|replace:"\n":"<br />"|replace:"Code:":""

But I need the same replace in the email content.. some ideas?
I need also to remove "Code" from the cart (first page, when add a product to cart)
__________________
4.1.10 Gold
Reply With Quote