Viewing 6 replies - 1 through 6 (of 6 total)
  • Yes, there are a number of ways to do this.

    The product review form is just a comment box, so you may be able to do this using some plugin that lets you show comments on archive pages (I don’t know one off the top of my head).

    If you are a developer, you can also investigate the WooCommerce Theming documentation: https://docs.woothemes.com/documentation/plugins/woocommerce/woocommerce-codex/theming/

    There are some helpful things in there like how you can override certain WooCommerce features.

    Thread Starter krishna89

    (@krishna89)

    I did some research and tried to apply woocommerce comment form in a non-product page. I am able to submit the form successfully with the wordpress default comment submit button.
    All I want to do is to submit the same comment form in jQuery using.submit() instead of submit button but looks like .submit is not working here. Any idea why jquery submission is not working for comment form?

    Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    Submit the form, not the button.

    Thread Starter krishna89

    (@krishna89)

    No Mike, I double checked after your comment. I am trying to submit the comment form #commentform. But, later I tried to trigger a click event on the submit button like this jQuery('#submit').trigger('click'); and it worked. Thanks

    Thread Starter krishna89

    (@krishna89)

    Since I moved the product review form to a non-product page, I want to remove just this form from inside reviews section in product page. Is there any hook available to remove only the form and let the review comments as they are?

    Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    There are indeed hooks – look in the WooCommerce template-hooks.php and template-functions.php. You’d need to remove the tab and put the content elsewhere.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘woocommerce – call review form in other than product page’ is closed to new replies.