Hi Lukezy
I had a look at that sp and it displays the cargories and subcategories but I am not sure where the count value is pulled from
EG. Notebooks(0).
I noticed this line of code but i dont know where it gets its data from.
categoryListData.ShowProductCount.
Is the product count value stored in a table somewhere? If i can get access to this value then i Can modify the DSC_Category_Get sp to (rougnn example) select * from table where productcont > 0
Thanks
|