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:
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
Nathan Lim
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.