| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
E-mail Signature Help Needed | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() 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
__________________
version 4.0.12 x-cart Gold |
|||||||
#2
|
|||||||
|
|||||||
![]() 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.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#3
|
|||||||
|
|||||||
![]() 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.
__________________
version 4.0.12 x-cart Gold |
|||||||
#4
|
|||||||
|
|||||||
![]() 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>
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#5
|
|||||||
|
|||||||
![]() 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!
__________________
version 4.0.12 x-cart Gold |
|||||||
|
|||
X-Cart forums © 2001-2020
|