I need to add code the code below to display Yotpo Reviews Carousel in category pages. Where is the template for category pages in Magento located? We are using a custom theme from SwissUp
I need to insert the code below.
<div class="yotpo yotpo-reviews-carousel"
data-background-color="transparent"
data-mode="top_rated"
data-type="product"
data-count="9"
data-show-bottomline="1"
data-autoplay-enabled="1"
data-autoplay-speed="3000"
data-show-navigation="1"> </div>
The mark in the image below shows where to place the carousel.
Link to the category page. https://www.perfectmakeupmirrors.com/mirrors-shop-by-brand/jerdon.html
I want the carousel to be visible across all category pages of the site.