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)
-   -   remove company name and symbol (https://forum.x-cart.com/showthread.php?t=24289)

southcoastcoffeetea 08-22-2006 09:33 AM

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

balinor 08-22-2006 09:55 AM

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

southcoastcoffeetea 08-22-2006 07:29 PM

Re: remove company name and symbol
 
ive been looking in that but dont seem to know which line to delete.....thanks mate

schawel 08-25-2006 01:19 PM

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>

gastu 11-17-2006 12:13 PM

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">&nbsp;</td>*}

balinor 11-17-2006 04:41 PM

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.

gastu 11-17-2006 04:51 PM

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.

balinor 11-17-2006 04:52 PM

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 />?

gastu 11-17-2006 05:08 PM

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">&nbsp;</td>
<td valign="top">
<font style="FONT-SIZE: 28px"><b style="text-transform: uppercase;">{$lng.lbl_invoice}</b></font>
<br /><br />

gastu 11-19-2006 06:54 AM

Re: remove company name and symbol
 
balinor,
how can move $lng.lbl_invoice to the left?

http://www.oficlip.cl/Imagen4.png


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.