This topic has 4 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Rose Tyler
Hi,
I need to add some code to the product category page (https://eggtronic.com/store/development/product-category/wireless-chargers/), in particular star review for each product, like in homepage (https://eggtronic.com/store/development);
I can not find the correct temlate for category page, can you please explain me where to find it?
thanks
Hello,
xstore/woocommerce/archive-product.php – changes should be done via child theme
Condition like this one can be used –
if (is_category() ) { echo 'your content'; }
Please note that additional customization is not included in our basic support.
Regards
Thanks
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up