Link for customer to review product
There are multiple ways you can trigger a review of a specific product
On Product Pages
From a product page URL, just add ?fera=review
to the URL to trigger the write review modal. Fera will automatically assume the current product being viewed is the one being reviewed.
Example: Product page review link
This link will open the write review modal for the Candy Melt product on our test store: https://megans-cupcake-shop.myshopify.com/products/candy-melt?fera=review
If your URL contains other parameters (like
?variant=123
) then add to the URL with an&
instead of a?
like this:https://megans-cupcake-shop.myshopify.com/products/candy-melt?variant=123&fera=review
On Non-product Pages
If you're not sending the user to a product page, you can specify the current product with the product=1234
parameter.
Example: Product review link using product ID
This link will open the review submission modal for the Candy Melt product as well as the one above: https://megans-cupcake-shop.myshopify.com/?fera=review&product=5374311334048
Updated 6 months ago