Okendo is of the best review app for the customers. After realizing the convenient & it’s good for the users, we decided integrated it to the Gecko – Responsive Shopify Theme
Just need to as these steps to make it work on the theme:
Go to Actions -> Edit code -> Find “theme.liquid” & add these code to there. (Find with “review” text)
{{ shop.metafields.okendo.ReviewsWidgetStyleTag }} {{ shop.metafields.okendo.StyleCustomizations }}
Finding “product-page-description.liquid” file & add this code to there
<div data-oke-reviews-widget data-oke-reviews-product-id=”shopify-{{ product.id }}”>{{ product.metafields.okendo.ProductReviewsWidgetSnippet }}</div>
<div data-oke-reviews-product-listing-rating>{{ product.metafields.okendo.ProductListingSnippet }}</div>