wickes-css2 2.105.0-develop.3 → 2.105.0-develop.4

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 (160) hide show
  1. package/Readme.md +1 -2
  2. package/build/css/category-main.css +1 -1
  3. package/build/css/homepage-main.css +1 -1
  4. package/build/css/kitchen-plp-main.css +1 -1
  5. package/build/css/main.css +1 -1
  6. package/build/css/my-account-main-v2.css +1 -1
  7. package/build/css/my-account-main.css +1 -1
  8. package/build/css/pages/page_product_search.css +1 -1
  9. package/build/css/pages/page_products-list-combined.css +1 -1
  10. package/build/css/pages/page_products-list.css +1 -1
  11. package/build/css/pdp-main-before-combine.css +1 -1
  12. package/build/css/pdp-main-non-critical.css +1 -1
  13. package/build/css/pdp-main.css +1 -1
  14. package/build/css/plp-main.css +1 -1
  15. package/build/css/store-locator-main.css +1 -1
  16. package/build/js/basket.min.js +2 -2
  17. package/build/js/bundle.min.js +1 -1
  18. package/build/js/checkout.min.js +2 -2
  19. package/build/js/emulation.min.js +12122 -11594
  20. package/build/js/general.bundle.min.js +1 -1
  21. package/build/js/kitchen/kitchen-plp.min.js +1 -9
  22. package/build/js/merged-checkout.min.js +2 -2
  23. package/build/js/mini-basket-slider.min.js +1 -1
  24. package/build/js/page/basket/basket-update-cart-action.js +59 -56
  25. package/build/js/page/basket/basket-update-cart.js +27 -27
  26. package/build/js/page/basket/basket-utils.js +40 -33
  27. package/build/js/page/basket/mini-basket-total.js +70 -66
  28. package/build/js/page/basket/quantity-change-handler.js +73 -55
  29. package/build/js/page/basket/update-quantity-operation.js +39 -30
  30. package/build/js/page/basket/update-quantity.js +62 -62
  31. package/build/js/page/basket-v2.js +362 -229
  32. package/build/js/page/billie-business-type.js +27 -27
  33. package/build/js/page/checkout-payment-details.js +301 -299
  34. package/build/js/page/components/discounts.js +39 -36
  35. package/build/js/page/components/mini-basket-slider.js +604 -545
  36. package/build/js/page/filters/desktop-nav.js +64 -0
  37. package/build/js/page/filters/mobile-nav.js +93 -0
  38. package/build/js/page/filters/plp-filters-chips.js +92 -0
  39. package/build/js/page/filters/plp-filters-mobile.js +150 -0
  40. package/build/js/page/filters/plp-filters-panel.js +123 -0
  41. package/build/js/page/filters/plp-filters-utils.js +66 -0
  42. package/build/js/page/filters/plp-filters.js +256 -0
  43. package/build/js/page/filters/sort-by.js +172 -0
  44. package/build/js/page/klarna-modal-scroll-disable.js +4 -4
  45. package/build/js/page/online-exclusive.js +28 -30
  46. package/build/js/page/search-filter.js +62 -0
  47. package/build/js/page/utils/helpers.js +14 -9
  48. package/build/js/page/utils/show-more-less.js +273 -0
  49. package/build/js/pdp.bundle.min.js +1 -1
  50. package/build/js/plp-filters.min.js +9 -0
  51. package/build/js/plp.bundle.min.js +1 -1
  52. package/build/js/project-list.min.js +1 -1
  53. package/build/js/search-filter.min.js +1 -0
  54. package/package.json +3 -3
  55. package/src/components/accordion.hbs +2 -2
  56. package/src/components/kitchen/dropdown.hbs +6 -3
  57. package/src/components/kitchen/filter-modal-content-kitchen.hbs +10 -0
  58. package/src/components/kitchen/filter-modal.hbs +10 -13
  59. package/src/components/kitchen/plp-filters.hbs +3 -1
  60. package/src/components/kitchen/sort-by.hbs +1 -1
  61. package/src/components/search-filter-modal-content.hbs +102 -0
  62. package/src/components/search-filter.hbs +121 -112
  63. package/src/data/data_plp_load-more.json +1 -1
  64. package/src/elements/btn.hbs +7 -0
  65. package/src/js/components/general/accordion.js +38 -29
  66. package/src/js/components/general/cart-slider.js +19 -16
  67. package/src/js/components/general/create-popup-slider.js +168 -173
  68. package/src/js/emulation/big-wins.js +1081 -904
  69. package/src/js/emulation/billie-modal.js +23 -19
  70. package/src/js/emulation/checkout-payment-details.js +47 -38
  71. package/src/js/emulation/custom-slider-emulation.js +17 -13
  72. package/src/js/emulation/filters-emulation.js +164 -0
  73. package/src/js/emulation/forms.js +360 -323
  74. package/src/js/emulation/mini-basket-data.js +1051 -923
  75. package/src/js/emulation/paymentLoader.js +17 -17
  76. package/src/js/emulation/pdf-file-loader.js +89 -91
  77. package/src/js/emulation/popover-mini-basket.js +246 -239
  78. package/src/js/emulation/product-counter.js +50 -0
  79. package/src/js/emulation/project-list-pdp.js +321 -316
  80. package/src/js/emulation/repayment-toggle.js +23 -24
  81. package/src/js/emulation/reset-filter-desktop.js +5 -0
  82. package/src/js/emulation/selectable.js +22 -18
  83. package/src/js/emulation/wismo-details.js +23 -31
  84. package/src/js/page/basket/basket-update-cart-action.js +59 -56
  85. package/src/js/page/basket/basket-update-cart.js +27 -27
  86. package/src/js/page/basket/basket-utils.js +40 -33
  87. package/src/js/page/basket/mini-basket-total.js +70 -66
  88. package/src/js/page/basket/quantity-change-handler.js +73 -55
  89. package/src/js/page/basket/update-quantity-operation.js +39 -30
  90. package/src/js/page/basket/update-quantity.js +62 -62
  91. package/src/js/page/basket-v2.js +362 -229
  92. package/src/js/page/billie-business-type.js +27 -27
  93. package/src/js/page/checkout-payment-details.js +301 -299
  94. package/src/js/page/components/discounts.js +39 -36
  95. package/src/js/page/components/mini-basket-slider.js +604 -545
  96. package/src/js/page/filters/desktop-nav.js +64 -0
  97. package/src/js/page/filters/mobile-nav.js +93 -0
  98. package/src/js/page/filters/plp-filters-chips.js +92 -0
  99. package/src/js/page/filters/plp-filters-mobile.js +150 -0
  100. package/src/js/page/filters/plp-filters-panel.js +123 -0
  101. package/src/js/page/filters/plp-filters-utils.js +66 -0
  102. package/src/js/page/filters/plp-filters.js +256 -0
  103. package/src/js/page/filters/sort-by.js +172 -0
  104. package/src/js/page/klarna-modal-scroll-disable.js +4 -4
  105. package/src/js/page/online-exclusive.js +28 -30
  106. package/src/js/page/search-filter.js +62 -0
  107. package/src/js/page/utils/helpers.js +14 -9
  108. package/src/js/page/utils/show-more-less.js +273 -0
  109. package/src/page_empty-shared-project-list-bicester-hub.html +3 -0
  110. package/src/page_kitchen-plp.html +2 -2
  111. package/src/page_plp-with-paint.html +2 -7
  112. package/src/page_plp.html +2 -7
  113. package/src/page_plp_v2-energy-efficiency.html +1 -6
  114. package/src/page_plp_v2-favourite-products.html +6 -7
  115. package/src/page_plp_v2-vat.html +2 -7
  116. package/src/page_plp_v2.html +22 -9
  117. package/src/page_product_search-vat.html +2 -7
  118. package/src/page_product_search.html +2 -7
  119. package/src/page_project-list-with-new-share-popup-android.html +1 -0
  120. package/src/page_project-list-with-new-share-popup-ios.html +1 -0
  121. package/src/page_project-list-with-new-share-popup.html +1 -0
  122. package/src/page_search-results.html +2 -7
  123. package/src/page_shared-project-list-bicester-hub.html +1 -0
  124. package/src/scss/common/_common.scss +5 -4
  125. package/src/scss/components/_accordion.scss +1 -3
  126. package/src/scss/components/_custom-slider.scss +15 -14
  127. package/src/scss/components/_date-selection-add-new-styles.scss +6 -7
  128. package/src/scss/components/_date-selection.scss +1 -1
  129. package/src/scss/components/{kitchen/_filter-modal.scss → _filter-modal.scss} +55 -4
  130. package/src/scss/components/{kitchen/_plp-filters.scss → _plp-filters.scss} +31 -13
  131. package/src/scss/components/_popover-mini-basket.scss +3 -3
  132. package/src/scss/components/_search-filter.scss +95 -15
  133. package/src/scss/components/_sort-by.scss +190 -0
  134. package/src/scss/components/checkout-chip.scss +2 -2
  135. package/src/scss/components/checkout-payment-repayment-terms.scss +1 -1
  136. package/src/scss/globals/_global-components.scss +3 -0
  137. package/src/scss/helpers/_colors-semantic.scss +68 -68
  138. package/src/scss/helpers/_variables.scss +242 -196
  139. package/src/scss/kitchen-plp-main.scss +0 -3
  140. package/src/scss/main.scss +65 -65
  141. package/src/scss/pages/page_product-details-v2.scss +1 -4
  142. package/src/scss/pages/page_product_search.scss +9 -1
  143. package/src/scss/pages/page_products-list-combined.scss +28 -24
  144. package/src/scss/pages/page_products-list.scss +8 -0
  145. package/src/scss/pages/tradePro-rewards.scss +2 -3
  146. package/build/js/page/accordion.js +0 -35
  147. package/build/js/page/kitchen/plp-filters-chips.js +0 -90
  148. package/build/js/page/kitchen/plp-filters-mobile.js +0 -72
  149. package/build/js/page/kitchen/plp-filters-panel.js +0 -119
  150. package/build/js/page/kitchen/plp-filters-utils.js +0 -65
  151. package/build/js/page/kitchen/plp-filters.js +0 -205
  152. package/build/js/page/kitchen/sort-by.js +0 -157
  153. package/src/js/components/general/search-filter.js +0 -21
  154. package/src/js/page/accordion.js +0 -35
  155. package/src/js/page/kitchen/plp-filters-chips.js +0 -90
  156. package/src/js/page/kitchen/plp-filters-mobile.js +0 -72
  157. package/src/js/page/kitchen/plp-filters-panel.js +0 -119
  158. package/src/js/page/kitchen/plp-filters-utils.js +0 -65
  159. package/src/js/page/kitchen/plp-filters.js +0 -205
  160. package/src/js/page/kitchen/sort-by.js +0 -157
@@ -1,949 +1,1077 @@
1
1
  var Wick = Wick || {};
