Trying to add Okendo ratings to Collection Page

Topic summary

Issue: Adding Okendo review ratings to an Impulse 2.0 Shopify theme’s collection pages. The provided Okendo instructions reference product.liquid and adding {% render ‘okendo-reviews-product-rating-summary’, product: product %} under an

with product.title, but this theme uses main-product.liquid and main-collection.liquid with no clear

or insertion point.

Context: The mismatch between Okendo’s example (product.liquid) and Online Store 2.0 section-based templates causes confusion about where to insert the snippet for collection product cards.

Updates/Outcomes:

  • One participant resolved it by opening a support ticket; Okendo’s team implemented the change for them (details not shared).
  • Another participant said they fixed it themselves after considerable effort but did not provide steps.
  • A follow-up request asked for the exact method; no answer provided.

Status: No publicly documented solution or code placement guidance in the thread. The key question—where precisely to insert the Okendo snippet in Impulse 2.0’s main-collection.liquid or product card templates—remains unanswered for others.

Summarized with AI on January 9. AI used: gpt-5.

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.

2 Likes

I’m having the same problem right now have you found a way to fix?

I created a support ticket with Okendo and they ended up adding it for me. Not certain what they did but it works like I wanted

I think I fixed it thank good took me like 2 hours

I reached out to Okendo and they had one of their team members do it for me.

what did you do?