Trouble importing reviews to store


Can you help me implement reviews onto my Laser Hair Rmoval product page? The URL is https://vosec.us/pages/vosec-laser-hair-removal. Because I have two products in my store, I only want reviews of the Laser Hair Removal.

Capture.PNG
(68.8 KB)
2.PNG
(48.6 KB)
1 Comment

Hello Nathan and thank you for contacting us.


I can see you're using pagefly page builder to create a custom page with the URL https://vosec.us/pages/vosec-laser-hair-removal


Our Review Widget by default need to install on product page to collect and to show reviews. 

On Custom pages, you would need to assign product for the review widget to show the review of the root Shopify product. 


Here are the steps:


  • First, you need to drag the HTML/Liquid element to your custom page.


  • Then, upon choosing the specific element, open the code editor, and put the associated snippet.



Here is the code snippet I creatd for you to assign the handle of the root product (https://vosec.us/products/vosec-laser-hair-removal) to the custom page https://vosec.us/pages/vosec-laser-hair-removal. Please add it in the code editor.


{% assign product = all_products["vosec-laser-hair-removal"] %}

{% render 'judgeme_widgets', widget_type: 'judgeme_review_widget', concierge_install: true, product: product %}



Let me know if you have any questions.


Best,

Kien Tran


Login or Signup to post a comment