View Single Post
  #1  
Old 03-17-2011, 11:38 AM
 
mlongoriadesigner mlongoriadesigner is offline
 

Member
  
Join Date: Jun 2010
Posts: 15
 

Unhappy Change Email Contents

Hi
I need some help. I am using X-cart Version 4.4 ; I am trying to customize the email content. Can some one tell me how can I do that?
I have tried in the location
/common_files/mail/signin_notification.tpl

But dont know where to put my text?

{*
$Id: signin_notification.tpl,v 1.1 2010/05/21 08:32:15 joy Exp $
vim: set ts=2 sw=2 sts=2 et:
*}
{include file="mail/mail_header.tpl"}


{include file="mail/salutation.tpl" title=$userinfo.title firstname=$userinfo.firstname lastname=$userinfo.lastname}

{$lng.eml_signin_notification}

{$lng.lbl_your_profile}:
---------------------
{if $config.Email.show_passwords_in_user_notificat eq 'Y'}
{include file="mail/profile_data.tpl" show_pwd="Y"}
{else}
{include file="mail/profile_data.tpl"}
{/if}


{include file="mail/signature.tpl"}

===========================
Right now i am getting the following email message:
You have received this notification from XYZ Company because you are a registered user or you or some other registered user requested some information for you from our store.
New member has been registered.
Profile details:


Account information

Email:

xyz@gmail.com
Personal information

First name:

XYZ
Last name:

ABC
Company:




Tax number:

-
Thank you for using our shopping system
XYZ
Phone:
Fax:
URL:
__________________
X-Cart Gold v4.3.2
XSpecials Module

healthy-smoke.biz
Reply With Quote