Skip to main content
Solved

Klaviyo reviews widget for cart page in shopify

  • October 16, 2023
  • 1 reply
  • 78 views

Forum|alt.badge.img+2

Does anyone know if it’s possilble to add a product reviews widget from Klaviyo to our cart page in Prestige Theme for Shopify?

i.e. we’d like our product reviews to show on the cart or checkout page.

Thanks in advance.

Best answer by Brian Turcotte

Hi @CostaEffie!

If you’d like to add star ratings in a section that’s not included in this Help Center article, you'll need to edit your theme files and add the code snippet below:

<div class="klaviyo-star-rating-widget" data-id="{{product.id}}" data-product-title="{{product.title}}" data-product-type="{{product.type}}"></div>

This may require the help of a developer, as Klaviyo's support/community team is not able to directly edit your theme files. 

 

Best,

Brian

1 reply

Brian Turcotte
Forum|alt.badge.img+37
  • Klaviyo Alum
  • 1393 replies
  • Answer
  • October 17, 2023

Hi @CostaEffie!

If you’d like to add star ratings in a section that’s not included in this Help Center article, you'll need to edit your theme files and add the code snippet below:

<div class="klaviyo-star-rating-widget" data-id="{{product.id}}" data-product-title="{{product.title}}" data-product-type="{{product.type}}"></div>

This may require the help of a developer, as Klaviyo's support/community team is not able to directly edit your theme files. 

 

Best,

Brian