WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by vendidero v2.0.6

Trusted Shops Easy Integration for WooCommerce

Show that your customers love you with reviews in your online store and boost your business with the free Trusted Shops Easy Integration Plugin for Wo …

Trusted Shops Easy Integration for WooCommerce

The facts

Rating
5★ from 2
Active installs
6k+
Price
Free
Last updated
11 Aug 2026
Added
Sep 2022
Requires WP
4.9
Tested up to
WP 7.1
Requires PHP
5.6
Downloads
82,095

Our analysis

AI-assisted

Trusted Shops Easy Integration for WooCommerce is a WordPress plugin designed to enhance the trustworthiness of your online shop. It allows you to display trust elements such as the Trustbadge, integrate buyer protection, and collect customer reviews with minimal technical knowledge required for setup.

This plugin is suitable for WooCommerce store owners who want to boost customer confidence and improve sales through the integration of Trusted Shops features. It supports multiple shops and provides options for displaying product reviews and other trust elements effectively.

Best for: WooCommerce store owners looking to enhance customer trust and increase sales.

What it does well

  • Easy and fast installation process
  • Displays Trustbadge and integrates buyer protection
  • Collects and presents shop and product reviews
  • Supports multiple shops within the same plugin
  • No additional maintenance effort required

Where it falls short

  • Requires an existing Trusted Shops membership to use
  • Limited information on specific customization options

Verdict

This plugin offers a straightforward solution for integrating Trusted Shops features into your online store, making it a practical choice for those focused on building customer trust.

From the developer

vendidero's own description of Trusted Shops Easy Integration for WooCommerce, lightly tidied.

The well-known Trustmark, the Buyer Protection and the authentic reviews from Trusted Shops have stood for trust for over 20 years. More than 30,000 online shops throughout Europe use our Trust solutions for more traffic, higher sales and better conversion rates.

Trusted Shops Easy Integration is the easiest and fastest way to convince visitors of the trustworthiness of your online shop. The simple installation guarantees product use in just 5 minutes and usually requires little to no prior technical knowledge. With our extension you are always technically up to date and have no additional maintenance effort.

Your benefit: With just a few clicks, visitors to your online shop can see trust elements such as the Trustbadge or other on-site widgets, can benefit from buyer protection and are automatically asked for feedback after placing an order.

All features at a glance:

  • Show Trustbadge, integrate Buyer Protection & collect shop reviews
  • Present your collected reviews in an appealing and sales-boosting way
  • Collect and display Product Reviews
  • Configure multiple shops within the same plugin

Please note: To use the extension Trusted Shops Easy Integration, you need an existing Trusted Shops membership. You can find out more about the products and benefits of Trusted Shops on our website or by calling: +44 23364 5906

Overriding templates

Templates may be overridden in a (child-) theme. Overriding the templates/widgets/product-widget.php template in your theme
by placing the original file in the following directory: my-child-theme/woocommerce/widgets/product-widget.php.

Product attributes

Brand

WooCommerce does by default not provide a global brand attribute/setting for products. The Package::get_product_brand() method determines
the brand for a certain product. By default, the logic searches for an attribute stored within the product data matching the keyword Brand (or a translated version of it).
One might easily adjust the brand attribute name by using the filter ts_easy_integration_product_brand_attribute_name. E.g.:

add_filter( 'ts_easy_integration_product_brand_attribute_name', function( $attribute_name, $product ) {
    // Maybe adjust the $attribute_name based on the WC_Product $product
    return $attribute_name;
}, 10, 2 );

Additionally the filter ts_easy_integration_product_brand is provided which allows filtering the actual brand per product.

add_filter( 'ts_easy_integration_product_brand', function( $brand, $product ) {
    // Maybe adjust the $brand based on the WC_Product $product
    return $brand;
}, 10, 2 );

Gtin, mpn, sku

The plugin uses product identifiers, which might not be provided by the Woo core (e.g. GTIN, MPN) for widgets, order exports and the Trustcard.
GTIN and MPN fields are provided through the WooCommerce edit product panel and stored as meta data, using the meta_key _ts_gtin and _ts_mpn.

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for selling online.

WooCommerce

Everything you need to launch an online store in days and keep it growing for years. From your first sale to m...

Free 7M+ installs 4.5★ (4,820)
Germanized for WooCommerce

Germanized extends WooCommerce to become a legally compliant shop for the german market. Must Have for every g...

Free 70k+ installs 4.8★ (495)