By default, the text Ready to ship today. Delivery time appr. 1-3 workdays is displayed to your customers when they purchase a gift voucher. Since gift vouchers are sent electronically, it is recommended that you customise the text for gift vouchers. To do this, follow the steps below:
- Open the snippet administration in the backend under Configuration → Snippets.
- Search for the snippet DetailDataInfoInstock using the search bar.
- Double-click in the Value column to change the text for the default language or click on the globe if you want to change the text for several languages.
- Now insert the following query as text in the relevant fields.
{if $sArticle.viison_coupon} Immediate voucher delivery after payment has been received
{elseif $sBasketItem.additional_details.viison_coupon} Immediate voucher delivery after payment has been received
{else}
Ready to ship today. Delivery time appr. 1-3 workdays
{/if} - Finally, empty the cache.
With this query you show a different expected delivery time for gift vouchers than for regular items. In our example, the note for gift vouchers is Immediate voucher delivery after payment has been received. Of course, you can choose the exact wording yourself.