I have Impulse theme 2.0 I have added Okendo to product pages using the app embed but there is no way to do this for collection pages.
I followed the instructions provided by Okendo and created snippet files - Here is where I am getting lost it says:
If you wanted to include the average product rating below the product title on each of your product pages, your product.liquid file might include something like this:
<h1>{{product.title}}</h1>
{% render 'okendo-reviews-product-rating-summary', product: product %}
I don’t have product:liquid file I have a main-product.liquid but there is no h1 tags not sure where to put the tag for it to show on my collections page. I also have a main-collection.liquid but I am not sure again where to put the code.