This guide shows you how to add a comments system to your WooCommerce single product pages.
PLUGIN REQUIRED
Editable Comments for Products Independent of WordPress
Available.
This plugin provides:
- Custom comment system separate from WordPress comments
- Image uploads with captions
- Tagging system
- Like functionality
- Admin moderation panel
- WooCommerce integration
INSTALLATION
- Purchase and download the plugin
- Upload to /wp-content/plugins/product-comments/
- Activate through WordPress admin
- Configure settings in Product Comments menu
ADDING TO SINGLE PRODUCT PAGES
METHOD 1: AUTOMATIC TAB
- The plugin automatically adds a “Comments” tab to product pages
- No coding required – works out of the box
METHOD 2: MANUAL PLACEMENT
- Edit your theme’s single product template (usually single-product.php)
- Add this code where you want comments to appear:
<pre class="wp-block-code"><code><?php echo do_shortcode('[product_comment_images]'); ?></code></pre>
METHOD 3: SHORTCODE IN CONTENT
- Add the shortcode directly to product descriptions:
[product_comment_images]
SHORTCODE OPTIONS
Basic usage:
[product_comment_images]
With parameters:
[product_comment_images product_id="123" limit="20" columns="4" show_tags="true"]
Available parameters:
- product_id: Specific product ID (optional)
- limit: Number of comments to show (default: 20)
- columns: Grid columns (default: 4)
- show_tags: Show comment tags (true/false)
- show_views: Show view counts (true/false)
- filter: Show tag filtering (true/false)
CUSTOMIZATION
- Form text can be customized in Product Comments > Form Text
- Tags can be managed in Product Comments > Product Tags
- CSS classes available for theme customization
- Lightbox gallery for image viewing
FEATURES
- Multiple image uploads per comment
- Tag system for categorization
- Like functionality with IP tracking
- Admin moderation system
- Responsive design
- SEO friendly
- Export functionality
SUPPORT
The plugin includes:
- 1 year of updates
- Priority support
- Lifetime usage rights
Was this helpful?
Thanks for your feedback!

Leave a Reply
You must be logged in to post a comment.