Skip to main content
Contributor I
October 16, 2023
Solved

Klaviyo reviews widget for cart page in shopify

  • October 16, 2023
  • 1 reply
  • 112 views

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.

    This topic has been closed for replies.
    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
    Klaviyo Alum
    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