|  | 
| 24 | 24 |     'state' => 'State', | 
| 25 | 25 |     'city' => 'City', | 
| 26 | 26 |     'postcode' => 'Postcode', | 
| 27 |  | -    'fields' => [ | 
| 28 |  | -        'email' => 'Email Address', | 
| 29 |  | -        'password' => 'Password', | 
| 30 |  | -        'first_name' => 'First Name', | 
| 31 |  | -        'last_name' => 'Last Name', | 
| 32 |  | -        'password_confirmation' => 'Confirm password', | 
| 33 |  | -        'image' => 'Image', | 
| 34 |  | -        'address2' => 'Address2', | 
| 35 |  | -        'company_name' => 'Company Name', | 
| 36 |  | -        'phone' => 'Phone', | 
| 37 |  | -        'address1' => 'Address 1', | 
| 38 |  | -        'postcode' => 'Postcode', | 
| 39 |  | -        'state' => 'State', | 
| 40 |  | -        'city' => 'City', | 
| 41 |  | -        'country_id' => 'Country' | 
| 42 |  | -    ], | 
| 43 |  | -    'properties' => 'Properties', | 
| 44 |  | -    'my_wishlist' => 'My Wishlist', | 
| 45 |  | -    'customer_wishlists' => 'Customer Wishlists', | 
| 46 |  | -    'not_available' => 'Not Available', | 
| 47 |  | -    'add_to_cart' => 'Add To Cart', | 
| 48 |  | -    'add_to_wishlist' => 'Add To Wishlist', | 
| 49 |  | -    'remove_to_wishlist' => 'Remove from Wishlist', | 
| 50 |  | -    'availability' => 'Availability: Total In Stock', | 
| 51 | 27 |     'home' => 'Home', | 
| 52 |  | -    'reset_password' => 'Reset Password', | 
|  | 28 | +    'orders' => 'Orders', | 
|  | 29 | +    'account' => 'Account', | 
|  | 30 | +    'edit' => 'Edit', | 
|  | 31 | +    'email' => 'Email', | 
|  | 32 | +    'account_edit' => 'Account Edit', | 
|  | 33 | +    'account_dashboard' => 'Account Dashboard', | 
|  | 34 | +    'edit_user_personal_info' => 'Edit User Personal Information', | 
|  | 35 | +    'update_your_password' => 'Update your password', | 
|  | 36 | +    'save' => 'Save', | 
|  | 37 | +    'cancel' => 'Cancel', | 
|  | 38 | +    'password' => 'Password', | 
|  | 39 | +    'password_confirmation' => 'Confirm Password', | 
|  | 40 | +    'my_wishlist' => 'My Wishlist', | 
|  | 41 | +    'user_personal_info' => 'User Personal Information', | 
|  | 42 | +    'login_title' => 'Login to your Account', | 
|  | 43 | +    'remember_me' => 'Remember me', | 
|  | 44 | +    'forgot_password' => 'Forgor your password?', | 
|  | 45 | +    'sign_in' => 'Sign in', | 
| 53 | 46 |     'login' => 'Login', | 
| 54 |  | -    'password_update' => 'Update Password', | 
| 55 |  | -    'user_dashboard' => 'User Dashboard', | 
|  | 47 | +    'upload' => 'Upload', | 
|  | 48 | +    'upload_user_picture' => 'Upload User Picture', | 
|  | 49 | +    'image' => 'Image', | 
|  | 50 | +    'addresses' => 'Addresses', | 
|  | 51 | +    'edit_address' => 'Edit Address', | 
|  | 52 | +    'create_address' => 'Create Address', | 
|  | 53 | +    'create' => 'Create', | 
| 56 | 54 |     'show_order' => 'Show Order', | 
| 57 |  | -    'cart' => 'Cart', | 
| 58 |  | -    'page' => 'Page', | 
|  | 55 | +    'add_to_cart' => 'Add to cart', | 
|  | 56 | +    'reset_password' => 'Reset Password', | 
|  | 57 | +    'password_update' => 'Update your password', | 
|  | 58 | +    'cart_page' => 'Cart Page', | 
| 59 | 59 |     'product' => 'Product', | 
| 60 | 60 |     'qty' => 'Qty', | 
| 61 | 61 |     'unit_price' => 'Unit Price', | 
| 62 | 62 |     'total_price' => 'Total Price', | 
| 63 | 63 |     'subtotal' => 'Sub Total', | 
| 64 | 64 |     'discount_coupon' => 'Discount Coupon', | 
|  | 65 | +    'apply' => 'Apply', | 
| 65 | 66 |     'discount' => 'Discount', | 
| 66 | 67 |     'total' => 'Total', | 
| 67 | 68 |     'checkout' => 'Checkout', | 
| 68 |  | -    'user_personal_info' => 'User Personal Information', | 
| 69 |  | -    'user_shipping_address' => 'User Shipping Address', | 
| 70 |  | -    'user' => 'User', | 
| 71 |  | -    'billing_address' => 'Billing Address', | 
| 72 |  | -    'btn' => [ | 
| 73 |  | -        'sign_in' => 'Sign In', | 
| 74 |  | -        'register' => 'Register', | 
| 75 |  | -        'save' => 'Save', | 
| 76 |  | -        'cancel' => 'Cancel', | 
| 77 |  | -        'create' => 'Create', | 
| 78 |  | -        'apply' => 'Apply', | 
| 79 |  | -        'place_order' => 'Place Order' | 
| 80 |  | -    ], | 
| 81 |  | -    'pages' => [ | 
| 82 |  | -        | 
| 83 |  | -        'login' => [ | 
| 84 |  | -            'title' => 'Login to your Account', | 
| 85 |  | -            'remember_me' => 'Remember Me', | 
| 86 |  | -            'forgot_password' => 'Forgot password?' | 
| 87 |  | -        ], | 
| 88 |  | -        'register' => [ | 
| 89 |  | -            'title' => 'Register your Account', | 
| 90 |  | -        ], | 
| 91 |  | -        'account_dashboard' => [ | 
| 92 |  | -            'title' => 'Dashboard' | 
| 93 |  | -        ], | 
| 94 |  | -  | 
| 95 |  | -    ], | 
|  | 69 | +    'checkout_page' => 'Checkout Page', | 
|  | 70 | +    'user_shipping_address' => 'User shipping address', | 
|  | 71 | +    'place_order' => 'Place Order', | 
|  | 72 | +    'payment_options' => 'Payment Options', | 
|  | 73 | +    'cart_information' => 'Cart Information' | 
| 96 | 74 | 
 | 
| 97 | 75 | ]; | 
0 commit comments