ng-easycommerce-v18 0.3.17-beta.3 → 0.3.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (183) hide show
  1. package/README.md +94 -98
  2. package/assets/decidirFormEc.html +514 -514
  3. package/assets/ec-i18n/ct.json +282 -281
  4. package/assets/ec-i18n/en.json +87 -83
  5. package/assets/ec-i18n/es.json +433 -429
  6. package/assets/ec-i18n/fr.json +1 -0
  7. package/assets/ec-i18n/gl.json +282 -281
  8. package/assets/ec-i18n/pr.json +282 -281
  9. package/assets/images/cards-occasional.svg +21 -21
  10. package/assets/recaptcha/recaptcha-site-keys.json +3 -3
  11. package/assets/recaptcha/recaptcha-sites-prod.json +38 -38
  12. package/assets/recaptcha/recaptcha-sites.json +52 -52
  13. package/esm2022/lib/api/connection.service.mjs +1 -1
  14. package/esm2022/lib/classes/checkout/steps.mjs +1 -1
  15. package/esm2022/lib/classes/component-helper.mjs +1 -1
  16. package/esm2022/lib/classes/filters/attributes-filter.mjs +1 -1
  17. package/esm2022/lib/classes/filters/category-filter.mjs +1 -1
  18. package/esm2022/lib/classes/filters/dynamics-filter.mjs +1 -1
  19. package/esm2022/lib/classes/filters/filter-factory.mjs +1 -1
  20. package/esm2022/lib/classes/filters/filter.mjs +2 -27
  21. package/esm2022/lib/classes/filters/index.mjs +1 -1
  22. package/esm2022/lib/classes/filters/price_range-filter.mjs +1 -1
  23. package/esm2022/lib/classes/filters/sort-filter.mjs +1 -1
  24. package/esm2022/lib/classes/index.mjs +1 -1
  25. package/esm2022/lib/classes/user.mjs +1 -1
  26. package/esm2022/lib/constants/api.constants.service.mjs +44 -41
  27. package/esm2022/lib/constants/core.constants.service.mjs +1 -1
  28. package/esm2022/lib/constants/index.mjs +1 -1
  29. package/esm2022/lib/ec-components/abstractions-components/block-ec.component.mjs +1 -1
  30. package/esm2022/lib/ec-components/abstractions-components/index.mjs +1 -1
  31. package/esm2022/lib/ec-components/abstractions-components/menu-ec.component.mjs +1 -17
  32. package/esm2022/lib/ec-components/account-ec/account-ec.component.mjs +3 -3
  33. package/esm2022/lib/ec-components/account-ec/index.mjs +1 -1
  34. package/esm2022/lib/ec-components/account-ec/order-ec/order-ec.component.mjs +3 -3
  35. package/esm2022/lib/ec-components/account-ec/orders-list-ec/orders-list-ec.component.mjs +3 -3
  36. package/esm2022/lib/ec-components/auth-ec/auth-ec.component.mjs +3 -3
  37. package/esm2022/lib/ec-components/auth-ec/confirm-account-ec/confirm-account-ec.component.mjs +3 -3
  38. package/esm2022/lib/ec-components/auth-ec/forgot-password-ec/forgot-password-ec.component.mjs +3 -3
  39. package/esm2022/lib/ec-components/auth-ec/index.mjs +1 -1
  40. package/esm2022/lib/ec-components/auth-ec/login-form-ec/login-form-ec.component.mjs +3 -3
  41. package/esm2022/lib/ec-components/auth-ec/password-reset-ec/password-reset-ec.component.mjs +3 -3
  42. package/esm2022/lib/ec-components/auth-ec/register-form-ec/register-form-ec.component.mjs +3 -3
  43. package/esm2022/lib/ec-components/auth-ec/register-wholesaler-form-ec/register-wholesaler-form-ec.component.mjs +3 -3
  44. package/esm2022/lib/ec-components/blocks-ec/block-banner-box-ec/block-banner-box-ec.component.mjs +3 -3
  45. package/esm2022/lib/ec-components/blocks-ec/block-banner-full-ec/block-banner-full-ec.component.mjs +3 -3
  46. package/esm2022/lib/ec-components/blocks-ec/block-form-contact-ec/block-form-contact-ec.component.mjs +3 -3
  47. package/esm2022/lib/ec-components/blocks-ec/block-html-ec/block-html-ec.component.mjs +3 -3
  48. package/esm2022/lib/ec-components/blocks-ec/block-newsletter-ec/block-newsletter-ec.component.mjs +11 -5
  49. package/esm2022/lib/ec-components/blocks-ec/block-products-ec/block-products-ec.component.mjs +5 -7
  50. package/esm2022/lib/ec-components/blocks-ec/blocks-ec.component.mjs +3 -3
  51. package/esm2022/lib/ec-components/blocks-ec/index.mjs +1 -1
  52. package/esm2022/lib/ec-components/breadcrumb-ec/breadcrumb-ec.component.mjs +3 -3
  53. package/esm2022/lib/ec-components/cart-ec/cart-ec.component.mjs +3 -3
  54. package/esm2022/lib/ec-components/cart-ec/cart-item-ec/cart-item-ec.component.mjs +3 -3
  55. package/esm2022/lib/ec-components/cart-ec/index.mjs +1 -1
  56. package/esm2022/lib/ec-components/checkout-ec/checkout-ec.component.mjs +3 -3
  57. package/esm2022/lib/ec-components/checkout-ec/dataform-ec/dataform-ec.component.mjs +3 -3
  58. package/esm2022/lib/ec-components/checkout-ec/dataform-ec/input-ec/input-ec.component.mjs +3 -3
  59. package/esm2022/lib/ec-components/checkout-ec/detail-checkout-block-ec/detail-checkout-block-ec.component.mjs +3 -3
  60. package/esm2022/lib/ec-components/checkout-ec/payment-ec/payment-ec.component.mjs +3 -3
  61. package/esm2022/lib/ec-components/checkout-ec/payment-ec/payment-methods/bank-transfer-ec/bank-transfer-ec.component.mjs +3 -3
  62. package/esm2022/lib/ec-components/checkout-ec/payment-ec/payment-methods/index.mjs +1 -1
  63. package/esm2022/lib/ec-components/checkout-ec/payment-ec/payment-methods/mp-redirect-ec/mp-redirect-ec.component.mjs +3 -3
  64. package/esm2022/lib/ec-components/checkout-ec/payment-ec/payment-methods/offline-ec/offline-ec.component.mjs +3 -3
  65. package/esm2022/lib/ec-components/checkout-ec/shipment-ec/shipment-ec.component.mjs +3 -3
  66. package/esm2022/lib/ec-components/checkout-ec/step-container-ec/step-container-ec.component.mjs +3 -3
  67. package/esm2022/lib/ec-components/checkout-ec/success-ec/success-ec.component.mjs +3 -3
  68. package/esm2022/lib/ec-components/collection-ec/collection-ec.component.mjs +3 -3
  69. package/esm2022/lib/ec-components/contact-ec/contact-ec.component.mjs +1 -1
  70. package/esm2022/lib/ec-components/coupon-ec/coupon-ec.component.mjs +3 -3
  71. package/esm2022/lib/ec-components/faqs-ec/faqs-ec.component.mjs +3 -3
  72. package/esm2022/lib/ec-components/filters-ec/filters-ec.component.mjs +7 -32
  73. package/esm2022/lib/ec-components/filters-sort-ec/filters-sort-ec.component.mjs +3 -3
  74. package/esm2022/lib/ec-components/footer-ec/footer-ec.component.mjs +3 -3
  75. package/esm2022/lib/ec-components/header-ec/header-ec.component.mjs +56 -36
  76. package/esm2022/lib/ec-components/home-ec/home-ec.component.mjs +3 -3
  77. package/esm2022/lib/ec-components/index.mjs +1 -1
  78. package/esm2022/lib/ec-components/price-range-filter/price-range-filter.component.mjs +3 -3
  79. package/esm2022/lib/ec-components/product-detail-ec/product-detail-ec.component.mjs +1 -1
  80. package/esm2022/lib/ec-components/product-ec/product-ec.component.mjs +3 -3
  81. package/esm2022/lib/ec-components/related-products-ec/related-products-ec.component.mjs +6 -8
  82. package/esm2022/lib/ec-components/reviews-ec/reviews-ec.component.mjs +3 -3
  83. package/esm2022/lib/ec-components/reviews-form-ec/reviews-form-ec.component.mjs +3 -3
  84. package/esm2022/lib/ec-components/section-container-ec/section-container-ec.component.mjs +3 -3
  85. package/esm2022/lib/ec-components/share-ec/share-buttons-ec/index.mjs +1 -1
  86. package/esm2022/lib/ec-components/share-ec/share-buttons-ec/share-email-ec/share-email-ec.component.mjs +3 -3
  87. package/esm2022/lib/ec-components/share-ec/share-buttons-ec/share-facebook-ec/share-facebook-ec.component.mjs +3 -3
  88. package/esm2022/lib/ec-components/share-ec/share-buttons-ec/share-pinterest-ec/share-pinterest-ec.component.mjs +3 -3
  89. package/esm2022/lib/ec-components/share-ec/share-buttons-ec/share-twitter-ec/share-twitter-ec.component.mjs +3 -3
  90. package/esm2022/lib/ec-components/share-ec/share-buttons-ec/share-whatsapp-ec/share-whatsapp-ec.component.mjs +3 -3
  91. package/esm2022/lib/ec-components/share-ec/share-ec.component.mjs +3 -3
  92. package/esm2022/lib/ec-components/sidebar-ec/sidebar-ec.component.mjs +3 -3
  93. package/esm2022/lib/ec-components/stores-ec/stores-ec.component.mjs +3 -3
  94. package/esm2022/lib/ec-components/variants-ec/variants-ec.component.mjs +3 -3
  95. package/esm2022/lib/ec-components/widgets-ec/decidir-ec/decidir-ec.component.mjs +3 -3
  96. package/esm2022/lib/ec-components/widgets-ec/index.mjs +1 -1
  97. package/esm2022/lib/ec-components/widgets-ec/loading/index.mjs +1 -1
  98. package/esm2022/lib/ec-components/widgets-ec/loading/loading-full-ec/loading-full-ec.component.mjs +3 -3
  99. package/esm2022/lib/ec-components/widgets-ec/loading/loading-inline-ec/loading-inline-ec.component.mjs +3 -3
  100. package/esm2022/lib/ec-components/widgets-ec/loading/loading-section-ec/loading-section-ec.component.mjs +3 -3
  101. package/esm2022/lib/ec-components/widgets-ec/magnizoom-ec/magnizoom-ec.component.mjs +4 -6
  102. package/esm2022/lib/ec-components/widgets-ec/price-ec/price-ec.component.mjs +3 -3
  103. package/esm2022/lib/ec-components/widgets-ec/rating-ec/rating-ec.component.mjs +3 -3
  104. package/esm2022/lib/ec-components/widgets-ec/re-captcha-ec/re-captcha-ec.component.mjs +3 -3
  105. package/esm2022/lib/ec-components/widgets-ec/redsys-catch-ec/redsys-catch-ec.component.mjs +3 -3
  106. package/esm2022/lib/ec-directive/index.mjs +1 -1
  107. package/esm2022/lib/ec-directive/product-off.directive.mjs +1 -1
  108. package/esm2022/lib/ec-directive/product-stock.directive.mjs +1 -1
  109. package/esm2022/lib/ec-guards/auth.guard.mjs +1 -1
  110. package/esm2022/lib/ec-pipe/ec-currency-symbol.pipe.mjs +1 -1
  111. package/esm2022/lib/ec-pipe/ec-safe-html.pipe.mjs +1 -1
  112. package/esm2022/lib/ec-pipe/index.mjs +1 -1
  113. package/esm2022/lib/ec-services/addressing.service.mjs +1 -1
  114. package/esm2022/lib/ec-services/analytics/analytics.service.mjs +1 -1
  115. package/esm2022/lib/ec-services/analytics/doppler.service.mjs +1 -1
  116. package/esm2022/lib/ec-services/analytics/facebook-pixel.service.mjs +2 -4
  117. package/esm2022/lib/ec-services/analytics/google-analytics.service.mjs +2 -4
  118. package/esm2022/lib/ec-services/analytics/gtm.service.mjs +1 -1
  119. package/esm2022/lib/ec-services/analytics/index.mjs +1 -1
  120. package/esm2022/lib/ec-services/analytics/metricool-pixel.service.mjs +11 -11
  121. package/esm2022/lib/ec-services/auth.service.mjs +1 -1
  122. package/esm2022/lib/ec-services/auth.storage.service.mjs +1 -1
  123. package/esm2022/lib/ec-services/blocks-repository.service.mjs +1 -1
  124. package/esm2022/lib/ec-services/blocks.service.mjs +1 -1
  125. package/esm2022/lib/ec-services/cart.service.mjs +1 -1
  126. package/esm2022/lib/ec-services/channel.service.mjs +1 -1
  127. package/esm2022/lib/ec-services/checkout.service.mjs +1 -1
  128. package/esm2022/lib/ec-services/currency.service.mjs +1 -1
  129. package/esm2022/lib/ec-services/filters.service.mjs +1 -1
  130. package/esm2022/lib/ec-services/form.service.mjs +1 -1
  131. package/esm2022/lib/ec-services/index.mjs +1 -1
  132. package/esm2022/lib/ec-services/local-storage.service.mjs +1 -1
  133. package/esm2022/lib/ec-services/ngx-local-storage.service.mjs +1 -1
  134. package/esm2022/lib/ec-services/options.service.mjs +3 -27
  135. package/esm2022/lib/ec-services/order-utility.service.mjs +11 -5
  136. package/esm2022/lib/ec-services/orders.service.mjs +1 -1
  137. package/esm2022/lib/ec-services/pagination.service.mjs +1 -1
  138. package/esm2022/lib/ec-services/parameters.service.mjs +1 -1
  139. package/esm2022/lib/ec-services/payment.service.mjs +1 -1
  140. package/esm2022/lib/ec-services/product-detail.service.mjs +1 -1
  141. package/esm2022/lib/ec-services/products.service.mjs +1 -1
  142. package/esm2022/lib/ec-services/re-captcha.service.mjs +1 -1
  143. package/esm2022/lib/ec-services/reviews.service.mjs +1 -1
  144. package/esm2022/lib/ec-services/shipment.service.mjs +1 -1
  145. package/esm2022/lib/ec-services/stores.service.mjs +1 -1
  146. package/esm2022/lib/ec-services/test.service.mjs +1 -1
  147. package/esm2022/lib/ec-services/toast.service.mjs +1 -1
  148. package/esm2022/lib/interceptors/auth.interceptor.mjs +1 -1
  149. package/esm2022/lib/interfaces/analytics/event-key.mjs +1 -1
  150. package/esm2022/lib/interfaces/analytics/facebook-pixel-data.mjs +1 -1
  151. package/esm2022/lib/interfaces/analytics/gtm-config.mjs +1 -1
  152. package/esm2022/lib/interfaces/analytics/index.mjs +1 -1
  153. package/esm2022/lib/interfaces/blocks.mjs +1 -1
  154. package/esm2022/lib/interfaces/checkout.mjs +1 -1
  155. package/esm2022/lib/interfaces/connection.mjs +1 -1
  156. package/esm2022/lib/interfaces/coupon.mjs +1 -1
  157. package/esm2022/lib/interfaces/currency.mjs +1 -1
  158. package/esm2022/lib/interfaces/deserializable.mjs +1 -1
  159. package/esm2022/lib/interfaces/environment.mjs +1 -1
  160. package/esm2022/lib/interfaces/faqs.mjs +1 -1
  161. package/esm2022/lib/interfaces/filter.mjs +1 -1
  162. package/esm2022/lib/interfaces/index.mjs +1 -1
  163. package/esm2022/lib/interfaces/options.mjs +1 -1
  164. package/esm2022/lib/interfaces/pagination.mjs +1 -1
  165. package/esm2022/lib/interfaces/parameter.mjs +1 -1
  166. package/esm2022/lib/interfaces/product.mjs +1 -1
  167. package/esm2022/lib/interfaces/step.mjs +1 -1
  168. package/esm2022/lib/interfaces/storage.mjs +1 -1
  169. package/esm2022/lib/interfaces/store.mjs +1 -1
  170. package/esm2022/lib/interfaces/types/user.type.mjs +1 -1
  171. package/esm2022/lib/providers/provideEnvironment.mjs +1 -1
  172. package/esm2022/lib/stores/currency.store.mjs +1 -1
  173. package/esm2022/public-api.mjs +1 -1
  174. package/fesm2022/ng-easycommerce-v18.mjs +259 -323
  175. package/fesm2022/ng-easycommerce-v18.mjs.map +1 -1
  176. package/lib/constants/api.constants.service.d.ts +24 -13
  177. package/lib/ec-components/abstractions-components/menu-ec.component.d.ts +0 -12
  178. package/lib/ec-components/filters-ec/filters-ec.component.d.ts +4 -12
  179. package/lib/ec-components/header-ec/header-ec.component.d.ts +14 -5
  180. package/lib/ec-services/options.service.d.ts +0 -4
  181. package/lib/interfaces/filter.d.ts +0 -1
  182. package/lib/interfaces/options.d.ts +0 -2
  183. package/package.json +1 -1
