View Single Post
  #6  
Old 03-15-2007, 01:27 AM
  Ene's Avatar 
Ene Ene is offline
 

X-Cart team
  
Join Date: Aug 2004
Posts: 907
 

Default Re: How to add product name to "Send to a friend" title bar?

Quote:
Originally Posted by PuroPlacer
Anyone?

Please edit <xcart_root_dir>/skin1/customer/main/send_to_friend.tpl template and replace:

HTML Code:
{include file="dialog.tpl" title=$lng.lbl_send_to_friend content=$smarty.capture.dialog extra='width="100%"'}

with

HTML Code:
{include file="dialog.tpl" title="`$lng.lbl_send_to_friend` information about `$product.product` product" content=$smarty.capture.dialog extra='width="100%"'}

P.S. Embedding Vars in Double Quotes
__________________
Eugene Kaznacheev,
Evangelist/Product Manager at Ecwid: http://www.ecwid.com/ (since Sept 2009)

ex-Head of X-Cart Tech Support Department
ex- X-Cart Hosting Manager - X-Cart hosting
ex-X-Cart Technical Support Engineer


Note: For the official guaranteed tech support services please turn to the Customers HelpDesk.
Reply With Quote