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)
-   -   E-mail Signature Help Needed (https://forum.x-cart.com/showthread.php?t=26202)

braidedsoul 10-29-2006 02:46 AM

E-mail Signature Help Needed
 
OK I have tried everything to fix this issue and can not seem to get it straight.

I want to remove a line in my e-mail signature but not the entire signature. This is the signature that comes on the invoice to the customer once they have made a purchase.
Sample drawing found at http://bangerz.com/help.html


I checked languages, tpls. i tried everything but cant seem to figure out how to remove this one line. Can you help?


Also.. how can I remove the link on my logo in my header? I checked header.tpl but do not see a link for this.

USING VERSION 4.1.3

balinor 10-29-2006 02:33 AM

Re: E-mail Signature Help Needed
 
That is the {$lng.eml_signature} variable. You can erase it under 'languages' or remove it entirely by editing mail/html/signature.tpl.

The header link is this line of code in head.tpl:

<td class="HeadLogo"><a href="{$http_location}/"><img src="{$ImagesDir}/xlogo.gif" width="244" height="67" alt="" /></a></td>

Moving to template editing.

braidedsoul 10-29-2006 04:48 AM

Re: E-mail Signature Help Needed
 
Thanks.. that took care of the e-mail issue and I greatly appreciate your help. But I am clueless as to what to do with the head.tpl you stated. I tried to replace the href with a web address to my home page but that messed things up big time.

Any idea? I want my logo on the top of the page to go to my index.html of the main site (root) and not the store/index file.

balinor 10-29-2006 06:42 AM

Re: E-mail Signature Help Needed
 
Replace this:

<td class="HeadLogo"><a href="{$http_location}/"><img src="{$ImagesDir}/xlogo.gif" width="244" height="67" alt="" /></a></td>

with this:

<td class="HeadLogo"><a href="../index.html"><img src="{$ImagesDir}/xlogo.gif" width="244" height="67" alt="" /></a></td>

braidedsoul 10-29-2006 07:15 AM

Re: E-mail Signature Help Needed
 
That did it... thanks a bunch. Someday I hope I am as smart as off you real programmers and then I can help someone else out. You people rock!


All times are GMT -8. The time now is 04:31 PM.

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