Hi @salume101 👋
This is a fairly complex development topic. I’m going to leave it open for a bit to see if anyone is able to chime in to help you out.
I can also recommend the WooCommerce Developer Resources Portal for resources on developing for WooCommerce.
You can also visit the WooCommerce Facebook group or the #developers channel of the WooCommerce Community Slack. We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there, as well.
If you do require more help with the actual coding, we’d recommend you hire a developer who can take a look at this, quote you for their services and help you add this feature to your site. We’d recommend getting in touch with a web developer or one of the customisation experts listed at https://woocommerce.com/customizations/.
Cheers!
Hi @gabrielfuentes,
thank you for guiding me
Hi @salume101,
We’ve not seen any activity on this thread for a while, so I’m now marking this thread as resolved.
Hopefully, you’ve been able to receive help on the above-mentioned channels for developers. If you have questions on the basic functionality of core WooCommerce please open a new topic.
Thanks.
(@salume101)
4 years, 11 months ago
How to have two comments template in a product page? I want to have a regular comment in product page for rating and review, and a customize comment form for “question and answer”. I know that I have to make custome type comment. but I can’t make two template comment form. I make a new comment form in single-product folder and use this code:
comments_template(‘single-product/test.php’);
but its loading default comment form.