# Integrate A2Reviews into product pages in Pagefly

PageFly is web-based software that offers e-commerce retailers working with Shopify a drag-and-drop editor for creating and optimizing online shops. All types of pages are supported, including home pages, landing pages, and product pages. PageFly's focus is on increasing conversion rates and generating more sales. Various elements, such as countdown timers, testimonials, and parallax scrolling, are available for this purpose.

### How to integrate?

First you need to know how to add Liquid code in Pagefly, please refer to this article.

{% embed url="<https://help.pagefly.io/manual/html-liquid-element/>" %}

The next step is easy, you just need to add the A2Reviews code snippet

```
// Code display total reviews
{% render 'a2reviews-total' product:product %}

// Code display main reviews widget
{% render 'a2reviews-widget' product:product %}
```

Please see the pictures for better understanding

<figure><img src="/files/6sO5C1cBDtouI3ET0vHI" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/HrOROV3RD3v6apayRUE4" alt=""><figcaption></figcaption></figure>

After adding, you need to publish the page to your website.&#x20;

Good luck.


---

# 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://docs.a2rev.com/installation-guides/integrate-a2reviews-into-product-pages-in-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.
