wickes-css2 2.110.0 → 2.111.0-complete-your-project.2

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 (112) hide show
  1. package/build/css/category-main.css +1 -1
  2. package/build/css/homepage-main.css +1 -1
  3. package/build/css/kitchen-plp-main.css +1 -1
  4. package/build/css/main.css +1 -1
  5. package/build/css/my-account-main-v2.css +1 -1
  6. package/build/css/my-account-main.css +1 -1
  7. package/build/css/pages/page_personal-details.css +1 -1
  8. package/build/css/pages/page_product-details-v2.css +1 -1
  9. package/build/css/pdp-main-before-combine.css +1 -1
  10. package/build/css/pdp-main-critical.css +1 -1
  11. package/build/css/pdp-main-non-critical.css +1 -1
  12. package/build/css/pdp-main.css +1 -1
  13. package/build/css/plp-main.css +1 -1
  14. package/build/css/store-locator-main.css +1 -1
  15. package/build/js/account-hub.min.js +1 -1
  16. package/build/js/basket.min.js +1 -1
  17. package/build/js/bloomreach-widget.min.js +1 -0
  18. package/build/js/bundle.min.js +1 -1
  19. package/build/js/checkout.min.js +1 -1
  20. package/build/js/emulation.min.js +3025 -217
  21. package/build/js/general.bundle.min.js +1 -1
  22. package/build/js/merged-checkout.min.js +1 -1
  23. package/build/js/page/bloomreach-widget.js +1173 -0
  24. package/build/js/page/utils/create-count-stepper.js +30 -9
  25. package/build/js/page/utils/create-loading-button.js +37 -0
  26. package/build/js/page/utils/create-toast.js +79 -0
  27. package/build/js/page/utils/custom-dropdown.js +80 -0
  28. package/build/js/pdp-count-stepper.min.js +1 -1
  29. package/build/js/pdp.bundle.min.js +1 -1
  30. package/build/js/plp.bundle.min.js +1 -1
  31. package/build/js/project-list.min.js +1 -1
  32. package/build/js/saving-shopping-list.min.js +1 -1
  33. package/package.json +1 -1
  34. package/src/components/base/button.hbs +23 -5
  35. package/src/components/bloomreach/complete-card-dropdown.hbs +47 -0
  36. package/src/components/bloomreach/complete-card-skeleton.hbs +19 -0
  37. package/src/components/bloomreach/complete-card.hbs +138 -0
  38. package/src/components/bloomreach/complete-divider.hbs +3 -0
  39. package/src/components/bloomreach/complete-summary-skeleton.hbs +12 -0
  40. package/src/components/bloomreach/complete-summary.hbs +43 -0
  41. package/src/components/bloomreach/complete-wrapper.hbs +1 -0
  42. package/src/components/bloomreach/complete-your-project.hbs +21 -0
  43. package/src/components/gift-cards.hbs +1 -1
  44. package/src/elements/checkbox.hbs +8 -1
  45. package/src/js/components/general/cart-slider.js +19 -6
  46. package/src/js/emulation/bloomreach-widget-calculations.js +140 -0
  47. package/src/js/emulation/bloomreach-widget-loading.js +11 -0
  48. package/src/js/emulation/mock.js +3097 -1
  49. package/src/js/emulation/notify-me.js +1 -1
  50. package/src/js/page/bloomreach-widget.js +1173 -0
  51. package/src/js/page/utils/create-count-stepper.js +30 -9
  52. package/src/js/page/utils/create-loading-button.js +37 -0
  53. package/src/js/page/utils/create-toast.js +79 -0
  54. package/src/js/page/utils/custom-dropdown.js +80 -0
  55. package/src/page_product-details-banner.html +0 -1
  56. package/src/page_product-details-big-wins-disabled-delivery.html +0 -1
  57. package/src/page_product-details-big-wins-non-registered.html +0 -1
  58. package/src/page_product-details-big-wins-out-nearest.html +0 -1
  59. package/src/page_product-details-big-wins-unhappy.html +0 -1
  60. package/src/page_product-details-big-wins.html +0 -1
  61. package/src/page_product-details-billie.html +0 -1
  62. package/src/page_product-details-bloomreach.html +130 -0
  63. package/src/page_product-details-calculator.html +0 -1
  64. package/src/page_product-details-cashback-v2.html +0 -1
  65. package/src/page_product-details-clearpay.html +0 -1
  66. package/src/page_product-details-cnc-error-notification.html +0 -1
  67. package/src/page_product-details-cnc-success-notification-vat.html +0 -1
  68. package/src/page_product-details-cnc-success-notification.html +0 -1
  69. package/src/page_product-details-default-store.html +0 -1
  70. package/src/page_product-details-energy-efficiency.html +0 -1
  71. package/src/page_product-details-flooring-with-pr-placeholder.html +0 -1
  72. package/src/page_product-details-flooring.html +0 -1
  73. package/src/page_product-details-gallery-actual.html +0 -1
  74. package/src/page_product-details-mfe-calculator.html +0 -1
  75. package/src/page_product-details-minimum-v2.html +0 -1
  76. package/src/page_product-details-mtm-doors.html +0 -1
  77. package/src/page_product-details-only-clearpay.html +0 -1
  78. package/src/page_product-details-paint-mixing.html +0 -1
  79. package/src/page_product-details-saved-pl.html +0 -1
  80. package/src/page_product-details-tile-steps-klarna-widget-with-method-ids.html +0 -1
  81. package/src/page_product-details-tile-steps-logout.html +0 -1
  82. package/src/page_product-details-tile-steps-no-new-project-list.html +0 -1
  83. package/src/page_product-details-tile-steps-with-klarna.html +0 -1
  84. package/src/page_product-details-tile-steps.html +0 -1
  85. package/src/page_product-details-v2.html +0 -1
  86. package/src/page_product-details-vat.html +0 -1
  87. package/src/page_product-details-wisdom-mcfc-registered.html +0 -1
  88. package/src/page_product-details-wisdom-mcfc.html +0 -1
  89. package/src/page_product-details-wisdom-oos-registered.html +0 -1
  90. package/src/page_product-details-wisdom-oos.html +0 -1
  91. package/src/page_product-details-wisdom-registered.html +0 -1
  92. package/src/page_product-details-wisdom.html +0 -1
  93. package/src/page_product-details-with-favourite.html +0 -1
  94. package/src/page_product-details-with-global-search-v2.html +7 -1
  95. package/src/page_product-details_no-previous-default.html +0 -1
  96. package/src/page_track-my-order-result.html +1 -0
  97. package/src/partials/scripts.hbs +1 -0
  98. package/src/scss/common/_common.scss +1 -0
  99. package/src/scss/common/_elements.scss +13 -1
  100. package/src/scss/common/_loading-button.scss +49 -0
  101. package/src/scss/components/_notifications.scss +86 -5
  102. package/src/scss/components/bloomreach/_bloomreach.scss +3 -0
  103. package/src/scss/components/bloomreach/_complete-card-dropdown.scss +174 -0
  104. package/src/scss/components/bloomreach/_complete-card.scss +402 -0
  105. package/src/scss/components/bloomreach/_complete-your-project.scss +207 -0
  106. package/src/scss/helpers/_variables.scss +1 -0
  107. package/src/scss/pages/page_product-details-v2.scss +45 -2
  108. package/src/scss/pdp-main-critical.scss +0 -1
  109. package/src/scss/pdp-main.scss +1 -1
  110. package/src/sitemap.html +6 -0
  111. package/src/scss/components/_pdp-action-v2-critical.scss +0 -27
  112. package/src/scss/components/_pdp-action-v2.scss +0 -27
@@ -8,7 +8,3103 @@ Wick.FEMock = {
8
8
  })
9
9
  );
10
10
  },
