Jump to content

jeromecollection

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by jeromecollection

  1. hello

    I try to show total product in my store

    i put ({$TOTAL_ENABLED_PRODUCTS}) on template

    and add in  controller.index.php,

    $GLOBALS['smarty']->assign('TOTAL_ENABLED_PRODUCTS',number_format($prod_count));

    but only apear number 0

     

     

    i was nice if i can see how many product i have in each category
    like
    category 1 (5)
       subcat 1 (3)
       subcat 2 (2)
    category 2 (10)

    Total product in the store :15

    Thank you

     

     

     

     

×
×
  • Create New...