Linux 软件免费装
Banner图

Australcode Product Reviews for WooCommerce

开发者 australcode
更新时间 2026年7月31日 07:10
PHP版本: 8.2 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

product reviews woocommerce reviews customer reviews review reminder photo reviews

下载

0.3.4 0.3.3 0.4.0 0.3.5 0.4.1

详情介绍:

Your reviews live in your own database. Review reminders are sent from your own server — with no monthly limit and no dependency on an external service. Australcode Product Reviews enhances the native WooCommerce reviews and sends automatic review reminder emails from your own site. Reminders run on your own server through Action Scheduler, so there is no monthly cap on invitations and no third-party account to maintain. Switching from another review plugin? Import your existing reviews from a CSV export in one step, so moving never means losing your review history. Why it is different Free features Pro (scale and automation) The free plugin is fully usable on its own. Pro adds: Get Pro →

安装:

  1. Make sure WooCommerce is installed and active.
  2. Upload the plugin to /wp-content/plugins or install it from the Plugins screen in WordPress.
  3. Activate it from the Plugins screen.
  4. On activation you will be asked whether to share basic environment data. This step is optional — you can skip it and the free plugin stays 100% functional.
  5. Open "Australcode Product Reviews" in the WordPress admin menu to configure it. Your reviews and reminders never leave your site.
If you bought Pro: activating your license does not replace the files already on your site. Download the Pro version from your account, install it over the free one, and the Pro features appear. The License screen in the plugin links straight to that download. Documentation: https://product-reviews.australcode.io

屏幕截图:

  • Dashboard — your reviews at a glance: average rating, moderation queue and reminder activity.
  • Self-hosted review reminders — sent from your own server, with a recommendation for every setting.
  • Widget builder — configure the reviews widget, preview it live and copy the shortcode.
  • Import from another plugin: the columns are detected for you, editable, and previewed before anything is written. Export anytime — your data is yours.
  • Geo-aware consent — the checkout opt-in appears only where the law requires it, and nowhere else.
  • Style panel — card style, corner shape and accent colours, so the reviews match your theme.

升级注意事项:

0.4.1 Accessibility and maintenance fix: the "Was this helpful?" button on your product pages is now large enough to tap on phones, and CSV import/export stops writing deprecation warnings to your log on PHP 8.4+. No action required. 0.4.0 Spanish now ships with the free version too. Fixes several display bugs: on block themes the reviews could sit outside your content column, the sorting buttons were invisible on dark themes, and tap targets on phones were too small. No action required. 0.3.5 Polish release. If you bought Pro and had not installed the Pro version yet, the plugin now tells you so instead of offering the upgrade again. No action required. 0.3.4 Nothing to do unless you just bought Pro. In that case, install the Pro download to get its features — the free version no longer reports them as active before the Pro version is running. 0.3.3 Housekeeping: a cleaner split between the free and Pro versions, and translations now delivered by WordPress.org. 0.3.1 Internal housekeeping only. Nothing changes for you, and the Spanish translations are unaffected. 0.3.0 Two features move from Pro to free: automatic review discount coupons and the Google Shopping reviews feed. Nothing you already use goes away. Percentage coupons are now capped at 100, and there is now a "Contact Us" screen to reach support. No action required. 0.2.1 Polish release: the License screen now lists what your plan includes, the menu entry reads "License" once Pro is active, and the upgrade screens are fully translated into Spanish. No action required. 0.2.0 Adds a visual Widget builder, two new shortcodes ([acprv_summary] and [acprv_form]) and per-instance display options for the reviews list, block and page-builder widgets. No action required. 0.1.0 First public release of Australcode Product Reviews for WooCommerce.

常见问题:

Can I import my existing reviews?

Yes. You can import reviews from CSV exports of other review plugins, so moving to Australcode Product Reviews never means losing your review history.

Will I lose my reviews if I deactivate the plugin?

No. Reviews are stored as native WooCommerce reviews in your own database — they remain even if you deactivate or switch plugins.

Is it really free? What does the paid version add?

