• Resolved anchorunderwear

    (@anchorunderwear)


    Hi,

    Great plugin. I’m wondering if there is any way possible to leave product reviews from a custom page? I would love to be able to add a review form on a custom page like https://www.example.com/widgetA/review This way I could provide customers with a direct link to a review page for a specific product (ideally via shortcode). I see custom code to address similar custom pages (to my question) but they are totally custom and a bit over my abilities. Perhaps with your ninja coding skills this could come true in a future release? Fingers crossed!

    Erik

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    There are a few ways to do this.

    1. With many WooCommerce themes, adding #reviews to the end of the product URL will display the reviews section when the page is loaded.
    2. If your theme does not support option #1, you can try using a popup plugin that allows you to trigger a popup based on the URL hash. That way you could load the Review Form in the popup (if using the shortcode, make sure to add the assigned_posts="post_id" option).
    3. You can also use a code snippet to set the assigned_posts option of the review form with an URL query: https://pastebin.com/0vfLaj3m
    4. And lastly, the Review Forms addon allows you to create a product dropdown in the Review Form where people can select the product that the review is for.

    Hi,

    Looking at option #3 with the premium version.

    I would like to leave a link to review a post at the end of the post, with that link redirecting to the form that needs to be filled out, likely on another page.

    Something like this when a user clicks the “Write a Review” button towards the bottom of the page.

    Is it possible? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Seperate/Additional Page for Product Reviews’ is closed to new replies.