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)
-   -   show number of products in a category (https://forum.x-cart.com/showthread.php?t=62461)

webdesignhelper 01-27-2012 09:22 AM

show number of products in a category
 
in the category listing in the left hand column how do i get it show the number of products in the category eg:

LMA Engine Fan Kits (90)
LMA Linkage Ball Joints (12)
LMA Hose & Hose Fittings (34)

is the (12) bit i am looking to add to the category list ?

cherie 01-28-2012 01:23 PM

Re: show number of products in a category
 
This code from subcategories_list.tpl might be enough to get you started:
PHP Code:

{if $config.Appearance.count_products eq "Y"}
              {if 
$subcat.product_count}
                ({
$subcat.product_count} {$lng.lbl_products})
              {elseif 
$subcat.subcategory_count}
                ({
$lng.lbl_N_categories|substitute:count:$subcat.subcategory_count})
              {/if}
            {/if} 



All times are GMT -8. The time now is 09:28 PM.

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