File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/lang/en/checkout/cart.php
<?php
return [
'header_title' => 'Shopping cart',
// Global
'title' => 'Shopping cart',
'continue_shopping' => 'Continue shopping',
'loading' => 'Loading your shopping cart',
'button_order_safely' => 'Order safely ',
// Coupon
'coupon' => [
'form_label' => 'Voucher code',
'got_one?' => 'Do you have a voucher code?'
],
// No Products in cart
'no_products' => 'You don‘t have any products in your shopping cart',
'button_find_product' => 'Find your product',
// Misc
'need_brink_air' => 'Do you also need a Brink Air Heater?',
// Discounts
'default_next_discount_tip' => 'Order :quantity sets and receive :free for free',
//reorder
'no_products_found' => 'Unfortunately, it was not possible to add the product (or a part of it) to your shopping cart. The concerned product is no longer part of the TOPS assortment.',
'not_all_products_found' => 'Unfortunately, it was not possible to add the product (or a part of it) to your shopping cart. The concerned product is no longer part of the TOPS assortment.',
'all_products_added' => 'All products have been added to the cart',
'product_is_deprecated' => 'Product :productOld has been changed to :productNew',
'session_expired' => 'Your session timed out. You will have to add your products to your shopping cart again.'
];