New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Development Readme (trunk): Dutch (Belgium)

1 2 3 5
Prio Original string Translation
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 …
Priority: high
You have to log in to add a translation. Details
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 …
Comment

Short description.

You have to log in to edit this translation.

Trusted Shops Easy Integration for WooCommerce
Priority: high
You have to log in to add a translation. Details
Trusted Shops Easy Integration for WooCommerce
Comment

Plugin name.

You have to log in to edit this translation.

To render a widget, 2 templates exist: You have to log in to add a translation. Details
To render a widget, 2 templates exist:
Comment

Found in installation paragraph.

You have to log in to edit this translation.

For each widget position (e.g. <code>product_title</code>) a custom hooks is placed, e.g. <code>ts_easy_integration_single_product_title_widgets</code>. 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. You have to log in to add a translation. Details
For each widget position (e.g. <code>product_title</code>) a custom hooks is placed, e.g. <code>ts_easy_integration_single_product_title_widgets</code>. 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.
Comment

Found in installation paragraph.

You have to log in to edit this translation.

All frontend-related hooks, e.g. to output Trustbadge, Trustcard and Widgets are managed in <code>src/Hooks.php</code>. External assets (e.g. the TS widgets script) are lazy-enqueued via the <a href="https://developer.wordpress.org/reference/functions/wp_enqueue_script/">WordPress script API</a> as soon as a widget is rendered. You have to log in to add a translation. Details
All frontend-related hooks, e.g. to output Trustbadge, Trustcard and Widgets are managed in <code>src/Hooks.php</code>. External assets (e.g. the TS widgets script) are lazy-enqueued via the <a href="https://developer.wordpress.org/reference/functions/wp_enqueue_script/">WordPress script API</a> as soon as a widget is rendered.
Comment

Found in installation paragraph.

You have to log in to edit this translation.

<code>templates/widgets/service-widget.php</code> is used for service widgets. You have to log in to add a translation. Details
<code>templates/widgets/service-widget.php</code> is used for service widgets.
Comment

Found in installation list item.

You have to log in to edit this translation.

<code>templates/widgets/product-widget.php</code> is used for product-related widgets. You have to log in to add a translation. Details
<code>templates/widgets/product-widget.php</code> is used for product-related widgets.
Comment

Found in installation list item.

You have to log in to edit this translation.

Hooks You have to log in to add a translation. Details
Hooks
Comment

Found in installation header.

You have to log in to edit this translation.

More technical insights in the <a href="https://github.com/vendidero/trusted-shops-easy-integration-for-woocommerce">Github Repository</a> readme.md You have to log in to add a translation. Details
More technical insights in the <a href="https://github.com/vendidero/trusted-shops-easy-integration-for-woocommerce">Github Repository</a> readme.md
Comment

Found in description paragraph.

You have to log in to edit this translation.

add_filter( 'ts_easy_integration_product_gtin', function( $gtin, $product ) { // Maybe adjust the $gtin based on the WC_Product $product return $gtin; }, 10, 2 ); ` You have to log in to add a translation. Details
add_filter( 'ts_easy_integration_product_gtin', function( $gtin, $product ) { // Maybe adjust the $gtin based on the WC_Product $product return $gtin; }, 10, 2 ); `
Comment

Found in description paragraph.

You have to log in to edit this translation.

Example filter-usage to adjust the GTIN: You have to log in to add a translation. Details
Example filter-usage to adjust the GTIN:
Comment

Found in description paragraph.

You have to log in to edit this translation.

Similar to the brand attribute, <code>Package::get_product_gtin()</code>, <code>Package::get_product_mpn()</code> and <code>Package::get_product_sku()</code> are used to retrieve the data. Filters exist to adjust the attributes: You have to log in to add a translation. Details
Similar to the brand attribute, <code>Package::get_product_gtin()</code>, <code>Package::get_product_mpn()</code> and <code>Package::get_product_sku()</code> are used to retrieve the data. Filters exist to adjust the attributes:
Comment

Found in description paragraph.

You have to log in to edit this translation.

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 <code>meta_key</code> <code>_ts_gtin</code> and <code>_ts_mpn</code>. You have to log in to add a translation. Details
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 <code>meta_key</code> <code>_ts_gtin</code> and <code>_ts_mpn</code>.
Comment

Found in description paragraph.

You have to log in to edit this translation.

add_filter( 'ts_easy_integration_product_brand', function( $brand, $product ) { // Maybe adjust the $brand based on the WC_Product $product return $brand; }, 10, 2 ); ` You have to log in to add a translation. Details
add_filter( 'ts_easy_integration_product_brand', function( $brand, $product ) { // Maybe adjust the $brand based on the WC_Product $product return $brand; }, 10, 2 ); `
Comment

Found in description paragraph.

You have to log in to edit this translation.

Additionally the filter <code>ts_easy_integration_product_brand</code> is provided which allows filtering the actual brand per product. You have to log in to add a translation. Details
Additionally the filter <code>ts_easy_integration_product_brand</code> is provided which allows filtering the actual brand per product.
Comment

Found in description paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 5

Export as