@@ -26,12 +26,12 @@
26
26
  "ascendancy": "Ascendancy",
27
27
  "attributes": "Attributes",
28
28
  "back": "Back",
29
- "back-to-orders": "Back to orders",
29
+ "back-to-orders": "Back to orders",
30
30
  "bank-transfer": "Bank transfer",
31
31
  "beauty": "Beauty",
32
32
  "best-sellers": "Best sellers",
33
33
  "billing-details": "Billing details",
34
- "billing-data": "Billing details",
34
+ "billing-data": "Billing details",
35
35
  "birthday": "Birthday",
36
36
  "blog-detail": "blog detail",
37
37
  "blog-left-sidebar": "blog(left-sidebar)",
@@ -39,7 +39,7 @@
39
39
  "branch-delivery": "Branch Withdrawal",
40
40
  "buy-now": "Buy now",
41
41
  "call-us": "Call Us",
42
- "cancelled": "Cancelled",
42
+ "cancelled": "Cancelled",
43
43
  "cant-buy": "It is not possible to buy this product",
44
44
  "caps-and-hats": "caps and hats",
45
45
  "card-holder-name": "Card holder name",
@@ -64,22 +64,22 @@
64
64
  "coming-soon": "Coming soon",
65
65
  "coming-soon-description": "This functionality will be available at incomming updates",
