• I’d like to build a page where I invite my customers to do some stuff to help me increase my visibility.

    Among those I’d like to insert the possibility I’d like to include a selector for the product they want to review and then, directly abow, the text input area for the comment to we written and submitted.

    Is it possible to show the review input widget on a page other than the specific product’s page? Thank you.

    https://www.ads-software.com/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • You should not ask about if we can do something with WordPress; I beleive, one day we will make a spaceship operating system with WordPress ??

    AFAIK, there is no such solution. You have to make a custom solution for this feature. You can find the source which handles the review system here \wp-content\plugins\woocommerce\includes\abstracts\abstract-wc-product.php

    And the data is stored in 2 tables in the DB:
    1. _comments
    2. _commentmeta

    If you hire a developer, he can make this for you within couple of hours.

Viewing 1 replies (of 1 total)
  • The topic ‘How to show the review input on a page other than the product page’ is closed to new replies.