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)
-   -   Number of products in store showing (https://forum.x-cart.com/showthread.php?t=35678)

bigcomputers 11-24-2007 01:30 PM

Number of products in store showing
 
Before i changed the store theme of my store i had the total number of products showed on the right hand side, just below the header in both the customer and admin pages. Now i have changed theme i dont have it any more and i cant seem to find where the setting is, i have looked all over but cant find it :(

please help, i know it is gonna be just a real easy step :)

many thanks,

bigcomputers 11-27-2007 02:33 AM

Re: Number of products in store showing
 
anyone, please?

cflsystems 11-27-2007 04:07 AM

Re: Number of products in store showing
 
the code is in head.tpl and head_admin.tpl

{******** Remove this line to display how much products there are online ****
<tr>
{insert name="productsonline" assign="_productsonline"}
<td colspan="2" class="NumberOfArticles" align="right">
{if $config.Appearance.show_in_stock eq "Y"}
{insert name="itemsonline" assign="_itemsonline"}
{$lng.lbl_products_and_items_online|substitute:"X" :$_productsonline:"Y":$_itemsonline}
{else}
{$lng.lbl_products_online|substitute:"X":$_product sonline}
{/if}
&nbsp;
</td>
</tr>
**** Remove this line to display how much products there are online ********}


All times are GMT -8. The time now is 11:04 PM.

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