first upload all files
This commit is contained in:
29
Themes/Storefront/resources/lang/en/cart.php
Normal file
29
Themes/Storefront/resources/lang/en/cart.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'cart' => 'Cart',
|
||||
'shopping_cart' => 'SHOPPING CART',
|
||||
'checkout' => 'CHECKOUT',
|
||||
'order_complete' => 'ORDER COMPLETE',
|
||||
'table' => [
|
||||
'image' => 'IMAGE',
|
||||
'product_name' => 'PRODUCT NAME',
|
||||
'unit_price' => 'UNIT PRICE',
|
||||
'quantity' => 'QUANTITY',
|
||||
'line_total' => 'LINE TOTAL',
|
||||
'unit_price:' => 'Unit Price:',
|
||||
'quantity:' => 'Quantity:',
|
||||
'line_total:' => 'Line Total:',
|
||||
],
|
||||
'enter_coupon_code' => 'Enter coupon code',
|
||||
'apply_coupon' => 'APPLY COUPON',
|
||||
'order_summary' => 'Order Summary',
|
||||
'subtotal' => 'Subtotal',
|
||||
'coupon' => 'Coupon',
|
||||
'shipping_method' => 'Shipping Method',
|
||||
'total' => 'Total',
|
||||
'proceed_to_checkout' => 'PROCEED TO CHECKOUT',
|
||||
'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',
|
||||
];
|
||||
Reference in New Issue
Block a user