66
66
  "compare": "compare",
67
- "complete": "Complete",
68
- "completed": "Complete",
67
+ "complete": "Complete",
68
+ "completed": "Complete",
69
69
  "contact": "Contact",
70
70
  "contact-info": "Contact information",
71
71
  "continue": "Continue",
72
72
  "continue-shopping": "Continue shopping",
73
73
  "country": "Country",
74
74
  "country-help": "Country is required",
75
- "coupon": "Coupon",
75
+ "coupon": "Coupon",
76
76
  "create-account": "Create account",
77
77
  "create-account-description": "Sign up for a free account at our store. Registration is quick and easy. It allows you to be able to order from our shop. To start shopping click register.",
78
78
  "created-date": "Created date",
79
79
  "cufflinks": "cufflinks",
80
80
  "currency": "Currency",
81
- "customer-billing-data": "Billing data",
82
- "customer-data": "Customer data",
81
+ "customer-billing-data": "Billing data",
82
+ "customer-data": "Customer data",
83
83
  "dashboard": "Dashboard",
84
84
  "date": "Date",
85
85
  "default-billing-address": "Extra user info",
@@ -102,14 +102,14 @@
102
102
  "email-address-help1": "Email is required",
103
103
  "email-address-help2": "Invalid Email",
104
104
  "email-already-registered": "The email entered is already registered.",
