Pagefly

This tutorial will guide you on installing Ryviu snippet codes for your Pagefly.

Pagefly is the eCommerce conversion rate optimization solution for Shopify. It helps you design your eCommerce store without limits and requires no coding experience.

Please refer to this instruction to install our snippet to your PageFly - Advanced Page Builder

1. Please login your Shopify admin > Apps > PageFly - Advanced Page Builder

2. Go to Products pages > choose and open your product page template.

3. Click on Add element icon, select HTML / Liquid element, drag HTML5 / LIQUID element to the section you want

4. Click on Open Code Editor and then paste Ryviu snippet codes to there

Here is Ryviu total widget code displaying star ratings:

<div class="review-widget">
    <ryviu-widget-total reviews_data="{{product.metafields.ryviu.product_reviews_info  | escape  }}"     product_id="{{product.id}}" handle="{{product.handle}}"></ryviu-widget-total>
</div>

Here is Ryviu widget code displaying comments:

<!-- RYVIU APP :: WIDGET -->
<div class="lt-block-reviews">
	<ryviu-widget handle="{{product.handle}}" product_id="{{product.id}}" title_product="{{product.title}}" image_product="{{ product.featured_image.src | img_url: '100x' }}"></ryviu-widget>
</div>
<!-- / RYVIU APP -->

Should you need further support, please let us know via live chat.

Last updated