10.April 2026

This commit is contained in:
Kevin Adametz 2026-04-10 17:15:27 +02:00
parent a00c42e770
commit f58c709945
208 changed files with 19280 additions and 2914 deletions

View file

@ -118,4 +118,8 @@ return [
'free_shipping' => 'Free Shipping',
'free_shipping_reached' => 'Free shipping from :amount €',
'free_shipping_info' => 'Only :missing € more for free shipping (from :amount €)',
'reorder' => 'Reorder',
'reorder_info' => 'Would you like to order these items again?<br>Click the button to add them to your cart and go to the cart page.',
'reorder_info_2' => 'Your delivery country is: :country<br>If you want a different country, update your billing or delivery address under <a class="text-primary" href=":link">My details</a>',
'reorder_abo_not_allowed' => 'Subscription orders cannot be repeated via “Reorder”. Please use your subscription area or the shop for one-off orders.',
];