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)
-   -   Product Count (https://forum.x-cart.com/showthread.php?t=46012)

Panther 03-04-2009 10:58 AM

Product Count
 
Is there a way to show the total number of products for sell on my website on the main page. I would like for it to say something like 599 products in our mall or something like that. Is there a way I can have this done automatically for me or do I need to do it manually?

Thanks in advance!

cflsystems 03-04-2009 01:42 PM

Re: Product Count
 
This was the code in 4.1.x in head.tpl
I can't find it in 4.2 but maybe it will work the way it is or you will have to change it a little bit.

Code:

{******** 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":$_productsonline}
{/if}
&nbsp;
 </td>
</tr>
**** Remove this line to display how much products there are online ********}


Panther 03-05-2009 06:42 PM

Re: Product Count
 
Well darn!!! That didn't work. : (

cflsystems 03-06-2009 04:40 AM

Re: Product Count
 
This code is from 4.1.x so yes maybe something is changed in 4.2.
You can ask QT for the code. I am sure they will provide it to you

Panther 03-14-2009 05:56 PM

Re: Product Count
 
I've got it worked out. Thanks for the input.


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

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