Hello everyone, there is a small adjustment I want to make. I want to show the product quantities on the right side of the subcategories on my page. Which files do I need to change for this? I hope anyone with knowledge can help. This issue has been discussed on the forum before, but it is not working now because it is compatible with older versions. The version I am using is v4.17.2. I am adding the sample image to the message.
1 Like
Due to CS-Cart architecture such calculations can slow down page loading speed.
You can try to use the value from the product_count column in the cscart_categories table, but I want to warn you that the data in this column only refers to the individual categories. So if you have a category tree, the top level branch will show you zero products if all the products are stored in child categories.