105
- "email-register-error": "Registration error. Please try again later.",
105
+ "email-register-error": "Registration error. Please try again later.",
106
106
  "empty-cart": "Your Cart is Empty",
107
107
  "empty-cart-detail": "Add something to make me happy :)",
108
108
  "empty_faqs": "No FAQs uploaded yet",
109
109
  "enter-actual-password": "Enter current password",
110
110
  "enter-new-password": "Enter new password",
111
111
  "enter-password": "Enter your password",
112
- "error-during-checkout": "Error during checkout",
112
+ "error-during-checkout": "Error during checkout",
113
113
  "ethic-wear": "ethic wear",
114
114
  "exclusive-products": "Exclusive products",
115
115
  "expiration-month": "Expiration month",
@@ -130,9 +130,9 @@
130
130
  "free": "Free",
131
131
  "furniture": "Furniture",
132
132
  "gender": "Gender",
133
- "gift-card-input": "Input gift card number",
134
- "gift-card-input-help": "Gift card help",
135
- "gift-card-title": "Gift card",
133
+ "gift-card-input": "Input gift card number",
134
+ "gift-card-input-help": "Gift card help",
135
+ "gift-card-title": "Gift card",
136
136
  "hello": "Hello",
137
137
  "helmets": "helmets",
138
138
  "home": "home",