The core is fully functional and free, with no limits: reminders, consent, photos, badges, structured data, import/export, review discount coupons and the Google Shopping reviews feed. The paid version adds two things, both about scale: multi-step reminders (a 2nd and 3rd follow-up) and a visual email editor with test sending.

I bought Pro. Why do I still see the free version?

A license unlocks the Pro download; it does not replace the files already on your site. Install the Pro version — you get it right after activating your license, and you can download it any time from your account — and the Pro features appear. Until you do, the plugin keeps running as the free version. The License screen tells you so and links straight to the download.

Is there a monthly limit on reminders?

No. Reminders are sent from your own server, so there is no monthly cap on how many you send.

Will it slow down my store?

No. Assets load conditionally — only on pages where reviews are shown — so they do not block the rendering of your pages.

Do my reviews depend on an external service?

No. Reviews are native WooCommerce reviews stored in your database. The plugin does not send your data to any third party.

Does it help me stay GDPR compliant?

Yes, and it is the reason the consent setting is geo-aware instead of global. Review reminders are marketing emails, so under the GDPR (and the UK GDPR) you need consent before sending them to shoppers in the EU and the UK. A single global opt-in is the blunt way to cover that: it also asks shoppers in countries where no consent was ever required, and every one of those prompts is a review you do not get. Set Reviews → Settings → Consent mode to Geo-aware and the checkout opt-in appears only for the countries you list. The EU and the UK are pre-filled; Chile and the rest of Latin America are deliberately left out. You can also force the opt-in everywhere, or turn it off entirely, if your legal advice differs. Two more things that matter for a data-protection review: your reviews and your customers' data never leave your site — they are native WooCommerce reviews in your own database — and the reminder emails are sent by your own server, so there is no third-party processor to add to your records. This is a technical feature, not legal advice.

Is it compatible with HPOS (High-Performance Order Storage)?

Yes. HPOS compatibility is declared.

Will the reviews match my theme?

Yes, out of the box. The reviews inherit your theme's font, and their borders and surfaces derive from your theme's own text colour, so they hold up on light and dark themes with no setup. If your theme declares a colour palette (block themes do), the accent follows it. You can fine-tune it under Reviews → Settings → Display style: accent, star and badge colours, card style and corner shape. Leave a colour empty to keep your theme's own.

Can I restyle the reviews with CSS?

Yes. Every surface exposes public CSS custom properties. Add this to your theme's Additional CSS and adjust what you need: .acprv-scope { --acprv-accent: #0e7a5f; /* highlighted average, voted state */ --acprv-star: #f5a623; /* stars and distribution bars */ --acprv-badge: #1a7f37; /* verified-purchase badge */ --acprv-card-bg: #ffffff; /* review card background */ --acprv-cols: 3; /* fixed grid columns; only when the shortcode sets columns="1..4". Leave it alone to keep the responsive auto grid. */ } To follow your theme's palette instead of a fixed colour, point the variable at one of its presets — for example --acprv-accent: var(--wp--preset--color--primary);. Shape and spacing come from the shared Australcode design kit and are overridden the same way: --acfk-radius, --acfk-gap, --acfk-hairline.

Can I change the markup from my own code?

Yes. Five filters alter the markup:

  • acprv_verified_badge_label — text of the verified-purchase badge.
  • acprv_verified_badge_title — its tooltip.
  • acprv_verified_badge_classes — its CSS classes.
  • acprv_review_form_classes — classes on the review form.
  • acprv_review_form_submit_classes — classes on its submit button.
And one action, acprv_after_reviews( $atts, $rendered ), fires once the review list has finished building. It is a notification hook, not a markup injection point: the shortcode returns its HTML instead of printing it, so anything echoed there would surface outside the widget. Use it for analytics, cache invalidation, or enqueuing an asset that is only needed when reviews are actually visible. $rendered counts the reviews really emitted — reviews filtered out by the min attribute are already discounted, so it can be lower than the number queried.

更新日志:

0.4.1 0.4.0 0.3.5 0.3.4 0.3.3 0.3.1 0.3.0 0.2.1 0.2.0 0.1.0