![]() |
remove company name and symbol
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
|
Re: remove company name and symbol
mail/html/order_invoice.tpl
This thread may help you in the future: http://forum.x-cart.com/showthread.php?t=21529 |
Re: remove company name and symbol
ive been looking in that but dont seem to know which line to delete.....thanks mate
|
Re: remove company name and symbol
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> |
Re: remove company name and symbol
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>*} |
Re: remove company name and symbol
Careful...you break a table if you comment out just those lines...as you now have a closing table tag with no opening tag.
|
Re: remove company name and symbol
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. |
Re: remove company name and symbol
<b/> is not a correct tag...what are you trying to do? <b> is a bold tag....do you mean <br />?
|
Re: remove company name and symbol
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 /> |
Re: remove company name and symbol
|
All times are GMT -8. The time now is 05:52 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.