@@ -141,8 +141,11 @@
141
141
  "image": "Imagen",
142
142
  "information": "Store information",
143
143
  "inquiry-error": "There was an error while querying. Try it again later",
144
+ "newsletter_email_already_registered": "The email address is already registered.",
145
+ "not-enough-stock": "Not enough stock",
146
+ "current-stock": "Current stock",
144
147
  "inquiry-sent": "Your inquiry was sent",
145
- "invalid-coupon": "Invalid discount code",
148
+ "invalid-coupon": "Invalid discount code",
146
149
  "invalid-credentials": "The username and / or password are incorrect",
147
150
  "invalid-email": "The email entered is not valid ",
148
151
  "invalid-form": "There are still unfilled fields and / or invalid data",
@@ -157,22 +160,22 @@
157
160
  "login": "login",
158
161
  "logout": "Logout",
159
162
  "lookbook": "lookbook",
160
- "lots": "Lots",
161
- "lot-saved": "Lot saved",
162
- "lot-saving": "Saving lots...",
163
- "lot-title": "Manage Lots",
164
- "lot-subtitle": "Manage shipping dates and locations",
165
- "lot-new": "+ Add Lot",
166
- "lot-save": "Save Lots",
167
- "lot-max-quantity": "You have already reached the maximum amount",
163
+ "lots": "Lots",
164
+ "lot-saved": "Lot saved",
165
+ "lot-saving": "Saving lots...",
166
+ "lot-title": "Manage Lots",
167
+ "lot-subtitle": "Manage shipping dates and locations",
168
+ "lot-new": "+ Add Lot",
169
+ "lot-save": "Save Lots",
170
+ "lot-max-quantity": "You have already reached the maximum amount",
168
171
  "mail-sent": "¡Email sent!",
