2023-06-11 12:14:03 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
'cart' => 'Cart',
|
2023-12-03 14:07:47 +00:00
|
|
|
'shopping_cart' => 'Shopping Cart',
|
|
|
|
'01' => '01',
|
|
|
|
'02' => '02',
|
|
|
|
'03' => '03',
|
|
|
|
'checkout' => 'Checkout',
|
|
|
|
'order_complete' => 'Order Complete',
|
2023-06-11 12:14:03 +00:00
|
|
|
'table' => [
|
2023-12-03 14:07:47 +00:00
|
|
|
'image' => 'Image',
|
|
|
|
'product_name' => 'Product Name',
|
|
|
|
'unit_price' => 'Unit Price',
|
|
|
|
'quantity' => 'Quantity',
|
|
|
|
'line_total' => 'Line Total',
|
2023-06-11 12:14:03 +00:00
|
|
|
'unit_price:' => 'Unit Price:',
|
|
|
|
'quantity:' => 'Quantity:',
|
|
|
|
'line_total:' => 'Line Total:',
|
|
|
|
],
|
|
|
|
'enter_coupon_code' => 'Enter coupon code',
|
2023-12-03 14:07:47 +00:00
|
|
|
'apply' => 'Apply',
|
2023-06-11 12:14:03 +00:00
|
|
|
'order_summary' => 'Order Summary',
|
|
|
|
'subtotal' => 'Subtotal',
|
2023-12-03 14:07:47 +00:00
|
|
|
'free' => 'Free',
|
2023-06-11 12:14:03 +00:00
|
|
|
'coupon' => 'Coupon',
|
2023-12-03 14:07:47 +00:00
|
|
|
'shipping_cost' => 'Shipping Cost',
|
2023-06-11 12:14:03 +00:00
|
|
|
'total' => 'Total',
|
2023-12-03 14:07:47 +00:00
|
|
|
'proceed_to_checkout' => 'Proceed to Checkout',
|
2023-06-11 12:14:03 +00:00
|
|
|
'your_cart_is_empty' => 'Your cart is empty',
|
|
|
|
'looks_like_you_haven\'t_made_any_choice_yet' => 'Looks like you haven\'t made any choice yet.',
|
|
|
|
'continue_shopping' => 'Continue Shopping',
|
|
|
|
];
|