Linux 软件免费装
Banner图

TrustSell Reviews

开发者 trustsell
更新时间 2026年9月10日 02:19
PHP版本: 7.2 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce reviews ratings product-reviews wildberries

下载

1.17.3 1.18.0 1.19.0

详情介绍:

Russian marketplaces hold years of customer reviews for products that shops also sell on their own site. TrustSell moves those reviews to your own product pages, so a visitor who lands on your store sees the same social proof they would see on a marketplace listing. The plugin is a thin wrapper around the TrustSell service. It stores nothing and proxies nothing: the visitor's browser loads the widget script and the public review feed directly from your TrustSell backend. Requires a TrustSell account and a project key, see "External services" below. What it does Ways to place the widget
  1. [trustsell] with no attributes. On a WooCommerce product page the plugin resolves the product itself and takes the article number from SKU (or a custom meta field).
  2. [trustsell product_id="209017176"] with an explicit catalogue identifier.
  3. [trustsell post_id="29184"] when you only have the WordPress post ID.
  4. The "TrustSell Reviews" block in the block editor.
  5. Automatic output below the WooCommerce product card, enabled in the plugin settings.
Classic themes, block (FSE) themes and the Product Collection block are all supported.

安装:

  1. Upload the plugin through Plugins, Add New, Upload Plugin, or install it from the plugin directory.
  2. Activate the plugin.
  3. Go to TrustSell in the admin menu and enter your public project key (it looks like rvw_...) from the Installation tab of your TrustSell account. Until the key is filled in the plugin stays idle.
  4. Optionally set the meta field holding the article number (default _sku) and enable automatic output below the WooCommerce product card.
  5. Place [trustsell] or the block where you want the reviews, or rely on automatic output.

屏幕截图:

  • Rating badge next to the product title, rendered server-side.
  • Star ratings on product cards in a category listing.
  • Plugin settings: API address, project key, article meta field, automatic output and schema.org markup.

升级注意事项:

1.15.0 The bundled demo project key has been removed. Configured sites migrate automatically. If your site was never configured, open the TrustSell settings screen and enter your project key.

常见问题:

I installed the plugin and nothing happens

Check that the project key is filled in. Since version 1.15.0 the plugin ships with an empty key and does nothing until you enter your own, so that it never displays another account's reviews or contacts the service without your consent.

What goes into product_id?

The marketplace identifier the reviews are matched against in TrustSell (for Wildberries this is the nmId). It must equal the value stored in your TrustSell catalogue. It is not the WordPress post ID. If you only have the post ID, use [trustsell post_id="..."] and the plugin will read the SKU itself.

How do I pass the product from a theme template?

The simplest option is [trustsell] with no attributes. If you need it explicit, the product is in global $product: global $product; echo do_shortcode( '[trustsell post_id="' . $product->get_id() . '"]' ); The $product->id property has been deprecated since WooCommerce 3.0 and is empty on current versions, so use get_id() or get_sku().

I enabled catalogue stars and they do not show up

First clear your page cache and CDN cache, product listings are cached almost everywhere. If that does not help, the theme is the cause: stars are printed on the standard WooCommerce hook woocommerce_after_shop_loop_item_title, and a theme that renders listing cards with its own markup never calls it. Switch to Storefront temporarily to confirm.

Does it work without WooCommerce?

Yes, through the shortcode with an explicit product_id. Automatic output, catalogue stars and the product feed require WooCommerce.

更新日志:

1.19.0 1.18.0 1.17.3 1.17.2 1.17.1 1.17.0 1.16.0 1.15.4 1.15.3 1.15.2 1.15.1 1.15.0 1.14.1 1.14.0 1.13.3 1.13.0 1.12.0 1.10.0 1.9.0 1.8.0 1.6.0 1.0.0