169
172
  "manage-addresses": "Manage Addresses",
170
- "maximum-items-quantity": "The maximum quantity allowed for this product is {{quantity}}",
173
+ "maximum-items-quantity": "The maximum quantity allowed for this product is {{quantity}}",
171
174
  "men-accessories": "men's accessories",
172
175
  "men-collection": "Men's collection",
173
176
  "mens-fashion": "mens's fashion",
174
177
  "mercado-pago": "Mercado Pago",
175
- "minimum-items-quantity": "The minimum quantity allowed for this product is {{quantity}}",
178
+ "minimum-items-quantity": "The minimum quantity allowed for this product is {{quantity}}",
176
179
  "mismatched-password": "Password do not match",
177
180
  "most-expensive-first": "Most expensive first",
178
181
  "my-account": "My Account",
@@ -201,21 +204,21 @@
201
204
  "oldest-first": "Oldest first",
202
205
  "operation-error": "It was not possible to perform the operation",
203
206
  "operation-error-param": "It was not possible to perform the operation: {{ error }}",
204
- "order": "Order",
205
- "order-number": "Order number",
207
+ "order": "Order",
208
+ "order-number": "Order number",
206
209
  "order-success": "Order success",
207
- "orders-error": "There was an error getting your orders. Please try again later.",
210
+ "orders-error": "There was an error getting your orders. Please try again later.",
208
211
  "other-data": "More info",
209
212
  "out-of-stock": "The selected product or variant does not have stock",
210
- "out-of-stock-actually": "The selected product currently does not have more stock",
213
+ "out-of-stock-actually": "The selected product currently does not have more stock",
211
214
  "pages": "pages",
