X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   how to edit the signature (https://forum.x-cart.com/showthread.php?t=18995)

torola 01-02-2006 12:56 PM

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

mmoskva 01-02-2006 01:18 PM

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!

torola 01-02-2006 01:40 PM

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

mmoskva 01-02-2006 02:17 PM

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

torola 01-02-2006 02:22 PM

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

mmoskva 01-02-2006 02:32 PM

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>


torola 01-03-2006 06:29 AM

Thank you, very much that did the trick.

Tom


All times are GMT -8. The time now is 10:24 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.