Description
Kronarc Review Collector helps online store owners collect more product reviews by automatically sending email reminders after purchase.
Features
- Automated Email Requests — Sends review request emails X days after order completion
- Beautiful Review Form — Customers land on a branded review form with star ratings
- Customizable Emails — Edit subject, heading, body with template tags
- Button Color Customization — Match your brand
- Review Log — Track all sent emails, pending reviews, and submissions
- Bulk Resend — Resend emails to customers who haven’t responded
- Verified Purchase Badge — Reviews show “Verified Purchase” badge
- Auto-Created Review Page — Review form page created automatically on activation
How It Works
- Customer places an order and it completes
- Kronarc Review Collector schedules a review request email
- Email sends after your configured delay (default: 3 days)
- Customer clicks the link and lands on a branded review form
- They submit a star rating and text
- Review appears on the product page as “Verified Purchase”
Pro Version Features
- 📸 Photo Reviews — Let customers upload images
- 🎁 Discount Incentives — Auto-send coupon codes for reviews
- 📊 Analytics Dashboard — Track conversion rates over time
- 🔔 Social Proof Popup — Show recent purchases to visitors
- ✉️ Follow-up Reminders — Second email if no response
- 🔍 Moderation Queue — Approve/reject before publishing
- 📥 CSV Export — Export all reviews for analysis
Installation
- Upload the plugin files to
/wp-content/plugins/kronarc-review-collector/ - Activate the plugin through the ‘Plugins’ screen in WordPress
- Go to Kronarc Review Collector > Settings to configure
- The review form page is created automatically
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Kronarc Review Collector (Lite)” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Kronarc Review Collector (Lite)” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.3
- Fixed: Escaped wp_create_nonce output with esc_attr() for security
- Fixed: Escaped loop variable $i with esc_attr() in template
- Fixed: Renamed prefix from krc_ to krcol_ (5 chars, meets 4+ requirement)
- Fixed: All defines, class, options, AJAX actions, shortcode use krcol_ prefix
1.0.2
- Fixed: Use wp_enqueue_script() + wp_add_inline_script() instead of inline tags
- Fixed: Text domain changed from ‘wcrc’ to ‘kronarc-review-collector-lite’
- Fixed: Renamed generic prefix ‘wcrc’ to ‘krcol_’ for uniqueness
- Fixed: All function/class/define/option names use ‘krcol_’ prefix
- Fixed: AJAX actions renamed to krcol_submit_review, krcol_dismiss_review
- Fixed: Shortcode renamed to [krcol_review_form]
- Fixed: Cron hook renamed to krcol_daily_check
- Fixed: Database table renamed to krcol_review_log
1.0.0
- Initial release