¨4.0.1¨
This commit is contained in:
@@ -2,27 +2,31 @@
|
||||
|
||||
return [
|
||||
'cart' => 'Cart',
|
||||
'shopping_cart' => 'SHOPPING CART',
|
||||
'checkout' => 'CHECKOUT',
|
||||
'order_complete' => 'ORDER COMPLETE',
|
||||
'shopping_cart' => 'Shopping Cart',
|
||||
'01' => '01',
|
||||
'02' => '02',
|
||||
'03' => '03',
|
||||
'checkout' => 'Checkout',
|
||||
'order_complete' => 'Order Complete',
|
||||
'table' => [
|
||||
'image' => 'IMAGE',
|
||||
'product_name' => 'PRODUCT NAME',
|
||||
'unit_price' => 'UNIT PRICE',
|
||||
'quantity' => 'QUANTITY',
|
||||
'line_total' => 'LINE TOTAL',
|
||||
'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',
|
||||
'apply' => 'Apply',
|
||||
'order_summary' => 'Order Summary',
|
||||
'subtotal' => 'Subtotal',
|
||||
'free' => 'Free',
|
||||
'coupon' => 'Coupon',
|
||||
'shipping_method' => 'Shipping Method',
|
||||
'shipping_cost' => 'Shipping Cost',
|
||||
'total' => 'Total',
|
||||
'proceed_to_checkout' => 'PROCEED TO CHECKOUT',
|
||||
'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