2
2
  Wick.MiniBasketData = (function () {
3
- return {
4
- updateQuantity: {
5
- "statusCode": "lowStock",
6
- "quantityAdded": 71,
7
- "quantity": 0,
8
- "entry": {
9
- "entryNumber": 2,
10
- "quantity": 74,
11
- "basePrice": {
12
- "currencyIso": "GBP",
13
- "value": 5.0,
14
- "priceType": "BUY",
15
- "formattedValue": "£5.00",
16
- "minQuantity": null,
17
- "maxQuantity": null,
18
- "currencySymbol": "£",
19
- "wasPrice": null,
20
- "infoUom": null,
21
- "infoUomPrice": null,
22
- "singleVolumePrice": null,
23
- "vatRatePercentage": null,
24
- "sellingUomDescription": null,
25
- "formattedPriceWithoutCurrencySymbol": "5.00",
26
- "pricing": null
27
- },
28
- "basePriceExcVat": {
29
- "value": 4,
30
- "formattedValue": "£4",
31
- "currencyIso": "GBP",
32
- "formattedPriceWithoutCurrencySymbol": "4"
33
- },
34
- "totalPrice": {
35
- "currencyIso": "GBP",
36
- "value": 20.0,
37
- "priceType": "BUY",
38
- "formattedValue": "£20.00",
39
- "minQuantity": null,
40
- "maxQuantity": null,
41
- "currencySymbol": "£",
42
- "wasPrice": null,
43
- "infoUom": null,
44
- "infoUomPrice": null,
45
- "singleVolumePrice": null,
46
- "vatRatePercentage": null,
47
- "sellingUomDescription": null,
48
- "formattedPriceWithoutCurrencySymbol": "20.00",
49
- "pricing": null
3
+ return {
4
+ updateQuantity: {
5
+ statusCode: 'lowStock',
6
+ quantityAdded: 71,
7
+ quantity: 0,
8
+ entry: {
9
+ entryNumber: 2,
10
+ quantity: 74,
11
+ basePrice: {
12
+ currencyIso: 'GBP',
13
+ value: 5.0,
14
+ priceType: 'BUY',
15
+ formattedValue: '£5.00',
16
+ minQuantity: null,
17
+ maxQuantity: null,
18
+ currencySymbol: '£',
19
+ wasPrice: null,
20
+ infoUom: null,
21
+ infoUomPrice: null,
22
+ singleVolumePrice: null,
23
+ vatRatePercentage: null,
24
+ sellingUomDescription: null,
25
+ formattedPriceWithoutCurrencySymbol: '5.00',
26
+ pricing: null,
27
+ },
28
+ basePriceExcVat: {
29
+ value: 4,
30
+ formattedValue: '£4',
31
+ currencyIso: 'GBP',
32
+ formattedPriceWithoutCurrencySymbol: '4',
33
+ },
34
+ totalPrice: {
35
+ currencyIso: 'GBP',
36
+ value: 20.0,
37
+ priceType: 'BUY',
38
+ formattedValue: '£20.00',
39
+ minQuantity: null,
40
+ maxQuantity: null,
41
+ currencySymbol: '£',
42
+ wasPrice: null,
43
+ infoUom: null,
44
+ infoUomPrice: null,
45
+ singleVolumePrice: null,
46
+ vatRatePercentage: null,
47
+ sellingUomDescription: null,
48
+ formattedPriceWithoutCurrencySymbol: '20.00',
49
+ pricing: null,
50
+ },
51
+ product: {
52
+ code: '221100',
53
+ name: 'Blue Circle Ready To Use Postcrete - 20kg',
54
+ url: '/Blue-Circle-Ready-To-Use-Postcrete---20kg/p/221100',
55
+ purchasable: true,
56
+ stock: {
57
+ stockLevelStatus: {
58
+ code: 'outOfStock',
59
+ type: 'StockLevelStatus',
60
+ },
61
+ stockLevel: 0,
62
+ stockThreshold: null,
63
+ makeUnavailable: false,
64
+ originalStockLevelStatus: {
65
+ code: 'outOfStock',
66
+ type: 'StockLevelStatus',
67
+ },
68
+ exists: false,
69
+ stockMessage: null,
70
+ },
71
+ availableForPickup: true,
72
+ price: {
73
+ currencyIso: 'GBP',
74
+ value: 5.0,
75
+ priceType: 'BUY',
76
+ formattedValue: '£5.00',
77
+ minQuantity: null,
78
+ maxQuantity: null,
79
+ currencySymbol: '£',
80
+ wasPrice: null,
81
+ infoUom: 'KG',
82
+ infoUomPrice: 0.25,
83
+ singleVolumePrice: null,
84
+ vatRatePercentage: 20.0,
85
+ sellingUomDescription: null,
86
+ formattedPriceWithoutCurrencySymbol: '5.00',
87
+ pricing: null,
88
+ },
89
+ images: [
90
+ {
91
+ imageType: 'PRIMARY',
92
+ format: 'zoom',
93
+ url: '//media.wickes.co.uk/is/image/wickes/largeNormal/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_00',
94
+ altText: 'Blue Circle Ready To Use Postcrete - 20kg',
95
+ galleryIndex: null,
96
+ width: null,
97
+ },
98
+ {
99
+ imageType: 'PRIMARY',
100
+ format: 'product',
101
+ url: '//media.wickes.co.uk/is/image/wickes/normal/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_00',
102
+ altText: 'Blue Circle Ready To Use Postcrete - 20kg',
103
+ galleryIndex: null,
104
+ width: null,
105
+ },
106
+ {
107
+ imageType: 'PRIMARY',
108
+ format: 'thumbnail',
109
+ url: '//media.wickes.co.uk/is/image/wickes/thumbnail/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_00',
110
+ altText: 'Blue Circle Ready To Use Postcrete - 20kg',
111
+ galleryIndex: null,
112
+ width: null,
113
+ },
114
+ {
115
+ imageType: 'PRIMARY',
116
+ format: 'cartIcon',
117
+ url: '//media.wickes.co.uk/is/image/wickes/smallThumbnail/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_00',
118
+ altText: 'Blue Circle Ready To Use Postcrete - 20kg',
119
+ galleryIndex: null,
120
+ width: null,
121
+ },
122
+ ],
123
+ categories: [
124
+ {
125
+ code: '1000208',
126
+ name: 'Cement',
127
+ url: '/Products/Building-Materials/Cement+Aggregates/Cement/c/1000208',
128
+ description: null,
129
+ image: null,
130
+ parentCategoryName: null,
131
+ sequence: 0,
132
+ },
133
+ {
134
+ code: '1000211',
135
+ name: 'Concrete',
136
+ url: '/Products/Building-Materials/Cement+Aggregates/Concrete/c/1000211',
137
+ description: null,
138
+ image: null,
139
+ parentCategoryName: null,
140
+ sequence: 0,
141
+ },
142
+ ],
143
+ baseOptions: [],
144
+ volumePrices: [],
145
+ configurable: false,
146
+ imageSetId: 'B3182_221100_IS',
147
+ fulfilmentType: 'STANDARD',
148
+ noScriptProductImageUrl:
149
+ '//media.wickes.co.uk/is/image/wickes/largeNormal/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_00?defaultImage=wickes/2018-Wickes-Missing-Product-650x650',
150
+ sellOnly: false,
151
+ externalAverageRating: 4.9,
152
+ externalReviewCount: 4680,
153
+ coshhSheetUrl: '//media.wickes.co.uk/documents/wickes/B3182_221100_COSHH_0',
154
+ techSheetUrl: '//media.wickes.co.uk/documents/wickes/B3182_221100_TECH_0',
155
+ priceInclusiveVat: {
156
+ currencyIso: 'GBP',
157
+ value: 5.0,
158
+ priceType: 'BUY',
159
+ formattedValue: '£5.00',
160
+ minQuantity: null,
161
+ maxQuantity: null,
162
+ currencySymbol: '£',
163
+ wasPrice: null,
164
+ infoUom: 'KG',
165
+ infoUomPrice: 0.25,
166
+ singleVolumePrice: null,
167
+ vatRatePercentage: 20.0,
168
+ sellingUomDescription: null,
169
+ formattedPriceWithoutCurrencySymbol: '5.00',
170
+ pricing: null,
171
+ },
172
+ priceExclusiveVat: {
173
+ currencyIso: 'GBP',
174
+ value: 4.17,
175
+ priceType: 'BUY',
176
+ formattedValue: '£4.17',
177
+ minQuantity: null,
178
+ maxQuantity: null,
179
+ currencySymbol: '£',
180
+ wasPrice: null,
181
+ infoUom: null,
182
+ infoUomPrice: null,
183
+ singleVolumePrice: null,
184
+ vatRatePercentage: null,
185
+ sellingUomDescription: null,
186
+ formattedPriceWithoutCurrencySymbol: '4.17',
187
+ pricing: null,
188
+ },
189
+ downStreamData: {
190
+ description: 'Blue Circle Ready To Use Postcrete - 20kg',
191
+ fulfillmentType: 'STANDARD',
192
+ swapCode: '',
193
+ productRanking: null,
194
+ order: null,
195
+ },
196
+ categoryPath: 'Products/Building Materials/Cement & Aggregates/Cement',
197
+ hasDataSheets: true,
198
+ coshhSheetList: [
199
+ {
200
+ code: 'B3182_221100_COSHH_0',
201
+ description: null,
202
+ altText: null,
203
+ url: '//media.wickes.co.uk/documents/wickes/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_COSHH_0',
204
+ downloadUrl:
205
+ '//media.wickes.co.uk/documents/wickes/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_COSHH_0',
206
+ size: null,
207
+ },
208
+ ],
209
+ dopSheetList: [],
210
+ epdSheetList: [],
211
+ gilSheetList: [
212
+ {
213
+ code: 'B3182_221100_GIL_0',
214
+ description: null,
215
+ altText: null,
216
+ url: '//media.wickes.co.uk/documents/wickes/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_GIL_0',
217
+ downloadUrl:
218
+ '//media.wickes.co.uk/documents/wickes/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_GIL_0',
219
+ size: null,
220
+ },
221
+ ],
222
+ techSheetList: [
223
+ {
224
+ code: 'B3182_221100_TECH_0',
225
+ description: null,
226
+ altText: null,
227
+ url: '//media.wickes.co.uk/documents/wickes/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_TECH_0',
228
+ downloadUrl:
229
+ '//media.wickes.co.uk/documents/wickes/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_TECH_0',
230
+ size: null,
231
+ },
232
+ ],
233
+ fulfillmentAttributes: {
234
+ type: 'STANDARD',
235
+ leadTimeDays: 1,
236
+ bigAndBulky: false,
237
+ supplierDelivered: false,
238
+ vision: false,
239
+ assumedAlwaysInStock: false,
240
+ webOnly: false,
241
+ treatAsFulfillmentTypeOnCheckout: null,
242
+ },
243
+ minOrderQuantity: 1,
244
+ gpid: '1000492390',
245
+ ean: '5018719100152',
246
+ isBaseProduct: false,
247
+ brandName: 'Blue Circle',
248
+ scene7FlyoutViewerISCommand: '',
249
+ availableForShoppingList: false,
250
+ installationDetails: {
251
+ packCoverage: 0.0,
252
+ pricePerPack: 5.0,
253
+ pricePerPackInPence: 500,
254
+ pricePerSQM: 0.0,
255
+ width: 0.0,
256
+ length: 0.0,
257
+ material: '',
258
+ packQuantity: 0,
259
+ doesNotContainRequiredAttributes: null,
260
+ },
261
+ tileInstallationAvailable: false,
262
+ tileCalculationAvailable: false,
263
+ flooringInstallationAvailable: false,
264
+ flooringCalculationAvailable: false,
265
+ installationProduct: false,
266
+ availabilityRestriction: 'NO_RESTRICTIONS',
267
+ availableForBigWinsCncOnly: false,
268
+ availableForBigWinsStockOnly: false,
269
+ },
270
+ updateable: true,
271
+ deliveryMode: null,
272
+ deliveryPointOfService: {
273
+ name: '8973',
274
+ displayName: null,
275
+ url: null,
276
+ description: 'NDS Wickes Chadwell Heath',
277
+ openingHours: null,
278
+ storeContent: null,
279
+ features: {},
280
+ geoPoint: {
281
+ latitude: 51.566937,
282
+ longitude: 0.117506,
283
+ },
284
+ formattedDistance: null,
285
+ distanceKm: null,
286
+ mapIcon: null,
287
+ address: {
288
+ id: '10089029042199',
289
+ title: null,
290
+ titleCode: null,
291
+ firstName: null,
292
+ lastName: null,
293
+ companyName: 'Wickes',
294
+ line1: 'WICKES, 850 HIGH ROAD',
295
+ line2: 'CHADWELL HEATH',
296
+ town: 'ROMFORD',
297
+ region: null,
298
+ postalCode: 'RM6 4HX',
299
+ phone: '020 8590 1116',
300
+ email: '',
301
+ country: {
302
+ isocode: 'GB',
303
+ name: 'United Kingdom',
304
+ },
305
+ shippingAddress: false,
306
+ billingAddress: false,
307
+ defaultAddress: false,
308
+ visibleInAddressBook: true,
309
+ formattedAddress:
310
+ 'WICKES, 850 HIGH ROAD, CHADWELL HEATH, ROMFORD, RM6 4HX, United Kingdom',
311
+ contactAddress: false,
312
+ mobile: null,
313
+ fax: '123456',
314
+ regionString: null,
315
+ cardHolderName: null,
316
+ businessAddress: false,
317
+ createdTimestamp: null,
318
+ },
319
+ storeImages: [],
320
+ brand: 'Wickes',
321
+ buyAndCollect: null,
322
+ loadingRestriction: null,
323
+ specificInfo: '',
324
+ satNavPostcode: null,
325
+ seoText: null,
326
+ productRanges: [],
327
+ metaTitle: null,
328
+ metaDescription: null,
329
+ h1: null,
330
+ },
331
+ entries: null,
332
+ configurationInfos: [],
333
+ statusSummaryMap: {},
334
+ entryGroupNumbers: [],
335
+ comments: [],
336
+ supportedActions: ['REMOVE'],
337
+ taxValues: [
338
+ {
339
+ code: 'uk-vat-full',
340
+ value: 20.0,
341
+ appliedValue: 61.67,
342
+ absolute: false,
343
+ currencyIsoCode: 'GBP',
344
+ },
345
+ ],
346
+ deliveryModeType: 'PICKUP',
347
+ fulfilmentRouting: null,
348
+ collection: true,
349
+ charity: false,
350
+ leadTime: null,
351
+ leadTimeExtended: null,
352
+ itemTotalWithoutDiscount: {
353
+ currencyIso: 'GBP',
354
+ value: 3700.0,
355
+ priceType: 'BUY',
356
+ formattedValue: '£20.00',
357
+ minQuantity: null,
358
+ maxQuantity: null,
359
+ currencySymbol: '£',
360
+ wasPrice: null,
361
+ infoUom: null,
362
+ infoUomPrice: null,
363
+ singleVolumePrice: null,
364
+ vatRatePercentage: null,
365
+ sellingUomDescription: null,
366
+ formattedPriceWithoutCurrencySymbol: '20.00',
367
+ pricing: null,
368
+ },
369
+ itemTotalWithoutDiscountExcVat: {
370
+ value: 19,
371
+ formattedValue: '£19',
372
+ currencyIso: 'GBP',
373
+ formattedPriceWithoutCurrencySymbol: '19',
374
+ },
375
+ appliedPromotions: null,
376
+ tilingInstallationData: null,
377
+ flooringInstallationData: null,
378
+ alerts: null,
379
+ orderFulfilmentControls: {
380
+ availableForCollection: true,
381
+ availableForDelivery: true,
382
+ availableForWickesFulfilment: false,
383
+ },
384
+ },
385
+ deliveryModeChanged: null,
386
+ cartCode: '663467017',
387
+ statusMessage: 'accConfirmedMsgs',
388
+ entryGroupNumbers: null,
389
+ message:
390
+ 'The Basket quantity of <a href="/Blue-Circle-Ready-To-Use-Postcrete---20kg/p/221100" style="text-decoration: underline">Blue Circle Ready To Use Postcrete - 20kg</a> has been reduced to 74 from 100 due to insufficient stock.',
50
391
  },
51
- "product": {
52
- "code": "221100",
53
- "name": "Blue Circle Ready To Use Postcrete - 20kg",
54
- "url": "/Blue-Circle-Ready-To-Use-Postcrete---20kg/p/221100",
55
- "purchasable": true,
56
- "stock": {
57
- "stockLevelStatus": {
58
- "code": "outOfStock",
59
- "type": "StockLevelStatus"
392
+ initialCartState: {
393
+ code: '696252001',
394
+ subTotal: {
395
+ value: 10.0,
396
+ formattedValue: '£10.00',
397
+ currencyIso: 'GBP',
398
+ formattedPriceWithoutCurrencySymbol: '10.00',
60
399
  },
61
- "stockLevel": 0,
62
- "stockThreshold": null,
63
- "makeUnavailable": false,
64
- "originalStockLevelStatus": {
65
- "code": "outOfStock",
66
- "type": "StockLevelStatus"
400
+ totalTax: {
401
+ value: 3.17,
402
+ formattedValue: '£3.17',
403
+ currencyIso: 'GBP',
404
+ formattedPriceWithoutCurrencySymbol: '3.17',
67
405
  },
68
- "exists": false,
69
- "stockMessage": null
70
- },
71
- "availableForPickup": true,
72
- "price": {
73
- "currencyIso": "GBP",
74
- "value": 5.0,
75
- "priceType": "BUY",
76
- "formattedValue": "£5.00",
77
- "minQuantity": null,
78
- "maxQuantity": null,
79
- "currencySymbol": "£",
80
- "wasPrice": null,
81
- "infoUom": "KG",
82
- "infoUomPrice": 0.25,
83
- "singleVolumePrice": null,
84
- "vatRatePercentage": 20.0,
85
- "sellingUomDescription": null,
86
- "formattedPriceWithoutCurrencySymbol": "5.00",
87
- "pricing": null
88
- },
89
- "images": [
90
- {
91
- "imageType": "PRIMARY",
92
- "format": "zoom",
93
- "url": "//media.wickes.co.uk/is/image/wickes/largeNormal/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_00",
94
- "altText": "Blue Circle Ready To Use Postcrete - 20kg",
95
- "galleryIndex": null,
96
- "width": null
406
+ deliveryCost: {
407
+ value: 0.0,
408
+ formattedValue: '£0.00',
409
+ currencyIso: 'GBP',
410
+ formattedPriceWithoutCurrencySymbol: '0.00',
97
411
  },
98
- {
99
- "imageType": "PRIMARY",
100
- "format": "product",
101
- "url": "//media.wickes.co.uk/is/image/wickes/normal/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_00",
102
- "altText": "Blue Circle Ready To Use Postcrete - 20kg",
103
- "galleryIndex": null,
104
- "width": null
412
+ charityPrice: {
413
+ value: 0.0,
414
+ formattedValue: '£0.00',
415
+ currencyIso: 'GBP',
416
+ formattedPriceWithoutCurrencySymbol: '0.00',
105
417
  },
106
- {
107
- "imageType": "PRIMARY",
108
- "format": "thumbnail",
109
- "url": "//media.wickes.co.uk/is/image/wickes/thumbnail/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_00",
110
- "altText": "Blue Circle Ready To Use Postcrete - 20kg",
111
- "galleryIndex": null,
112
- "width": null
418
+ totalDiscounts: {
419
+ value: 5.0,
420
+ formattedValue: '£5.00',
421
+ currencyIso: 'GBP',
422
+ formattedPriceWithoutCurrencySymbol: '5.00',
113
423
  },
114
- {
115
- "imageType": "PRIMARY",
116
- "format": "cartIcon",
117
- "url": "//media.wickes.co.uk/is/image/wickes/smallThumbnail/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_00",
118
- "altText": "Blue Circle Ready To Use Postcrete - 20kg",
119
- "galleryIndex": null,
120
- "width": null
121
- }
122
- ],
123
- "categories": [
124
- {
125
- "code": "1000208",
126
- "name": "Cement",
127
- "url": "/Products/Building-Materials/Cement+Aggregates/Cement/c/1000208",
128
- "description": null,
129
- "image": null,
130
- "parentCategoryName": null,
131
- "sequence": 0
424
+ totalPrice: {
425
+ value: 10.0,
426
+ formattedValue: '£10.00',
427
+ currencyIso: 'GBP',
428
+ formattedPriceWithoutCurrencySymbol: '10.00',
132
429
  },
133
- {
134
- "code": "1000211",
135
- "name": "Concrete",
136
- "url": "/Products/Building-Materials/Cement+Aggregates/Concrete/c/1000211",
137
- "description": null,
138
- "image": null,
139
- "parentCategoryName": null,
140
- "sequence": 0
141
- }
142
- ],
143
- "baseOptions": [],
144
- "volumePrices": [],
145
- "configurable": false,
146
- "imageSetId": "B3182_221100_IS",
147
- "fulfilmentType": "STANDARD",
148
- "noScriptProductImageUrl": "//media.wickes.co.uk/is/image/wickes/largeNormal/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_00?defaultImage=wickes/2018-Wickes-Missing-Product-650x650",
149
- "sellOnly": false,
150
- "externalAverageRating": 4.9,
151
- "externalReviewCount": 4680,
152
- "coshhSheetUrl": "//media.wickes.co.uk/documents/wickes/B3182_221100_COSHH_0",
153
- "techSheetUrl": "//media.wickes.co.uk/documents/wickes/B3182_221100_TECH_0",
154
- "priceInclusiveVat": {
155
- "currencyIso": "GBP",
156
- "value": 5.0,
157
- "priceType": "BUY",
158
- "formattedValue": "£5.00",
159
- "minQuantity": null,
160
- "maxQuantity": null,
161
- "currencySymbol": "£",
162
- "wasPrice": null,
163
- "infoUom": "KG",
164
- "infoUomPrice": 0.25,
165
- "singleVolumePrice": null,
166
- "vatRatePercentage": 20.0,
167
- "sellingUomDescription": null,
168
- "formattedPriceWithoutCurrencySymbol": "5.00",
169
- "pricing": null
170
- },
171
- "priceExclusiveVat": {
172
- "currencyIso": "GBP",
173
- "value": 4.17,
174
- "priceType": "BUY",
175
- "formattedValue": "£4.17",
176
- "minQuantity": null,
177
- "maxQuantity": null,
178
- "currencySymbol": "£",
179
- "wasPrice": null,
180
- "infoUom": null,
181
- "infoUomPrice": null,
182
- "singleVolumePrice": null,
183
- "vatRatePercentage": null,
184
- "sellingUomDescription": null,
185
- "formattedPriceWithoutCurrencySymbol": "4.17",
186
- "pricing": null
187
- },
188
- "downStreamData": {
189
- "description": "Blue Circle Ready To Use Postcrete - 20kg",
190
- "fulfillmentType": "STANDARD",
191
- "swapCode": "",
192
- "productRanking": null,
193
- "order": null
194
- },
195
- "categoryPath": "Products/Building Materials/Cement & Aggregates/Cement",
196
- "hasDataSheets": true,
197
- "coshhSheetList": [
198
- {
199
- "code": "B3182_221100_COSHH_0",
200
- "description": null,
201
- "altText": null,
202
- "url": "//media.wickes.co.uk/documents/wickes/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_COSHH_0",
203
- "downloadUrl": "//media.wickes.co.uk/documents/wickes/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_COSHH_0",
204
- "size": null
205
- }
206
- ],
207
- "dopSheetList": [],
208
- "epdSheetList": [],
209
- "gilSheetList": [
210
- {
211
- "code": "B3182_221100_GIL_0",
212
- "description": null,
213
- "altText": null,
214
- "url": "//media.wickes.co.uk/documents/wickes/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_GIL_0",
215
- "downloadUrl": "//media.wickes.co.uk/documents/wickes/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_GIL_0",
216
- "size": null
217
- }
218
- ],
219
- "techSheetList": [
220
- {
221
- "code": "B3182_221100_TECH_0",
222
- "description": null,
223
- "altText": null,
224
- "url": "//media.wickes.co.uk/documents/wickes/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_TECH_0",
225
- "downloadUrl": "//media.wickes.co.uk/documents/wickes/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_TECH_0",
226
- "size": null
227
- }
228
- ],
229
- "fulfillmentAttributes": {
230
- "type": "STANDARD",
231
- "leadTimeDays": 1,
232
- "bigAndBulky": false,
233
- "supplierDelivered": false,
234
- "vision": false,
235
- "assumedAlwaysInStock": false,
236
- "webOnly": false,
237
- "treatAsFulfillmentTypeOnCheckout": null
238
- },
239
- "minOrderQuantity": 1,
240
- "gpid": "1000492390",
241
- "ean": "5018719100152",
242
- "isBaseProduct": false,
243
- "brandName": "Blue Circle",
244
- "scene7FlyoutViewerISCommand": "",
245
- "availableForShoppingList": false,
246
- "installationDetails": {
247
- "packCoverage": 0.0,
248
- "pricePerPack": 5.0,
249
- "pricePerPackInPence": 500,
250
- "pricePerSQM": 0.0,
251
- "width": 0.0,
252
- "length": 0.0,
253
- "material": "",
254
- "packQuantity": 0,
255
- "doesNotContainRequiredAttributes": null
256
- },
257
- "tileInstallationAvailable": false,
258
- "tileCalculationAvailable": false,
259
- "flooringInstallationAvailable": false,
260
- "flooringCalculationAvailable": false,
261
- "installationProduct": false,
262
- "availabilityRestriction": "NO_RESTRICTIONS",
263
- "availableForBigWinsCncOnly": false,
264
- "availableForBigWinsStockOnly": false
265
- },
266
- "updateable": true,
267
- "deliveryMode": null,
268
- "deliveryPointOfService": {
269
- "name": "8973",
270
- "displayName": null,
271
- "url": null,
272
- "description": "NDS Wickes Chadwell Heath",
273
- "openingHours": null,
274
- "storeContent": null,
275
- "features": {},
276
- "geoPoint": {
277
- "latitude": 51.566937,
278
- "longitude": 0.117506
279
- },
280
- "formattedDistance": null,
281
- "distanceKm": null,
282
- "mapIcon": null,
283
- "address": {
284
- "id": "10089029042199",
285
- "title": null,
286
- "titleCode": null,
287
- "firstName": null,
288
- "lastName": null,
289
- "companyName": "Wickes",
290
- "line1": "WICKES, 850 HIGH ROAD",
291
- "line2": "CHADWELL HEATH",
292
- "town": "ROMFORD",
293
- "region": null,
294
- "postalCode": "RM6 4HX",
295
- "phone": "020 8590 1116",
296
- "email": "",
297
- "country": {
298
- "isocode": "GB",
299
- "name": "United Kingdom"
430
+ potentialProductPromotions: [],
431
+ appliedProductPromotions: [],
432
+ appliedOrderPromotions: [],
433
+ promotionsInfo: null,
434
+ clickAndCollectOnly: true,
435
+ deliveryItemsQuantity: 1,
436
+ pickupItemsQuantity: 2,
437
+ freeDelivery: false,
438
+ subtotalWithoutCharity: {
439
+ value: 10.0,
440
+ formattedValue: '£10.00',
441
+ currencyIso: 'GBP',
442
+ formattedPriceWithoutCurrencySymbol: '10.00',
300
443
  },
301
- "shippingAddress": false,
302
- "billingAddress": false,
303
- "defaultAddress": false,
304
- "visibleInAddressBook": true,
305
- "formattedAddress": "WICKES, 850 HIGH ROAD, CHADWELL HEATH, ROMFORD, RM6 4HX, United Kingdom",
306
- "contactAddress": false,
307
- "mobile": null,
308
- "fax": "123456",
309
- "regionString": null,
310
- "cardHolderName": null,
311
- "businessAddress": false,
312
- "createdTimestamp": null
313
- },
314
- "storeImages": [],
315
- "brand": "Wickes",
316
- "buyAndCollect": null,
317
- "loadingRestriction": null,
318
- "specificInfo": "",
319
- "satNavPostcode": null,
320
- "seoText": null,
321
- "productRanges": [],
322
- "metaTitle": null,
323
- "metaDescription": null,
324
- "h1": null
325
- },
326
- "entries": null,
327
- "configurationInfos": [],
328
- "statusSummaryMap": {},
329
- "entryGroupNumbers": [],
330
- "comments": [],
331
- "supportedActions": [
332
- "REMOVE"
333
- ],
334
- "taxValues": [
335
- {
336
- "code": "uk-vat-full",
337
- "value": 20.0,
338
- "appliedValue": 61.67,
339
- "absolute": false,
340
- "currencyIsoCode": "GBP"
341
- }
342
- ],
343
- "deliveryModeType": "PICKUP",
344
- "fulfilmentRouting": null,
345
- "collection": true,
346
- "charity": false,
347
- "leadTime": null,
348
- "leadTimeExtended": null,
349
- "itemTotalWithoutDiscount": {
350
- "currencyIso": "GBP",
351
- "value": 3700.0,
352
- "priceType": "BUY",
353
- "formattedValue": "£20.00",
354
- "minQuantity": null,
355
- "maxQuantity": null,
356
- "currencySymbol": "£",
357
- "wasPrice": null,
358
- "infoUom": null,
359
- "infoUomPrice": null,
360
- "singleVolumePrice": null,
361
- "vatRatePercentage": null,
362
- "sellingUomDescription": null,
363
- "formattedPriceWithoutCurrencySymbol": "20.00",
364
- "pricing": null
365
- },
366
- "itemTotalWithoutDiscountExcVat": {
367
- "value": 19,
368
- "formattedValue": "£19",
369
- "currencyIso": "GBP",
370
- "formattedPriceWithoutCurrencySymbol": "19"
371
- },
372
- "appliedPromotions": null,
373
- "tilingInstallationData": null,
374
- "flooringInstallationData": null,
375
- "alerts": null,
376
- "orderFulfilmentControls": {
377
- "availableForCollection": true,
378
- "availableForDelivery": true,
379
- "availableForWickesFulfilment": false
380
- },
381
- },
382
- "deliveryModeChanged": null,
383
- "cartCode": "663467017",
384
- "statusMessage": "accConfirmedMsgs",
385
- "entryGroupNumbers": null,
386
- "message": "The Basket quantity of <a href=\"/Blue-Circle-Ready-To-Use-Postcrete---20kg/p/221100\" style=\"text-decoration: underline\">Blue Circle Ready To Use Postcrete - 20kg</a> has been reduced to 74 from 100 due to insufficient stock."
387
- },
388
- initialCartState: {
389
- "code": "696252001",
390
- "subTotal": {"value": 10.0, "formattedValue": "£10.00", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "10.00"},
391
- "totalTax": {"value": 3.17, "formattedValue": "£3.17", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "3.17"},
392
- "deliveryCost": {"value": 0.0, "formattedValue": "£0.00", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "0.00"},
393
- "charityPrice": {"value": 0.0, "formattedValue": "£0.00", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "0.00"},
394
- "totalDiscounts": {"value": 5.0, "formattedValue": "£5.00", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "5.00"},
395
- "totalPrice": {"value": 10.0, "formattedValue": "£10.00", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "10.00"},
396
- "potentialProductPromotions": [],
397
- "appliedProductPromotions": [],
398
- "appliedOrderPromotions": [],
399
- "promotionsInfo": null,
400
- "clickAndCollectOnly": true,
401
- "deliveryItemsQuantity": 1,
402
- "pickupItemsQuantity": 2,
403
- "freeDelivery": false,
404
- "subtotalWithoutCharity": {"value": 10.0, "formattedValue": "£10.00", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "10.00"},
405
- "messageForFreeDelivery": null,
406
- "pickupOrderGroups": [
407
- {
408
- "entries": [
409
- {
410
- "entryNumber": 0,
411
- "quantity": 2,
412
- "basePrice": {
413
- "value": 100.0,
414
- "formattedValue": "£100",
415
- "currencyIso": "GBP",
416
- "formattedPriceWithoutCurrencySymbol": "100"
417
- },
418
- "basePriceExcVat": {
419
- "value": 10,
420
- "formattedValue": "10",
421
- "currencyIso": "GBP",
422
- "formattedPriceWithoutCurrencySymbol": "10"
423
- },
424
- "product": {
425
- "code": "221100",
426
- "name": "Blue Circle Ready To Use Postcrete - 20kg",
427
- "url": "/Blue-Circle-Ready-To-Use-Postcrete---20kg/p/221100",
428
- "minOrderQuantity": 0,
429
- "maxOrderQuantity": null,
430
- "fulfillmentAttributes": {
431
- "type": "STANDARD_STORE_DELIVERED",
432
- "leadTimeDays": 1,
433
- "supplierDelivered": false
444
+ messageForFreeDelivery: null,
445
+ pickupOrderGroups: [
446
+ {
447
+ entries: [
448
+ {
449
+ entryNumber: 0,
450
+ quantity: 2,
451
+ basePrice: {
452
+ value: 100.0,
453
+ formattedValue: '£100',
454
+ currencyIso: 'GBP',
455
+ formattedPriceWithoutCurrencySymbol: '100',
456
+ },
457
+ basePriceExcVat: {
458
+ value: 10,
459
+ formattedValue: '10',
460
+ currencyIso: 'GBP',
461
+ formattedPriceWithoutCurrencySymbol: '10',
462
+ },
463
+ product: {
464
+ code: '221100',
465
+ name: 'Blue Circle Ready To Use Postcrete - 20kg',
466
+ url: '/Blue-Circle-Ready-To-Use-Postcrete---20kg/p/221100',
467
+ minOrderQuantity: 0,
468
+ maxOrderQuantity: null,
469
+ fulfillmentAttributes: {
470
+ type: 'STANDARD_STORE_DELIVERED',
471
+ leadTimeDays: 1,
472
+ supplierDelivered: false,
473
+ },
474
+ price: {
475
+ value: 100.0,
476
+ formattedValue: '£100',
477
+ currencyIso: 'GBP',
478
+ formattedPriceWithoutCurrencySymbol: '100',
479
+ },
480
+ categoryPath:
481
+ 'Products/Building Materials/Cement & Aggregates/Cement',
482
+ brandName: 'Blue Circle',
483
+ categories: [
484
+ {
485
+ code: '1000208',
486
+ name: 'Cement',
487
+ },
488
+ {
489
+ code: '1000211',
490
+ name: 'Concrete',
491
+ },
492
+ ],
493
+ image: {
494
+ url: '//media.wickes.co.uk/is/image/wickes/O0032_109450_00?$normal$',
495
+ altText: 'Blue Circle Ready To Use Postcrete - 20kg',
496
+ },
497
+ pricePerSqm: 0.0,
498
+ installationProduct: false,
499
+ },
500
+ updateable: true,
501
+ deliveryPointOfService: {
502
+ name: '8901',
503
+ description: 'WX Test Store 12',
504
+ },
505
+ charity: false,
506
+ itemTotalWithoutDiscount: {
507
+ value: 100.0,
508
+ formattedValue: '£100',
509
+ currencyIso: 'GBP',
510
+ formattedPriceWithoutCurrencySymbol: '100',
511
+ },
512
+ itemTotalWithoutDiscountExcVat: {
513
+ value: 99,
514
+ formattedValue: '£99',
515
+ currencyIso: 'GBP',
516
+ formattedPriceWithoutCurrencySymbol: '99',
517
+ },
518
+ orderFulfilmentControls: {
519
+ availableForDelivery: true,
520
+ availableForCollection: true,
521
+ availableForWickesFulfilment: false,
522
+ },
523
+ },
524
+ ],
525
+ quantity: 1,
526
+ totalPrice: {
527
+ value: 100.0,
528
+ formattedValue: '£100.00',
529
+ currencyIso: 'GBP',
530
+ formattedPriceWithoutCurrencySymbol: '100.00',
531
+ },
434
532
  },
435
- "price": {
436
- "value": 100.0,
437
- "formattedValue": "£100",
438
- "currencyIso": "GBP",
439
- "formattedPriceWithoutCurrencySymbol": "100"
533
+ {
534
+ entries: [
535
+ {
536
+ entryNumber: 1,
537
+ quantity: 2,
538
+ basePrice: {
539
+ value: 9.0,
540
+ formattedValue: '£9',
541
+ currencyIso: 'GBP',
542
+ formattedPriceWithoutCurrencySymbol: '9',
543
+ },
544
+ basePriceExcVat: {
545
+ value: 9,
546
+ formattedValue: '£9',
547
+ currencyIso: 'GBP',
548
+ formattedPriceWithoutCurrencySymbol: '9',
549
+ },
550
+ product: {
551
+ code: '109450',
552
+ name: 'Knauf Insulation Space Standard Top Up 170mm Loft Roll - 6.47m²',
553
+ url: '/Knauf-Insulation-Space-Standard-Top-Up-170mm-Loft-Roll---6-47m%C2%B2/p/109450',
554
+ minOrderQuantity: 0,
555
+ maxOrderQuantity: null,
556
+ fulfillmentAttributes: {
557
+ type: 'HOURLY_STANDARD',
558
+ leadTimeDays: 1,
559
+ supplierDelivered: false,
560
+ },
561
+ price: {
562
+ value: 8.0,
563
+ formattedValue: '£8',
564
+ currencyIso: 'GBP',
565
+ formattedPriceWithoutCurrencySymbol: '8',
566
+ },
567
+ categoryPath:
568
+ 'Products/Building Materials/Insulation/Loft Insulation',
569
+ brandName: 'Knauf Insulation',
570
+ categories: [
571
+ {
572
+ code: '1000270',
573
+ name: 'Loft Insulation',
574
+ },
575
+ ],
576
+ image: {
577
+ url: '//media.wickes.co.uk/is/image/wickes/O0032_109450_00?$normal$',
578
+ altText:
579
+ 'Knauf Insulation Space Standard Top Up 170mm Loft Roll - 6.47m²',
580
+ },
581
+ pricePerSqm: 0.0,
582
+ installationProduct: false,
583
+ },
584
+ updateable: true,
585
+ deliveryPointOfService: {
586
+ name: '8397',
587
+ description: 'WATFORD',
588
+ },
589
+ charity: false,
590
+ itemTotalWithoutDiscount: {
591
+ value: 8.0,
592
+ formattedValue: '£8',
593
+ currencyIso: 'GBP',
594
+ formattedPriceWithoutCurrencySymbol: '8',
595
+ },
596
+ itemTotalWithoutDiscountExcVat: {
597
+ value: 23,
598
+ formattedValue: '£23',
599
+ currencyIso: 'GBP',
600
+ formattedPriceWithoutCurrencySymbol: '23',
601
+ },
602
+ orderFulfilmentControls: {
603
+ availableForDelivery: true,
604
+ availableForCollection: true,
605
+ availableForWickesFulfilment: false,
606
+ },
607
+ },
608
+ ],
609
+ quantity: 2,
610
+ totalPrice: {
611
+ value: 40.5,
612
+ formattedValue: '£40.50',
613
+ currencyIso: 'GBP',
614
+ formattedPriceWithoutCurrencySymbol: '40.50',
615
+ },
440
616
  },
441
- "categoryPath": "Products/Building Materials/Cement & Aggregates/Cement",
442
- "brandName": "Blue Circle",
443
- "categories": [
444
- {
445
- "code": "1000208",
446
- "name": "Cement"
447
- },
448
- {
449
- "code": "1000211",
450
- "name": "Concrete"
451
- }
452
- ],
453
- "image": {
454
- "url": "//media.wickes.co.uk/is/image/wickes/O0032_109450_00?$normal$",
455
- "altText": "Blue Circle Ready To Use Postcrete - 20kg"
617
+ ],
618
+ deliveryOrderGroups: [
619
+ {
620
+ entries: [
621
+ {
622
+ entryNumber: 4,
623
+ quantity: 1,
624
+ basePrice: {
625
+ value: 25.0,
626
+ formattedValue: '£25',
627
+ currencyIso: 'GBP',
628
+ formattedPriceWithoutCurrencySymbol: '25',
629
+ },
630
+ basePriceExcVat: {
631
+ value: 8,
632
+ formattedValue: '£8',
633
+ currencyIso: 'GBP',
634
+ formattedPriceWithoutCurrencySymbol: '8',
635
+ },
636
+ product: {
637
+ code: '123143',
638
+ name: '6 Wickes General Purpose Claw test',
639
+ url: '/Knauf-Insulation-Super-Top-Up-200mm-Loft-Roll---5-61m%C2%B2/p/109451',
640
+ minOrderQuantity: 0,
641
+ maxOrderQuantity: null,
642
+ fulfillmentAttributes: {
643
+ type: 'STANDARD',
644
+ leadTimeDays: 1,
645
+ supplierDelivered: false,
646
+ },
647
+ price: {
648
+ value: 25.0,
649
+ formattedValue: '£25',
650
+ currencyIso: 'GBP',
651
+ formattedPriceWithoutCurrencySymbol: '25',
652
+ },
653
+ categoryPath:
654
+ 'Products/Building Materials/Insulation/Loft Insulation',
655
+ brandName: 'Knauf Insulation',
656
+ categories: [
657
+ {
658
+ code: '1000270',
659
+ name: 'Loft Insulation',
660
+ },
661
+ ],
662
+ image: {
663
+ url: '//media.wickes.co.uk/is/image/wickes/O0032_109451_00?$normal$',
664
+ altText:
665
+ 'Knauf Insulation Super Top Up 200mm Loft Roll - 5.61m²',
666
+ },
667
+ pricePerSqm: 0.0,
668
+ installationProduct: false,
669
+ },
670
+ updateable: true,
671
+ deliveryPointOfService: null,
672
+ charity: false,
673
+ itemTotalWithoutDiscount: {
674
+ value: 25.0,
675
+ formattedValue: '£25',
676
+ currencyIso: 'GBP',
677
+ formattedPriceWithoutCurrencySymbol: '25',
678
+ },
679
+ itemTotalWithoutDiscountExcVat: {
680
+ value: 24,
681
+ formattedValue: '£24',
682
+ currencyIso: 'GBP',
683
+ formattedPriceWithoutCurrencySymbol: '24',
684
+ },
685
+ orderFulfilmentControls: {
686
+ availableForDelivery: true,
687
+ availableForCollection: true,
688
+ availableForWickesFulfilment: false,
689
+ },
690
+ },
691
+ ],
692
+ quantity: null,
693
+ totalPrice: {
694
+ value: 25.0,
695
+ formattedValue: '£25.00',
696
+ currencyIso: 'GBP',
697
+ formattedPriceWithoutCurrencySymbol: '25.00',
698
+ },
456
699
  },
457
- "pricePerSqm": 0.0,
458
- "installationProduct": false
459
- },
460
- "updateable": true,
461
- "deliveryPointOfService": {
462
- "name": "8901",
463
- "description": "WX Test Store 12"
464
- },
465
- "charity": false,
466
- "itemTotalWithoutDiscount": {
467
- "value": 100.0,
468
- "formattedValue": "£100",
469
- "currencyIso": "GBP",
470
- "formattedPriceWithoutCurrencySymbol": "100"
471
- },
472
- "itemTotalWithoutDiscountExcVat": {
473
- "value": 99,
474
- "formattedValue": "£99",
475
- "currencyIso": "GBP",
476
- "formattedPriceWithoutCurrencySymbol": "99"
477
- },
478
- "orderFulfilmentControls": {
479
- "availableForDelivery": true,
480
- "availableForCollection": true,
481
- "availableForWickesFulfilment": false
482
- }
483
- }
484
- ],
485
- "quantity": 1,
486
- "totalPrice": {
487
- "value": 100.0,
488
- "formattedValue": "£100.00",
489
- "currencyIso": "GBP",
490
- "formattedPriceWithoutCurrencySymbol": "100.00"
491
- }
700
+ ],
701
+ paymentInfos: {
702
+ payPalEnabled: true,
703
+ payPalPaymentInfo: { id: 123, payer: 'John.doe123@gmail.com' },
704
+ },
705
+ payPalEnabled: true,
706
+ deliveryAddress: null,
707
+ pickupUniqueItemsNumber: 3,
708
+ deliveryUniqueItemsNumber: 1,
709
+ totalUnitCount: 3,
710
+ orderType: 'CC',
492
711
  },
493
- {
494
- "entries": [
495
- {
496
- "entryNumber": 1,
497
- "quantity": 2,
498
- "basePrice": {
499
- "value": 9.0,
500
- "formattedValue": "£9",
501
- "currencyIso": "GBP",
502
- "formattedPriceWithoutCurrencySymbol": "9"
503
- },
504
- "basePriceExcVat": {
505
- "value": 9,
506
- "formattedValue": "£9",
507
- "currencyIso": "GBP",
508
- "formattedPriceWithoutCurrencySymbol": "9"
509
- },
510
- "product": {
511
- "code": "109450",
512
- "name": "Knauf Insulation Space Standard Top Up 170mm Loft Roll - 6.47m²",
513
- "url": "/Knauf-Insulation-Space-Standard-Top-Up-170mm-Loft-Roll---6-47m%C2%B2/p/109450",
514
- "minOrderQuantity": 0,
515
- "maxOrderQuantity": null,
516
- "fulfillmentAttributes": {
517
- "type": "HOURLY_STANDARD",
518
- "leadTimeDays": 1,
519
- "supplierDelivered": false
520
- },
521
- "price": {
522
- "value": 8.0,
523
- "formattedValue": "£8",
524
- "currencyIso": "GBP",
525
- "formattedPriceWithoutCurrencySymbol": "8"
526
- },
527
- "categoryPath": "Products/Building Materials/Insulation/Loft Insulation",
528
- "brandName": "Knauf Insulation",
529
- "categories": [
530
- {
531
- "code": "1000270",
532
- "name": "Loft Insulation"
533
- }
534
- ],
535
- "image": {
536
- "url": "//media.wickes.co.uk/is/image/wickes/O0032_109450_00?$normal$",
537
- "altText": "Knauf Insulation Space Standard Top Up 170mm Loft Roll - 6.47m²"
538
- },
539
- "pricePerSqm": 0.0,
540
- "installationProduct": false
541
- },
542
- "updateable": true,
543
- "deliveryPointOfService": {
544
- "name": "8397",
545
- "description": "WATFORD"
546
- },
547
- "charity": false,
548
- "itemTotalWithoutDiscount": {
549
- "value": 8.0,
550
- "formattedValue": "£8",
551
- "currencyIso": "GBP",
552
- "formattedPriceWithoutCurrencySymbol": "8"
553
- },
554
- "itemTotalWithoutDiscountExcVat": {
555
- "value": 23,
556
- "formattedValue": "£23",
557
- "currencyIso": "GBP",
558
- "formattedPriceWithoutCurrencySymbol": "23"
559
- },
560
- "orderFulfilmentControls": {
561
- "availableForDelivery": true,
562
- "availableForCollection": true,
563
- "availableForWickesFulfilment": false
564
- }
712
+ initialCartEmptyState: {
713
+ code: '696252001',
714
+ subTotal: {
715
+ value: 10.0,
716
+ formattedValue: '£10.00',
717
+ currencyIso: 'GBP',
718
+ formattedPriceWithoutCurrencySymbol: '10.00',
719
+ },
720
+ totalTax: {
721
+ value: 3.17,
722
+ formattedValue: '£3.17',
723
+ currencyIso: 'GBP',
724
+ formattedPriceWithoutCurrencySymbol: '3.17',
725
+ },
726
+ deliveryCost: {
727
+ value: 0.0,
728
+ formattedValue: '£0.00',
729
+ currencyIso: 'GBP',
730
+ formattedPriceWithoutCurrencySymbol: '0.00',
731
+ },
732
+ charityPrice: {
733
+ value: 0.0,
734
+ formattedValue: '£0.00',
735
+ currencyIso: 'GBP',
736
+ formattedPriceWithoutCurrencySymbol: '0.00',
737
+ },
738
+ totalDiscounts: {
739
+ value: 5.0,
740
+ formattedValue: '£5.00',
741
+ currencyIso: 'GBP',
742
+ formattedPriceWithoutCurrencySymbol: '5.00',
743
+ },
744
+ totalPrice: {
745
+ value: 10.0,
746
+ formattedValue: '£10.00',
747
+ currencyIso: 'GBP',
748
+ formattedPriceWithoutCurrencySymbol: '10.00',
565
749
  },
566
- ],
567
- "quantity": 2,
568
- "totalPrice": {
569
- "value": 40.5,
570
- "formattedValue": "£40.50",
571
- "currencyIso": "GBP",
572
- "formattedPriceWithoutCurrencySymbol": "40.50"
573
- }
750
+ potentialProductPromotions: [],
751
+ appliedProductPromotions: [],
752
+ appliedOrderPromotions: [],
753
+ promotionsInfo: null,
754
+ clickAndCollectOnly: true,
755
+ deliveryItemsQuantity: 1,
756
+ pickupItemsQuantity: 2,
757
+ freeDelivery: false,
758
+ subtotalWithoutCharity: {
759
+ value: 10.0,
760
+ formattedValue: '£10.00',
761
+ currencyIso: 'GBP',
762
+ formattedPriceWithoutCurrencySymbol: '10.00',
763
+ },
764
+ messageForFreeDelivery: null,
765
+ pickupOrderGroups: [],
766
+ deliveryOrderGroups: [],
767
+ paymentInfos: {
768
+ payPalEnabled: true,
769
+ payPalPaymentInfo: { id: 123, payer: 'John.doe123@gmail.com' },
770
+ },
771
+ payPalEnabled: true,
772
+ deliveryAddress: null,
773
+ pickupUniqueItemsNumber: 3,
774
+ deliveryUniqueItemsNumber: 1,
775
+ totalUnitCount: 4,
776
+ orderType: 'CC',
574
777
  },
575
- ],
576
- "deliveryOrderGroups": [
577
- {
578
- "entries": [
579
- {
580
- "entryNumber": 4,
581
- "quantity": 1,
582
- "basePrice": {
583
- "value": 25.0,
584
- "formattedValue": "£25",
585
- "currencyIso": "GBP",
586
- "formattedPriceWithoutCurrencySymbol": "25"
587
- },
588
- "basePriceExcVat": {
589
- "value": 8,
590
- "formattedValue": "£8",
591
- "currencyIso": "GBP",
592
- "formattedPriceWithoutCurrencySymbol": "8"
593
- },
594
- "product": {
595
- "code": "123143",
596
- "name": "6 Wickes General Purpose Claw test",
597
- "url": "/Knauf-Insulation-Super-Top-Up-200mm-Loft-Roll---5-61m%C2%B2/p/109451",
598
- "minOrderQuantity": 0,
599
- "maxOrderQuantity": null,
600
- "fulfillmentAttributes": {
601
- "type": "STANDARD",
602
- "leadTimeDays": 1,
603
- "supplierDelivered": false
604
- },
605
- "price": {
606
- "value": 25.0,
607
- "formattedValue": "£25",
608
- "currencyIso": "GBP",
609
- "formattedPriceWithoutCurrencySymbol": "25"
610
- },
611
- "categoryPath": "Products/Building Materials/Insulation/Loft Insulation",
612
- "brandName": "Knauf Insulation",
613
- "categories": [
614
- {
615
- "code": "1000270",
616
- "name": "Loft Insulation"
617
- }
618
- ],
619
- "image": {
620
- "url": "//media.wickes.co.uk/is/image/wickes/O0032_109451_00?$normal$",
621
- "altText": "Knauf Insulation Super Top Up 200mm Loft Roll - 5.61m²"
622
- },
623
- "pricePerSqm": 0.0,
624
- "installationProduct": false
625
- },
626
- "updateable": true,
627
- "deliveryPointOfService": null,
628
- "charity": false,
629
- "itemTotalWithoutDiscount": {
630
- "value": 25.0,
631
- "formattedValue": "£25",
632
- "currencyIso": "GBP",
633
- "formattedPriceWithoutCurrencySymbol": "25"
634
- },
635
- "itemTotalWithoutDiscountExcVat": {
636
- "value": 24,
637
- "formattedValue": "£24",
638
- "currencyIso": "GBP",
639
- "formattedPriceWithoutCurrencySymbol": "24"
640
- },
641
- "orderFulfilmentControls": {
642
- "availableForDelivery": true,
643
- "availableForCollection": true,
644
- "availableForWickesFulfilment": false
645
- }
646
- }
647
- ],
648
- "quantity": null,
649
- "totalPrice": {
650
- "value": 25.0,
651
- "formattedValue": "£25.00",
652
- "currencyIso": "GBP",
653
- "formattedPriceWithoutCurrencySymbol": "25.00"
654
- }
655
- }
656
- ],
657
- "paymentInfos": {"payPalEnabled": true, "payPalPaymentInfo": {"id": 123, "payer": "John.doe123@gmail.com"}},
658
- "payPalEnabled": true,
659
- "deliveryAddress": null,
660
- "pickupUniqueItemsNumber": 3,
661
- "deliveryUniqueItemsNumber": 1,
662
- "totalUnitCount": 3,
663
- "orderType": "CC"
664
- },
665
- initialCartEmptyState: {
666
- "code": "696252001",
667
- "subTotal": {"value": 10.0, "formattedValue": "£10.00", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "10.00"},
668
- "totalTax": {"value": 3.17, "formattedValue": "£3.17", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "3.17"},
669
- "deliveryCost": {"value": 0.0, "formattedValue": "£0.00", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "0.00"},
670
- "charityPrice": {"value": 0.0, "formattedValue": "£0.00", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "0.00"},
671
- "totalDiscounts": {"value": 5.0, "formattedValue": "£5.00", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "5.00"},
672
- "totalPrice": {"value": 10.0, "formattedValue": "£10.00", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "10.00"},
673
- "potentialProductPromotions": [],
674
- "appliedProductPromotions": [],
675
- "appliedOrderPromotions": [],
676
- "promotionsInfo": null,
677
- "clickAndCollectOnly": true,
678
- "deliveryItemsQuantity": 1,
679
- "pickupItemsQuantity": 2,
680
- "freeDelivery": false,
681
- "subtotalWithoutCharity": {"value": 10.0, "formattedValue": "£10.00", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "10.00"},
682
- "messageForFreeDelivery": null,
683
- "pickupOrderGroups": [],
684
- "deliveryOrderGroups": [],
685
- "paymentInfos": {"payPalEnabled": true, "payPalPaymentInfo": {"id": 123, "payer": "John.doe123@gmail.com"}},
686
- "payPalEnabled": true,
687
- "deliveryAddress": null,
688
- "pickupUniqueItemsNumber": 3,
689
- "deliveryUniqueItemsNumber": 1,
690
- "totalUnitCount": 4,
691
- "orderType": "CC"
692
- },
693
- updateCart: {
694
- "code": "696252002",
695
- "subTotal": {"value": 19.0, "formattedValue": "£19.00", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "19.00"},
696
- "totalTax": {"value": 3.17, "formattedValue": "£3.17", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "3.17"},
697
- "deliveryCost": {"value": 1.1, "formattedValue": "£1.10", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "1.10"},
698
- "charityPrice": {"value": 0.0, "formattedValue": "£0.00", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "0.00"},
699
- "totalDiscounts": {"value": 5.0, "formattedValue": "£5.00", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "5.00"},
700
- "totalPrice": {"value": 19.0, "formattedValue": "£19.00", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "19.00"},
701
- "potentialProductPromotions": [
702
- {
703
- "description": "Buy more to qualify for our buy 3 get 1 free offer",
704
- "promotionData": {
705
- "code": "TD_ProductBOGOFPromotionPotential",
706
- "title": null,
707
- "startDate": null,
708
- "endDate": null,
709
- "description": "Buy 3 get 1 free"
710
- },
711
- "consumedEntries": [
712
- {
713
- "orderEntryNumber": 1,
714
- "quantity": 4
778
+ updateCart: {
779
+ code: '696252002',
780
+ subTotal: {
781
+ value: 19.0,
782
+ formattedValue: '£19.00',
783
+ currencyIso: 'GBP',
784
+ formattedPriceWithoutCurrencySymbol: '19.00',
715
785
  },
716
- {
717
- "orderEntryNumber": 2,
718
- "quantity": 1
719
- }
720
- ],
721
- "usedCouponCode": null
722
- }
723
- ],
724
- "appliedProductPromotions": [
725
- {
726
- "description": "These item qualify for our buy 3 get 1 free offer - You have saved £36.00",
727
- "promotionData": {
728
- "code": "TD_ProductBOGOFPromotion",
729
- "title": null,
730
- "startDate": null,
731
- "endDate": null,
732
- "description": "Buy 3 get 1 free"
733
- },
734
- "consumedEntries": [
735
- {
736
- "orderEntryNumber": 1,
737
- "quantity": 2
786
+ totalTax: {
787
+ value: 3.17,
788
+ formattedValue: '£3.17',
789
+ currencyIso: 'GBP',
790
+ formattedPriceWithoutCurrencySymbol: '3.17',
738
791
  },
739
- {
740
- "orderEntryNumber": 2,
741
- "quantity": 1
792
+ deliveryCost: {
793
+ value: 1.1,
794
+ formattedValue: 1.10',
795
+ currencyIso: 'GBP',
796
+ formattedPriceWithoutCurrencySymbol: '1.10',
742
797
  },
743
- {
744
- "orderEntryNumber": 1,
745
- "quantity": 5
746
- }
747
- ],
748
- "usedCouponCode": null
749
- }
750
- ],
751
- "appliedOrderPromotions": [],
752
- "promotionsInfo": [
753
- {
754
- "description": "Buy 3 get 1 free",
755
- "usedCouponCode": ""
756
- }
757
- ],
758
- "clickAndCollectOnly": false,
759
- "deliveryItemsQuantity": 1,
760
- "pickupItemsQuantity": 2,
761
- "freeDelivery": true,
762
- "subtotalWithoutCharity": {"value": 19.0, "formattedValue": "£19.00", "currencyIso": "GBP", "formattedPriceWithoutCurrencySymbol": "19.00"},
763
- "messageForFreeDelivery": "Free delivery<i class=\"icon fas fa-check\"></i>",
764
- "pickupOrderGroups": [
765
- {
766
- "entries": [
767
- {
768
- "entryNumber": 1,
769
- "quantity": 2,
770
- "basePrice": {
771
- "value": 16.0,
772
- "formattedValue": "£16",
773
- "currencyIso": "GBP",
774
- "formattedPriceWithoutCurrencySymbol": "16"
775
- },
776
- "basePriceExcVat": {
777
- "value": 18,
778
- "formattedValue": "£18",
779
- "currencyIso": "GBP",
780
- "formattedPriceWithoutCurrencySymbol": "18"
781
- },
782
- "product": {
783
- "code": "109450",
784
- "name": "Knauf Insulation Space Standard Top Up 170mm Loft Roll - 6.47m²",
785
- "url": "/Knauf-Insulation-Space-Standard-Top-Up-170mm-Loft-Roll---6-47m%C2%B2/p/109450",
786
- "minOrderQuantity": 0,
787
- "maxOrderQuantity": null,
788
- "fulfillmentAttributes": {
789
- "type": "HOURLY_STANDARD",
790
- "leadTimeDays": 1,
791
- "supplierDelivered": false
792
- },
793
- "price": {
794
- "value": 24.0,
795
- "formattedValue": "£24",
796
- "currencyIso": "GBP",
797
- "formattedPriceWithoutCurrencySymbol": "24"
798
- },
799
- "categoryPath": "Products/Building Materials/Insulation/Loft Insulation",
800
- "brandName": "Knauf Insulation",
801
- "categories": [
802
- {
803
- "code": "1000270",
804
- "name": "Loft Insulation"
805
- }
806
- ],
807
- "image": {
808
- "url": "//media.wickes.co.uk/is/image/wickes/O0032_109450_00?$normal$",
809
- "altText": "Knauf Insulation Space Standard Top Up 170mm Loft Roll - 6.47m²"
810
- },
811
- "pricePerSqm": 0.0,
812
- "installationProduct": false
813
- },
814
- "updateable": true,
815
- "deliveryPointOfService": {
816
- "name": "8397",
817
- "description": "WATFORD"
818
- },
819
- "charity": false,
820
- "itemTotalWithoutDiscount": {
821
- "value": 24.0,
822
- "formattedValue": "£24",
823
- "currencyIso": "GBP",
824
- "formattedPriceWithoutCurrencySymbol": "24"
825
- },
826
- "itemTotalWithoutDiscountExcVat": {
827
- "value": 23,
828
- "formattedValue": "£23",
829
- "currencyIso": "GBP",
830
- "formattedPriceWithoutCurrencySymbol": "23"
831
- },
832
- "orderFulfilmentControls": {
833
- "availableForDelivery": true,
834
- "availableForCollection": true,
835
- "availableForWickesFulfilment": false
836
- }
837
- }
838
- ],
839
- "quantity": 1,
840
- "totalPrice": {
841
- "value": 40.5,
842
- "formattedValue": "£40.50",
843
- "currencyIso": "GBP",
844
- "formattedPriceWithoutCurrencySymbol": "40.50"
845
- }
846
- }
847
- ],
848
- "deliveryOrderGroups": [
849
- {
850
- "entries": [
851
- {
852
- "entryNumber": 3,
853
- "quantity": 3,
854
- "basePrice": {
855
- "value": 25.0,
856
- "formattedValue": "£25",
857
- "currencyIso": "GBP",
858
- "formattedPriceWithoutCurrencySymbol": "25"
859
- },
860
- "basePriceExcVat": {
861
- "value": 24,
862
- "formattedValue": "£24",
863
- "currencyIso": "GBP",
864
- "formattedPriceWithoutCurrencySymbol": "24"
865
- },
866
- "product": {
867
- "code": "109451",
868
- "name": "Knauf Insulation Super Top Up 200mm Loft Roll - 5.61m²",
869
- "url": "/Knauf-Insulation-Super-Top-Up-200mm-Loft-Roll---5-61m%C2%B2/p/109451",
870
- "minOrderQuantity": 0,
871
- "maxOrderQuantity": null,
872
- "fulfillmentAttributes": {
873
- "type": "STANDARD",
874
- "leadTimeDays": 1,
875
- "supplierDelivered": false
798
+ charityPrice: {
799
+ value: 0.0,
800
+ formattedValue: '£0.00',
801
+ currencyIso: 'GBP',
802
+ formattedPriceWithoutCurrencySymbol: '0.00',
803
+ },
804
+ totalDiscounts: {
805
+ value: 5.0,
806
+ formattedValue: '£5.00',
807
+ currencyIso: 'GBP',
808
+ formattedPriceWithoutCurrencySymbol: '5.00',
809
+ },
810
+ totalPrice: {
811
+ value: 19.0,
812
+ formattedValue: '£19.00',
813
+ currencyIso: 'GBP',
814
+ formattedPriceWithoutCurrencySymbol: '19.00',
815
+ },
816
+ potentialProductPromotions: [
817
+ {
818
+ description: 'Buy more to qualify for our buy 3 get 1 free offer',
819
+ promotionData: {
820
+ code: 'TD_ProductBOGOFPromotionPotential',
821
+ title: null,
822
+ startDate: null,
823
+ endDate: null,
824
+ description: 'Buy 3 get 1 free',
825
+ },
826
+ consumedEntries: [
827
+ {
828
+ orderEntryNumber: 1,
829
+ quantity: 4,
830
+ },
831
+ {
832
+ orderEntryNumber: 2,
833
+ quantity: 1,
834
+ },
835
+ ],
836
+ usedCouponCode: null,
876
837
  },
877
- "price": {
878
- "value": 25.0,
879
- "formattedValue": "£25",
880
- "currencyIso": "GBP",
881
- "formattedPriceWithoutCurrencySymbol": "25"
838
+ ],
839
+ appliedProductPromotions: [
840
+ {
841
+ description:
842
+ 'These item qualify for our buy 3 get 1 free offer - You have saved £36.00',
843
+ promotionData: {
844
+ code: 'TD_ProductBOGOFPromotion',
845
+ title: null,
846
+ startDate: null,
847
+ endDate: null,
848
+ description: 'Buy 3 get 1 free',
849
+ },
850
+ consumedEntries: [
851
+ {
852
+ orderEntryNumber: 1,
853
+ quantity: 2,
854
+ },
855
+ {
856
+ orderEntryNumber: 2,
857
+ quantity: 1,
858
+ },
859
+ {
860
+ orderEntryNumber: 1,
861
+ quantity: 5,
862
+ },
863
+ ],
864
+ usedCouponCode: null,
882
865
  },
883
- "categoryPath": "Products/Building Materials/Insulation/Loft Insulation",
884
- "brandName": "Knauf Insulation",
885
- "categories": [
886
- {
887
- "code": "1000270",
888
- "name": "Loft Insulation"
889
- }
890
- ],
891
- "image": {
892
- "url": "//media.wickes.co.uk/is/image/wickes/O0032_109451_00?$normal$",
893
- "altText": "Knauf Insulation Super Top Up 200mm Loft Roll - 5.61m²"
866
+ ],
867
+ appliedOrderPromotions: [],
868
+ promotionsInfo: [
869
+ {
870
+ description: 'Buy 3 get 1 free',
871
+ usedCouponCode: '',
894
872
  },
895
- "pricePerSqm": {
896
- "value": 17,
897
- "formattedValue": "£17",
898
- "currencyIso": "GBP",
899
- "formattedPriceWithoutCurrencySymbol": "17"
873
+ ],
874
+ clickAndCollectOnly: false,
875
+ deliveryItemsQuantity: 1,
876
+ pickupItemsQuantity: 2,
877
+ freeDelivery: true,
878
+ subtotalWithoutCharity: {
879
+ value: 19.0,
880
+ formattedValue: '£19.00',
881
+ currencyIso: 'GBP',
882
+ formattedPriceWithoutCurrencySymbol: '19.00',
883
+ },
884
+ messageForFreeDelivery: 'Free delivery<i class="icon fas fa-check"></i>',
885
+ pickupOrderGroups: [
886
+ {
887
+ entries: [
888
+ {
889
+ entryNumber: 1,
890
+ quantity: 2,
891
+ basePrice: {
892
+ value: 16.0,
893
+ formattedValue: '£16',
894
+ currencyIso: 'GBP',
895
+ formattedPriceWithoutCurrencySymbol: '16',
896
+ },
897
+ basePriceExcVat: {
898
+ value: 18,
899
+ formattedValue: '£18',
900
+ currencyIso: 'GBP',
901
+ formattedPriceWithoutCurrencySymbol: '18',
902
+ },
903
+ product: {
904
+ code: '109450',
905
+ name: 'Knauf Insulation Space Standard Top Up 170mm Loft Roll - 6.47m²',
906
+ url: '/Knauf-Insulation-Space-Standard-Top-Up-170mm-Loft-Roll---6-47m%C2%B2/p/109450',
907
+ minOrderQuantity: 0,
908
+ maxOrderQuantity: null,
909
+ fulfillmentAttributes: {
910
+ type: 'HOURLY_STANDARD',
911
+ leadTimeDays: 1,
912
+ supplierDelivered: false,
913
+ },
914
+ price: {
915
+ value: 24.0,
916
+ formattedValue: '£24',
917
+ currencyIso: 'GBP',
918
+ formattedPriceWithoutCurrencySymbol: '24',
919
+ },
920
+ categoryPath:
921
+ 'Products/Building Materials/Insulation/Loft Insulation',
922
+ brandName: 'Knauf Insulation',
923
+ categories: [
924
+ {
925
+ code: '1000270',
926
+ name: 'Loft Insulation',
927
+ },
928
+ ],
929
+ image: {
930
+ url: '//media.wickes.co.uk/is/image/wickes/O0032_109450_00?$normal$',
931
+ altText:
932
+ 'Knauf Insulation Space Standard Top Up 170mm Loft Roll - 6.47m²',
933
+ },
934
+ pricePerSqm: 0.0,
935
+ installationProduct: false,
936
+ },
937
+ updateable: true,
938
+ deliveryPointOfService: {
939
+ name: '8397',
940
+ description: 'WATFORD',
941
+ },
942
+ charity: false,
943
+ itemTotalWithoutDiscount: {
944
+ value: 24.0,
945
+ formattedValue: '£24',
946
+ currencyIso: 'GBP',
947
+ formattedPriceWithoutCurrencySymbol: '24',
948
+ },
949
+ itemTotalWithoutDiscountExcVat: {
950
+ value: 23,
951
+ formattedValue: '£23',
952
+ currencyIso: 'GBP',
953
+ formattedPriceWithoutCurrencySymbol: '23',
954
+ },
955
+ orderFulfilmentControls: {
956
+ availableForDelivery: true,
957
+ availableForCollection: true,
958
+ availableForWickesFulfilment: false,
959
+ },
960
+ },
961
+ ],
962
+ quantity: 1,
963
+ totalPrice: {
964
+ value: 40.5,
965
+ formattedValue: '£40.50',
966
+ currencyIso: 'GBP',
967
+ formattedPriceWithoutCurrencySymbol: '40.50',
968
+ },
900
969
  },
901
- "pricePerSqmExcVat": {
902
- "value": 16,
903
- "formattedValue": "£16",
904
- "currencyIso": "GBP",
905
- "formattedPriceWithoutCurrencySymbol": "16"
970
+ ],
971
+ deliveryOrderGroups: [
972
+ {
973
+ entries: [
974
+ {
975
+ entryNumber: 3,
976
+ quantity: 3,
977
+ basePrice: {
978
+ value: 25.0,
979
+ formattedValue: '£25',
980
+ currencyIso: 'GBP',
981
+ formattedPriceWithoutCurrencySymbol: '25',
982
+ },
983
+ basePriceExcVat: {
984
+ value: 24,
985
+ formattedValue: '£24',
986
+ currencyIso: 'GBP',
987
+ formattedPriceWithoutCurrencySymbol: '24',
988
+ },
989
+ product: {
990
+ code: '109451',
991
+ name: 'Knauf Insulation Super Top Up 200mm Loft Roll - 5.61m²',
992
+ url: '/Knauf-Insulation-Super-Top-Up-200mm-Loft-Roll---5-61m%C2%B2/p/109451',
993
+ minOrderQuantity: 0,
994
+ maxOrderQuantity: null,
995
+ fulfillmentAttributes: {
996
+ type: 'STANDARD',
997
+ leadTimeDays: 1,
998
+ supplierDelivered: false,
999
+ },
1000
+ price: {
1001
+ value: 25.0,
1002
+ formattedValue: '£25',
1003
+ currencyIso: 'GBP',
1004
+ formattedPriceWithoutCurrencySymbol: '25',
1005
+ },
1006
+ categoryPath:
1007
+ 'Products/Building Materials/Insulation/Loft Insulation',
1008
+ brandName: 'Knauf Insulation',
1009
+ categories: [
1010
+ {
1011
+ code: '1000270',
1012
+ name: 'Loft Insulation',
1013
+ },
1014
+ ],
1015
+ image: {
1016
+ url: '//media.wickes.co.uk/is/image/wickes/O0032_109451_00?$normal$',
1017
+ altText:
1018
+ 'Knauf Insulation Super Top Up 200mm Loft Roll - 5.61m²',
1019
+ },
1020
+ pricePerSqm: {
1021
+ value: 17,
1022
+ formattedValue: '£17',
1023
+ currencyIso: 'GBP',
1024
+ formattedPriceWithoutCurrencySymbol: '17',
1025
+ },
1026
+ pricePerSqmExcVat: {
1027
+ value: 16,
1028
+ formattedValue: '£16',
1029
+ currencyIso: 'GBP',
1030
+ formattedPriceWithoutCurrencySymbol: '16',
1031
+ },
1032
+ installationProduct: true,
1033
+ },
1034
+ updateable: true,
1035
+ deliveryPointOfService: null,
1036
+ charity: false,
1037
+ itemTotalWithoutDiscount: {
1038
+ value: 25.0,
1039
+ formattedValue: '£25',
1040
+ currencyIso: 'GBP',
1041
+ formattedPriceWithoutCurrencySymbol: '25',
1042
+ },
1043
+ itemTotalWithoutDiscountExcVat: {
1044
+ value: 24,
1045
+ formattedValue: '£24',
1046
+ currencyIso: 'GBP',
1047
+ formattedPriceWithoutCurrencySymbol: '24',
1048
+ },
1049
+ orderFulfilmentControls: {
1050
+ availableForDelivery: true,
1051
+ availableForCollection: true,
1052
+ availableForWickesFulfilment: false,
1053
+ },
1054
+ },
1055
+ ],
1056
+ quantity: null,
1057
+ totalPrice: {
1058
+ value: 25.0,
1059
+ formattedValue: '£25.00',
1060
+ currencyIso: 'GBP',
1061
+ formattedPriceWithoutCurrencySymbol: '25.00',
1062
+ },
906
1063
  },
907
- "installationProduct": true
908
- },
909
- "updateable": true,
910
- "deliveryPointOfService": null,
911
- "charity": false,
912
- "itemTotalWithoutDiscount": {
913
- "value": 25.0,
914
- "formattedValue": "£25",
915
- "currencyIso": "GBP",
916
- "formattedPriceWithoutCurrencySymbol": "25"
917
- },
918
- "itemTotalWithoutDiscountExcVat": {
919
- "value": 24,
920
- "formattedValue": "£24",
921
- "currencyIso": "GBP",
922
- "formattedPriceWithoutCurrencySymbol": "24"
923
- },
924
- "orderFulfilmentControls": {
925
- "availableForDelivery": true,
926
- "availableForCollection": true,
927
- "availableForWickesFulfilment": false
928
- }
1064
+ ],
1065
+ paymentInfos: {
1066
+ payPalEnabled: true,
1067
+ payPalPaymentInfo: { id: 123, payer: 'John.doe123@gmail.com' },
929
1068
  },
930
- ],
931
- "quantity": null,
932
- "totalPrice": {
933
- "value": 25.0,
934
- "formattedValue": "£25.00",
935
- "currencyIso": "GBP",
936
- "formattedPriceWithoutCurrencySymbol": "25.00"
937
- }
938
- }
939
- ],
940
- "paymentInfos": {"payPalEnabled": true, "payPalPaymentInfo": {"id": 123, "payer": "John.doe123@gmail.com"}},
941
- "payPalEnabled": true,
942
- "deliveryAddress": null,
943
- "pickupUniqueItemsNumber": 3,
944
- "deliveryUniqueItemsNumber": 1,
945
- "totalUnitCount": 2,
946
- "orderType": "CC"
947
- },
948
- }
1069
+ payPalEnabled: true,
1070
+ deliveryAddress: null,
1071
+ pickupUniqueItemsNumber: 3,
1072
+ deliveryUniqueItemsNumber: 1,
1073
+ totalUnitCount: 2,
1074
+ orderType: 'CC',
1075
+ },
1076
+ };
949
1077
  })();