212
215
  "password": "Password",
213
216
  "password-doesnt-match": "Passwords do not match",
214
217
  "pay": "Pay",
215
- "pay-with-offline": "Finalize Order",
216
- "pay-with-transfer": "Pay with wire transfer",
218
+ "pay-with-offline": "Finalize Order",
219
+ "pay-with-transfer": "Pay with wire transfer",
217
220
  "payment": "Payment method",
218
- "payment-error": "There was an error processing your payment. Please try again later.",
221
+ "payment-error": "There was an error processing your payment. Please try again later.",
219
222
  "payment-preferences-error": "There was a problem trying to get payment preferences. Try it again later",
220
223
  "payment-state": "Payment state",
221
224
  "pending": "Pending of payment",
@@ -229,10 +232,10 @@
229
232
  "pockets-squares": "pockets squares",
230
233
  "postal-code": "Postal Code",
231
234
  "postal-code-help": "Postalcode is required",
232
- "postal-code-pattern-error": "The zip code must be numeric only",
235
+ "postal-code-pattern-error": "The zip code must be numeric only",
233
236
  "precious-jewellery": "precious jewellery",
234
237
  "price": "Price",
235
- "processing-payment": "Processing payment",
238
+ "processing-payment": "Processing payment",
236
239
  "product": "Product",
237
240
  "product-added": "The product was added to the cart",
238
241
  "product-details": "Product details",
@@ -245,7 +248,7 @@
245
248
  "purchase-successful": "¡Purchase successful!",
246
249
  "purchase-summary": "Purchase summary",
247
250
  "quantity": "Quantity",
248
- "ready": "Ready",
251
+ "ready": "Ready",
249
252
  "ready-form": "Next",
250
253
  "recover": "Recover",
251
254
  "recover-password": "Recover password ",
@@ -254,17 +257,17 @@
254
257
  "register-ok": "An email was sent to your mailbox to verify your new account",
255
258
  "related-products": "Related Products",
256
259
  "repeat-new-password": "Repeat new password",
257
- "repeat-password": "Repeat password",
260
+ "repeat-password": "Repeat password",
258
261
  "repeated-new-password": "Repeated new password",
259
262
  "result-for": "Results for",
260
263
  "right-sidebar": "right sidebar",
261
264
  "rings-wrist-wear": "rings & wrist wear",
262
- "same-billing-address": "Same billing address",
265
+ "same-billing-address": "Same billing address",
263
266
  "scarves": "scarves",
264
267
  "search": "Search",
265
268
  "sections": "Sections",
266
269
  "security-code": "Security code",
267
- "see-order": "See order",
270
+ "see-order": "See order",
268
271
  "select-channel": "Select a channel",
269
272
  "select-country": "Select country",
270
273
  "select-method": "Select one method",
@@ -276,10 +279,10 @@
276
279
  "shipment": "Shipment",
277
280
  "shipment-error": "There was a problem trying to persist the shipment. Try it again later",
278
281
  "shipment-method": "Shipment method",
279
- "shipment-methods": "Shipment methods",
280
- "shipment-state": "Shipment state",
282
+ "shipment-methods": "Shipment methods",
283
+ "shipment-state": "Shipment state",
281
284
  "shipment-tracking": "Shipment tracking",
282
- "shipped": "Shipped",
285
+ "shipped": "Shipped",
283
286
  "shipping": "Shipping method",
284
287
  "shipping-address": "Default Shipping Address",
285
288
  "shirts": "shirts",
@@ -319,8 +322,8 @@
319
322
  "town-city": "Town/City",
320
323
  "town-city-help": "City is required",
321
324
  "type-document-help": "Invalid document type",
322
- "unable-get-orders": "Unable to get orders at this time. Please time again later.",
323
- "update": "Update",
325
+ "unable-get-orders": "Unable to get orders at this time. Please time again later.",
326
+ "update": "Update",
324
327
  "updated-password": "Password updated",
325
328
  "updated-password-detail": "Your password has been reset. You can now log in",
326
329
  "urgent": "Urgent",
@@ -336,53 +339,54 @@
336
339
  "wishlist": "wishlist",
337
340
  "women-collection": "Women's collection",
338
341
  "women-fashion": "women's fashion",
