Add "number of products" under category
-
Hi,
I am using the product category grid, I want to display the total number of products of each category, how can I do that?
THanks
Attachments:
You must be
logged in to view attached files.
Hello,
The product number is shown by default. Please check your custom CSS perhaps you have hidden them.
If you cannot find the reason, please, provide the site admin access. Insert credentials into the private content block.
Best Regards
Hi,
You have the details, I also want to hide price for all the products on the website. Please add css code that will hide price for all products. (I cannot use the catalog mode because it disables the product options which I really need).
Thanks
Hello,
This option was “On” https://gyazo.com/24761d2057264a2ac40cd5e9a7a156d3 I have disabled, the product count appeared, please check.
If you have any questions please feel free to contact us.
Best Regards
Hi,
You didnt reply anything regarding my question about the price.
Hello,
Sorry.
Please add this code to the Theme Settings > Custom CSS > Global:
body .price {
display:none!important;
}
Best Regards
Hi,
Thanks.
I also want to hide addtocart button for all the products.
Hello,
Please update the credentials I cannot log in.
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-action-btn.wd-add-cart-btn {
display: none;
}
Best Regards
Hi,
I typed your code, it didnt work. Add to cart still appears
Hello,
Please provide the page URL where the button remains.
Best Regards