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)
-   -   # of Products Online (https://forum.x-cart.com/showthread.php?t=7561)

dride333 05-13-2004 10:42 AM

# of Products Online
 
In the top right corner of my shopping cart, it lists the number of products online. I set the width of my cart to 770, but this particular listing isn't affected by this, so it sits out at about 1000 px. I either want to turn off the number of products online so that it doesn't appear at all, or make it conform to the 770 px width set for the rest of the page. How can I do these?

blue-dreamer 05-13-2004 10:58 AM

In the head.tpl template look for the following snippet of code near the end and comment out using the {* *}


Code:

{*<TR>
<TD colspan=2 class=NumberOfArticles align=right>{insert name="productsonline"} {$lng.lbl_products} {if $config.Appearance.show_in_stock eq "Y"}{$lng.lbl_and} {insert name="itemsonline"} {$lng.lbl_items} {/if}{$lng.lbl_online}</TD>
</TR>*}


dride333 05-13-2004 12:43 PM

Width of copyright
 
Thanks. That worked perfectly. Now if I could just get my copyright info at the bottom to conform to 770 px. Which template is that in? Thanks.

dride333 05-13-2004 12:53 PM

I found it ... bottom.tpl


All times are GMT -8. The time now is 03:07 PM.

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