Add code to product category page - by Eugenio

This topic has 4 replies, 2 voices, and was last updated 3 years, 11 months ago ago by Rose Tyler

  • Avatar: Eugenio
    Eugenio
    Participant
    April 30, 2020 at 10:28

    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

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 30, 2020 at 14:52

    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

    Avatar: Eugenio
    Eugenio
    Participant
    April 30, 2020 at 14:56

    Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 30, 2020 at 15:00

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.