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
Install this plugin via WP-Admin > Plugins and connect your site via WooCommerce > Settings > Trusted Shops.
Shortcodes
[ts_widget id="{widget_id}" product_identifier="{identifier}"]
Use this shortcode to embed a specific widget, e.g.:
[ts_widget id="wdg-d6dc1e38-d43b-46aa-123e-232441"]
. Please mind that
embedding product-specific widgets by passing an identifier (e.g. sku, gtin, mpn) will only work on product-specific pages.
Hooks
All frontend-related hooks, e.g. to output Trustbadge, Trustcard and Widgets are managed in
src/Hooks.php
. External assets (e.g. the TS widgets script) are lazy-enqueued
via the
WordPress script API as soon as a widget is rendered.
For each widget position (e.g.
product_title
) a custom hooks is placed, e.g.
ts_easy_integration_single_product_title_widgets
. This way users may easily customize where/when
to output widgets by attaching custom scripts to it or removing the default logic to output the widget.
To render a widget, 2 templates exist:
templates/widgets/product-widget.php
is used for product-related widgets.
templates/widgets/service-widget.php
is used for service widgets.