| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
remove company name and symbol | ||||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() could u please tell me how to remove the the company name and symbol from the customer invoice........im sorry about this stupid question but i have been looking for hours its driving me crazy.....thanks
__________________
4.0.18 |
|||||||
#2
|
|||||||
|
|||||||
![]() mail/html/order_invoice.tpl
This thread may help you in the future: http://forum.x-cart.com/showthread.php?t=21529
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#3
|
|||||||
|
|||||||
![]() ive been looking in that but dont seem to know which line to delete.....thanks mate
__________________
4.0.18 |
|||||||
#4
|
|||||||
|
|||||||
![]() The small .gif is the company image and you can comment out the {$config.Company.company_name}
Or just go into your admin area and not fill out a company in General settings >>Company options. I have no idea why you would want to erase that stuff,..though <TD valign="top"><img src="{$ImagesDir}/companyname_small.gif" align="left"> <strong>{$config.Company.company_name}</strong><br /> {$config.Company.location_address}, {$config.Company.location_city}<br /> {$config.Company.location_zipcode}, {$config.Company.location_state_name}<br /> {$config.Company.location_country_name}<br /> {if $config.Company.company_phone}{$lng.lbl_phone_1_ti tle}: {$config.Company.company_phone}<br />{/if} {if $config.Company.company_phone_2}{$lng.lbl_phone_2_ title}: {$config.Company.company_phone_2}<br />{/if} {if $config.Company.company_fax}{$lng.lbl_fax}: {$config.Company.company_fax}<br />{/if} {if $config.Company.orders_department}{$lng.lbl_email} : {$config.Company.orders_department}<br />{/if} {if $order.applied_taxes} <br /> {foreach from=$order.applied_taxes key=tax_name item=tax} {$tax.regnumber}<br /> {/foreach} {/if} </TD>
__________________
X-Cart Gold v4.0.18 L.A.M.P model MySQL 4.0.25-standard PHP 4.3.10 DSEFU Mod |
|||||||
#5
|
|||||||
|
|||||||
![]() i change mail/html/order_invoice.tpl
{*<td valign="top"><br /><br /><img src="{$ImagesDir}/companyname_small.gif" alt="" /></td> <td width="100%"> <table cellspacing="0" cellpadding="2" width="100%"> <tr> <td width="30"> </td>*}
__________________
Gonzalo Astudillo Pizarro | https://about.me/gonzaloastudillo |
|||||||
#6
|
|||||||
|
|||||||
![]() Careful...you break a table if you comment out just those lines...as you now have a closing table tag with no opening tag.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#7
|
|||||||
|
|||||||
![]() correct i now change to:
{*<td valign="top"><br /><br /><img src="{$ImagesDir}/companyname_small.gif" alt="" /></td>*} but now i have other problem <tr> <td align="center"><br /><br /><font style="FONT-SIZE:12px">{$lng.txt_thank_you_for_purchase}</font></td> </tr> this message move to left i try with <b /> but if check email notification have the same error, html its ok with <b /> any idea for fix.
__________________
Gonzalo Astudillo Pizarro | https://about.me/gonzaloastudillo |
|||||||
#8
|
|||||||
|
|||||||
![]() <b/> is not a correct tag...what are you trying to do? <b> is a bold tag....do you mean <br />?
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#9
|
|||||||
|
|||||||
![]() oki, only comment image line
but now $lng.lbl_invoice have space in left side. <table cellspacing="0" cellpadding="0" width="{if $is_nomail eq 'Y'}100%{else}600{/if}" bgcolor="#ffffff"> <tr> <td> <table cellspacing="0" cellpadding="0" width="100%" border="0"> <tr> {*<td valign="top"><br /><br /><img src="{$ImagesDir}/companyname_small.gif" alt="" /></td>*} <td width="100%"> <table cellspacing="0" cellpadding="2" width="100%"> <tr> <td width="30"> </td> <td valign="top"> <font style="FONT-SIZE: 28px"><b style="text-transform: uppercase;">{$lng.lbl_invoice}</b></font> <br /><br />
__________________
Gonzalo Astudillo Pizarro | https://about.me/gonzaloastudillo |
|||||||
#10
|
|||||||
|
|||||||
![]()
__________________
Gonzalo Astudillo Pizarro | https://about.me/gonzaloastudillo |
|||||||
![]() |
|
Thread Tools | Search this Thread |
|
|
|
|||
X-Cart forums © 2001-2020
|