![]() |
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 |
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! |
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 |
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 |
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 |
Try this it should work.
Code:
|
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.