# 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**](https://apps.shopify.com/pagefly)&#x20;

![](/files/-MLumvmW0f8dMqmNlpVA)

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

![](/files/-MLvLUim7kBoOgXAyfoa)

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

![](/files/-MJa-XIUd_re8ySwGld4)

Here is Ryviu total widget code displaying star ratings:

```markup
<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:

```markup
<!-- 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ryviu.gitbook.io/ryviu-document/guides-for-shopify-users/integration/apps/pagefly.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
