Text snippets
Zuletzt aktualisiert
All texts that the plugin outputs in the storefront – field labels, placeholders, hints and error messages – are stored as text snippets (snippets). You can adjust these texts without touching the source code and override them individually per language or sales channel.
You can find and edit the text snippets in the Shopware administration under:
Settings > Snippets
Select the desired language (snippet set) at the top.
Search for the snippet key (see the tables below) or for part of the text.
Enter your own text and save.
Note: The plugin's default value is preserved. Using the "Reset" column you can revert a custom change back to the default at any time.
These snippets relate to the additional street number field that is added to the storefront for the DHL integration.
dropshipping.streetLabel
Street
dropshipping.streetPlaceholder
Enter street ...
dropshipping.streetNumberLabel
Street Number
dropshipping.streetNumberPlaceholder
Enter street number ...
dropshipping.tooltipAddressInfo
Enter street number to `Street number` field!
dropshipping.missingShippingAndBillingAddress
Missing street number from Shipping and Billing Address
dropshipping.missingShippingAddress
Missing street number from Shipping Address
dropshipping.missingBillingAddress
Missing street number from Billing Address
This snippet contains the notice shown in the cart/checkout when a supplier's minimum order value is not reached.
checkout.hue-supplier-minimum-value
To be able to continue the order, you must purchase from supplier %name% a minimum of %minimumValue%, Current value: %currentValue%
You can use the following placeholders in this snippet. They are replaced with the respective values at runtime:
%name%
Name of the affected supplier
%minimumValue%
Required minimum order value
%currentValue%
Currently reached cart value
Note: Keep the placeholders when adjusting the text – otherwise the values will no longer be displayed.
Zuletzt aktualisiert