View Single Post
  #10  
Old 11-15-2002, 08:17 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Forgot to mention you also need to create two other files under [skin1]/mail

First file: [skin1]/mail/sendtofriend.tpl

Code:
{$contact.firstname} {$contact.lastname} has recommended a product to you. {if $contact.body ne ""} {$contact.body} {/if} Checkout the product link below for more details: http://www.blazingdragon.com/store/customer/product.php?productid={$contact.productid} {include file="mail/signature.tpl"}

Next: [skin1]/mail/sendtofriend_subj.tpl

Code:
{config_load file="$skin_config"}{$contact.firstname} {$contact.lastname} has recommended a product to you at {$config.Company.company_name}{*$lng.eml_contact_us_subj*}

Sorry about that

NOTE: Ooops I forgot to add a / in between mail and sendtofriend.tpl and sendtofriend_subj.tpl sorry about that.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote