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

how to edit the signature

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 01-02-2006, 12:56 PM
 
torola torola is offline
 

Advanced Member
  
Join Date: Feb 2005
Location: Toronto, Canada
Posts: 54
 

Default how to edit the signature

When Xcart is sending out emails at the bottom it always signs

company name
phone
fax
URL

How and where can I change this so that it only shows
company name and URL

I apreciate any help
Thanks
Tom
__________________
Unix X-Cart PRO 4.0.12
Add-on: X-Affiliate
Reply With Quote
  #2  
Old 01-02-2006, 01:18 PM
 
mmoskva mmoskva is offline
 

eXpert
  
Join Date: Aug 2005
Location: Pennsylvania
Posts: 306
 

Default

Your signiture file is located at: skin1/mail/html/signature.tpl
The infomaiton is pulled from your admin/general settings/company options.

Take it easy!
__________________
x-cart 4.0.16v
linux server
Reply With Quote
  #3  
Old 01-02-2006, 01:40 PM
 
torola torola is offline
 

Advanced Member
  
Join Date: Feb 2005
Location: Toronto, Canada
Posts: 54
 

Default

Thank you very much, this is the file

However when I remove the sections for phone number and fax number, when email is sent in the FROM field its just an empty space. However in the email message the signature shows properly, on FROM doesn;t show at all so customers won't see who the email is from without opening it.

What could be causing that?

Thanks
Tom
__________________
Unix X-Cart PRO 4.0.12
Add-on: X-Affiliate
Reply With Quote
  #4  
Old 01-02-2006, 02:17 PM
 
mmoskva mmoskva is offline
 

eXpert
  
Join Date: Aug 2005
Location: Pennsylvania
Posts: 306
 

Default

If the sections in the admin are cleared, then in the email notificaiton will not display and input for the sections.

If you remove the sections in the tpl file then nothing will display on the page because the tpl fields draw data entered in your amin area.

Hope this helps
__________________
x-cart 4.0.16v
linux server
Reply With Quote
  #5  
Old 01-02-2006, 02:22 PM
 
torola torola is offline
 

Advanced Member
  
Join Date: Feb 2005
Location: Toronto, Canada
Posts: 54
 

Default

Under General settings in CFompany Options I have filled in Company Name and website.

My skin1/mail/html/signature.tpl

looks like this

------------------------------------

{* $Id: signature.tpl,v 1.2 2004/05/28 12:21:02 max Exp $ *}
<HR size="1" noshade>
{$lng.eml_signature}


<FONT size="2">
{$config.Company.company_name}

{$lng.lbl_url}: {$config.Company.company_website}
</FONT></P>

----------------------

So why whould I not get the FROM field filled in, like it was before?
Thanks
__________________
Unix X-Cart PRO 4.0.12
Add-on: X-Affiliate
Reply With Quote
  #6  
Old 01-02-2006, 02:32 PM
 
mmoskva mmoskva is offline
 

eXpert
  
Join Date: Aug 2005
Location: Pennsylvania
Posts: 306
 

Default

Try this it should work.

Code:
{* $Id: signature.tpl,v 1.2 2004/05/28 12:21:02 max Exp $ *} <HR size="1" noshade> {$lng.eml_signature} <FONT size="2"> {$config.Company.company_name} {*<!-- {$lng.lbl_phone}: {$config.Company.company_phone} -->*} {*<!-- {$lng.lbl_fax}: {$config.Company.company_fax} -->*} {$lng.lbl_url}: {$config.Company.company_website} </FONT></P>
__________________
x-cart 4.0.16v
linux server
Reply With Quote
  #7  
Old 01-03-2006, 06:29 AM
 
torola torola is offline
 

Advanced Member
  
Join Date: Feb 2005
Location: Toronto, Canada
Posts: 54
 

Default

Thank you, very much that did the trick.

Tom
__________________
Unix X-Cart PRO 4.0.12
Add-on: X-Affiliate
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 02:37 PM.

   

 
X-Cart forums © 2001-2020