Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Add a field to "Send to Friend"

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 04-18-2010, 06:04 AM
 
gita gita is offline
 

Member
  
Join Date: Jan 2010
Posts: 10
 

Default Add a field to "Send to Friend"

Does anyone know how to add another field to "Send to Friend"?
In many online stores, you can add a personal message to the friend - perhaps telling why you think he/she might enjoy or be interested in that particular product.
My client would like to add "Add Personal Message" to the "send to a friend" but I have no idea how to start working on this.
Any help would be appreciated.

Thank you
Gita
__________________
Trying to get my site up and running with xcart 4.3
Reply With Quote
  #2  
Old 06-09-2010, 05:15 PM
 
TheWrongGrape TheWrongGrape is offline
 

Advanced Member
  
Join Date: Nov 2002
Location: Los Angeles, CA
Posts: 68
 

Default Re: Add a field to "Send to Friend"

Just did this for my site running 4.3.1

In send_to_friend.php, add this code around line 78 below $mail_smarty->assign ("product", $product_info);
Code:
$mail_smarty->assign ("msg", $msg);

In skin1/customer/main/send_to_friend.tpl add a new row before the row containing the submit button:
Code:
<tr> <td class="data-name"><label for="msg">Optional Message</label>:</td> <td></td> <td> <textarea id="msg" type="textarea" name="msg" /></textarea> </td> </tr>
Style and size the textarea however you like.

Lastly, in either your HTML or text email tpl file (I use skin1/mail/html/send2friend.tpl), add:
Code:
{if $msg} $msg <br/> {/if}

Hope this helps. Kudos to Shan's old post for giving me the help I needed.
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 04:46 AM.

   

 
X-Cart forums © 2001-2020