11
-
11
+ dataBloomreach: {
12
+ completeYourProject3Recomendations: [
13
+ {
14
+ baseProduct: {
15
+ code: '191018',
16
+ name: 'Aqua Flush Bathroom Ceiling Light',
17
+ url: '/Aqua-Flush-Bathroom-Ceiling-Light/p/191018',
18
+ potentialPromotions: [
19
+ {
20
+ code: 'Q1-2026-PLH-345178-10for10',
21
+ promotionType: 'Rule Based Promotion',
22
+ endDate: '2026-07-29T23:59:59.000+0000',
23
+ description:
24
+ '10 for £10 <p>Offer price equivalent to £1.00 per item</p>',
25
+ couldFireMessages: [],
26
+ firedMessages: [],
27
+ priority: 2000,
28
+ customAttributes: {
29
+ overlayText: '15% off',
30
+ displayOverlayText: '15% off',
31
+ displayOverlayTextExclusiveVat: '15% off',
32
+ overlayTextColor: 'gray',
33
+ overlayBackgroundColor: 'yellow',
34
+ showOverlayTextOnPlp: true,
35
+ },
36
+ },
37
+ {
38
+ code: 'Q1-2026-New-WK-2',
39
+ promotionType: 'Rule Based Promotion',
40
+ endDate: '2026-06-29T23:59:59.000+0000',
41
+ couldFireMessages: [],
42
+ firedMessages: [],
43
+ priority: 800,
44
+ customAttributes: {
45
+ overlayText: 'New',
46
+ displayOverlayText: 'New',
47
+ displayOverlayTextExclusiveVat: 'New',
48
+ overlayTextColor: 'white',
49
+ overlayBackgroundColor: 'green',
50
+ showOverlayTextOnPlp: true,
51
+ },
52
+ },
53
+ ],
54
+ description: '',
55
+ purchasable: true,
56
+ stock: {
57
+ stockLevelStatus: {
58
+ code: 'inStock',
59
+ type: 'StockLevelStatus',
60
+ },
61
+ makeUnavailable: false,
62
+ originalStockLevelStatus: {
63
+ code: 'inStock',
64
+ type: 'StockLevelStatus',
65
+ },
66
+ exists: false,
67
+ },
68
+ availableForPickup: true,
69
+ summary: '',
70
+ price: {
71
+ currencyIso: 'GBP',
72
+ currencySymbol: '£',
73
+ formattedPriceWithoutCurrencySymbol: '16',
74
+ formattedValue: '£16',
75
+ infoUom: 'L',
76
+ infoUomDescription: 'L',
77
+ infoUomPrice: 6.4,
78
+ priceType: 'BUY',
79
+ value: 16,
80
+ valueInPence: 1600,
81
+ vatRatePercentage: 20,
82
+ wasPrice: 24,
83
+ },
84
+ images: [
85
+ {
86
+ imageType: 'PRIMARY',
87
+ format: 'product',
88
+ url: 'https://placehold.co/154x154?text=initial-product',
89
+ altText: 'Aqua Flush Bathroom Ceiling Light',
90
+ },
91
+ ],
92
+ categories: [
93
+ {
94
+ code: '1000071',
95
+ name: 'Flush Lights',
96
+ url: '/Products/Electrical+Lighting/Interior-Lights/Flush-Lights/c/1000071',
97
+ sequence: 0,
98
+ },
99
+ {
100
+ code: '1000072',
101
+ name: 'Ceiling Lights',
102
+ url: '/Products/Electrical+Lighting/Interior-Lights/Ceiling-Lights/c/1000072',
103
+ sequence: 0,
104
+ },
105
+ {
106
+ code: '1000077',
107
+ name: 'Bathroom Lights',
108
+ url: '/Products/Electrical+Lighting/Interior-Lights/Bathroom-Lights/c/1000077',
109
+ sequence: 0,
110
+ },
111
+ {
112
+ code: '1001070',
113
+ name: 'Bathroom Lighting',
114
+ url: '/Products/Bathrooms/Bathroom-Decor/Bathroom-Lighting/c/1001070',
115
+ sequence: 0,
116
+ },
117
+ {
118
+ code: 'qa-test-category-4',
119
+ name: 'Listing',
120
+ url: '/Products/Test-Product-Category/Sub-Category-Drills/Listing/c/qa-test-category-4',
121
+ sequence: 0,
122
+ },
123
+ ],
124
+ classifications: [
125
+ {
126
+ code: '1002286',
127
+ name: 'Flush Ceiling & Wall Lights',
128
+ features: [
129
+ {
130
+ code: 'GroupMasterClassification/1.0/1002286.1000187',
131
+ name: 'Colour',
132
+ range: false,
133
+ comparable: true,
134
+ featureValues: [
135
+ {
136
+ value: 'White',
137
+ },
138
+ ],
139
+ },
140
+ {
141
+ code: 'GroupMasterClassification/1.0/1002286.1000923',
142
+ name: 'Pack Quantity',
143
+ range: false,
144
+ comparable: true,
145
+ featureValues: [
146
+ {
147
+ value: '1 Pk.',
148
+ },
149
+ ],
150
+ },
151
+ {
152
+ code: 'GroupMasterClassification/1.0/1002286.1001953',
153
+ name: 'Height',
154
+ range: false,
155
+ comparable: true,
156
+ featureUnit: {
157
+ symbol: 'mm',
158
+ name: 'mm',
159
+ unitType: 'Dimension',
160
+ },
161
+ featureValues: [
162
+ {
163
+ value: '120',
164
+ },
165
+ ],
166
+ },
167
+ {
168
+ code: 'GroupMasterClassification/1.0/1002286.1001974',
169
+ name: 'Voltage',
170
+ range: false,
171
+ comparable: true,
172
+ featureValues: [
173
+ {
174
+ value: '230 V',
175
+ },
176
+ ],
177
+ },
178
+ {
179
+ code: 'GroupMasterClassification/1.0/1002286.1003737',
180
+ name: 'Mount Type',
181
+ range: false,
182
+ comparable: true,
183
+ featureValues: [
184
+ {
185
+ value: 'Ceiling',
186
+ },
187
+ ],
188
+ },
189
+ {
190
+ code: 'GroupMasterClassification/1.0/1002286.1003742',
191
+ name: 'Fixture Type',
192
+ range: false,
193
+ comparable: true,
194
+ featureValues: [
195
+ {
196
+ value: 'Flush',
197
+ },
198
+ ],
199
+ },
200
+ {
201
+ code: 'GroupMasterClassification/1.0/1002286.1003744',
202
+ name: 'Room',
203
+ range: false,
204
+ comparable: true,
205
+ featureValues: [
206
+ {
207
+ value: 'Bathroom',
208
+ },
209
+ ],
210
+ },
211
+ {
212
+ code: 'GroupMasterClassification/1.0/1002286.1003750',
213
+ name: 'Maximum Wattage',
214
+ range: false,
215
+ comparable: true,
216
+ featureValues: [
217
+ {
218
+ value: '60 W',
219
+ },
220
+ ],
221
+ },
222
+ {
223
+ code: 'GroupMasterClassification/1.0/1002286.1003759',
224
+ name: 'Bulb Fitting',
225
+ range: false,
226
+ comparable: true,
227
+ featureValues: [
228
+ {
229
+ value: 'Edison Screw (ES)',
230
+ },
231
+ ],
232
+ },
233
+ {
234
+ code: 'GroupMasterClassification/1.0/1002286.1003763',
235
+ name: 'Lighting Series',
236
+ range: false,
237
+ comparable: true,
238
+ featureValues: [
239
+ {
240
+ value: 'Aqua',
241
+ },
242
+ ],
243
+ },
244
+ ],
245
+ },
246
+ {
247
+ code: '2',
248
+ name: 'UK Legal',
249
+ features: [
250
+ {
251
+ code: 'CommonSupplierWebClassification/1.0/2.4',
252
+ name: 'Age Restriction',
253
+ range: false,
254
+ comparable: true,
255
+ featureValues: [
256
+ {
257
+ value: 'No',
258
+ },
259
+ ],
260
+ },
261
+ ],
262
+ },
263
+ ],
264
+ variantOptions: [
265
+ {
266
+ code: '100320',
267
+ stock: {
268
+ stockLevelStatus: {
269
+ code: 'inStock',
270
+ type: 'StockLevelStatus',
271
+ },
272
+ stockLevel: -1,
273
+ makeUnavailable: false,
274
+ exists: false,
275
+ },
276
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
277
+ variantOptionQualifiers: [
278
+ {
279
+ qualifier: 'size',
280
+ name: 'Size',
281
+ value: '8 size long very long text important!',
282
+ },
283
+ ],
284
+ availabilityRestriction: 'NO_RESTRICTIONS',
285
+ },
286
+ {
287
+ code: '100321',
288
+ stock: {
289
+ stockLevelStatus: {
290
+ code: 'inStock',
291
+ type: 'StockLevelStatus',
292
+ },
293
+ stockLevel: -1,
294
+ makeUnavailable: false,
295
+ exists: false,
296
+ },
297
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
298
+ variantOptionQualifiers: [
299
+ {
300
+ qualifier: 'size',
301
+ name: 'Size',
302
+ value: '9',
303
+ },
304
+ ],
305
+ availabilityRestriction: 'NO_RESTRICTIONS',
306
+ },
307
+ ],
308
+ baseOptions: [],
309
+ volumePrices: [],
310
+ configurable: false,
311
+ imageSetId: 'P2876_191018_IS',
312
+ fulfilmentType: 'STANDARD',
313
+ featuresAndBenefits: [
314
+ 'Suitable for use in bathroom Zone 2 and Outside Zones',
315
+ 'IP44 rated - splash proof',
316
+ 'Light bulb not included. Recommend 1 x ES energy efficient bulb',
317
+ 'Dimmable except when using energy efficient light bulbs',
318
+ 'When fitting in a bathroom a 30mA RCD must be used',
319
+ ],
320
+ noScriptProductImageUrl:
321
+ '/medias/P2876-191018-00-PP-515Wx515H?context=bWFzdGVyfHBpbU1lZGlhfDEyNDg3fGltYWdlL2pwZWd8cGltTWVkaWEvaGY1L2hmZS84Nzk2NDQ0NTU3MzQyLmpwZ3wxYjJiODgwZjdlMDU2ZTNjZmUyOWZjMWI4NjgzMGRiYzQyNGVmNjVhNTVlMDQzOTkwMGQ2OTU3MWVhOTI1MmVk&defaultImage=wickes/2018-Wickes-Missing-Product-650x650',
322
+ sellOnly: false,
323
+ externalAverageRating: 5,
324
+ externalReviewCount: 80,
325
+ priceInclusiveVat: {
326
+ currencyIso: 'GBP',
327
+ value: 18,
328
+ priceType: 'BUY',
329
+ formattedValue: '£18',
330
+ formattedPriceWithoutCurrencySymbol: '18',
331
+ currencySymbol: '£',
332
+ infoUom: 'length',
333
+ infoUomDescription: 'length',
334
+ infoUomPrice: 10,
335
+ vatRatePercentage: 20,
336
+ valueInPence: 1800,
337
+ },
338
+ priceExclusiveVat: {
339
+ currencyIso: 'GBP',
340
+ value: 15,
341
+ priceType: 'BUY',
342
+ formattedValue: '£15',
343
+ formattedPriceWithoutCurrencySymbol: '15',
344
+ currencySymbol: '£',
345
+ infoUom: 'length',
346
+ infoUomDescription: 'length',
347
+ infoUomPrice: 8.33,
348
+ valueInPence: 1500,
349
+ wasPrice: 20,
350
+ },
351
+ downStreamData: {
352
+ fulfillmentType: 'STANDARD',
353
+ },
354
+ categoryPath: 'Products/Electrical & Lighting/Interior Lights/Flush Lights',
355
+ hasDataSheets: false,
356
+ coshhSheetList: [],
357
+ dopSheetList: [],
358
+ epdSheetList: [],
359
+ gilSheetList: [],
360
+ techSheetList: [],
361
+ fulfillmentAttributes: {
362
+ type: 'STANDARD',
363
+ leadTimeDays: 1,
364
+ bigAndBulky: false,
365
+ supplierDelivered: false,
366
+ vision: false,
367
+ assumedAlwaysInStock: false,
368
+ webOnly: false,
369
+ },
370
+ productType: 'MasterProductModel',
371
+ gpid: '1000477958',
372
+ isBaseProduct: false,
373
+ scene7FlyoutViewerISCommand: '',
374
+ promoDescription: '5.51 GBP discount for cart for 250064, 191018',
375
+ availableForShoppingList: true,
376
+ installationDetails: {
377
+ packCoverage: 0,
378
+ pricePerPack: 18,
379
+ pricePerSQM: {
380
+ currencyIso: 'GBP',
381
+ value: 0,
382
+ priceType: 'BUY',
383
+ formattedValue: '£0',
384
+ formattedPriceWithoutCurrencySymbol: '0',
385
+ currencySymbol: '£',
386
+ valueInPence: 0,
387
+ },
388
+ pricePerSQMExcVat: {
389
+ currencyIso: 'GBP',
390
+ value: 0,
391
+ priceType: 'BUY',
392
+ formattedValue: '£0',
393
+ formattedPriceWithoutCurrencySymbol: '0',
394
+ currencySymbol: '£',
395
+ valueInPence: 0,
396
+ },
397
+ },
398
+ tileCalculationAvailable: false,
399
+ flooringCalculationAvailable: false,
400
+ installationProduct: false,
401
+ availabilityRestriction: 'NO_RESTRICTIONS',
402
+ availableForBigWinsCncOnly: false,
403
+ availableForBigWinsStockOnly: false,
404
+ galleryIdentifiers: ['products/wickes/P2876_191018_00'],
405
+ volumePricesExclusiveVat: [],
406
+ isAddedToFavourites: false,
407
+ displayPrice: {
408
+ currencyIso: 'GBP',
409
+ value: 18,
410
+ priceType: 'BUY',
411
+ formattedValue: '£18',
412
+ formattedPriceWithoutCurrencySymbol: '18',
413
+ currencySymbol: '£',
414
+ infoUom: 'length',
415
+ infoUomDescription: 'length',
416
+ infoUomPrice: 10,
417
+ vatRatePercentage: 20,
418
+ valueInPence: 1800,
419
+ },
420
+ displayPriceExclusiveVat: {
421
+ currencyIso: 'GBP',
422
+ value: 15,
423
+ priceType: 'BUY',
424
+ formattedValue: '£15',
425
+ formattedPriceWithoutCurrencySymbol: '15',
426
+ currencySymbol: '£',
427
+ infoUom: 'length',
428
+ infoUomDescription: 'length',
429
+ infoUomPrice: 8.33,
430
+ valueInPence: 1500,
431
+ },
432
+ displayPromoDescription: '5.51 GBP discount for cart for 250064, 191018',
433
+ displayPromoDescriptionExclusiveVat:
434
+ '5.51 GBP discount for cart for 250064, 191018',
435
+ displayVolumePrices: [],
436
+ displayVolumePricesExclusiveVat: [],
437
+ },
438
+ variantProducts: [
439
+ {
440
+ code: '100320',
441
+ images: [
442
+ {
443
+ imageType: 'PRIMARY',
444
+ format: 'product',
445
+ url: 'https://placehold.co/154x154?text=variant-product-1',
446
+ },
447
+ ],
448
+ name: 'Dickies Dixon Lined Safety Rigger Boot (IN_STORE_ONLY) - Tan Size 8',
449
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
450
+ description:
451
+ 'Great value for money! Classic mid-ankle safety boot with a flexible sole and padded tongue & collar for comfort.',
452
+ purchasable: true,
453
+ stock: {
454
+ stockLevelStatus: {
455
+ code: 'inStock',
456
+ type: 'StockLevelStatus',
457
+ },
458
+ makeUnavailable: false,
459
+ originalStockLevelStatus: {
460
+ code: 'outOfStock',
461
+ type: 'StockLevelStatus',
462
+ },
463
+ exists: false,
464
+ },
465
+ availableForPickup: true,
466
+ summary: '',
467
+ price: {
468
+ currencyIso: 'GBP',
469
+ value: 34,
470
+ priceType: 'BUY',
471
+ formattedValue: '£34',
472
+ formattedPriceWithoutCurrencySymbol: '34',
473
+ currencySymbol: '£',
474
+ vatRatePercentage: 20,
475
+ valueInPence: 3400,
476
+ },
477
+ baseProduct: '9000275478',
478
+ categories: [
479
+ {
480
+ code: '1000431',
481
+ name: 'Footwear',
482
+ url: '/Products/Tools+Workwear/Workwear/Footwear/c/1000431',
483
+ sequence: 0,
484
+ },
485
+ {
486
+ code: '1000444',
487
+ name: 'Scruffs',
488
+ url: '/Products/Tools+Workwear/Workwear/Scruffs/c/1000444',
489
+ sequence: 0,
490
+ },
491
+ {
492
+ code: '1000446',
493
+ name: 'Hardcore',
494
+ url: '/Products/Tools+Workwear/Workwear/Hardcore/c/1000446',
495
+ sequence: 0,
496
+ },
497
+ ],
498
+ classifications: [
499
+ {
500
+ code: '1000486',
501
+ name: 'Boots',
502
+ features: [
503
+ {
504
+ code: 'GroupMasterClassification/1.0/1000486.1000186',
505
+ name: 'Size',
506
+ range: false,
507
+ comparable: true,
508
+ featureValues: [
509
+ {
510
+ value: '8 size long very long text important!',
511
+ },
512
+ ],
513
+ },
514
+ {
515
+ code: 'GroupMasterClassification/1.0/1000486.1000918',
516
+ name: 'Material',
517
+ range: false,
518
+ comparable: true,
519
+ featureValues: [
520
+ {
521
+ value: 'Aluminium',
522
+ },
523
+ ],
524
+ },
525
+ ],
526
+ },
527
+ {
528
+ code: '2',
529
+ name: 'UK Legal',
530
+ features: [
531
+ {
532
+ code: 'CommonSupplierWebClassification/1.0/2.4',
533
+ name: 'Age Restriction',
534
+ range: false,
535
+ comparable: true,
536
+ featureValues: [
537
+ {
538
+ value: 'No',
539
+ },
540
+ ],
541
+ },
542
+ ],
543
+ },
544
+ ],
545
+ potentialPromotions: [],
546
+ variantOptions: [
547
+ {
548
+ code: '100320',
549
+ stock: {
550
+ stockLevelStatus: {
551
+ code: 'inStock',
552
+ type: 'StockLevelStatus',
553
+ },
554
+ stockLevel: -1,
555
+ makeUnavailable: false,
556
+ exists: false,
557
+ },
558
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
559
+ variantOptionQualifiers: [
560
+ {
561
+ qualifier: 'size',
562
+ name: 'Size',
563
+ value: '8 size long very long text important!',
564
+ },
565
+ ],
566
+ availabilityRestriction: 'NO_RESTRICTIONS',
567
+ },
568
+ {
569
+ code: '100321',
570
+ stock: {
571
+ stockLevelStatus: {
572
+ code: 'inStock',
573
+ type: 'StockLevelStatus',
574
+ },
575
+ stockLevel: -1,
576
+ makeUnavailable: false,
577
+ exists: false,
578
+ },
579
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
580
+ variantOptionQualifiers: [
581
+ {
582
+ qualifier: 'size',
583
+ name: 'Size',
584
+ value: '9',
585
+ },
586
+ ],
587
+ availabilityRestriction: 'NO_RESTRICTIONS',
588
+ },
589
+ ],
590
+ baseOptions: [],
591
+ volumePrices: [],
592
+ configurable: false,
593
+ imageSetId: 'missing-product',
594
+ fulfilmentType: 'IN_STORE_ONLY',
595
+ featuresAndBenefits: [
596
+ 'Steel toe cap',
597
+ 'Steel anti-penetration midsole',
598
+ 'Anti static',
599
+ 'Water resistant',
600
+ 'Mock fur lining',
601
+ 'Pull up loops',
602
+ 'Leather upper',
603
+ ],
604
+ noScriptProductImageUrl:
605
+ 'https://media.wickes.co.uk/is/image/wickes/2018-Wickes-Missing-Product-650x650',
606
+ sellOnly: false,
607
+ externalAverageRating: 0,
608
+ externalReviewCount: 0,
609
+ priceInclusiveVat: {
610
+ currencyIso: 'GBP',
611
+ value: 34,
612
+ priceType: 'BUY',
613
+ formattedValue: '£34',
614
+ formattedPriceWithoutCurrencySymbol: '34',
615
+ currencySymbol: '£',
616
+ vatRatePercentage: 20,
617
+ valueInPence: 3400,
618
+ },
619
+ priceExclusiveVat: {
620
+ currencyIso: 'GBP',
621
+ value: 28.33,
622
+ priceType: 'BUY',
623
+ formattedValue: '£28.33',
624
+ formattedPriceWithoutCurrencySymbol: '28.33',
625
+ currencySymbol: '£',
626
+ valueInPence: 2833,
627
+ },
628
+ downStreamData: {
629
+ fulfillmentType: 'IN_STORE_ONLY',
630
+ },
631
+ categoryPath: 'Products/Tools & Workwear/Workwear/Footwear',
632
+ hasDataSheets: false,
633
+ coshhSheetList: [],
634
+ dopSheetList: [],
635
+ epdSheetList: [],
636
+ gilSheetList: [],
637
+ techSheetList: [],
638
+ fulfillmentAttributes: {
639
+ type: 'IN_STORE_ONLY',
640
+ bigAndBulky: false,
641
+ supplierDelivered: false,
642
+ vision: false,
643
+ assumedAlwaysInStock: true,
644
+ webOnly: false,
645
+ },
646
+ baseProductUrl: '/Scruffs-Hardcore-Scoria-Safety-Boot---Black/p/9000275478',
647
+ productType: 'MasterProductModel',
648
+ variantAttributeName: 'Size',
649
+ gpid: '1100484266',
650
+ isBaseProduct: false,
651
+ scene7FlyoutViewerISCommand: '',
652
+ availableForShoppingList: false,
653
+ installationDetails: {
654
+ packCoverage: 0,
655
+ pricePerPack: 34,
656
+ pricePerSQM: {
657
+ currencyIso: 'GBP',
658
+ value: 0,
659
+ priceType: 'BUY',
660
+ formattedValue: '£0',
661
+ formattedPriceWithoutCurrencySymbol: '0',
662
+ currencySymbol: '£',
663
+ valueInPence: 0,
664
+ },
665
+ pricePerSQMExcVat: {
666
+ currencyIso: 'GBP',
667
+ value: 0,
668
+ priceType: 'BUY',
669
+ formattedValue: '£0',
670
+ formattedPriceWithoutCurrencySymbol: '0',
671
+ currencySymbol: '£',
672
+ valueInPence: 0,
673
+ },
674
+ },
675
+ tileCalculationAvailable: false,
676
+ flooringCalculationAvailable: false,
677
+ installationProduct: false,
678
+ availabilityRestriction: 'NO_RESTRICTIONS',
679
+ availableForBigWinsCncOnly: false,
680
+ availableForBigWinsStockOnly: false,
681
+ galleryIdentifiers: ['products/wickes/2018-Wickes-Missing-Product-650x650'],
682
+ volumePricesExclusiveVat: [],
683
+ isAddedToFavourites: false,
684
+ displayPrice: {
685
+ currencyIso: 'GBP',
686
+ value: 34,
687
+ priceType: 'BUY',
688
+ formattedValue: '£34',
689
+ formattedPriceWithoutCurrencySymbol: '34',
690
+ currencySymbol: '£',
691
+ vatRatePercentage: 20,
692
+ valueInPence: 3400,
693
+ },
694
+ displayPriceExclusiveVat: {
695
+ currencyIso: 'GBP',
696
+ value: 28.33,
697
+ priceType: 'BUY',
698
+ formattedValue: '£28.33',
699
+ formattedPriceWithoutCurrencySymbol: '28.33',
700
+ currencySymbol: '£',
701
+ valueInPence: 2833,
702
+ },
703
+ displayVolumePrices: [],
704
+ displayVolumePricesExclusiveVat: [],
705
+ },
706
+ {
707
+ code: '100321',
708
+ images: [
709
+ {
710
+ imageType: 'PRIMARY',
711
+ format: 'product',
712
+ url: 'https://placehold.co/154x154?text=variant-product-2',
713
+ },
714
+ ],
715
+ name: 'Dickies Dixon Lined Safety Rigger Boot (IN_STORE_ONLY) - Tan Size 9',
716
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
717
+ description:
718
+ 'Great value for money! Classic mid-ankle safety boot with a flexible sole and padded tongue & collar for comfort.',
719
+ purchasable: true,
720
+ stock: {
721
+ stockLevelStatus: {
722
+ code: 'inStock',
723
+ type: 'StockLevelStatus',
724
+ },
725
+ makeUnavailable: false,
726
+ originalStockLevelStatus: {
727
+ code: 'outOfStock',
728
+ type: 'StockLevelStatus',
729
+ },
730
+ exists: false,
731
+ },
732
+ availableForPickup: true,
733
+ summary: '',
734
+ price: {
735
+ currencyIso: 'GBP',
736
+ value: 38,
737
+ priceType: 'BUY',
738
+ formattedValue: '£38',
739
+ formattedPriceWithoutCurrencySymbol: '38',
740
+ currencySymbol: '£',
741
+ vatRatePercentage: 20,
742
+ valueInPence: 3400,
743
+ },
744
+ baseProduct: '9000275478',
745
+ categories: [
746
+ {
747
+ code: '1000431',
748
+ name: 'Footwear',
749
+ url: '/Products/Tools+Workwear/Workwear/Footwear/c/1000431',
750
+ sequence: 0,
751
+ },
752
+ {
753
+ code: '1000444',
754
+ name: 'Scruffs',
755
+ url: '/Products/Tools+Workwear/Workwear/Scruffs/c/1000444',
756
+ sequence: 0,
757
+ },
758
+ {
759
+ code: '1000446',
760
+ name: 'Hardcore',
761
+ url: '/Products/Tools+Workwear/Workwear/Hardcore/c/1000446',
762
+ sequence: 0,
763
+ },
764
+ ],
765
+ classifications: [
766
+ {
767
+ code: '1000486',
768
+ name: 'Boots',
769
+ features: [
770
+ {
771
+ code: 'GroupMasterClassification/1.0/1000486.1000186',
772
+ name: 'Size',
773
+ range: false,
774
+ comparable: true,
775
+ featureValues: [
776
+ {
777
+ value: '9',
778
+ },
779
+ ],
780
+ },
781
+ {
782
+ code: 'GroupMasterClassification/1.0/1000486.1000918',
783
+ name: 'Material',
784
+ range: false,
785
+ comparable: true,
786
+ featureValues: [
787
+ {
788
+ value: 'Aluminium',
789
+ },
790
+ ],
791
+ },
792
+ ],
793
+ },
794
+ {
795
+ code: '2',
796
+ name: 'UK Legal',
797
+ features: [
798
+ {
799
+ code: 'CommonSupplierWebClassification/1.0/2.4',
800
+ name: 'Age Restriction',
801
+ range: false,
802
+ comparable: true,
803
+ featureValues: [
804
+ {
805
+ value: 'No',
806
+ },
807
+ ],
808
+ },
809
+ ],
810
+ },
811
+ ],
812
+ potentialPromotions: [],
813
+ variantOptions: [
814
+ {
815
+ code: '100320',
816
+ stock: {
817
+ stockLevelStatus: {
818
+ code: 'inStock',
819
+ type: 'StockLevelStatus',
820
+ },
821
+ stockLevel: -1,
822
+ makeUnavailable: false,
823
+ exists: false,
824
+ },
825
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
826
+ variantOptionQualifiers: [
827
+ {
828
+ qualifier: 'size',
829
+ name: 'Size',
830
+ value: '8 size long very long text important!',
831
+ },
832
+ ],
833
+ availabilityRestriction: 'NO_RESTRICTIONS',
834
+ },
835
+ {
836
+ code: '100321',
837
+ stock: {
838
+ stockLevelStatus: {
839
+ code: 'inStock',
840
+ type: 'StockLevelStatus',
841
+ },
842
+ stockLevel: -1,
843
+ makeUnavailable: false,
844
+ exists: false,
845
+ },
846
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
847
+ variantOptionQualifiers: [
848
+ {
849
+ qualifier: 'size',
850
+ name: 'Size',
851
+ value: '9',
852
+ },
853
+ ],
854
+ availabilityRestriction: 'NO_RESTRICTIONS',
855
+ },
856
+ ],
857
+ baseOptions: [],
858
+ volumePrices: [],
859
+ configurable: false,
860
+ imageSetId: 'missing-product',
861
+ fulfilmentType: 'IN_STORE_ONLY',
862
+ featuresAndBenefits: [
863
+ 'Steel toe cap',
864
+ 'Steel anti-penetration midsole',
865
+ 'Anti static',
866
+ 'Water resistant',
867
+ 'Mock fur lining',
868
+ 'Pull up loops',
869
+ 'Leather upper',
870
+ ],
871
+ noScriptProductImageUrl:
872
+ 'https://media.wickes.co.uk/is/image/wickes/2018-Wickes-Missing-Product-650x650',
873
+ sellOnly: false,
874
+ externalAverageRating: 0,
875
+ externalReviewCount: 0,
876
+ priceInclusiveVat: {
877
+ currencyIso: 'GBP',
878
+ value: 34,
879
+ priceType: 'BUY',
880
+ formattedValue: '£34',
881
+ formattedPriceWithoutCurrencySymbol: '34',
882
+ currencySymbol: '£',
883
+ vatRatePercentage: 20,
884
+ valueInPence: 3400,
885
+ },
886
+ priceExclusiveVat: {
887
+ currencyIso: 'GBP',
888
+ value: 28.33,
889
+ priceType: 'BUY',
890
+ formattedValue: '£28.33',
891
+ formattedPriceWithoutCurrencySymbol: '28.33',
892
+ currencySymbol: '£',
893
+ valueInPence: 2833,
894
+ },
895
+ downStreamData: {
896
+ fulfillmentType: 'IN_STORE_ONLY',
897
+ },
898
+ categoryPath: 'Products/Tools & Workwear/Workwear/Footwear',
899
+ hasDataSheets: false,
900
+ coshhSheetList: [],
901
+ dopSheetList: [],
902
+ epdSheetList: [],
903
+ gilSheetList: [],
904
+ techSheetList: [],
905
+ fulfillmentAttributes: {
906
+ type: 'IN_STORE_ONLY',
907
+ bigAndBulky: false,
908
+ supplierDelivered: false,
909
+ vision: false,
910
+ assumedAlwaysInStock: true,
911
+ webOnly: false,
912
+ },
913
+ baseProductUrl: '/Scruffs-Hardcore-Scoria-Safety-Boot---Black/p/9000275478',
914
+ productType: 'MasterProductModel',
915
+ variantAttributeName: 'Size',
916
+ gpid: '1100484267',
917
+ isBaseProduct: false,
918
+ scene7FlyoutViewerISCommand: '',
919
+ availableForShoppingList: false,
920
+ installationDetails: {
921
+ packCoverage: 0,
922
+ pricePerPack: 34,
923
+ pricePerSQM: {
924
+ currencyIso: 'GBP',
925
+ value: 0,
926
+ priceType: 'BUY',
927
+ formattedValue: '£0',
928
+ formattedPriceWithoutCurrencySymbol: '0',
929
+ currencySymbol: '£',
930
+ valueInPence: 0,
931
+ },
932
+ pricePerSQMExcVat: {
933
+ currencyIso: 'GBP',
934
+ value: 0,
935
+ priceType: 'BUY',
936
+ formattedValue: '£0',
937
+ formattedPriceWithoutCurrencySymbol: '0',
938
+ currencySymbol: '£',
939
+ valueInPence: 0,
940
+ },
941
+ },
942
+ tileCalculationAvailable: false,
943
+ flooringCalculationAvailable: false,
944
+ installationProduct: false,
945
+ availabilityRestriction: 'NO_RESTRICTIONS',
946
+ availableForBigWinsCncOnly: false,
947
+ availableForBigWinsStockOnly: false,
948
+ galleryIdentifiers: ['products/wickes/2018-Wickes-Missing-Product-650x650'],
949
+ volumePricesExclusiveVat: [],
950
+ isAddedToFavourites: false,
951
+ displayPrice: {
952
+ currencyIso: 'GBP',
953
+ value: 34,
954
+ priceType: 'BUY',
955
+ formattedValue: '£34',
956
+ formattedPriceWithoutCurrencySymbol: '34',
957
+ currencySymbol: '£',
958
+ vatRatePercentage: 20,
959
+ valueInPence: 3400,
960
+ },
961
+ displayPriceExclusiveVat: {
962
+ currencyIso: 'GBP',
963
+ value: 28.33,
964
+ priceType: 'BUY',
965
+ formattedValue: '£28.33',
966
+ formattedPriceWithoutCurrencySymbol: '28.33',
967
+ currencySymbol: '£',
968
+ valueInPence: 2833,
969
+ },
970
+ displayVolumePrices: [],
971
+ displayVolumePricesExclusiveVat: [],
972
+ },
973
+ ],
974
+ },
975
+ {
976
+ baseProduct: {
977
+ code: '9000275478',
978
+ name: 'LPD Internal Mexicano Pair Clear Glazed Unfinished Oak Door - 1981mm',
979
+ url: '/LPD-Internal-Mexicano-Pair-Clear-Glazed-Unfinished-Oak-Door---1981mm/p/9000275478',
980
+ purchasable: true,
981
+ stock: {
982
+ makeUnavailable: false,
983
+ originalStockLevelStatus: {
984
+ code: 'out of stock',
985
+ type: 'StockLevelStatus',
986
+ },
987
+ exists: false,
988
+ },
989
+ availableForPickup: true,
990
+ price: {
991
+ currencyIso: 'GBP',
992
+ value: 34,
993
+ priceType: 'FROM',
994
+ formattedValue: '£34',
995
+ formattedPriceWithoutCurrencySymbol: '34',
996
+ currencySymbol: '£',
997
+ vatRatePercentage: 20,
998
+ valueInPence: 3400,
999
+ },
1000
+ images: [
1001
+ {
1002
+ imageType: 'PRIMARY',
1003
+ format: 'product',
1004
+ url: 'https://placehold.co/154x154?text=bloomreach-product-1',
1005
+ },
1006
+ ],
1007
+ variantOptions: [
1008
+ {
1009
+ code: '100320',
1010
+ stock: {
1011
+ stockLevelStatus: {
1012
+ code: 'inStock',
1013
+ type: 'StockLevelStatus',
1014
+ },
1015
+ stockLevel: -1,
1016
+ makeUnavailable: false,
1017
+ exists: false,
1018
+ },
1019
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
1020
+ variantOptionQualifiers: [
1021
+ {
1022
+ qualifier: 'size',
1023
+ name: 'Size',
1024
+ value: '8 size long very long text important!',
1025
+ },
1026
+ ],
1027
+ availabilityRestriction: 'NO_RESTRICTIONS',
1028
+ },
1029
+ {
1030
+ code: '100321',
1031
+ stock: {
1032
+ stockLevelStatus: {
1033
+ code: 'inStock',
1034
+ type: 'StockLevelStatus',
1035
+ },
1036
+ stockLevel: -1,
1037
+ makeUnavailable: false,
1038
+ exists: false,
1039
+ },
1040
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
1041
+ variantOptionQualifiers: [
1042
+ {
1043
+ qualifier: 'size',
1044
+ name: 'Size',
1045
+ value: '9',
1046
+ },
1047
+ ],
1048
+ availabilityRestriction: 'NO_RESTRICTIONS',
1049
+ },
1050
+ ],
1051
+ fulfilmentType: 'IN_STORE_ONLY',
1052
+ externalAverageRating: 0,
1053
+ externalReviewCount: 0,
1054
+ priceExclusiveVat: {
1055
+ currencyIso: 'GBP',
1056
+ value: 395,
1057
+ priceType: 'FROM',
1058
+ formattedValue: '£395',
1059
+ formattedPriceWithoutCurrencySymbol: '395',
1060
+ currencySymbol: '£',
1061
+ valueInPence: 39500,
1062
+ },
1063
+ categoryPath: 'Products/Doors & Windows/Internal Doors/Oak Internal Doors',
1064
+ fulfillmentAttributes: {
1065
+ type: 'IN_STORE_ONLY',
1066
+ bigAndBulky: false,
1067
+ supplierDelivered: false,
1068
+ vision: false,
1069
+ assumedAlwaysInStock: true,
1070
+ webOnly: false,
1071
+ },
1072
+ variantAttributeName: 'Size',
1073
+ isBaseProduct: true,
1074
+ brandName: 'Lpd doors',
1075
+ availableForShoppingList: false,
1076
+ tileCalculationAvailable: false,
1077
+ flooringCalculationAvailable: false,
1078
+ installationProduct: false,
1079
+ availableForBigWinsCncOnly: false,
1080
+ availableForBigWinsStockOnly: false,
1081
+ isAddedToFavourites: false,
1082
+ displayPrice: {
1083
+ currencyIso: 'GBP',
1084
+ value: 34,
1085
+ priceType: 'FROM',
1086
+ formattedValue: '£34',
1087
+ formattedPriceWithoutCurrencySymbol: '34',
1088
+ currencySymbol: '£',
1089
+ vatRatePercentage: 20,
1090
+ valueInPence: 3400,
1091
+ },
1092
+ displayPriceExclusiveVat: {
1093
+ currencyIso: 'GBP',
1094
+ value: 395,
1095
+ priceType: 'FROM',
1096
+ formattedValue: '£395',
1097
+ formattedPriceWithoutCurrencySymbol: '395',
1098
+ currencySymbol: '£',
1099
+ valueInPence: 39500,
1100
+ },
1101
+ },
1102
+ variantProducts: [
1103
+ {
1104
+ code: '100320',
1105
+ images: [
1106
+ {
1107
+ imageType: 'PRIMARY',
1108
+ format: 'product',
1109
+ url: 'https://placehold.co/154x154?text=variant-product-1',
1110
+ },
1111
+ ],
1112
+ name: 'Dickies Dixon Lined Safety Rigger Boot (IN_STORE_ONLY) - Tan Size 8',
1113
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
1114
+ description:
1115
+ 'Great value for money! Classic mid-ankle safety boot with a flexible sole and padded tongue & collar for comfort.',
1116
+ purchasable: true,
1117
+ stock: {
1118
+ stockLevelStatus: {
1119
+ code: 'inStock',
1120
+ type: 'StockLevelStatus',
1121
+ },
1122
+ makeUnavailable: false,
1123
+ originalStockLevelStatus: {
1124
+ code: 'outOfStock',
1125
+ type: 'StockLevelStatus',
1126
+ },
1127
+ exists: false,
1128
+ },
1129
+ availableForPickup: true,
1130
+ summary: '',
1131
+ price: {
1132
+ currencyIso: 'GBP',
1133
+ value: 34,
1134
+ priceType: 'BUY',
1135
+ formattedValue: '£34',
1136
+ formattedPriceWithoutCurrencySymbol: '34',
1137
+ currencySymbol: '£',
1138
+ vatRatePercentage: 20,
1139
+ valueInPence: 3400,
1140
+ },
1141
+ baseProduct: '9000275478',
1142
+ categories: [
1143
+ {
1144
+ code: '1000431',
1145
+ name: 'Footwear',
1146
+ url: '/Products/Tools+Workwear/Workwear/Footwear/c/1000431',
1147
+ sequence: 0,
1148
+ },
1149
+ {
1150
+ code: '1000444',
1151
+ name: 'Scruffs',
1152
+ url: '/Products/Tools+Workwear/Workwear/Scruffs/c/1000444',
1153
+ sequence: 0,
1154
+ },
1155
+ {
1156
+ code: '1000446',
1157
+ name: 'Hardcore',
1158
+ url: '/Products/Tools+Workwear/Workwear/Hardcore/c/1000446',
1159
+ sequence: 0,
1160
+ },
1161
+ ],
1162
+ classifications: [
1163
+ {
1164
+ code: '1000486',
1165
+ name: 'Boots',
1166
+ features: [
1167
+ {
1168
+ code: 'GroupMasterClassification/1.0/1000486.1000186',
1169
+ name: 'Size',
1170
+ range: false,
1171
+ comparable: true,
1172
+ featureValues: [
1173
+ {
1174
+ value: '8 size long very long text important!',
1175
+ },
1176
+ ],
1177
+ },
1178
+ {
1179
+ code: 'GroupMasterClassification/1.0/1000486.1000918',
1180
+ name: 'Material',
1181
+ range: false,
1182
+ comparable: true,
1183
+ featureValues: [
1184
+ {
1185
+ value: 'Aluminium',
1186
+ },
1187
+ ],
1188
+ },
1189
+ ],
1190
+ },
1191
+ {
1192
+ code: '2',
1193
+ name: 'UK Legal',
1194
+ features: [
1195
+ {
1196
+ code: 'CommonSupplierWebClassification/1.0/2.4',
1197
+ name: 'Age Restriction',
1198
+ range: false,
1199
+ comparable: true,
1200
+ featureValues: [
1201
+ {
1202
+ value: 'No',
1203
+ },
1204
+ ],
1205
+ },
1206
+ ],
1207
+ },
1208
+ ],
1209
+ potentialPromotions: [],
1210
+ variantOptions: [
1211
+ {
1212
+ code: '100320',
1213
+ stock: {
1214
+ stockLevelStatus: {
1215
+ code: 'inStock',
1216
+ type: 'StockLevelStatus',
1217
+ },
1218
+ stockLevel: -1,
1219
+ makeUnavailable: false,
1220
+ exists: false,
1221
+ },
1222
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
1223
+ variantOptionQualifiers: [
1224
+ {
1225
+ qualifier: 'size',
1226
+ name: 'Size',
1227
+ value: '8 size long very long text important!',
1228
+ },
1229
+ ],
1230
+ availabilityRestriction: 'NO_RESTRICTIONS',
1231
+ },
1232
+ {
1233
+ code: '100321',
1234
+ stock: {
1235
+ stockLevelStatus: {
1236
+ code: 'inStock',
1237
+ type: 'StockLevelStatus',
1238
+ },
1239
+ stockLevel: -1,
1240
+ makeUnavailable: false,
1241
+ exists: false,
1242
+ },
1243
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
1244
+ variantOptionQualifiers: [
1245
+ {
1246
+ qualifier: 'size',
1247
+ name: 'Size',
1248
+ value: '9',
1249
+ },
1250
+ ],
1251
+ availabilityRestriction: 'NO_RESTRICTIONS',
1252
+ },
1253
+ ],
1254
+ baseOptions: [],
1255
+ volumePrices: [],
1256
+ configurable: false,
1257
+ imageSetId: 'missing-product',
1258
+ fulfilmentType: 'IN_STORE_ONLY',
1259
+ featuresAndBenefits: [
1260
+ 'Steel toe cap',
1261
+ 'Steel anti-penetration midsole',
1262
+ 'Anti static',
1263
+ 'Water resistant',
1264
+ 'Mock fur lining',
1265
+ 'Pull up loops',
1266
+ 'Leather upper',
1267
+ ],
1268
+ noScriptProductImageUrl:
1269
+ 'https://media.wickes.co.uk/is/image/wickes/2018-Wickes-Missing-Product-650x650',
1270
+ sellOnly: false,
1271
+ externalAverageRating: 0,
1272
+ externalReviewCount: 0,
1273
+ priceInclusiveVat: {
1274
+ currencyIso: 'GBP',
1275
+ value: 34,
1276
+ priceType: 'BUY',
1277
+ formattedValue: '£34',
1278
+ formattedPriceWithoutCurrencySymbol: '34',
1279
+ currencySymbol: '£',
1280
+ vatRatePercentage: 20,
1281
+ valueInPence: 3400,
1282
+ },
1283
+ priceExclusiveVat: {
1284
+ currencyIso: 'GBP',
1285
+ value: 28.33,
1286
+ priceType: 'BUY',
1287
+ formattedValue: '£28.33',
1288
+ formattedPriceWithoutCurrencySymbol: '28.33',
1289
+ currencySymbol: '£',
1290
+ valueInPence: 2833,
1291
+ },
1292
+ downStreamData: {
1293
+ fulfillmentType: 'IN_STORE_ONLY',
1294
+ },
1295
+ categoryPath: 'Products/Tools & Workwear/Workwear/Footwear',
1296
+ hasDataSheets: false,
1297
+ coshhSheetList: [],
1298
+ dopSheetList: [],
1299
+ epdSheetList: [],
1300
+ gilSheetList: [],
1301
+ techSheetList: [],
1302
+ fulfillmentAttributes: {
1303
+ type: 'IN_STORE_ONLY',
1304
+ bigAndBulky: false,
1305
+ supplierDelivered: false,
1306
+ vision: false,
1307
+ assumedAlwaysInStock: true,
1308
+ webOnly: false,
1309
+ },
1310
+ baseProductUrl: '/Scruffs-Hardcore-Scoria-Safety-Boot---Black/p/9000275478',
1311
+ productType: 'MasterProductModel',
1312
+ variantAttributeName: 'Size',
1313
+ gpid: '1100484266',
1314
+ isBaseProduct: false,
1315
+ scene7FlyoutViewerISCommand: '',
1316
+ availableForShoppingList: false,
1317
+ installationDetails: {
1318
+ packCoverage: 0,
1319
+ pricePerPack: 34,
1320
+ pricePerSQM: {
1321
+ currencyIso: 'GBP',
1322
+ value: 0,
1323
+ priceType: 'BUY',
1324
+ formattedValue: '£0',
1325
+ formattedPriceWithoutCurrencySymbol: '0',
1326
+ currencySymbol: '£',
1327
+ valueInPence: 0,
1328
+ },
1329
+ pricePerSQMExcVat: {
1330
+ currencyIso: 'GBP',
1331
+ value: 0,
1332
+ priceType: 'BUY',
1333
+ formattedValue: '£0',
1334
+ formattedPriceWithoutCurrencySymbol: '0',
1335
+ currencySymbol: '£',
1336
+ valueInPence: 0,
1337
+ },
1338
+ },
1339
+ tileCalculationAvailable: false,
1340
+ flooringCalculationAvailable: false,
1341
+ installationProduct: false,
1342
+ availabilityRestriction: 'NO_RESTRICTIONS',
1343
+ availableForBigWinsCncOnly: false,
1344
+ availableForBigWinsStockOnly: false,
1345
+ galleryIdentifiers: ['products/wickes/2018-Wickes-Missing-Product-650x650'],
1346
+ volumePricesExclusiveVat: [],
1347
+ isAddedToFavourites: false,
1348
+ displayPrice: {
1349
+ currencyIso: 'GBP',
1350
+ value: 34,
1351
+ priceType: 'BUY',
1352
+ formattedValue: '£34',
1353
+ formattedPriceWithoutCurrencySymbol: '34',
1354
+ currencySymbol: '£',
1355
+ vatRatePercentage: 20,
1356
+ valueInPence: 3400,
1357
+ },
1358
+ displayPriceExclusiveVat: {
1359
+ currencyIso: 'GBP',
1360
+ value: 28.33,
1361
+ priceType: 'BUY',
1362
+ formattedValue: '£28.33',
1363
+ formattedPriceWithoutCurrencySymbol: '28.33',
1364
+ currencySymbol: '£',
1365
+ valueInPence: 2833,
1366
+ },
1367
+ displayVolumePrices: [],
1368
+ displayVolumePricesExclusiveVat: [],
1369
+ },
1370
+ {
1371
+ code: '100321',
1372
+ images: [
1373
+ {
1374
+ imageType: 'PRIMARY',
1375
+ format: 'product',
1376
+ url: 'https://placehold.co/154x154?text=variant-product-2',
1377
+ },
1378
+ ],
1379
+ name: 'Dickies Dixon Lined Safety Rigger Boot (IN_STORE_ONLY) - Tan Size 9',
1380
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
1381
+ description:
1382
+ 'Great value for money! Classic mid-ankle safety boot with a flexible sole and padded tongue & collar for comfort.',
1383
+ purchasable: true,
1384
+ stock: {
1385
+ stockLevelStatus: {
1386
+ code: 'inStock',
1387
+ type: 'StockLevelStatus',
1388
+ },
1389
+ makeUnavailable: false,
1390
+ originalStockLevelStatus: {
1391
+ code: 'outOfStock',
1392
+ type: 'StockLevelStatus',
1393
+ },
1394
+ exists: false,
1395
+ },
1396
+ availableForPickup: true,
1397
+ summary: '',
1398
+ price: {
1399
+ currencyIso: 'GBP',
1400
+ value: 38,
1401
+ priceType: 'BUY',
1402
+ formattedValue: '£38',
1403
+ formattedPriceWithoutCurrencySymbol: '38',
1404
+ currencySymbol: '£',
1405
+ vatRatePercentage: 20,
1406
+ valueInPence: 3400,
1407
+ },
1408
+ baseProduct: '9000275478',
1409
+ categories: [
1410
+ {
1411
+ code: '1000431',
1412
+ name: 'Footwear',
1413
+ url: '/Products/Tools+Workwear/Workwear/Footwear/c/1000431',
1414
+ sequence: 0,
1415
+ },
1416
+ {
1417
+ code: '1000444',
1418
+ name: 'Scruffs',
1419
+ url: '/Products/Tools+Workwear/Workwear/Scruffs/c/1000444',
1420
+ sequence: 0,
1421
+ },
1422
+ {
1423
+ code: '1000446',
1424
+ name: 'Hardcore',
1425
+ url: '/Products/Tools+Workwear/Workwear/Hardcore/c/1000446',
1426
+ sequence: 0,
1427
+ },
1428
+ ],
1429
+ classifications: [
1430
+ {
1431
+ code: '1000486',
1432
+ name: 'Boots',
1433
+ features: [
1434
+ {
1435
+ code: 'GroupMasterClassification/1.0/1000486.1000186',
1436
+ name: 'Size',
1437
+ range: false,
1438
+ comparable: true,
1439
+ featureValues: [
1440
+ {
1441
+ value: '9',
1442
+ },
1443
+ ],
1444
+ },
1445
+ {
1446
+ code: 'GroupMasterClassification/1.0/1000486.1000918',
1447
+ name: 'Material',
1448
+ range: false,
1449
+ comparable: true,
1450
+ featureValues: [
1451
+ {
1452
+ value: 'Aluminium',
1453
+ },
1454
+ ],
1455
+ },
1456
+ ],
1457
+ },
1458
+ {
1459
+ code: '2',
1460
+ name: 'UK Legal',
1461
+ features: [
1462
+ {
1463
+ code: 'CommonSupplierWebClassification/1.0/2.4',
1464
+ name: 'Age Restriction',
1465
+ range: false,
1466
+ comparable: true,
1467
+ featureValues: [
1468
+ {
1469
+ value: 'No',
1470
+ },
1471
+ ],
1472
+ },
1473
+ ],
1474
+ },
1475
+ ],
1476
+ potentialPromotions: [],
1477
+ variantOptions: [
1478
+ {
1479
+ code: '100320',
1480
+ stock: {
1481
+ stockLevelStatus: {
1482
+ code: 'inStock',
1483
+ type: 'StockLevelStatus',
1484
+ },
1485
+ stockLevel: -1,
1486
+ makeUnavailable: false,
1487
+ exists: false,
1488
+ },
1489
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
1490
+ variantOptionQualifiers: [
1491
+ {
1492
+ qualifier: 'size',
1493
+ name: 'Size',
1494
+ value: '8 size long very long text important!',
1495
+ },
1496
+ ],
1497
+ availabilityRestriction: 'NO_RESTRICTIONS',
1498
+ },
1499
+ {
1500
+ code: '100321',
1501
+ stock: {
1502
+ stockLevelStatus: {
1503
+ code: 'inStock',
1504
+ type: 'StockLevelStatus',
1505
+ },
1506
+ stockLevel: -1,
1507
+ makeUnavailable: false,
1508
+ exists: false,
1509
+ },
1510
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
1511
+ variantOptionQualifiers: [
1512
+ {
1513
+ qualifier: 'size',
1514
+ name: 'Size',
1515
+ value: '9',
1516
+ },
1517
+ ],
1518
+ availabilityRestriction: 'NO_RESTRICTIONS',
1519
+ },
1520
+ ],
1521
+ baseOptions: [],
1522
+ volumePrices: [],
1523
+ configurable: false,
1524
+ imageSetId: 'missing-product',
1525
+ fulfilmentType: 'IN_STORE_ONLY',
1526
+ featuresAndBenefits: [
1527
+ 'Steel toe cap',
1528
+ 'Steel anti-penetration midsole',
1529
+ 'Anti static',
1530
+ 'Water resistant',
1531
+ 'Mock fur lining',
1532
+ 'Pull up loops',
1533
+ 'Leather upper',
1534
+ ],
1535
+ noScriptProductImageUrl:
1536
+ 'https://media.wickes.co.uk/is/image/wickes/2018-Wickes-Missing-Product-650x650',
1537
+ sellOnly: false,
1538
+ externalAverageRating: 0,
1539
+ externalReviewCount: 0,
1540
+ priceInclusiveVat: {
1541
+ currencyIso: 'GBP',
1542
+ value: 34,
1543
+ priceType: 'BUY',
1544
+ formattedValue: '£34',
1545
+ formattedPriceWithoutCurrencySymbol: '34',
1546
+ currencySymbol: '£',
1547
+ vatRatePercentage: 20,
1548
+ valueInPence: 3400,
1549
+ },
1550
+ priceExclusiveVat: {
1551
+ currencyIso: 'GBP',
1552
+ value: 28.33,
1553
+ priceType: 'BUY',
1554
+ formattedValue: '£28.33',
1555
+ formattedPriceWithoutCurrencySymbol: '28.33',
1556
+ currencySymbol: '£',
1557
+ valueInPence: 2833,
1558
+ },
1559
+ downStreamData: {
1560
+ fulfillmentType: 'IN_STORE_ONLY',
1561
+ },
1562
+ categoryPath: 'Products/Tools & Workwear/Workwear/Footwear',
1563
+ hasDataSheets: false,
1564
+ coshhSheetList: [],
1565
+ dopSheetList: [],
1566
+ epdSheetList: [],
1567
+ gilSheetList: [],
1568
+ techSheetList: [],
1569
+ fulfillmentAttributes: {
1570
+ type: 'IN_STORE_ONLY',
1571
+ bigAndBulky: false,
1572
+ supplierDelivered: false,
1573
+ vision: false,
1574
+ assumedAlwaysInStock: true,
1575
+ webOnly: false,
1576
+ },
1577
+ baseProductUrl: '/Scruffs-Hardcore-Scoria-Safety-Boot---Black/p/9000275478',
1578
+ productType: 'MasterProductModel',
1579
+ variantAttributeName: 'Size',
1580
+ gpid: '1100484267',
1581
+ isBaseProduct: false,
1582
+ scene7FlyoutViewerISCommand: '',
1583
+ availableForShoppingList: false,
1584
+ installationDetails: {
1585
+ packCoverage: 0,
1586
+ pricePerPack: 34,
1587
+ pricePerSQM: {
1588
+ currencyIso: 'GBP',
1589
+ value: 0,
1590
+ priceType: 'BUY',
1591
+ formattedValue: '£0',
1592
+ formattedPriceWithoutCurrencySymbol: '0',
1593
+ currencySymbol: '£',
1594
+ valueInPence: 0,
1595
+ },
1596
+ pricePerSQMExcVat: {
1597
+ currencyIso: 'GBP',
1598
+ value: 0,
1599
+ priceType: 'BUY',
1600
+ formattedValue: '£0',
1601
+ formattedPriceWithoutCurrencySymbol: '0',
1602
+ currencySymbol: '£',
1603
+ valueInPence: 0,
1604
+ },
1605
+ },
1606
+ tileCalculationAvailable: false,
1607
+ flooringCalculationAvailable: false,
1608
+ installationProduct: false,
1609
+ availabilityRestriction: 'NO_RESTRICTIONS',
1610
+ availableForBigWinsCncOnly: false,
1611
+ availableForBigWinsStockOnly: false,
1612
+ galleryIdentifiers: ['products/wickes/2018-Wickes-Missing-Product-650x650'],
1613
+ volumePricesExclusiveVat: [],
1614
+ isAddedToFavourites: false,
1615
+ displayPrice: {
1616
+ currencyIso: 'GBP',
1617
+ value: 34,
1618
+ priceType: 'BUY',
1619
+ formattedValue: '£34',
1620
+ formattedPriceWithoutCurrencySymbol: '34',
1621
+ currencySymbol: '£',
1622
+ vatRatePercentage: 20,
1623
+ valueInPence: 3400,
1624
+ },
1625
+ displayPriceExclusiveVat: {
1626
+ currencyIso: 'GBP',
1627
+ value: 28.33,
1628
+ priceType: 'BUY',
1629
+ formattedValue: '£28.33',
1630
+ formattedPriceWithoutCurrencySymbol: '28.33',
1631
+ currencySymbol: '£',
1632
+ valueInPence: 2833,
1633
+ },
1634
+ displayVolumePrices: [],
1635
+ displayVolumePricesExclusiveVat: [],
1636
+ },
1637
+ ],
1638
+ },
1639
+ {
1640
+ baseProduct: {
1641
+ code: '9000275478',
1642
+ name: 'LPD Internal Mexicano Pair Clear Glazed Unfinished Oak Door - 1981mm',
1643
+ url: '/LPD-Internal-Mexicano-Pair-Clear-Glazed-Unfinished-Oak-Door---1981mm/p/9000275478',
1644
+ purchasable: true,
1645
+ stock: {
1646
+ makeUnavailable: false,
1647
+ originalStockLevelStatus: {
1648
+ code: 'out of stock',
1649
+ type: 'StockLevelStatus',
1650
+ },
1651
+ exists: false,
1652
+ },
1653
+ availableForPickup: true,
1654
+ price: {
1655
+ currencyIso: 'GBP',
1656
+ value: 34,
1657
+ priceType: 'FROM',
1658
+ formattedValue: '£34',
1659
+ formattedPriceWithoutCurrencySymbol: '34',
1660
+ currencySymbol: '£',
1661
+ vatRatePercentage: 20,
1662
+ valueInPence: 3400,
1663
+ },
1664
+ images: [
1665
+ {
1666
+ imageType: 'PRIMARY',
1667
+ format: 'product',
1668
+ url: 'https://placehold.co/154x154?text=bloomreach-product-2',
1669
+ },
1670
+ ],
1671
+ variantOptions: [
1672
+ {
1673
+ code: '100320',
1674
+ stock: {
1675
+ stockLevelStatus: {
1676
+ code: 'inStock',
1677
+ type: 'StockLevelStatus',
1678
+ },
1679
+ stockLevel: -1,
1680
+ makeUnavailable: false,
1681
+ exists: false,
1682
+ },
1683
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
1684
+ variantOptionQualifiers: [
1685
+ {
1686
+ qualifier: 'size',
1687
+ name: 'Size',
1688
+ value: '8 size long very long text important!',
1689
+ },
1690
+ ],
1691
+ availabilityRestriction: 'NO_RESTRICTIONS',
1692
+ },
1693
+ {
1694
+ code: '100321',
1695
+ stock: {
1696
+ stockLevelStatus: {
1697
+ code: 'inStock',
1698
+ type: 'StockLevelStatus',
1699
+ },
1700
+ stockLevel: -1,
1701
+ makeUnavailable: false,
1702
+ exists: false,
1703
+ },
1704
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
1705
+ variantOptionQualifiers: [
1706
+ {
1707
+ qualifier: 'size',
1708
+ name: 'Size',
1709
+ value: '9',
1710
+ },
1711
+ ],
1712
+ availabilityRestriction: 'NO_RESTRICTIONS',
1713
+ },
1714
+ ],
1715
+ fulfilmentType: 'IN_STORE_ONLY',
1716
+ externalAverageRating: 0,
1717
+ externalReviewCount: 0,
1718
+ priceExclusiveVat: {
1719
+ currencyIso: 'GBP',
1720
+ value: 395,
1721
+ priceType: 'FROM',
1722
+ formattedValue: '£395',
1723
+ formattedPriceWithoutCurrencySymbol: '395',
1724
+ currencySymbol: '£',
1725
+ valueInPence: 39500,
1726
+ },
1727
+ categoryPath: 'Products/Doors & Windows/Internal Doors/Oak Internal Doors',
1728
+ fulfillmentAttributes: {
1729
+ type: 'IN_STORE_ONLY',
1730
+ bigAndBulky: false,
1731
+ supplierDelivered: false,
1732
+ vision: false,
1733
+ assumedAlwaysInStock: true,
1734
+ webOnly: false,
1735
+ },
1736
+ variantAttributeName: 'Size',
1737
+ isBaseProduct: true,
1738
+ brandName: 'Lpd doors',
1739
+ availableForShoppingList: false,
1740
+ tileCalculationAvailable: false,
1741
+ flooringCalculationAvailable: false,
1742
+ installationProduct: false,
1743
+ availableForBigWinsCncOnly: false,
1744
+ availableForBigWinsStockOnly: false,
1745
+ isAddedToFavourites: false,
1746
+ displayPrice: {
1747
+ currencyIso: 'GBP',
1748
+ value: 34,
1749
+ priceType: 'FROM',
1750
+ formattedValue: '£34',
1751
+ formattedPriceWithoutCurrencySymbol: '34',
1752
+ currencySymbol: '£',
1753
+ vatRatePercentage: 20,
1754
+ valueInPence: 3400,
1755
+ },
1756
+ displayPriceExclusiveVat: {
1757
+ currencyIso: 'GBP',
1758
+ value: 395,
1759
+ priceType: 'FROM',
1760
+ formattedValue: '£395',
1761
+ formattedPriceWithoutCurrencySymbol: '395',
1762
+ currencySymbol: '£',
1763
+ valueInPence: 39500,
1764
+ },
1765
+ },
1766
+ variantProducts: [
1767
+ {
1768
+ images: [
1769
+ {
1770
+ imageType: 'PRIMARY',
1771
+ format: 'product',
1772
+ url: 'https://placehold.co/154x154?text=variant-product-1',
1773
+ },
1774
+ ],
1775
+ code: '100320',
1776
+ name: 'Dickies Dixon Lined Safety Rigger Boot (IN_STORE_ONLY) - Tan Size 8',
1777
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
1778
+ description:
1779
+ 'Great value for money! Classic mid-ankle safety boot with a flexible sole and padded tongue & collar for comfort.',
1780
+ purchasable: true,
1781
+ stock: {
1782
+ stockLevelStatus: {
1783
+ code: 'inStock',
1784
+ type: 'StockLevelStatus',
1785
+ },
1786
+ makeUnavailable: false,
1787
+ originalStockLevelStatus: {
1788
+ code: 'outOfStock',
1789
+ type: 'StockLevelStatus',
1790
+ },
1791
+ exists: false,
1792
+ },
1793
+ availableForPickup: true,
1794
+ summary: '',
1795
+ price: {
1796
+ currencyIso: 'GBP',
1797
+ value: 34,
1798
+ priceType: 'BUY',
1799
+ formattedValue: '£34',
1800
+ formattedPriceWithoutCurrencySymbol: '34',
1801
+ currencySymbol: '£',
1802
+ vatRatePercentage: 20,
1803
+ valueInPence: 3400,
1804
+ },
1805
+ baseProduct: '9000275478',
1806
+ categories: [
1807
+ {
1808
+ code: '1000431',
1809
+ name: 'Footwear',
1810
+ url: '/Products/Tools+Workwear/Workwear/Footwear/c/1000431',
1811
+ sequence: 0,
1812
+ },
1813
+ {
1814
+ code: '1000444',
1815
+ name: 'Scruffs',
1816
+ url: '/Products/Tools+Workwear/Workwear/Scruffs/c/1000444',
1817
+ sequence: 0,
1818
+ },
1819
+ {
1820
+ code: '1000446',
1821
+ name: 'Hardcore',
1822
+ url: '/Products/Tools+Workwear/Workwear/Hardcore/c/1000446',
1823
+ sequence: 0,
1824
+ },
1825
+ ],
1826
+ classifications: [
1827
+ {
1828
+ code: '1000486',
1829
+ name: 'Boots',
1830
+ features: [
1831
+ {
1832
+ code: 'GroupMasterClassification/1.0/1000486.1000186',
1833
+ name: 'Size',
1834
+ range: false,
1835
+ comparable: true,
1836
+ featureValues: [
1837
+ {
1838
+ value: '8 size long very long text important!',
1839
+ },
1840
+ ],
1841
+ },
1842
+ {
1843
+ code: 'GroupMasterClassification/1.0/1000486.1000918',
1844
+ name: 'Material',
1845
+ range: false,
1846
+ comparable: true,
1847
+ featureValues: [
1848
+ {
1849
+ value: 'Aluminium',
1850
+ },
1851
+ ],
1852
+ },
1853
+ ],
1854
+ },
1855
+ {
1856
+ code: '2',
1857
+ name: 'UK Legal',
1858
+ features: [
1859
+ {
1860
+ code: 'CommonSupplierWebClassification/1.0/2.4',
1861
+ name: 'Age Restriction',
1862
+ range: false,
1863
+ comparable: true,
1864
+ featureValues: [
1865
+ {
1866
+ value: 'No',
1867
+ },
1868
+ ],
1869
+ },
1870
+ ],
1871
+ },
1872
+ ],
1873
+ potentialPromotions: [],
1874
+ variantOptions: [
1875
+ {
1876
+ code: '100320',
1877
+ stock: {
1878
+ stockLevelStatus: {
1879
+ code: 'inStock',
1880
+ type: 'StockLevelStatus',
1881
+ },
1882
+ stockLevel: -1,
1883
+ makeUnavailable: false,
1884
+ exists: false,
1885
+ },
1886
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
1887
+ variantOptionQualifiers: [
1888
+ {
1889
+ qualifier: 'size',
1890
+ name: 'Size',
1891
+ value: '8 size long very long text important!',
1892
+ },
1893
+ ],
1894
+ availabilityRestriction: 'NO_RESTRICTIONS',
1895
+ },
1896
+ {
1897
+ code: '100321',
1898
+ stock: {
1899
+ stockLevelStatus: {
1900
+ code: 'inStock',
1901
+ type: 'StockLevelStatus',
1902
+ },
1903
+ stockLevel: -1,
1904
+ makeUnavailable: false,
1905
+ exists: false,
1906
+ },
1907
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
1908
+ variantOptionQualifiers: [
1909
+ {
1910
+ qualifier: 'size',
1911
+ name: 'Size',
1912
+ value: '9',
1913
+ },
1914
+ ],
1915
+ availabilityRestriction: 'NO_RESTRICTIONS',
1916
+ },
1917
+ ],
1918
+ baseOptions: [],
1919
+ volumePrices: [],
1920
+ configurable: false,
1921
+ imageSetId: 'missing-product',
1922
+ fulfilmentType: 'IN_STORE_ONLY',
1923
+ featuresAndBenefits: [
1924
+ 'Steel toe cap',
1925
+ 'Steel anti-penetration midsole',
1926
+ 'Anti static',
1927
+ 'Water resistant',
1928
+ 'Mock fur lining',
1929
+ 'Pull up loops',
1930
+ 'Leather upper',
1931
+ ],
1932
+ noScriptProductImageUrl:
1933
+ 'https://media.wickes.co.uk/is/image/wickes/2018-Wickes-Missing-Product-650x650',
1934
+ sellOnly: false,
1935
+ externalAverageRating: 0,
1936
+ externalReviewCount: 0,
1937
+ priceInclusiveVat: {
1938
+ currencyIso: 'GBP',
1939
+ value: 34,
1940
+ priceType: 'BUY',
1941
+ formattedValue: '£34',
1942
+ formattedPriceWithoutCurrencySymbol: '34',
1943
+ currencySymbol: '£',
1944
+ vatRatePercentage: 20,
1945
+ valueInPence: 3400,
1946
+ },
1947
+ priceExclusiveVat: {
1948
+ currencyIso: 'GBP',
1949
+ value: 28.33,
1950
+ priceType: 'BUY',
1951
+ formattedValue: '£28.33',
1952
+ formattedPriceWithoutCurrencySymbol: '28.33',
1953
+ currencySymbol: '£',
1954
+ valueInPence: 2833,
1955
+ },
1956
+ downStreamData: {
1957
+ fulfillmentType: 'IN_STORE_ONLY',
1958
+ },
1959
+ categoryPath: 'Products/Tools & Workwear/Workwear/Footwear',
1960
+ hasDataSheets: false,
1961
+ coshhSheetList: [],
1962
+ dopSheetList: [],
1963
+ epdSheetList: [],
1964
+ gilSheetList: [],
1965
+ techSheetList: [],
1966
+ fulfillmentAttributes: {
1967
+ type: 'IN_STORE_ONLY',
1968
+ bigAndBulky: false,
1969
+ supplierDelivered: false,
1970
+ vision: false,
1971
+ assumedAlwaysInStock: true,
1972
+ webOnly: false,
1973
+ },
1974
+ baseProductUrl: '/Scruffs-Hardcore-Scoria-Safety-Boot---Black/p/9000275478',
1975
+ productType: 'MasterProductModel',
1976
+ variantAttributeName: 'Size',
1977
+ gpid: '1100484266',
1978
+ isBaseProduct: false,
1979
+ scene7FlyoutViewerISCommand: '',
1980
+ availableForShoppingList: false,
1981
+ installationDetails: {
1982
+ packCoverage: 0,
1983
+ pricePerPack: 34,
1984
+ pricePerSQM: {
1985
+ currencyIso: 'GBP',
1986
+ value: 0,
1987
+ priceType: 'BUY',
1988
+ formattedValue: '£0',
1989
+ formattedPriceWithoutCurrencySymbol: '0',
1990
+ currencySymbol: '£',
1991
+ valueInPence: 0,
1992
+ },
1993
+ pricePerSQMExcVat: {
1994
+ currencyIso: 'GBP',
1995
+ value: 0,
1996
+ priceType: 'BUY',
1997
+ formattedValue: '£0',
1998
+ formattedPriceWithoutCurrencySymbol: '0',
1999
+ currencySymbol: '£',
2000
+ valueInPence: 0,
2001
+ },
2002
+ },
2003
+ tileCalculationAvailable: false,
2004
+ flooringCalculationAvailable: false,
2005
+ installationProduct: false,
2006
+ availabilityRestriction: 'NO_RESTRICTIONS',
2007
+ availableForBigWinsCncOnly: false,
2008
+ availableForBigWinsStockOnly: false,
2009
+ galleryIdentifiers: ['products/wickes/2018-Wickes-Missing-Product-650x650'],
2010
+ volumePricesExclusiveVat: [],
2011
+ isAddedToFavourites: false,
2012
+ displayPrice: {
2013
+ currencyIso: 'GBP',
2014
+ value: 34,
2015
+ priceType: 'BUY',
2016
+ formattedValue: '£34',
2017
+ formattedPriceWithoutCurrencySymbol: '34',
2018
+ currencySymbol: '£',
2019
+ vatRatePercentage: 20,
2020
+ valueInPence: 3400,
2021
+ },
2022
+ displayPriceExclusiveVat: {
2023
+ currencyIso: 'GBP',
2024
+ value: 28.33,
2025
+ priceType: 'BUY',
2026
+ formattedValue: '£28.33',
2027
+ formattedPriceWithoutCurrencySymbol: '28.33',
2028
+ currencySymbol: '£',
2029
+ valueInPence: 2833,
2030
+ },
2031
+ displayVolumePrices: [],
2032
+ displayVolumePricesExclusiveVat: [],
2033
+ },
2034
+ {
2035
+ images: [
2036
+ {
2037
+ imageType: 'PRIMARY',
2038
+ format: 'product',
2039
+ url: 'https://placehold.co/154x154?text=variant-product-2',
2040
+ },
2041
+ ],
2042
+ code: '100321',
2043
+ name: 'Dickies Dixon Lined Safety Rigger Boot (IN_STORE_ONLY) - Tan Size 9',
2044
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
2045
+ description:
2046
+ 'Great value for money! Classic mid-ankle safety boot with a flexible sole and padded tongue & collar for comfort.',
2047
+ purchasable: true,
2048
+ stock: {
2049
+ stockLevelStatus: {
2050
+ code: 'inStock',
2051
+ type: 'StockLevelStatus',
2052
+ },
2053
+ makeUnavailable: false,
2054
+ originalStockLevelStatus: {
2055
+ code: 'outOfStock',
2056
+ type: 'StockLevelStatus',
2057
+ },
2058
+ exists: false,
2059
+ },
2060
+ availableForPickup: true,
2061
+ summary: '',
2062
+ price: {
2063
+ currencyIso: 'GBP',
2064
+ value: 38,
2065
+ priceType: 'BUY',
2066
+ formattedValue: '£38',
2067
+ formattedPriceWithoutCurrencySymbol: '38',
2068
+ currencySymbol: '£',
2069
+ vatRatePercentage: 20,
2070
+ valueInPence: 3400,
2071
+ },
2072
+ baseProduct: '9000275478',
2073
+ categories: [
2074
+ {
2075
+ code: '1000431',
2076
+ name: 'Footwear',
2077
+ url: '/Products/Tools+Workwear/Workwear/Footwear/c/1000431',
2078
+ sequence: 0,
2079
+ },
2080
+ {
2081
+ code: '1000444',
2082
+ name: 'Scruffs',
2083
+ url: '/Products/Tools+Workwear/Workwear/Scruffs/c/1000444',
2084
+ sequence: 0,
2085
+ },
2086
+ {
2087
+ code: '1000446',
2088
+ name: 'Hardcore',
2089
+ url: '/Products/Tools+Workwear/Workwear/Hardcore/c/1000446',
2090
+ sequence: 0,
2091
+ },
2092
+ ],
2093
+ classifications: [
2094
+ {
2095
+ code: '1000486',
2096
+ name: 'Boots',
2097
+ features: [
2098
+ {
2099
+ code: 'GroupMasterClassification/1.0/1000486.1000186',
2100
+ name: 'Size',
2101
+ range: false,
2102
+ comparable: true,
2103
+ featureValues: [
2104
+ {
2105
+ value: '9',
2106
+ },
2107
+ ],
2108
+ },
2109
+ {
2110
+ code: 'GroupMasterClassification/1.0/1000486.1000918',
2111
+ name: 'Material',
2112
+ range: false,
2113
+ comparable: true,
2114
+ featureValues: [
2115
+ {
2116
+ value: 'Aluminium',
2117
+ },
2118
+ ],
2119
+ },
2120
+ ],
2121
+ },
2122
+ {
2123
+ code: '2',
2124
+ name: 'UK Legal',
2125
+ features: [
2126
+ {
2127
+ code: 'CommonSupplierWebClassification/1.0/2.4',
2128
+ name: 'Age Restriction',
2129
+ range: false,
2130
+ comparable: true,
2131
+ featureValues: [
2132
+ {
2133
+ value: 'No',
2134
+ },
2135
+ ],
2136
+ },
2137
+ ],
2138
+ },
2139
+ ],
2140
+ potentialPromotions: [],
2141
+ variantOptions: [
2142
+ {
2143
+ code: '100320',
2144
+ stock: {
2145
+ stockLevelStatus: {
2146
+ code: 'inStock',
2147
+ type: 'StockLevelStatus',
2148
+ },
2149
+ stockLevel: -1,
2150
+ makeUnavailable: false,
2151
+ exists: false,
2152
+ },
2153
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
2154
+ variantOptionQualifiers: [
2155
+ {
2156
+ qualifier: 'size',
2157
+ name: 'Size',
2158
+ value: '8 size long very long text important!',
2159
+ },
2160
+ ],
2161
+ availabilityRestriction: 'NO_RESTRICTIONS',
2162
+ },
2163
+ {
2164
+ code: '100321',
2165
+ stock: {
2166
+ stockLevelStatus: {
2167
+ code: 'inStock',
2168
+ type: 'StockLevelStatus',
2169
+ },
2170
+ stockLevel: -1,
2171
+ makeUnavailable: false,
2172
+ exists: false,
2173
+ },
2174
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
2175
+ variantOptionQualifiers: [
2176
+ {
2177
+ qualifier: 'size',
2178
+ name: 'Size',
2179
+ value: '9',
2180
+ },
2181
+ ],
2182
+ availabilityRestriction: 'NO_RESTRICTIONS',
2183
+ },
2184
+ ],
2185
+ baseOptions: [],
2186
+ volumePrices: [],
2187
+ configurable: false,
2188
+ imageSetId: 'missing-product',
2189
+ fulfilmentType: 'IN_STORE_ONLY',
2190
+ featuresAndBenefits: [
2191
+ 'Steel toe cap',
2192
+ 'Steel anti-penetration midsole',
2193
+ 'Anti static',
2194
+ 'Water resistant',
2195
+ 'Mock fur lining',
2196
+ 'Pull up loops',
2197
+ 'Leather upper',
2198
+ ],
2199
+ noScriptProductImageUrl:
2200
+ 'https://media.wickes.co.uk/is/image/wickes/2018-Wickes-Missing-Product-650x650',
2201
+ sellOnly: false,
2202
+ externalAverageRating: 0,
2203
+ externalReviewCount: 0,
2204
+ priceInclusiveVat: {
2205
+ currencyIso: 'GBP',
2206
+ value: 34,
2207
+ priceType: 'BUY',
2208
+ formattedValue: '£34',
2209
+ formattedPriceWithoutCurrencySymbol: '34',
2210
+ currencySymbol: '£',
2211
+ vatRatePercentage: 20,
2212
+ valueInPence: 3400,
2213
+ },
2214
+ priceExclusiveVat: {
2215
+ currencyIso: 'GBP',
2216
+ value: 28.33,
2217
+ priceType: 'BUY',
2218
+ formattedValue: '£28.33',
2219
+ formattedPriceWithoutCurrencySymbol: '28.33',
2220
+ currencySymbol: '£',
2221
+ valueInPence: 2833,
2222
+ },
2223
+ downStreamData: {
2224
+ fulfillmentType: 'IN_STORE_ONLY',
2225
+ },
2226
+ categoryPath: 'Products/Tools & Workwear/Workwear/Footwear',
2227
+ hasDataSheets: false,
2228
+ coshhSheetList: [],
2229
+ dopSheetList: [],
2230
+ epdSheetList: [],
2231
+ gilSheetList: [],
2232
+ techSheetList: [],
2233
+ fulfillmentAttributes: {
2234
+ type: 'IN_STORE_ONLY',
2235
+ bigAndBulky: false,
2236
+ supplierDelivered: false,
2237
+ vision: false,
2238
+ assumedAlwaysInStock: true,
2239
+ webOnly: false,
2240
+ },
2241
+ baseProductUrl: '/Scruffs-Hardcore-Scoria-Safety-Boot---Black/p/9000275478',
2242
+ productType: 'MasterProductModel',
2243
+ variantAttributeName: 'Size',
2244
+ gpid: '1100484267',
2245
+ isBaseProduct: false,
2246
+ scene7FlyoutViewerISCommand: '',
2247
+ availableForShoppingList: false,
2248
+ installationDetails: {
2249
+ packCoverage: 0,
2250
+ pricePerPack: 34,
2251
+ pricePerSQM: {
2252
+ currencyIso: 'GBP',
2253
+ value: 0,
2254
+ priceType: 'BUY',
2255
+ formattedValue: '£0',
2256
+ formattedPriceWithoutCurrencySymbol: '0',
2257
+ currencySymbol: '£',
2258
+ valueInPence: 0,
2259
+ },
2260
+ pricePerSQMExcVat: {
2261
+ currencyIso: 'GBP',
2262
+ value: 0,
2263
+ priceType: 'BUY',
2264
+ formattedValue: '£0',
2265
+ formattedPriceWithoutCurrencySymbol: '0',
2266
+ currencySymbol: '£',
2267
+ valueInPence: 0,
2268
+ },
2269
+ },
2270
+ tileCalculationAvailable: false,
2271
+ flooringCalculationAvailable: false,
2272
+ installationProduct: false,
2273
+ availabilityRestriction: 'NO_RESTRICTIONS',
2274
+ availableForBigWinsCncOnly: false,
2275
+ availableForBigWinsStockOnly: false,
2276
+ galleryIdentifiers: ['products/wickes/2018-Wickes-Missing-Product-650x650'],
2277
+ volumePricesExclusiveVat: [],
2278
+ isAddedToFavourites: false,
2279
+ displayPrice: {
2280
+ currencyIso: 'GBP',
2281
+ value: 34,
2282
+ priceType: 'BUY',
2283
+ formattedValue: '£34',
2284
+ formattedPriceWithoutCurrencySymbol: '34',
2285
+ currencySymbol: '£',
2286
+ vatRatePercentage: 20,
2287
+ valueInPence: 3400,
2288
+ },
2289
+ displayPriceExclusiveVat: {
2290
+ currencyIso: 'GBP',
2291
+ value: 28.33,
2292
+ priceType: 'BUY',
2293
+ formattedValue: '£28.33',
2294
+ formattedPriceWithoutCurrencySymbol: '28.33',
2295
+ currencySymbol: '£',
2296
+ valueInPence: 2833,
2297
+ },
2298
+ displayVolumePrices: [],
2299
+ displayVolumePricesExclusiveVat: [],
2300
+ },
2301
+ ],
2302
+ },
2303
+ {
2304
+ baseProduct: {
2305
+ code: '9000275478',
2306
+ name: 'LPD Internal Mexicano Pair Clear Glazed Unfinished Oak Door - 1981mm',
2307
+ url: '/LPD-Internal-Mexicano-Pair-Clear-Glazed-Unfinished-Oak-Door---1981mm/p/9000275478',
2308
+ purchasable: true,
2309
+ stock: {
2310
+ makeUnavailable: false,
2311
+ originalStockLevelStatus: {
2312
+ code: 'out of stock',
2313
+ type: 'StockLevelStatus',
2314
+ },
2315
+ exists: false,
2316
+ },
2317
+ availableForPickup: true,
2318
+ price: {
2319
+ currencyIso: 'GBP',
2320
+ value: 34,
2321
+ priceType: 'FROM',
2322
+ formattedValue: '£34',
2323
+ formattedPriceWithoutCurrencySymbol: '34',
2324
+ currencySymbol: '£',
2325
+ vatRatePercentage: 20,
2326
+ valueInPence: 3400,
2327
+ },
2328
+ images: [
2329
+ {
2330
+ imageType: 'PRIMARY',
2331
+ format: 'product',
2332
+ url: 'https://placehold.co/154x154?text=bloomreach-product-3',
2333
+ },
2334
+ ],
2335
+ variantOptions: [
2336
+ {
2337
+ code: '100320',
2338
+ stock: {
2339
+ stockLevelStatus: {
2340
+ code: 'inStock',
2341
+ type: 'StockLevelStatus',
2342
+ },
2343
+ stockLevel: -1,
2344
+ makeUnavailable: false,
2345
+ exists: false,
2346
+ },
2347
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
2348
+ variantOptionQualifiers: [
2349
+ {
2350
+ qualifier: 'size',
2351
+ name: 'Size',
2352
+ value: '8 size long very long text important!',
2353
+ },
2354
+ ],
2355
+ availabilityRestriction: 'NO_RESTRICTIONS',
2356
+ },
2357
+ {
2358
+ code: '100321',
2359
+ stock: {
2360
+ stockLevelStatus: {
2361
+ code: 'inStock',
2362
+ type: 'StockLevelStatus',
2363
+ },
2364
+ stockLevel: -1,
2365
+ makeUnavailable: false,
2366
+ exists: false,
2367
+ },
2368
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
2369
+ variantOptionQualifiers: [
2370
+ {
2371
+ qualifier: 'size',
2372
+ name: 'Size',
2373
+ value: '9',
2374
+ },
2375
+ ],
2376
+ availabilityRestriction: 'NO_RESTRICTIONS',
2377
+ },
2378
+ ],
2379
+ fulfilmentType: 'IN_STORE_ONLY',
2380
+ externalAverageRating: 0,
2381
+ externalReviewCount: 0,
2382
+ priceExclusiveVat: {
2383
+ currencyIso: 'GBP',
2384
+ value: 395,
2385
+ priceType: 'FROM',
2386
+ formattedValue: '£395',
2387
+ formattedPriceWithoutCurrencySymbol: '395',
2388
+ currencySymbol: '£',
2389
+ valueInPence: 39500,
2390
+ },
2391
+ categoryPath: 'Products/Doors & Windows/Internal Doors/Oak Internal Doors',
2392
+ fulfillmentAttributes: {
2393
+ type: 'IN_STORE_ONLY',
2394
+ bigAndBulky: false,
2395
+ supplierDelivered: false,
2396
+ vision: false,
2397
+ assumedAlwaysInStock: true,
2398
+ webOnly: false,
2399
+ },
2400
+ variantAttributeName: 'Size',
2401
+ isBaseProduct: true,
2402
+ brandName: 'Lpd doors',
2403
+ availableForShoppingList: false,
2404
+ tileCalculationAvailable: false,
2405
+ flooringCalculationAvailable: false,
2406
+ installationProduct: false,
2407
+ availableForBigWinsCncOnly: false,
2408
+ availableForBigWinsStockOnly: false,
2409
+ isAddedToFavourites: false,
2410
+ displayPrice: {
2411
+ currencyIso: 'GBP',
2412
+ value: 34,
2413
+ priceType: 'FROM',
2414
+ formattedValue: '£34',
2415
+ formattedPriceWithoutCurrencySymbol: '34',
2416
+ currencySymbol: '£',
2417
+ vatRatePercentage: 20,
2418
+ valueInPence: 3400,
2419
+ },
2420
+ displayPriceExclusiveVat: {
2421
+ currencyIso: 'GBP',
2422
+ value: 395,
2423
+ priceType: 'FROM',
2424
+ formattedValue: '£395',
2425
+ formattedPriceWithoutCurrencySymbol: '395',
2426
+ currencySymbol: '£',
2427
+ valueInPence: 39500,
2428
+ },
2429
+ },
2430
+ variantProducts: [
2431
+ {
2432
+ images: [
2433
+ {
2434
+ imageType: 'PRIMARY',
2435
+ format: 'product',
2436
+ url: 'https://placehold.co/154x154?text=variant-product-1',
2437
+ },
2438
+ ],
2439
+ code: '100320',
2440
+ name: 'Dickies Dixon Lined Safety Rigger Boot (IN_STORE_ONLY) - Tan Size 8',
2441
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
2442
+ description:
2443
+ 'Great value for money! Classic mid-ankle safety boot with a flexible sole and padded tongue & collar for comfort.',
2444
+ purchasable: true,
2445
+ stock: {
2446
+ stockLevelStatus: {
2447
+ code: 'inStock',
2448
+ type: 'StockLevelStatus',
2449
+ },
2450
+ makeUnavailable: false,
2451
+ originalStockLevelStatus: {
2452
+ code: 'outOfStock',
2453
+ type: 'StockLevelStatus',
2454
+ },
2455
+ exists: false,
2456
+ },
2457
+ availableForPickup: true,
2458
+ summary: '',
2459
+ price: {
2460
+ currencyIso: 'GBP',
2461
+ value: 34,
2462
+ priceType: 'BUY',
2463
+ formattedValue: '£34',
2464
+ formattedPriceWithoutCurrencySymbol: '34',
2465
+ currencySymbol: '£',
2466
+ vatRatePercentage: 20,
2467
+ valueInPence: 3400,
2468
+ },
2469
+ baseProduct: '9000275478',
2470
+ categories: [
2471
+ {
2472
+ code: '1000431',
2473
+ name: 'Footwear',
2474
+ url: '/Products/Tools+Workwear/Workwear/Footwear/c/1000431',
2475
+ sequence: 0,
2476
+ },
2477
+ {
2478
+ code: '1000444',
2479
+ name: 'Scruffs',
2480
+ url: '/Products/Tools+Workwear/Workwear/Scruffs/c/1000444',
2481
+ sequence: 0,
2482
+ },
2483
+ {
2484
+ code: '1000446',
2485
+ name: 'Hardcore',
2486
+ url: '/Products/Tools+Workwear/Workwear/Hardcore/c/1000446',
2487
+ sequence: 0,
2488
+ },
2489
+ ],
2490
+ classifications: [
2491
+ {
2492
+ code: '1000486',
2493
+ name: 'Boots',
2494
+ features: [
2495
+ {
2496
+ code: 'GroupMasterClassification/1.0/1000486.1000186',
2497
+ name: 'Size',
2498
+ range: false,
2499
+ comparable: true,
2500
+ featureValues: [
2501
+ {
2502
+ value: '8 size long very long text important!',
2503
+ },
2504
+ ],
2505
+ },
2506
+ {
2507
+ code: 'GroupMasterClassification/1.0/1000486.1000918',
2508
+ name: 'Material',
2509
+ range: false,
2510
+ comparable: true,
2511
+ featureValues: [
2512
+ {
2513
+ value: 'Aluminium',
2514
+ },
2515
+ ],
2516
+ },
2517
+ ],
2518
+ },
2519
+ {
2520
+ code: '2',
2521
+ name: 'UK Legal',
2522
+ features: [
2523
+ {
2524
+ code: 'CommonSupplierWebClassification/1.0/2.4',
2525
+ name: 'Age Restriction',
2526
+ range: false,
2527
+ comparable: true,
2528
+ featureValues: [
2529
+ {
2530
+ value: 'No',
2531
+ },
2532
+ ],
2533
+ },
2534
+ ],
2535
+ },
2536
+ ],
2537
+ potentialPromotions: [],
2538
+ variantOptions: [
2539
+ {
2540
+ code: '100320',
2541
+ stock: {
2542
+ stockLevelStatus: {
2543
+ code: 'inStock',
2544
+ type: 'StockLevelStatus',
2545
+ },
2546
+ stockLevel: -1,
2547
+ makeUnavailable: false,
2548
+ exists: false,
2549
+ },
2550
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
2551
+ variantOptionQualifiers: [
2552
+ {
2553
+ qualifier: 'size',
2554
+ name: 'Size',
2555
+ value: '8 size long very long text important!',
2556
+ },
2557
+ ],
2558
+ availabilityRestriction: 'NO_RESTRICTIONS',
2559
+ },
2560
+ {
2561
+ code: '100321',
2562
+ stock: {
2563
+ stockLevelStatus: {
2564
+ code: 'inStock',
2565
+ type: 'StockLevelStatus',
2566
+ },
2567
+ stockLevel: -1,
2568
+ makeUnavailable: false,
2569
+ exists: false,
2570
+ },
2571
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
2572
+ variantOptionQualifiers: [
2573
+ {
2574
+ qualifier: 'size',
2575
+ name: 'Size',
2576
+ value: '9',
2577
+ },
2578
+ ],
2579
+ availabilityRestriction: 'NO_RESTRICTIONS',
2580
+ },
2581
+ ],
2582
+ baseOptions: [],
2583
+ volumePrices: [],
2584
+ configurable: false,
2585
+ imageSetId: 'missing-product',
2586
+ fulfilmentType: 'IN_STORE_ONLY',
2587
+ featuresAndBenefits: [
2588
+ 'Steel toe cap',
2589
+ 'Steel anti-penetration midsole',
2590
+ 'Anti static',
2591
+ 'Water resistant',
2592
+ 'Mock fur lining',
2593
+ 'Pull up loops',
2594
+ 'Leather upper',
2595
+ ],
2596
+ noScriptProductImageUrl:
2597
+ 'https://media.wickes.co.uk/is/image/wickes/2018-Wickes-Missing-Product-650x650',
2598
+ sellOnly: false,
2599
+ externalAverageRating: 0,
2600
+ externalReviewCount: 0,
2601
+ priceInclusiveVat: {
2602
+ currencyIso: 'GBP',
2603
+ value: 34,
2604
+ priceType: 'BUY',
2605
+ formattedValue: '£34',
2606
+ formattedPriceWithoutCurrencySymbol: '34',
2607
+ currencySymbol: '£',
2608
+ vatRatePercentage: 20,
2609
+ valueInPence: 3400,
2610
+ },
2611
+ priceExclusiveVat: {
2612
+ currencyIso: 'GBP',
2613
+ value: 28.33,
2614
+ priceType: 'BUY',
2615
+ formattedValue: '£28.33',
2616
+ formattedPriceWithoutCurrencySymbol: '28.33',
2617
+ currencySymbol: '£',
2618
+ valueInPence: 2833,
2619
+ },
2620
+ downStreamData: {
2621
+ fulfillmentType: 'IN_STORE_ONLY',
2622
+ },
2623
+ categoryPath: 'Products/Tools & Workwear/Workwear/Footwear',
2624
+ hasDataSheets: false,
2625
+ coshhSheetList: [],
2626
+ dopSheetList: [],
2627
+ epdSheetList: [],
2628
+ gilSheetList: [],
2629
+ techSheetList: [],
2630
+ fulfillmentAttributes: {
2631
+ type: 'IN_STORE_ONLY',
2632
+ bigAndBulky: false,
2633
+ supplierDelivered: false,
2634
+ vision: false,
2635
+ assumedAlwaysInStock: true,
2636
+ webOnly: false,
2637
+ },
2638
+ baseProductUrl: '/Scruffs-Hardcore-Scoria-Safety-Boot---Black/p/9000275478',
2639
+ productType: 'MasterProductModel',
2640
+ variantAttributeName: 'Size',
2641
+ gpid: '1100484266',
2642
+ isBaseProduct: false,
2643
+ scene7FlyoutViewerISCommand: '',
2644
+ availableForShoppingList: false,
2645
+ installationDetails: {
2646
+ packCoverage: 0,
2647
+ pricePerPack: 34,
2648
+ pricePerSQM: {
2649
+ currencyIso: 'GBP',
2650
+ value: 0,
2651
+ priceType: 'BUY',
2652
+ formattedValue: '£0',
2653
+ formattedPriceWithoutCurrencySymbol: '0',
2654
+ currencySymbol: '£',
2655
+ valueInPence: 0,
2656
+ },
2657
+ pricePerSQMExcVat: {
2658
+ currencyIso: 'GBP',
2659
+ value: 0,
2660
+ priceType: 'BUY',
2661
+ formattedValue: '£0',
2662
+ formattedPriceWithoutCurrencySymbol: '0',
2663
+ currencySymbol: '£',
2664
+ valueInPence: 0,
2665
+ },
2666
+ },
2667
+ tileCalculationAvailable: false,
2668
+ flooringCalculationAvailable: false,
2669
+ installationProduct: false,
2670
+ availabilityRestriction: 'NO_RESTRICTIONS',
2671
+ availableForBigWinsCncOnly: false,
2672
+ availableForBigWinsStockOnly: false,
2673
+ galleryIdentifiers: ['products/wickes/2018-Wickes-Missing-Product-650x650'],
2674
+ volumePricesExclusiveVat: [],
2675
+ isAddedToFavourites: false,
2676
+ displayPrice: {
2677
+ currencyIso: 'GBP',
2678
+ value: 34,
2679
+ priceType: 'BUY',
2680
+ formattedValue: '£34',
2681
+ formattedPriceWithoutCurrencySymbol: '34',
2682
+ currencySymbol: '£',
2683
+ vatRatePercentage: 20,
2684
+ valueInPence: 3400,
2685
+ },
2686
+ displayPriceExclusiveVat: {
2687
+ currencyIso: 'GBP',
2688
+ value: 28.33,
2689
+ priceType: 'BUY',
2690
+ formattedValue: '£28.33',
2691
+ formattedPriceWithoutCurrencySymbol: '28.33',
2692
+ currencySymbol: '£',
2693
+ valueInPence: 2833,
2694
+ },
2695
+ displayVolumePrices: [],
2696
+ displayVolumePricesExclusiveVat: [],
2697
+ },
2698
+ {
2699
+ images: [
2700
+ {
2701
+ imageType: 'PRIMARY',
2702
+ format: 'product',
2703
+ url: 'https://placehold.co/154x154?text=variant-product-2',
2704
+ },
2705
+ ],
2706
+ code: '100321',
2707
+ name: 'Dickies Dixon Lined Safety Rigger Boot (IN_STORE_ONLY) - Tan Size 9',
2708
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
2709
+ description:
2710
+ 'Great value for money! Classic mid-ankle safety boot with a flexible sole and padded tongue & collar for comfort.',
2711
+ purchasable: true,
2712
+ stock: {
2713
+ stockLevelStatus: {
2714
+ code: 'inStock',
2715
+ type: 'StockLevelStatus',
2716
+ },
2717
+ makeUnavailable: false,
2718
+ originalStockLevelStatus: {
2719
+ code: 'outOfStock',
2720
+ type: 'StockLevelStatus',
2721
+ },
2722
+ exists: false,
2723
+ },
2724
+ availableForPickup: true,
2725
+ summary: '',
2726
+ price: {
2727
+ currencyIso: 'GBP',
2728
+ value: 38,
2729
+ priceType: 'BUY',
2730
+ formattedValue: '£38',
2731
+ formattedPriceWithoutCurrencySymbol: '38',
2732
+ currencySymbol: '£',
2733
+ vatRatePercentage: 20,
2734
+ valueInPence: 3400,
2735
+ },
2736
+ baseProduct: '9000275478',
2737
+ categories: [
2738
+ {
2739
+ code: '1000431',
2740
+ name: 'Footwear',
2741
+ url: '/Products/Tools+Workwear/Workwear/Footwear/c/1000431',
2742
+ sequence: 0,
2743
+ },
2744
+ {
2745
+ code: '1000444',
2746
+ name: 'Scruffs',
2747
+ url: '/Products/Tools+Workwear/Workwear/Scruffs/c/1000444',
2748
+ sequence: 0,
2749
+ },
2750
+ {
2751
+ code: '1000446',
2752
+ name: 'Hardcore',
2753
+ url: '/Products/Tools+Workwear/Workwear/Hardcore/c/1000446',
2754
+ sequence: 0,
2755
+ },
2756
+ ],
2757
+ classifications: [
2758
+ {
2759
+ code: '1000486',
2760
+ name: 'Boots',
2761
+ features: [
2762
+ {
2763
+ code: 'GroupMasterClassification/1.0/1000486.1000186',
2764
+ name: 'Size',
2765
+ range: false,
2766
+ comparable: true,
2767
+ featureValues: [
2768
+ {
2769
+ value: '9',
2770
+ },
2771
+ ],
2772
+ },
2773
+ {
2774
+ code: 'GroupMasterClassification/1.0/1000486.1000918',
2775
+ name: 'Material',
2776
+ range: false,
2777
+ comparable: true,
2778
+ featureValues: [
2779
+ {
2780
+ value: 'Aluminium',
2781
+ },
2782
+ ],
2783
+ },
2784
+ ],
2785
+ },
2786
+ {
2787
+ code: '2',
2788
+ name: 'UK Legal',
2789
+ features: [
2790
+ {
2791
+ code: 'CommonSupplierWebClassification/1.0/2.4',
2792
+ name: 'Age Restriction',
2793
+ range: false,
2794
+ comparable: true,
2795
+ featureValues: [
2796
+ {
2797
+ value: 'No',
2798
+ },
2799
+ ],
2800
+ },
2801
+ ],
2802
+ },
2803
+ ],
2804
+ potentialPromotions: [],
2805
+ variantOptions: [
2806
+ {
2807
+ code: '100320',
2808
+ stock: {
2809
+ stockLevelStatus: {
2810
+ code: 'inStock',
2811
+ type: 'StockLevelStatus',
2812
+ },
2813
+ stockLevel: -1,
2814
+ makeUnavailable: false,
2815
+ exists: false,
2816
+ },
2817
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
2818
+ variantOptionQualifiers: [
2819
+ {
2820
+ qualifier: 'size',
2821
+ name: 'Size',
2822
+ value: '8 size long very long text important!',
2823
+ },
2824
+ ],
2825
+ availabilityRestriction: 'NO_RESTRICTIONS',
2826
+ },
2827
+ {
2828
+ code: '100321',
2829
+ stock: {
2830
+ stockLevelStatus: {
2831
+ code: 'inStock',
2832
+ type: 'StockLevelStatus',
2833
+ },
2834
+ stockLevel: -1,
2835
+ makeUnavailable: false,
2836
+ exists: false,
2837
+ },
2838
+ url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
2839
+ variantOptionQualifiers: [
2840
+ {
2841
+ qualifier: 'size',
2842
+ name: 'Size',
2843
+ value: '9',
2844
+ },
2845
+ ],
2846
+ availabilityRestriction: 'NO_RESTRICTIONS',
2847
+ },
2848
+ ],
2849
+ baseOptions: [],
2850
+ volumePrices: [],
2851
+ configurable: false,
2852
+ imageSetId: 'missing-product',
2853
+ fulfilmentType: 'IN_STORE_ONLY',
2854
+ featuresAndBenefits: [
2855
+ 'Steel toe cap',
2856
+ 'Steel anti-penetration midsole',
2857
+ 'Anti static',
2858
+ 'Water resistant',
2859
+ 'Mock fur lining',
2860
+ 'Pull up loops',
2861
+ 'Leather upper',
2862
+ ],
2863
+ noScriptProductImageUrl:
2864
+ 'https://media.wickes.co.uk/is/image/wickes/2018-Wickes-Missing-Product-650x650',
2865
+ sellOnly: false,
2866
+ externalAverageRating: 0,
2867
+ externalReviewCount: 0,
2868
+ priceInclusiveVat: {
2869
+ currencyIso: 'GBP',
2870
+ value: 34,
2871
+ priceType: 'BUY',
2872
+ formattedValue: '£34',
2873
+ formattedPriceWithoutCurrencySymbol: '34',
2874
+ currencySymbol: '£',
2875
+ vatRatePercentage: 20,
2876
+ valueInPence: 3400,
2877
+ },
2878
+ priceExclusiveVat: {
2879
+ currencyIso: 'GBP',
2880
+ value: 28.33,
2881
+ priceType: 'BUY',
2882
+ formattedValue: '£28.33',
2883
+ formattedPriceWithoutCurrencySymbol: '28.33',
2884
+ currencySymbol: '£',
2885
+ valueInPence: 2833,
2886
+ },
2887
+ downStreamData: {
2888
+ fulfillmentType: 'IN_STORE_ONLY',
2889
+ },
2890
+ categoryPath: 'Products/Tools & Workwear/Workwear/Footwear',
2891
+ hasDataSheets: false,
2892
+ coshhSheetList: [],
2893
+ dopSheetList: [],
2894
+ epdSheetList: [],
2895
+ gilSheetList: [],
2896
+ techSheetList: [],
2897
+ fulfillmentAttributes: {
2898
+ type: 'IN_STORE_ONLY',
2899
+ bigAndBulky: false,
2900
+ supplierDelivered: false,
2901
+ vision: false,
2902
+ assumedAlwaysInStock: true,
2903
+ webOnly: false,
2904
+ },
2905
+ baseProductUrl: '/Scruffs-Hardcore-Scoria-Safety-Boot---Black/p/9000275478',
2906
+ productType: 'MasterProductModel',
2907
+ variantAttributeName: 'Size',
2908
+ gpid: '1100484267',
2909
+ isBaseProduct: false,
2910
+ scene7FlyoutViewerISCommand: '',
2911
+ availableForShoppingList: false,
2912
+ installationDetails: {
2913
+ packCoverage: 0,
2914
+ pricePerPack: 34,
2915
+ pricePerSQM: {
2916
+ currencyIso: 'GBP',
2917
+ value: 0,
2918
+ priceType: 'BUY',
2919
+ formattedValue: '£0',
2920
+ formattedPriceWithoutCurrencySymbol: '0',
2921
+ currencySymbol: '£',
2922
+ valueInPence: 0,
2923
+ },
2924
+ pricePerSQMExcVat: {
2925
+ currencyIso: 'GBP',
2926
+ value: 0,
2927
+ priceType: 'BUY',
2928
+ formattedValue: '£0',
2929
+ formattedPriceWithoutCurrencySymbol: '0',
2930
+ currencySymbol: '£',
2931
+ valueInPence: 0,
2932
+ },
2933
+ },
2934
+ tileCalculationAvailable: false,
2935
+ flooringCalculationAvailable: false,
2936
+ installationProduct: false,
2937
+ availabilityRestriction: 'NO_RESTRICTIONS',
2938
+ availableForBigWinsCncOnly: false,
2939
+ availableForBigWinsStockOnly: false,
2940
+ galleryIdentifiers: ['products/wickes/2018-Wickes-Missing-Product-650x650'],
2941
+ volumePricesExclusiveVat: [],
2942
+ isAddedToFavourites: false,
2943
+ displayPrice: {
2944
+ currencyIso: 'GBP',
2945
+ value: 34,
2946
+ priceType: 'BUY',
2947
+ formattedValue: '£34',
2948
+ formattedPriceWithoutCurrencySymbol: '34',
2949
+ currencySymbol: '£',
2950
+ vatRatePercentage: 20,
2951
+ valueInPence: 3400,
2952
+ },
2953
+ displayPriceExclusiveVat: {
2954
+ currencyIso: 'GBP',
2955
+ value: 28.33,
2956
+ priceType: 'BUY',
2957
+ formattedValue: '£28.33',
2958
+ formattedPriceWithoutCurrencySymbol: '28.33',
2959
+ currencySymbol: '£',
2960
+ valueInPence: 2833,
2961
+ },
2962
+ displayVolumePrices: [],
2963
+ displayVolumePricesExclusiveVat: [],
2964
+ },
2965
+ ],
2966
+ },
2967
+ ],
2968
+ completeYourProject2Recomendations: {
2969
+ recommendedProducts: [
2970
+ {
2971
+ baseProduct: {
2972
+ code: '406892',
2973
+ name: 'Rangemaster Classic Deluxe 90 Ceramic Range Cooker',
2974
+ url: '/Rangemaster-Classic-Deluxe-90-Ceramic-Range-Cooker/p/406892',
2975
+ purchasable: true,
2976
+ availableForPickup: true,
2977
+ potentialPromotions: [
2978
+ {
2979
+ code: 'Q1-2026-PLH-345178-10for10',
2980
+ promotionType: 'Rule Based Promotion',
2981
+ endDate: '2026-07-29T23:59:59.000+0000',
2982
+ description:
2983
+ '10 for £10 <p>Offer price equivalent to £1.00 per item</p>',
2984
+ couldFireMessages: [],
2985
+ firedMessages: [],
2986
+ priority: 2000,
2987
+ customAttributes: {
2988
+ overlayText: '15% off',
2989
+ displayOverlayText: '15% off',
2990
+ displayOverlayTextExclusiveVat: '15% off',
2991
+ overlayTextColor: 'gray',
2992
+ overlayBackgroundColor: 'yellow',
2993
+ showOverlayTextOnPlp: true,
2994
+ },
2995
+ },
2996
+ {
2997
+ code: 'Q1-2026-New-WK-2',
2998
+ promotionType: 'Rule Based Promotion',
2999
+ endDate: '2026-06-29T23:59:59.000+0000',
3000
+ couldFireMessages: [],
3001
+ firedMessages: [],
3002
+ priority: 800,
3003
+ customAttributes: {
3004
+ overlayText: 'New',
3005
+ displayOverlayText: 'New',
3006
+ displayOverlayTextExclusiveVat: 'New',
3007
+ overlayTextColor: 'white',
3008
+ overlayBackgroundColor: 'green',
3009
+ showOverlayTextOnPlp: true,
3010
+ },
3011
+ },
3012
+ ],
3013
+ price: {
3014
+ currencyIso: 'GBP',
3015
+ value: 200009,
3016
+ priceType: 'BUY',
3017
+ formattedValue: '£200,009.00',
3018
+ currencySymbol: '£',
3019
+ wasPrice: null,
3020
+ },
3021
+ images: [
3022
+ {
3023
+ imageType: 'PRIMARY',
3024
+ format: 'product',
3025
+ url: 'https://placehold.co/154x154?text=initial-product',
3026
+ altText: 'Rangemaster Classic Deluxe 90 Ceramic Range Cooker',
3027
+ },
3028
+ ],
3029
+ externalAverageRating: 0.5,
3030
+ externalReviewCount: 0,
3031
+ downStreamData: {
3032
+ description:
3033
+ 'Offer is valid for the same product and size in a single purchase',
3034
+ fulfillmentType: 'STANDARD_STORE_DELIVERED',
3035
+ },
3036
+ baseOptions: [],
3037
+ },
3038
+ },
3039
+ {
3040
+ baseProduct: {
3041
+ code: '406892',
3042
+ name: 'Rangemaster Classic Deluxe 90 Ceramic Range Cooker',
3043
+ url: '/Rangemaster-Classic-Deluxe-90-Ceramic-Range-Cooker/p/406892',
3044
+ purchasable: true,
3045
+ availableForPickup: true,
3046
+ price: {
3047
+ currencyIso: 'GBP',
3048
+ value: 200009,
3049
+ priceType: 'BUY',
3050
+ formattedValue: '£200,009.00',
3051
+ currencySymbol: '£',
3052
+ wasPrice: null,
3053
+ },
3054
+ images: [
3055
+ {
3056
+ imageType: 'PRIMARY',
3057
+ format: 'product',
3058
+ url: 'https://placehold.co/154x154?text=initial-product',
3059
+ altText: 'Rangemaster Classic Deluxe 90 Ceramic Range Cooker',
3060
+ },
3061
+ ],
3062
+ externalAverageRating: 0.5,
3063
+ externalReviewCount: 0,
3064
+ downStreamData: {
3065
+ description:
3066
+ 'Offer is valid for the same product and size in a single purchase',
3067
+ fulfillmentType: 'STANDARD_STORE_DELIVERED',
3068
+ },
3069
+ baseOptions: [],
3070
+ },
3071
+ },
3072
+ {
3073
+ baseProduct: {
3074
+ code: '406892',
3075
+ name: 'Rangemaster Classic Deluxe 90 Ceramic Range Cooker',
3076
+ url: '/Rangemaster-Classic-Deluxe-90-Ceramic-Range-Cooker/p/406892',
3077
+ purchasable: true,
3078
+ availableForPickup: true,
3079
+ price: {
3080
+ currencyIso: 'GBP',
3081
+ value: 200009,
3082
+ priceType: 'BUY',
3083
+ formattedValue: '£200,009.00',
3084
+ currencySymbol: '£',
3085
+ wasPrice: null,
3086
+ },
3087
+ images: [
3088
+ {
3089
+ imageType: 'PRIMARY',
3090
+ format: 'product',
3091
+ url: 'https://placehold.co/154x154?text=initial-product',
3092
+ altText: 'Rangemaster Classic Deluxe 90 Ceramic Range Cooker',
3093
+ },
3094
+ ],
3095
+ externalAverageRating: 0.5,
3096
+ externalReviewCount: 0,
3097
+ downStreamData: {
3098
+ description:
3099
+ 'Offer is valid for the same product and size in a single purchase',
3100
+ fulfillmentType: 'STANDARD_STORE_DELIVERED',
3101
+ },
3102
+ baseOptions: [],
3103
+ },
3104
+ },
3105
+ ],
3106
+ },
3107
+ },
12
3108
  getCartPdpHtml: function ({ hasError = false } = {}) {
13
3109
  return hasError ? Wick.FEMock.cartPDPError : Wick.FEMock.cartPDP;
14
3110
  },