Trusted Shops Easy Integration for WooCommerce for WordPress Plugin Directory
By vendidero
Trusted Shops Easy Integration for WooCommerce is a WordPress app, with a 5.0 average rating from 2 reviews, as of July 9, 2026.
Trusted Shops Easy Integration for WooCommerce is a WordPress Plugin Directory app by vendidero. With a rating of 5.0★ from 2 reviews.
AppRanks data: Trusted Shops Easy Integration for WooCommerce ranks #0 in Badge on WordPress Plugin Directory, placing it in the top 1% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Trusted Shops Easy Integration for WooCommerce is a category-leading WordPress app with a limited review volume. It is listed in the Woocommerce category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 2 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by vendidero — established developer track record
Cons
- −Limited review base (2) — ratings can shift significantly with new feedback
Looking to switch from Trusted Shops Easy Integration for WooCommerce?
See Trusted Shops Easy Integration for WooCommerce's alternatives ranked by audit score, rating, and review velocity.
How Trusted Shops Easy Integration for WooCommerce works
Show full descriptionShow less
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.:
`php
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.
`php
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.
Similar to the brand attribute, Package::get_product_gtin(), Package::get_product_mpn() and Package::get_product_sku() are used to retrieve the data.
Filters exist to adjust the attributes:
ts_easy_integration_product_gtin
ts_easy_integration_product_mpn
ts_easy_integration_product_sku
Example filter-usage to adjust the GTIN:
`php
add_filter( ‘ts_easy_integration_product_gtin’, function( $gtin, $product ) {
// Maybe adjust the $gtin based on the WC_Product $product
return $gtin;
}, 10, 2 );
`
Technical Insights More technical insights in the Github Repository readme.md
Minimal Requirements
WordPress 4.9 or newer
WooCommerce 3.9 (newest version recommended)
PHP Version 5.6 or newer
Category rankings
As of Jul 9, 2026- Badge#0of 15Top 1%
- Business ratings#0of 1Top 1%
- Trust#0of 5Top 1%
- Trusted shops#0of 1Top 1%
- Woocommerce#0of 1,967Top 1%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Keyword rankings
Trusted Shops Easy Integration for WooCommerce ranks for 1 keywords across WordPress Plugin Directory. Here are the top 1:
- Rank #627
Competitors & alternatives
Trusted Shops Easy Integration for WooCommercedoesn't have curated competitor matchups yet. Other tracked woocommerce apps on WordPress:
Frequently asked questions
What is Trusted Shops Easy Integration for WooCommerce?
Trusted Shops Easy Integration for WooCommerce is an app for WordPress. It currently holds a 5.0-star rating from 2 merchant reviews, and AppRanks has been tracking its public marketplace data on a daily refresh cycle. It is listed under the Woocommerce category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by vendidero.
Who uses Trusted Shops Easy Integration for WooCommerce?
Currently around 6,000 active stores have installed Trusted Shops Easy Integration for WooCommerce. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Woocommerce category on WordPress.