339
- "address-book-not-result":"The addresses are not available.",
340
- "select-address": "Select address",
341
- "load-address": "Load address",
342
- "channel-permission-denied": "You are not authorized to access this channel",
343
- "retrieve-cart": "Retrieving Cart",
344
- "choose-country": "Choose a country",
345
- "choose-province": "Choose a province/zone",
346
- "required-fields": "Required fields",
342
+ "address-book-not-result": "The addresses are not available.",
343
+ "select-address": "Select address",
344
+ "load-address": "Load address",
345
+ "channel-permission-denied": "You are not authorized to access this channel",
346
+ "retrieve-cart": "Retrieving Cart",
347
+ "choose-country": "Choose a country",
348
+ "choose-province": "Choose a province/zone",
349
+ "required-fields": "Required fields",
347
350
  "fields-incomplete": "There are still unfilled or invalid fields",
348
- "accept-terms": "Accept terms and conditions",
349
- "must-accept-terms": "You must accept all terms and conditions in order to continue.",
350
- "whats-this": "¿What is this?",
351
- "new-address":"New address",
352
- "invoices": "Invoices",
353
- "see": "See",
354
- "register-error": "An error occurred during registration.",
355
- "register-error-detail": "Please try the operation later.",
356
- "total-products": "Product total",
357
- "payment-method": "Payment method",
358
- "unit-price": "Unit price",
359
- "download" : "Download",
360
- "my-clients": "My clients",
361
- "generate-budget": "Generate budget",
362
- "manage-orders": "Manage orders",
363
- "order-by": "Order by...",
364
- "order-date": "Order by Date",
365
- "order-alph": "Order Alphabetically",
366
- "client": "Client",
367
- "user": "User",
368
- "code": "Code",
369
- "access": "Access",
370
- "no-customers": "You have no customers assigned to you",
371
- "exit": "Exit",
372
- "start-impersonating": "Operating as: {{ customer }}",
373
- "stop-impersonating": "You are not operating as none of your customers",
374
- "must-select-customer": "You must select a customer to perform this action.",
351
+ "accept-terms": "Accept terms and conditions",
352
+ "must-accept-terms": "You must accept all terms and conditions in order to continue.",
353
+ "whats-this": "¿What is this?",
354
+ "new-address": "New address",
355
+ "invoices": "Invoices",
356
+ "see": "See",
357
+ "register-error": "An error occurred during registration.",
358
+ "register-error-detail": "Please try the operation later.",
359
+ "total-products": "Product total",
360
+ "payment-method": "Payment method",
361
+ "unit-price": "Unit price",
362
+ "download": "Download",
363
+ "my-clients": "My clients",
364
+ "generate-budget": "Generate budget",
365
+ "manage-orders": "Manage orders",
366
+ "order-by": "Order by...",
367
+ "order-date": "Order by Date",
368
+ "order-alph": "Order Alphabetically",
369
+ "client": "Client",
370
+ "user": "User",
371
+ "code": "Code",
372
+ "access": "Access",
373
+ "no-customers": "You have no customers assigned to you",
374
+ "exit": "Exit",
375
+ "start-impersonating": "Operating as: {{ customer }}",
376
+ "stop-impersonating": "You are not operating as none of your customers",
377
+ "must-select-customer": "You must select a customer to perform this action.",
375
378
  "new-orders": "New orders",
376
379
  "operate-as": "Operate as",
377
- "operating-as": "Operating as",
378
- "instructions": "Instructions",
379
- "error-convertibility": "Convertibility error. Try again later.",
380
+ "operating-as": "Operating as",
381
+ "instructions": "Instructions",
382
+ "error-convertibility": "Convertibility error. Try again later.",
380
383
  "price-without-national-taxes": "Price without national taxes",
381
384
  "see-all": "See all",
382
385
  "enter": "Login",
383
386
  "forgot-your-password": "Forgot your password?",
384
387
  "hide-password": "hide password",
385
- "show-password": "show password",
388
+ "show-password": "show password",
386
389
  "confirm-password": "Confirm password",
387
- "send": "Send"
388
- }
390
+ "send": "Send",
391
+ "cart-not-empty": "The cart is not empty"
392
+ }