<?php
return [
'checkout' => 'Bestellen',
'cart' => 'Winkelwagen',
'order_overview' => 'Besteloverzicht',
'no_products' => 'Er zit niets in je winkelwagen',
'subtotal' => 'Subtotaal',
'total' => 'Totaal',
'ship_to' => 'Verzend naar',
'shipping_costs' => 'Verzendkosten',
'continue_shopping' => 'Verder winkelen',
'change_cart' => 'Wijzig winkelwagen',
'extra_discounts' => 'Extra kortingen',
];