wickes-css2 2.111.0-complete-your-project.7 → 2.111.0-develop.1

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/bundle.min.js +1 -1
  18. package/build/js/checkout.min.js +1 -1
  19. package/build/js/emulation.min.js +60 -2868
  20. package/build/js/general.bundle.min.js +1 -1
  21. package/build/js/merged-checkout.min.js +1 -1
  22. package/build/js/page/utils/create-count-stepper.js +9 -30
  23. package/build/js/pdp-count-stepper.min.js +1 -1
  24. package/build/js/pdp.bundle.min.js +1 -1
  25. package/build/js/plp.bundle.min.js +1 -1
  26. package/build/js/project-list.min.js +1 -1
  27. package/build/js/saving-shopping-list.min.js +1 -1
  28. package/package.json +1 -1
  29. package/src/components/base/button.hbs +5 -23
  30. package/src/components/gift-cards.hbs +1 -1
  31. package/src/elements/checkbox.hbs +1 -8
  32. package/src/js/components/general/cart-slider.js +6 -19
  33. package/src/js/emulation/mock.js +1 -3097
  34. package/src/js/emulation/notify-me.js +1 -1
  35. package/src/js/page/utils/create-count-stepper.js +9 -30
  36. package/src/page_product-details-banner.html +1 -0
  37. package/src/page_product-details-big-wins-disabled-delivery.html +1 -0
  38. package/src/page_product-details-big-wins-non-registered.html +1 -0
  39. package/src/page_product-details-big-wins-out-nearest.html +1 -0
  40. package/src/page_product-details-big-wins-unhappy.html +1 -0
  41. package/src/page_product-details-big-wins.html +1 -0
  42. package/src/page_product-details-billie.html +1 -0
  43. package/src/page_product-details-calculator.html +1 -0
  44. package/src/page_product-details-cashback-v2.html +1 -0
  45. package/src/page_product-details-clearpay.html +1 -0
  46. package/src/page_product-details-cnc-error-notification.html +1 -0
  47. package/src/page_product-details-cnc-success-notification-vat.html +1 -0
  48. package/src/page_product-details-cnc-success-notification.html +1 -0
  49. package/src/page_product-details-default-store.html +1 -0
  50. package/src/page_product-details-energy-efficiency.html +1 -0
  51. package/src/page_product-details-flooring-with-pr-placeholder.html +1 -0
  52. package/src/page_product-details-flooring.html +1 -0
  53. package/src/page_product-details-gallery-actual.html +1 -0
  54. package/src/page_product-details-mfe-calculator.html +1 -0
  55. package/src/page_product-details-minimum-v2.html +1 -0
  56. package/src/page_product-details-mtm-doors.html +1 -0
  57. package/src/page_product-details-only-clearpay.html +1 -0
  58. package/src/page_product-details-paint-mixing.html +1 -0
  59. package/src/page_product-details-saved-pl.html +1 -0
  60. package/src/page_product-details-tile-steps-klarna-widget-with-method-ids.html +1 -0
  61. package/src/page_product-details-tile-steps-logout.html +1 -0
  62. package/src/page_product-details-tile-steps-no-new-project-list.html +1 -0
  63. package/src/page_product-details-tile-steps-with-klarna.html +1 -0
  64. package/src/page_product-details-tile-steps.html +1 -0
  65. package/src/page_product-details-v2.html +1 -0
  66. package/src/page_product-details-vat.html +1 -0
  67. package/src/page_product-details-wisdom-mcfc-registered.html +1 -0
  68. package/src/page_product-details-wisdom-mcfc.html +1 -0
  69. package/src/page_product-details-wisdom-oos-registered.html +1 -0
  70. package/src/page_product-details-wisdom-oos.html +1 -0
  71. package/src/page_product-details-wisdom-registered.html +1 -0
  72. package/src/page_product-details-wisdom.html +1 -0
  73. package/src/page_product-details-with-favourite.html +1 -0
  74. package/src/page_product-details-with-global-search-v2.html +1 -7
  75. package/src/page_product-details_no-previous-default.html +1 -0
  76. package/src/page_track-my-order-result.html +0 -1
  77. package/src/partials/scripts.hbs +0 -1
  78. package/src/scss/common/_common.scss +0 -1
  79. package/src/scss/common/_elements.scss +1 -13
  80. package/src/scss/components/_notifications.scss +5 -86
  81. package/src/scss/components/_pdp-action-v2-critical.scss +27 -0
  82. package/src/scss/components/_pdp-action-v2.scss +27 -0
  83. package/src/scss/helpers/_variables.scss +0 -1
  84. package/src/scss/pages/page_product-details-v2.scss +2 -45
  85. package/src/scss/pdp-main-critical.scss +1 -0
  86. package/src/scss/pdp-main.scss +1 -1
  87. package/src/sitemap.html +0 -6
  88. package/build/js/bloomreach-widget.min.js +0 -1
  89. package/build/js/page/bloomreach-widget.js +0 -1187
  90. package/build/js/page/utils/create-loading-button.js +0 -37
  91. package/build/js/page/utils/create-toast.js +0 -79
  92. package/build/js/page/utils/custom-dropdown.js +0 -80
  93. package/src/components/bloomreach/complete-card-dropdown.hbs +0 -47
  94. package/src/components/bloomreach/complete-card-skeleton.hbs +0 -19
  95. package/src/components/bloomreach/complete-card.hbs +0 -138
  96. package/src/components/bloomreach/complete-divider.hbs +0 -3
  97. package/src/components/bloomreach/complete-summary-skeleton.hbs +0 -12
  98. package/src/components/bloomreach/complete-summary.hbs +0 -43
  99. package/src/components/bloomreach/complete-wrapper.hbs +0 -1
  100. package/src/components/bloomreach/complete-your-project.hbs +0 -21
  101. package/src/js/emulation/bloomreach-widget-calculations.js +0 -140
  102. package/src/js/emulation/bloomreach-widget-loading.js +0 -11
  103. package/src/js/page/bloomreach-widget.js +0 -1187
  104. package/src/js/page/utils/create-loading-button.js +0 -37
  105. package/src/js/page/utils/create-toast.js +0 -79
  106. package/src/js/page/utils/custom-dropdown.js +0 -80
  107. package/src/page_product-details-bloomreach.html +0 -130
  108. package/src/scss/common/_loading-button.scss +0 -49
  109. package/src/scss/components/bloomreach/_bloomreach.scss +0 -3
  110. package/src/scss/components/bloomreach/_complete-card-dropdown.scss +0 -174
  111. package/src/scss/components/bloomreach/_complete-card.scss +0 -402
  112. package/src/scss/components/bloomreach/_complete-your-project.scss +0 -207
@@ -4871,138 +4871,6 @@ Wick.BigWinsProto = function () {
4871
4871
  },{}],36:[function(require,module,exports){
4872
4872
  "use strict";
4873
4873
 
4874
- var addToCartResponseIndex = 0;
4875
- function formatBundlePrice(value) {
4876
- return new Intl.NumberFormat('en-GB', {
4877
- style: 'currency',
4878
- currency: 'GBP',
4879
- minimumFractionDigits: 2,
4880
- maximumFractionDigits: 2
4881
- }).format(value);
4882
- }
4883
- function getPriceData(product) {
4884
- return product.price || product.displayPrice || {};
4885
- }
4886
- function getBundleProductPrice(product) {
4887
- var price = getPriceData(product);
4888
- return typeof price.value === 'number' ? price.value : 0;
4889
- }
4890
- function getBundleProductWasPrice(product) {
4891
- var price = getPriceData(product);
4892
- return typeof price.wasPrice === 'number' ? price.wasPrice : null;
4893
- }
4894
- function getBundleProductExcVatPrice(product) {
4895
- var priceExcVat = product.displayPriceExclusiveVat || product.priceExclusiveVat;
4896
- if (priceExcVat && typeof priceExcVat.value === 'number') return priceExcVat.value;
4897
- var price = getPriceData(product);
4898
- if (typeof price.value !== 'number') return 0;
4899
- var vatRate = price.vatRatePercentage || 20;
4900
- return price.value / (1 + vatRate / 100);
4901
- }
4902
- function getBundleProductExcVatWasPrice(product) {
4903
- var display = product.displayPriceExclusiveVat;
4904
- var raw = product.priceExclusiveVat;
4905
- if (display && typeof display.wasPrice === 'number') return display.wasPrice;
4906
- if (raw && typeof raw.wasPrice === 'number') return raw.wasPrice;
4907
- var price = getPriceData(product);
4908
- if (typeof price.wasPrice !== 'number') return null;
4909
- var vatRate = price.vatRatePercentage || 20;
4910
- return price.wasPrice / (1 + vatRate / 100);
4911
- }
4912
- function calculateBundleTotal(entries) {
4913
- var totalPrice = 0;
4914
- var totalWasPrice = 0;
4915
- var totalExcVatPrice = 0;
4916
- var totalExcVatWasPrice = 0;
4917
- var hasWasPrice = false;
4918
- entries.forEach(function (entry) {
4919
- var quantity = entry.quantity || 1;
4920
- var price = getBundleProductPrice(entry.product);
4921
- var wasPrice = getBundleProductWasPrice(entry.product);
4922
- var excVatPrice = getBundleProductExcVatPrice(entry.product);
4923
- var excVatWasPrice = getBundleProductExcVatWasPrice(entry.product);
4924
- totalPrice += price * quantity;
4925
- totalWasPrice += (wasPrice || price) * quantity;
4926
- totalExcVatPrice += excVatPrice * quantity;
4927
- totalExcVatWasPrice += (excVatWasPrice || excVatPrice) * quantity;
4928
- if (wasPrice) {
4929
- hasWasPrice = true;
4930
- }
4931
- });
4932
- return {
4933
- totalPrice: formatBundlePrice(totalPrice),
4934
- totalWasPrice: hasWasPrice ? formatBundlePrice(totalWasPrice) : null,
4935
- totalExcVatPrice: formatBundlePrice(totalExcVatPrice),
4936
- totalExcVatWasPrice: hasWasPrice ? formatBundlePrice(totalExcVatWasPrice) : null
4937
- };
4938
- }
4939
- function bindCalculateProductBundleTotalEvent() {
4940
- $(window).on('calculateProductBundleTotal', function (_ref) {
4941
- var _ref$detail = _ref.detail,
4942
- payload = _ref$detail.payload,
4943
- resolve = _ref$detail.resolve;
4944
- var entries = payload.entries || [];
4945
- setTimeout(function () {
4946
- resolve(calculateBundleTotal(entries));
4947
- }, 200);
4948
- });
4949
- }
4950
- function getAddProductBundleResponse() {
4951
- var responses = [{
4952
- bulkAddToCartData: {
4953
- messageType: 'success',
4954
- messageText: 'Selected product(s) were added to basket'
4955
- }
4956
- }, {
4957
- bulkAddToCartData: {
4958
- messageType: 'warning',
4959
- messageText: 'Selected product(s) were partially added to basket'
4960
- }
4961
- }, {
4962
- bulkAddToCartData: {
4963
- messageType: 'error',
4964
- messageText: 'Selected product(s) were not added to basket'
4965
- }
4966
- }];
4967
- var response = responses[addToCartResponseIndex % responses.length];
4968
- addToCartResponseIndex++;
4969
- return response;
4970
- }
4971
- function bindAddProductBundleToCartEvent() {
4972
- $(window).on('bulkAddToCart', function (_ref2) {
4973
- var originalEvent = _ref2.originalEvent;
4974
- var entries = originalEvent.detail.entries || [];
4975
- setTimeout(function () {
4976
- var response = getAddProductBundleResponse(entries);
4977
- window.dispatchEvent(new CustomEvent('productAddedToCart', {
4978
- detail: {
4979
- bulkAddToCartData: response.bulkAddToCartData
4980
- }
4981
- }));
4982
- }, 1200);
4983
- });
4984
- }
4985
- $(document).ready(function () {
4986
- bindCalculateProductBundleTotalEvent();
4987
- bindAddProductBundleToCartEvent();
4988
- });
4989
-
4990
- },{}],37:[function(require,module,exports){
4991
- "use strict";
4992
-
4993
- var Wick = window.Wick || {};
4994
- $(document).ready(function () {
4995
- window.setTimeout(function () {
4996
- var $container = $('[data-complete-widget]');
4997
- var contextKey = $container.data('context-key');
4998
- var payloadData = Wick.FEMock.dataBloomreach[contextKey];
4999
- Wick.BloomreachWidget.init(payloadData);
5000
- }, 3000);
5001
- });
5002
-
5003
- },{}],38:[function(require,module,exports){
5004
- "use strict";
5005
-
5006
4874
  var Wick = Wick || {};
5007
4875
  Wick.ChatBot = function () {
5008
4876
  var $backToTop = $('#back-to-top'),
@@ -5022,7 +4890,7 @@ Wick.ChatBot = function () {
5022
4890
  init();
5023
4891
  }();
5024
4892
 
5025
- },{}],39:[function(require,module,exports){
4893
+ },{}],37:[function(require,module,exports){
5026
4894
  "use strict";
5027
4895
 
5028
4896
  window.Wick = window.Wick || {};
@@ -5038,7 +4906,7 @@ Wick.checkLocalEnv = function () {
5038
4906
  };
5039
4907
  }();
5040
4908
 
5041
- },{}],40:[function(require,module,exports){
4909
+ },{}],38:[function(require,module,exports){
5042
4910
  "use strict";
5043
4911
 
5044
4912
  var Wick = Wick || {};
@@ -5073,7 +4941,7 @@ Wick.CheckoutData = function () {
5073
4941
  };
5074
4942
  }();
5075
4943
 
5076
- },{}],41:[function(require,module,exports){
4944
+ },{}],39:[function(require,module,exports){
5077
4945
  "use strict";
5078
4946
 
5079
4947
  var Wick = Wick || {};
@@ -5105,7 +4973,7 @@ Wick.DeliveryDetails = function () {
5105
4973
  bindEvents();
5106
4974
  }();
5107
4975
 
5108
- },{}],42:[function(require,module,exports){
4976
+ },{}],40:[function(require,module,exports){
5109
4977
  "use strict";
5110
4978
 
5111
4979
  window.Wick = window.Wick || {};
@@ -5177,7 +5045,7 @@ Wick.PaymentDetails = function () {
5177
5045
  bindEvents();
5178
5046
  }();
5179
5047
 
5180
- },{}],43:[function(require,module,exports){
5048
+ },{}],41:[function(require,module,exports){
5181
5049
  "use strict";
5182
5050
 
5183
5051
  var Wick = Wick || {};
@@ -5216,7 +5084,7 @@ Wick.CheckoutSignInEmulation = function () {
5216
5084
  bindEvents();
5217
5085
  }();
5218
5086
 
5219
- },{}],44:[function(require,module,exports){
5087
+ },{}],42:[function(require,module,exports){
5220
5088
  "use strict";
5221
5089
 
5222
5090
  var Wick = Wick || {};
@@ -5299,7 +5167,7 @@ Wick.YourDetails = function () {
5299
5167
  init();
5300
5168
  }();
5301
5169
 
5302
- },{}],45:[function(require,module,exports){
5170
+ },{}],43:[function(require,module,exports){
5303
5171
  "use strict";
5304
5172
 
5305
5173
  var Wick = Wick || {};
@@ -5323,7 +5191,7 @@ Wick.ClickAndCollectModal = function () {
5323
5191
  });
5324
5192
  }();
5325
5193
 
5326
- },{}],46:[function(require,module,exports){
5194
+ },{}],44:[function(require,module,exports){
5327
5195
  "use strict";
5328
5196
 
5329
5197
  function showNotification() {
@@ -5340,7 +5208,7 @@ $(document).ready(function () {
5340
5208
  showNotification();
5341
5209
  });
5342
5210
 
5343
- },{}],47:[function(require,module,exports){
5211
+ },{}],45:[function(require,module,exports){
5344
5212
  "use strict";
5345
5213
 
5346
5214
  function simulateHybrisSendingHtml() {
@@ -5365,7 +5233,7 @@ $(document).ready(function () {
5365
5233
  bindResolveEvent(['CLOSE_JUST_ADDED', 'CLOSE_MINI_BASKET', 'MINI_BASKET_CHECKOUT', 'MINI_BASKET_VIEW_BASKET']);
5366
5234
  });
5367
5235
 
5368
- },{}],48:[function(require,module,exports){
5236
+ },{}],46:[function(require,module,exports){
5369
5237
  "use strict";
5370
5238
 
5371
5239
  var DS_EL = {
@@ -5496,7 +5364,7 @@ $(document).ready(function () {
5496
5364
  initDateSelection();
5497
5365
  });
5498
5366
 
5499
- },{}],49:[function(require,module,exports){
5367
+ },{}],47:[function(require,module,exports){
5500
5368
  "use strict";
5501
5369
 
5502
5370
  var Wick = Wick || {};
@@ -5587,7 +5455,7 @@ $(document).ready(function () {
5587
5455
  Wick.DefaultStoreProto.init();
5588
5456
  });
5589
5457
 
5590
- },{}],50:[function(require,module,exports){
5458
+ },{}],48:[function(require,module,exports){
5591
5459
  "use strict";
5592
5460
 
5593
5461
  var errorPoductId = '321312';
@@ -5629,7 +5497,7 @@ $(document).ready(function () {
5629
5497
  initLocalFavouriteProductEvent();
5630
5498
  });
5631
5499
 
5632
- },{}],51:[function(require,module,exports){
5500
+ },{}],49:[function(require,module,exports){
5633
5501
  "use strict";
5634
5502
 
5635
5503
  var _showMoreLess = require("../page/utils/show-more-less");
@@ -5755,7 +5623,7 @@ function waitFor(getter, cb, opts) {
5755
5623
  });
5756
5624
  })();
5757
5625
 
5758
- },{"../page/utils/show-more-less":96}],52:[function(require,module,exports){
5626
+ },{"../page/utils/show-more-less":94}],50:[function(require,module,exports){
5759
5627
  "use strict";
5760
5628
 
5761
5629
  var Wick = Wick || {};
@@ -5794,7 +5662,7 @@ Wick.DeliveryDetails = function () {
5794
5662
  bindEvents();
5795
5663
  }();
5796
5664
 
5797
- },{}],53:[function(require,module,exports){
5665
+ },{}],51:[function(require,module,exports){
5798
5666
  "use strict";
5799
5667
 
5800
5668
  var Wick = Wick || {};
@@ -5822,7 +5690,7 @@ Wick.FooterСurrentYear = function () {
5822
5690
  init();
5823
5691
  }();
5824
5692
 
5825
- },{}],54:[function(require,module,exports){
5693
+ },{}],52:[function(require,module,exports){
5826
5694
  "use strict";
5827
5695
 
5828
5696
  var Wick = Wick || {};
@@ -6136,7 +6004,7 @@ Wick.Forms = function () {
6136
6004
  };
6137
6005
  }();
6138
6006
 
6139
- },{}],55:[function(require,module,exports){
6007
+ },{}],53:[function(require,module,exports){
6140
6008
  "use strict";
6141
6009
 
6142
6010
  var Wick = Wick || {};
@@ -6175,7 +6043,7 @@ $(document).ready(function () {
6175
6043
  Wick.GenerateProjectIdLocal.init();
6176
6044
  });
6177
6045
 
6178
- },{}],56:[function(require,module,exports){
6046
+ },{}],54:[function(require,module,exports){
6179
6047
  "use strict";
6180
6048
 
6181
6049
  function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
@@ -6386,7 +6254,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
6386
6254
  $(document).ready(initGiftCardMock);
6387
6255
  })();
6388
6256
 
6389
- },{}],57:[function(require,module,exports){
6257
+ },{}],55:[function(require,module,exports){
6390
6258
  "use strict";
6391
6259
 
6392
6260
  var suggestions = [{
@@ -6525,7 +6393,7 @@ $(document).ready(function () {
6525
6393
  initLocalSearchBar();
6526
6394
  });
6527
6395
 
6528
- },{}],58:[function(require,module,exports){
6396
+ },{}],56:[function(require,module,exports){
6529
6397
  "use strict";
6530
6398
 
6531
6399
  var Wick = Wick || {};
@@ -6561,7 +6429,7 @@ Wick.GoogleMapsStoreInfo = function () {
6561
6429
  init();
6562
6430
  }();
6563
6431
 
6564
- },{}],59:[function(require,module,exports){
6432
+ },{}],57:[function(require,module,exports){
6565
6433
  "use strict";
6566
6434
 
6567
6435
  var Wick = Wick || {};
@@ -6617,7 +6485,7 @@ $(document).ready(function () {
6617
6485
  init();
6618
6486
  });
6619
6487
 
6620
- },{}],60:[function(require,module,exports){
6488
+ },{}],58:[function(require,module,exports){
6621
6489
  "use strict";
6622
6490
 
6623
6491
  function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
@@ -7215,7 +7083,7 @@ if (!Array.prototype.reduce) {
7215
7083
  });
7216
7084
  }
7217
7085
 
7218
- },{}],61:[function(require,module,exports){
7086
+ },{}],59:[function(require,module,exports){
7219
7087
  "use strict";
7220
7088
 
7221
7089
  $(document).ready(function () {
@@ -10886,7 +10754,7 @@ $(document).ready(function () {
10886
10754
  }, 100);
10887
10755
  });
10888
10756
 
10889
- },{}],62:[function(require,module,exports){
10757
+ },{}],60:[function(require,module,exports){
10890
10758
  "use strict";
10891
10759
 
10892
10760
  var Wick = Wick || {};
@@ -10922,7 +10790,7 @@ Wick.orders = function () {
10922
10790
  initialize();
10923
10791
  }();
10924
10792
 
10925
- },{}],63:[function(require,module,exports){
10793
+ },{}],61:[function(require,module,exports){
10926
10794
  "use strict";
10927
10795
 
10928
10796
  var Wick = Wick || {};
@@ -11783,7 +11651,7 @@ Wick.MainNavData = function () {
11783
11651
  };
11784
11652
  }();
11785
11653
 
11786
- },{}],64:[function(require,module,exports){
11654
+ },{}],62:[function(require,module,exports){
11787
11655
  "use strict";
11788
11656
 
11789
11657
  window.Wick = window.Wick || {};
@@ -12798,7 +12666,7 @@ Wick.MiniBasketData = function () {
12798
12666
  };
12799
12667
  }();
12800
12668
 
12801
- },{}],65:[function(require,module,exports){
12669
+ },{}],63:[function(require,module,exports){
12802
12670
  "use strict";
12803
12671
 
12804
12672
  var Wick = Wick || {};
@@ -12833,7 +12701,7 @@ Wick.ShoppingCart = function () {
12833
12701
  };
12834
12702
  }();
12835
12703
 
12836
- },{}],66:[function(require,module,exports){
12704
+ },{}],64:[function(require,module,exports){
12837
12705
  "use strict";
12838
12706
 
12839
12707
  $(document).ready(function () {
@@ -12849,7 +12717,7 @@ $(document).ready(function () {
12849
12717
  });
12850
12718
  });
12851
12719
 
12852
- },{}],67:[function(require,module,exports){
12720
+ },{}],65:[function(require,module,exports){
12853
12721
  "use strict";
12854
12722
 
12855
12723
  var Wick = window.Wick || {};
@@ -12861,2681 +12729,6 @@ Wick.FEMock = {
12861
12729
  }
12862
12730
  }));
12863
12731
  },
12864
- dataBloomreach: {
12865
- completeYourProject3Recomendations: [{
12866
- baseProduct: {
12867
- code: '191018',
12868
- name: 'Aqua Flush Bathroom Ceiling Light',
12869
- url: '/Aqua-Flush-Bathroom-Ceiling-Light/p/191018',
12870
- potentialPromotions: [{
12871
- code: 'Q1-2026-PLH-345178-10for10',
12872
- promotionType: 'Rule Based Promotion',
12873
- endDate: '2026-07-29T23:59:59.000+0000',
12874
- description: '10 for £10 <p>Offer price equivalent to £1.00 per item</p>',
12875
- couldFireMessages: [],
12876
- firedMessages: [],
12877
- priority: 2000,
12878
- customAttributes: {
12879
- overlayText: '15% off',
12880
- displayOverlayText: '15% off',
12881
- displayOverlayTextExclusiveVat: '15% off',
12882
- overlayTextColor: 'gray',
12883
- overlayBackgroundColor: 'yellow',
12884
- showOverlayTextOnPlp: true
12885
- }
12886
- }, {
12887
- code: 'Q1-2026-New-WK-2',
12888
- promotionType: 'Rule Based Promotion',
12889
- endDate: '2026-06-29T23:59:59.000+0000',
12890
- couldFireMessages: [],
12891
- firedMessages: [],
12892
- priority: 800,
12893
- customAttributes: {
12894
- overlayText: 'New',
12895
- displayOverlayText: 'New',
12896
- displayOverlayTextExclusiveVat: 'New',
12897
- overlayTextColor: 'white',
12898
- overlayBackgroundColor: 'green',
12899
- showOverlayTextOnPlp: true
12900
- }
12901
- }],
12902
- description: '',
12903
- purchasable: true,
12904
- stock: {
12905
- stockLevelStatus: {
12906
- code: 'inStock',
12907
- type: 'StockLevelStatus'
12908
- },
12909
- makeUnavailable: false,
12910
- originalStockLevelStatus: {
12911
- code: 'inStock',
12912
- type: 'StockLevelStatus'
12913
- },
12914
- exists: false
12915
- },
12916
- availableForPickup: true,
12917
- summary: '',
12918
- price: {
12919
- currencyIso: 'GBP',
12920
- currencySymbol: '£',
12921
- formattedPriceWithoutCurrencySymbol: '16',
12922
- formattedValue: '£16',
12923
- infoUom: 'L',
12924
- infoUomDescription: 'L',
12925
- infoUomPrice: 6.4,
12926
- priceType: 'BUY',
12927
- value: 16,
12928
- valueInPence: 1600,
12929
- vatRatePercentage: 20,
12930
- wasPrice: 24
12931
- },
12932
- images: [{
12933
- imageType: 'PRIMARY',
12934
- format: 'product',
12935
- url: 'https://placehold.co/154x154?text=initial-product',
12936
- altText: 'Aqua Flush Bathroom Ceiling Light'
12937
- }],
12938
- categories: [{
12939
- code: '1000071',
12940
- name: 'Flush Lights',
12941
- url: '/Products/Electrical+Lighting/Interior-Lights/Flush-Lights/c/1000071',
12942
- sequence: 0
12943
- }, {
12944
- code: '1000072',
12945
- name: 'Ceiling Lights',
12946
- url: '/Products/Electrical+Lighting/Interior-Lights/Ceiling-Lights/c/1000072',
12947
- sequence: 0
12948
- }, {
12949
- code: '1000077',
12950
- name: 'Bathroom Lights',
12951
- url: '/Products/Electrical+Lighting/Interior-Lights/Bathroom-Lights/c/1000077',
12952
- sequence: 0
12953
- }, {
12954
- code: '1001070',
12955
- name: 'Bathroom Lighting',
12956
- url: '/Products/Bathrooms/Bathroom-Decor/Bathroom-Lighting/c/1001070',
12957
- sequence: 0
12958
- }, {
12959
- code: 'qa-test-category-4',
12960
- name: 'Listing',
12961
- url: '/Products/Test-Product-Category/Sub-Category-Drills/Listing/c/qa-test-category-4',
12962
- sequence: 0
12963
- }],
12964
- classifications: [{
12965
- code: '1002286',
12966
- name: 'Flush Ceiling & Wall Lights',
12967
- features: [{
12968
- code: 'GroupMasterClassification/1.0/1002286.1000187',
12969
- name: 'Colour',
12970
- range: false,
12971
- comparable: true,
12972
- featureValues: [{
12973
- value: 'White'
12974
- }]
12975
- }, {
12976
- code: 'GroupMasterClassification/1.0/1002286.1000923',
12977
- name: 'Pack Quantity',
12978
- range: false,
12979
- comparable: true,
12980
- featureValues: [{
12981
- value: '1 Pk.'
12982
- }]
12983
- }, {
12984
- code: 'GroupMasterClassification/1.0/1002286.1001953',
12985
- name: 'Height',
12986
- range: false,
12987
- comparable: true,
12988
- featureUnit: {
12989
- symbol: 'mm',
12990
- name: 'mm',
12991
- unitType: 'Dimension'
12992
- },
12993
- featureValues: [{
12994
- value: '120'
12995
- }]
12996
- }, {
12997
- code: 'GroupMasterClassification/1.0/1002286.1001974',
12998
- name: 'Voltage',
12999
- range: false,
13000
- comparable: true,
13001
- featureValues: [{
13002
- value: '230 V'
13003
- }]
13004
- }, {
13005
- code: 'GroupMasterClassification/1.0/1002286.1003737',
13006
- name: 'Mount Type',
13007
- range: false,
13008
- comparable: true,
13009
- featureValues: [{
13010
- value: 'Ceiling'
13011
- }]
13012
- }, {
13013
- code: 'GroupMasterClassification/1.0/1002286.1003742',
13014
- name: 'Fixture Type',
13015
- range: false,
13016
- comparable: true,
13017
- featureValues: [{
13018
- value: 'Flush'
13019
- }]
13020
- }, {
13021
- code: 'GroupMasterClassification/1.0/1002286.1003744',
13022
- name: 'Room',
13023
- range: false,
13024
- comparable: true,
13025
- featureValues: [{
13026
- value: 'Bathroom'
13027
- }]
13028
- }, {
13029
- code: 'GroupMasterClassification/1.0/1002286.1003750',
13030
- name: 'Maximum Wattage',
13031
- range: false,
13032
- comparable: true,
13033
- featureValues: [{
13034
- value: '60 W'
13035
- }]
13036
- }, {
13037
- code: 'GroupMasterClassification/1.0/1002286.1003759',
13038
- name: 'Bulb Fitting',
13039
- range: false,
13040
- comparable: true,
13041
- featureValues: [{
13042
- value: 'Edison Screw (ES)'
13043
- }]
13044
- }, {
13045
- code: 'GroupMasterClassification/1.0/1002286.1003763',
13046
- name: 'Lighting Series',
13047
- range: false,
13048
- comparable: true,
13049
- featureValues: [{
13050
- value: 'Aqua'
13051
- }]
13052
- }]
13053
- }, {
13054
- code: '2',
13055
- name: 'UK Legal',
13056
- features: [{
13057
- code: 'CommonSupplierWebClassification/1.0/2.4',
13058
- name: 'Age Restriction',
13059
- range: false,
13060
- comparable: true,
13061
- featureValues: [{
13062
- value: 'No'
13063
- }]
13064
- }]
13065
- }],
13066
- variantOptions: [{
13067
- code: '100320',
13068
- stock: {
13069
- stockLevelStatus: {
13070
- code: 'inStock',
13071
- type: 'StockLevelStatus'
13072
- },
13073
- stockLevel: -1,
13074
- makeUnavailable: false,
13075
- exists: false
13076
- },
13077
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
13078
- variantOptionQualifiers: [{
13079
- qualifier: 'size',
13080
- name: 'Size',
13081
- value: '8 size long very long text important!'
13082
- }],
13083
- availabilityRestriction: 'NO_RESTRICTIONS'
13084
- }, {
13085
- code: '100321',
13086
- stock: {
13087
- stockLevelStatus: {
13088
- code: 'inStock',
13089
- type: 'StockLevelStatus'
13090
- },
13091
- stockLevel: -1,
13092
- makeUnavailable: false,
13093
- exists: false
13094
- },
13095
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
13096
- variantOptionQualifiers: [{
13097
- qualifier: 'size',
13098
- name: 'Size',
13099
- value: '9'
13100
- }],
13101
- availabilityRestriction: 'NO_RESTRICTIONS'
13102
- }],
13103
- baseOptions: [],
13104
- volumePrices: [],
13105
- configurable: false,
13106
- imageSetId: 'P2876_191018_IS',
13107
- fulfilmentType: 'STANDARD',
13108
- featuresAndBenefits: ['Suitable for use in bathroom Zone 2 and Outside Zones', 'IP44 rated - splash proof', 'Light bulb not included. Recommend 1 x ES energy efficient bulb', 'Dimmable except when using energy efficient light bulbs', 'When fitting in a bathroom a 30mA RCD must be used'],
13109
- noScriptProductImageUrl: '/medias/P2876-191018-00-PP-515Wx515H?context=bWFzdGVyfHBpbU1lZGlhfDEyNDg3fGltYWdlL2pwZWd8cGltTWVkaWEvaGY1L2hmZS84Nzk2NDQ0NTU3MzQyLmpwZ3wxYjJiODgwZjdlMDU2ZTNjZmUyOWZjMWI4NjgzMGRiYzQyNGVmNjVhNTVlMDQzOTkwMGQ2OTU3MWVhOTI1MmVk&defaultImage=wickes/2018-Wickes-Missing-Product-650x650',
13110
- sellOnly: false,
13111
- externalAverageRating: 5,
13112
- externalReviewCount: 80,
13113
- priceInclusiveVat: {
13114
- currencyIso: 'GBP',
13115
- value: 18,
13116
- priceType: 'BUY',
13117
- formattedValue: '£18',
13118
- formattedPriceWithoutCurrencySymbol: '18',
13119
- currencySymbol: '£',
13120
- infoUom: 'length',
13121
- infoUomDescription: 'length',
13122
- infoUomPrice: 10,
13123
- vatRatePercentage: 20,
13124
- valueInPence: 1800
13125
- },
13126
- priceExclusiveVat: {
13127
- currencyIso: 'GBP',
13128
- value: 15,
13129
- priceType: 'BUY',
13130
- formattedValue: '£15',
13131
- formattedPriceWithoutCurrencySymbol: '15',
13132
- currencySymbol: '£',
13133
- infoUom: 'length',
13134
- infoUomDescription: 'length',
13135
- infoUomPrice: 8.33,
13136
- valueInPence: 1500,
13137
- wasPrice: 20
13138
- },
13139
- downStreamData: {
13140
- fulfillmentType: 'STANDARD'
13141
- },
13142
- categoryPath: 'Products/Electrical & Lighting/Interior Lights/Flush Lights',
13143
- hasDataSheets: false,
13144
- coshhSheetList: [],
13145
- dopSheetList: [],
13146
- epdSheetList: [],
13147
- gilSheetList: [],
13148
- techSheetList: [],
13149
- fulfillmentAttributes: {
13150
- type: 'STANDARD',
13151
- leadTimeDays: 1,
13152
- bigAndBulky: false,
13153
- supplierDelivered: false,
13154
- vision: false,
13155
- assumedAlwaysInStock: false,
13156
- webOnly: false
13157
- },
13158
- productType: 'MasterProductModel',
13159
- gpid: '1000477958',
13160
- isBaseProduct: false,
13161
- scene7FlyoutViewerISCommand: '',
13162
- promoDescription: '5.51 GBP discount for cart for 250064, 191018',
13163
- availableForShoppingList: true,
13164
- installationDetails: {
13165
- packCoverage: 0,
13166
- pricePerPack: 18,
13167
- pricePerSQM: {
13168
- currencyIso: 'GBP',
13169
- value: 0,
13170
- priceType: 'BUY',
13171
- formattedValue: '£0',
13172
- formattedPriceWithoutCurrencySymbol: '0',
13173
- currencySymbol: '£',
13174
- valueInPence: 0
13175
- },
13176
- pricePerSQMExcVat: {
13177
- currencyIso: 'GBP',
13178
- value: 0,
13179
- priceType: 'BUY',
13180
- formattedValue: '£0',
13181
- formattedPriceWithoutCurrencySymbol: '0',
13182
- currencySymbol: '£',
13183
- valueInPence: 0
13184
- }
13185
- },
13186
- tileCalculationAvailable: false,
13187
- flooringCalculationAvailable: false,
13188
- installationProduct: false,
13189
- availabilityRestriction: 'NO_RESTRICTIONS',
13190
- availableForBigWinsCncOnly: false,
13191
- availableForBigWinsStockOnly: false,
13192
- galleryIdentifiers: ['products/wickes/P2876_191018_00'],
13193
- volumePricesExclusiveVat: [],
13194
- isAddedToFavourites: false,
13195
- displayPrice: {
13196
- currencyIso: 'GBP',
13197
- value: 18,
13198
- priceType: 'BUY',
13199
- formattedValue: '£18',
13200
- formattedPriceWithoutCurrencySymbol: '18',
13201
- currencySymbol: '£',
13202
- infoUom: 'length',
13203
- infoUomDescription: 'length',
13204
- infoUomPrice: 10,
13205
- vatRatePercentage: 20,
13206
- valueInPence: 1800
13207
- },
13208
- displayPriceExclusiveVat: {
13209
- currencyIso: 'GBP',
13210
- value: 15,
13211
- priceType: 'BUY',
13212
- formattedValue: '£15',
13213
- formattedPriceWithoutCurrencySymbol: '15',
13214
- currencySymbol: '£',
13215
- infoUom: 'length',
13216
- infoUomDescription: 'length',
13217
- infoUomPrice: 8.33,
13218
- valueInPence: 1500
13219
- },
13220
- displayPromoDescription: '5.51 GBP discount for cart for 250064, 191018',
13221
- displayPromoDescriptionExclusiveVat: '5.51 GBP discount for cart for 250064, 191018',
13222
- displayVolumePrices: [],
13223
- displayVolumePricesExclusiveVat: []
13224
- },
13225
- variantProducts: [{
13226
- code: '100320',
13227
- images: [{
13228
- imageType: 'PRIMARY',
13229
- format: 'product',
13230
- url: 'https://placehold.co/154x154?text=variant-product-1'
13231
- }],
13232
- name: 'Dickies Dixon Lined Safety Rigger Boot (IN_STORE_ONLY) - Tan Size 8',
13233
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
13234
- description: 'Great value for money! Classic mid-ankle safety boot with a flexible sole and padded tongue & collar for comfort.',
13235
- purchasable: true,
13236
- stock: {
13237
- stockLevelStatus: {
13238
- code: 'inStock',
13239
- type: 'StockLevelStatus'
13240
- },
13241
- makeUnavailable: false,
13242
- originalStockLevelStatus: {
13243
- code: 'outOfStock',
13244
- type: 'StockLevelStatus'
13245
- },
13246
- exists: false
13247
- },
13248
- availableForPickup: true,
13249
- summary: '',
13250
- price: {
13251
- currencyIso: 'GBP',
13252
- value: 34,
13253
- priceType: 'BUY',
13254
- formattedValue: '£34',
13255
- formattedPriceWithoutCurrencySymbol: '34',
13256
- currencySymbol: '£',
13257
- vatRatePercentage: 20,
13258
- valueInPence: 3400
13259
- },
13260
- baseProduct: '9000275478',
13261
- categories: [{
13262
- code: '1000431',
13263
- name: 'Footwear',
13264
- url: '/Products/Tools+Workwear/Workwear/Footwear/c/1000431',
13265
- sequence: 0
13266
- }, {
13267
- code: '1000444',
13268
- name: 'Scruffs',
13269
- url: '/Products/Tools+Workwear/Workwear/Scruffs/c/1000444',
13270
- sequence: 0
13271
- }, {
13272
- code: '1000446',
13273
- name: 'Hardcore',
13274
- url: '/Products/Tools+Workwear/Workwear/Hardcore/c/1000446',
13275
- sequence: 0
13276
- }],
13277
- classifications: [{
13278
- code: '1000486',
13279
- name: 'Boots',
13280
- features: [{
13281
- code: 'GroupMasterClassification/1.0/1000486.1000186',
13282
- name: 'Size',
13283
- range: false,
13284
- comparable: true,
13285
- featureValues: [{
13286
- value: '8 size long very long text important!'
13287
- }]
13288
- }, {
13289
- code: 'GroupMasterClassification/1.0/1000486.1000918',
13290
- name: 'Material',
13291
- range: false,
13292
- comparable: true,
13293
- featureValues: [{
13294
- value: 'Aluminium'
13295
- }]
13296
- }]
13297
- }, {
13298
- code: '2',
13299
- name: 'UK Legal',
13300
- features: [{
13301
- code: 'CommonSupplierWebClassification/1.0/2.4',
13302
- name: 'Age Restriction',
13303
- range: false,
13304
- comparable: true,
13305
- featureValues: [{
13306
- value: 'No'
13307
- }]
13308
- }]
13309
- }],
13310
- potentialPromotions: [],
13311
- variantOptions: [{
13312
- code: '100320',
13313
- stock: {
13314
- stockLevelStatus: {
13315
- code: 'inStock',
13316
- type: 'StockLevelStatus'
13317
- },
13318
- stockLevel: -1,
13319
- makeUnavailable: false,
13320
- exists: false
13321
- },
13322
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
13323
- variantOptionQualifiers: [{
13324
- qualifier: 'size',
13325
- name: 'Size',
13326
- value: '8 size long very long text important!'
13327
- }],
13328
- availabilityRestriction: 'NO_RESTRICTIONS'
13329
- }, {
13330
- code: '100321',
13331
- stock: {
13332
- stockLevelStatus: {
13333
- code: 'inStock',
13334
- type: 'StockLevelStatus'
13335
- },
13336
- stockLevel: -1,
13337
- makeUnavailable: false,
13338
- exists: false
13339
- },
13340
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
13341
- variantOptionQualifiers: [{
13342
- qualifier: 'size',
13343
- name: 'Size',
13344
- value: '9'
13345
- }],
13346
- availabilityRestriction: 'NO_RESTRICTIONS'
13347
- }],
13348
- baseOptions: [],
13349
- volumePrices: [],
13350
- configurable: false,
13351
- imageSetId: 'missing-product',
13352
- fulfilmentType: 'IN_STORE_ONLY',
13353
- featuresAndBenefits: ['Steel toe cap', 'Steel anti-penetration midsole', 'Anti static', 'Water resistant', 'Mock fur lining', 'Pull up loops', 'Leather upper'],
13354
- noScriptProductImageUrl: 'https://media.wickes.co.uk/is/image/wickes/2018-Wickes-Missing-Product-650x650',
13355
- sellOnly: false,
13356
- externalAverageRating: 0,
13357
- externalReviewCount: 0,
13358
- priceInclusiveVat: {
13359
- currencyIso: 'GBP',
13360
- value: 34,
13361
- priceType: 'BUY',
13362
- formattedValue: '£34',
13363
- formattedPriceWithoutCurrencySymbol: '34',
13364
- currencySymbol: '£',
13365
- vatRatePercentage: 20,
13366
- valueInPence: 3400
13367
- },
13368
- priceExclusiveVat: {
13369
- currencyIso: 'GBP',
13370
- value: 28.33,
13371
- priceType: 'BUY',
13372
- formattedValue: '£28.33',
13373
- formattedPriceWithoutCurrencySymbol: '28.33',
13374
- currencySymbol: '£',
13375
- valueInPence: 2833
13376
- },
13377
- downStreamData: {
13378
- fulfillmentType: 'IN_STORE_ONLY'
13379
- },
13380
- categoryPath: 'Products/Tools & Workwear/Workwear/Footwear',
13381
- hasDataSheets: false,
13382
- coshhSheetList: [],
13383
- dopSheetList: [],
13384
- epdSheetList: [],
13385
- gilSheetList: [],
13386
- techSheetList: [],
13387
- fulfillmentAttributes: {
13388
- type: 'IN_STORE_ONLY',
13389
- bigAndBulky: false,
13390
- supplierDelivered: false,
13391
- vision: false,
13392
- assumedAlwaysInStock: true,
13393
- webOnly: false
13394
- },
13395
- baseProductUrl: '/Scruffs-Hardcore-Scoria-Safety-Boot---Black/p/9000275478',
13396
- productType: 'MasterProductModel',
13397
- variantAttributeName: 'Size',
13398
- gpid: '1100484266',
13399
- isBaseProduct: false,
13400
- scene7FlyoutViewerISCommand: '',
13401
- availableForShoppingList: false,
13402
- installationDetails: {
13403
- packCoverage: 0,
13404
- pricePerPack: 34,
13405
- pricePerSQM: {
13406
- currencyIso: 'GBP',
13407
- value: 0,
13408
- priceType: 'BUY',
13409
- formattedValue: '£0',
13410
- formattedPriceWithoutCurrencySymbol: '0',
13411
- currencySymbol: '£',
13412
- valueInPence: 0
13413
- },
13414
- pricePerSQMExcVat: {
13415
- currencyIso: 'GBP',
13416
- value: 0,
13417
- priceType: 'BUY',
13418
- formattedValue: '£0',
13419
- formattedPriceWithoutCurrencySymbol: '0',
13420
- currencySymbol: '£',
13421
- valueInPence: 0
13422
- }
13423
- },
13424
- tileCalculationAvailable: false,
13425
- flooringCalculationAvailable: false,
13426
- installationProduct: false,
13427
- availabilityRestriction: 'NO_RESTRICTIONS',
13428
- availableForBigWinsCncOnly: false,
13429
- availableForBigWinsStockOnly: false,
13430
- galleryIdentifiers: ['products/wickes/2018-Wickes-Missing-Product-650x650'],
13431
- volumePricesExclusiveVat: [],
13432
- isAddedToFavourites: false,
13433
- displayPrice: {
13434
- currencyIso: 'GBP',
13435
- value: 34,
13436
- priceType: 'BUY',
13437
- formattedValue: '£34',
13438
- formattedPriceWithoutCurrencySymbol: '34',
13439
- currencySymbol: '£',
13440
- vatRatePercentage: 20,
13441
- valueInPence: 3400
13442
- },
13443
- displayPriceExclusiveVat: {
13444
- currencyIso: 'GBP',
13445
- value: 28.33,
13446
- priceType: 'BUY',
13447
- formattedValue: '£28.33',
13448
- formattedPriceWithoutCurrencySymbol: '28.33',
13449
- currencySymbol: '£',
13450
- valueInPence: 2833
13451
- },
13452
- displayVolumePrices: [],
13453
- displayVolumePricesExclusiveVat: []
13454
- }, {
13455
- code: '100321',
13456
- images: [{
13457
- imageType: 'PRIMARY',
13458
- format: 'product',
13459
- url: 'https://placehold.co/154x154?text=variant-product-2'
13460
- }],
13461
- name: 'Dickies Dixon Lined Safety Rigger Boot (IN_STORE_ONLY) - Tan Size 9',
13462
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
13463
- description: 'Great value for money! Classic mid-ankle safety boot with a flexible sole and padded tongue & collar for comfort.',
13464
- purchasable: true,
13465
- stock: {
13466
- stockLevelStatus: {
13467
- code: 'inStock',
13468
- type: 'StockLevelStatus'
13469
- },
13470
- makeUnavailable: false,
13471
- originalStockLevelStatus: {
13472
- code: 'outOfStock',
13473
- type: 'StockLevelStatus'
13474
- },
13475
- exists: false
13476
- },
13477
- availableForPickup: true,
13478
- summary: '',
13479
- price: {
13480
- currencyIso: 'GBP',
13481
- value: 38,
13482
- priceType: 'BUY',
13483
- formattedValue: '£38',
13484
- formattedPriceWithoutCurrencySymbol: '38',
13485
- currencySymbol: '£',
13486
- vatRatePercentage: 20,
13487
- valueInPence: 3400
13488
- },
13489
- baseProduct: '9000275478',
13490
- categories: [{
13491
- code: '1000431',
13492
- name: 'Footwear',
13493
- url: '/Products/Tools+Workwear/Workwear/Footwear/c/1000431',
13494
- sequence: 0
13495
- }, {
13496
- code: '1000444',
13497
- name: 'Scruffs',
13498
- url: '/Products/Tools+Workwear/Workwear/Scruffs/c/1000444',
13499
- sequence: 0
13500
- }, {
13501
- code: '1000446',
13502
- name: 'Hardcore',
13503
- url: '/Products/Tools+Workwear/Workwear/Hardcore/c/1000446',
13504
- sequence: 0
13505
- }],
13506
- classifications: [{
13507
- code: '1000486',
13508
- name: 'Boots',
13509
- features: [{
13510
- code: 'GroupMasterClassification/1.0/1000486.1000186',
13511
- name: 'Size',
13512
- range: false,
13513
- comparable: true,
13514
- featureValues: [{
13515
- value: '9'
13516
- }]
13517
- }, {
13518
- code: 'GroupMasterClassification/1.0/1000486.1000918',
13519
- name: 'Material',
13520
- range: false,
13521
- comparable: true,
13522
- featureValues: [{
13523
- value: 'Aluminium'
13524
- }]
13525
- }]
13526
- }, {
13527
- code: '2',
13528
- name: 'UK Legal',
13529
- features: [{
13530
- code: 'CommonSupplierWebClassification/1.0/2.4',
13531
- name: 'Age Restriction',
13532
- range: false,
13533
- comparable: true,
13534
- featureValues: [{
13535
- value: 'No'
13536
- }]
13537
- }]
13538
- }],
13539
- potentialPromotions: [],
13540
- variantOptions: [{
13541
- code: '100320',
13542
- stock: {
13543
- stockLevelStatus: {
13544
- code: 'inStock',
13545
- type: 'StockLevelStatus'
13546
- },
13547
- stockLevel: -1,
13548
- makeUnavailable: false,
13549
- exists: false
13550
- },
13551
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
13552
- variantOptionQualifiers: [{
13553
- qualifier: 'size',
13554
- name: 'Size',
13555
- value: '8 size long very long text important!'
13556
- }],
13557
- availabilityRestriction: 'NO_RESTRICTIONS'
13558
- }, {
13559
- code: '100321',
13560
- stock: {
13561
- stockLevelStatus: {
13562
- code: 'inStock',
13563
- type: 'StockLevelStatus'
13564
- },
13565
- stockLevel: -1,
13566
- makeUnavailable: false,
13567
- exists: false
13568
- },
13569
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
13570
- variantOptionQualifiers: [{
13571
- qualifier: 'size',
13572
- name: 'Size',
13573
- value: '9'
13574
- }],
13575
- availabilityRestriction: 'NO_RESTRICTIONS'
13576
- }],
13577
- baseOptions: [],
13578
- volumePrices: [],
13579
- configurable: false,
13580
- imageSetId: 'missing-product',
13581
- fulfilmentType: 'IN_STORE_ONLY',
13582
- featuresAndBenefits: ['Steel toe cap', 'Steel anti-penetration midsole', 'Anti static', 'Water resistant', 'Mock fur lining', 'Pull up loops', 'Leather upper'],
13583
- noScriptProductImageUrl: 'https://media.wickes.co.uk/is/image/wickes/2018-Wickes-Missing-Product-650x650',
13584
- sellOnly: false,
13585
- externalAverageRating: 0,
13586
- externalReviewCount: 0,
13587
- priceInclusiveVat: {
13588
- currencyIso: 'GBP',
13589
- value: 34,
13590
- priceType: 'BUY',
13591
- formattedValue: '£34',
13592
- formattedPriceWithoutCurrencySymbol: '34',
13593
- currencySymbol: '£',
13594
- vatRatePercentage: 20,
13595
- valueInPence: 3400
13596
- },
13597
- priceExclusiveVat: {
13598
- currencyIso: 'GBP',
13599
- value: 28.33,
13600
- priceType: 'BUY',
13601
- formattedValue: '£28.33',
13602
- formattedPriceWithoutCurrencySymbol: '28.33',
13603
- currencySymbol: '£',
13604
- valueInPence: 2833
13605
- },
13606
- downStreamData: {
13607
- fulfillmentType: 'IN_STORE_ONLY'
13608
- },
13609
- categoryPath: 'Products/Tools & Workwear/Workwear/Footwear',
13610
- hasDataSheets: false,
13611
- coshhSheetList: [],
13612
- dopSheetList: [],
13613
- epdSheetList: [],
13614
- gilSheetList: [],
13615
- techSheetList: [],
13616
- fulfillmentAttributes: {
13617
- type: 'IN_STORE_ONLY',
13618
- bigAndBulky: false,
13619
- supplierDelivered: false,
13620
- vision: false,
13621
- assumedAlwaysInStock: true,
13622
- webOnly: false
13623
- },
13624
- baseProductUrl: '/Scruffs-Hardcore-Scoria-Safety-Boot---Black/p/9000275478',
13625
- productType: 'MasterProductModel',
13626
- variantAttributeName: 'Size',
13627
- gpid: '1100484267',
13628
- isBaseProduct: false,
13629
- scene7FlyoutViewerISCommand: '',
13630
- availableForShoppingList: false,
13631
- installationDetails: {
13632
- packCoverage: 0,
13633
- pricePerPack: 34,
13634
- pricePerSQM: {
13635
- currencyIso: 'GBP',
13636
- value: 0,
13637
- priceType: 'BUY',
13638
- formattedValue: '£0',
13639
- formattedPriceWithoutCurrencySymbol: '0',
13640
- currencySymbol: '£',
13641
- valueInPence: 0
13642
- },
13643
- pricePerSQMExcVat: {
13644
- currencyIso: 'GBP',
13645
- value: 0,
13646
- priceType: 'BUY',
13647
- formattedValue: '£0',
13648
- formattedPriceWithoutCurrencySymbol: '0',
13649
- currencySymbol: '£',
13650
- valueInPence: 0
13651
- }
13652
- },
13653
- tileCalculationAvailable: false,
13654
- flooringCalculationAvailable: false,
13655
- installationProduct: false,
13656
- availabilityRestriction: 'NO_RESTRICTIONS',
13657
- availableForBigWinsCncOnly: false,
13658
- availableForBigWinsStockOnly: false,
13659
- galleryIdentifiers: ['products/wickes/2018-Wickes-Missing-Product-650x650'],
13660
- volumePricesExclusiveVat: [],
13661
- isAddedToFavourites: false,
13662
- displayPrice: {
13663
- currencyIso: 'GBP',
13664
- value: 34,
13665
- priceType: 'BUY',
13666
- formattedValue: '£34',
13667
- formattedPriceWithoutCurrencySymbol: '34',
13668
- currencySymbol: '£',
13669
- vatRatePercentage: 20,
13670
- valueInPence: 3400
13671
- },
13672
- displayPriceExclusiveVat: {
13673
- currencyIso: 'GBP',
13674
- value: 28.33,
13675
- priceType: 'BUY',
13676
- formattedValue: '£28.33',
13677
- formattedPriceWithoutCurrencySymbol: '28.33',
13678
- currencySymbol: '£',
13679
- valueInPence: 2833
13680
- },
13681
- displayVolumePrices: [],
13682
- displayVolumePricesExclusiveVat: []
13683
- }]
13684
- }, {
13685
- baseProduct: {
13686
- code: '9000275478',
13687
- name: 'LPD Internal Mexicano Pair Clear Glazed Unfinished Oak Door - 1981mm',
13688
- url: '/LPD-Internal-Mexicano-Pair-Clear-Glazed-Unfinished-Oak-Door---1981mm/p/9000275478',
13689
- purchasable: true,
13690
- stock: {
13691
- makeUnavailable: false,
13692
- originalStockLevelStatus: {
13693
- code: 'out of stock',
13694
- type: 'StockLevelStatus'
13695
- },
13696
- exists: false
13697
- },
13698
- availableForPickup: true,
13699
- price: {
13700
- currencyIso: 'GBP',
13701
- value: 34,
13702
- priceType: 'FROM',
13703
- formattedValue: '£34',
13704
- formattedPriceWithoutCurrencySymbol: '34',
13705
- currencySymbol: '£',
13706
- vatRatePercentage: 20,
13707
- valueInPence: 3400
13708
- },
13709
- images: [{
13710
- imageType: 'PRIMARY',
13711
- format: 'product',
13712
- url: 'https://placehold.co/154x154?text=bloomreach-product-1'
13713
- }],
13714
- variantOptions: [{
13715
- code: '100320',
13716
- stock: {
13717
- stockLevelStatus: {
13718
- code: 'inStock',
13719
- type: 'StockLevelStatus'
13720
- },
13721
- stockLevel: -1,
13722
- makeUnavailable: false,
13723
- exists: false
13724
- },
13725
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
13726
- variantOptionQualifiers: [{
13727
- qualifier: 'size',
13728
- name: 'Size',
13729
- value: '8 size long very long text important!'
13730
- }],
13731
- availabilityRestriction: 'NO_RESTRICTIONS'
13732
- }, {
13733
- code: '100321',
13734
- stock: {
13735
- stockLevelStatus: {
13736
- code: 'inStock',
13737
- type: 'StockLevelStatus'
13738
- },
13739
- stockLevel: -1,
13740
- makeUnavailable: false,
13741
- exists: false
13742
- },
13743
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
13744
- variantOptionQualifiers: [{
13745
- qualifier: 'size',
13746
- name: 'Size',
13747
- value: '9'
13748
- }],
13749
- availabilityRestriction: 'NO_RESTRICTIONS'
13750
- }],
13751
- fulfilmentType: 'IN_STORE_ONLY',
13752
- externalAverageRating: 0,
13753
- externalReviewCount: 0,
13754
- priceExclusiveVat: {
13755
- currencyIso: 'GBP',
13756
- value: 395,
13757
- priceType: 'FROM',
13758
- formattedValue: '£395',
13759
- formattedPriceWithoutCurrencySymbol: '395',
13760
- currencySymbol: '£',
13761
- valueInPence: 39500
13762
- },
13763
- categoryPath: 'Products/Doors & Windows/Internal Doors/Oak Internal Doors',
13764
- fulfillmentAttributes: {
13765
- type: 'IN_STORE_ONLY',
13766
- bigAndBulky: false,
13767
- supplierDelivered: false,
13768
- vision: false,
13769
- assumedAlwaysInStock: true,
13770
- webOnly: false
13771
- },
13772
- variantAttributeName: 'Size',
13773
- isBaseProduct: true,
13774
- brandName: 'Lpd doors',
13775
- availableForShoppingList: false,
13776
- tileCalculationAvailable: false,
13777
- flooringCalculationAvailable: false,
13778
- installationProduct: false,
13779
- availableForBigWinsCncOnly: false,
13780
- availableForBigWinsStockOnly: false,
13781
- isAddedToFavourites: false,
13782
- displayPrice: {
13783
- currencyIso: 'GBP',
13784
- value: 34,
13785
- priceType: 'FROM',
13786
- formattedValue: '£34',
13787
- formattedPriceWithoutCurrencySymbol: '34',
13788
- currencySymbol: '£',
13789
- vatRatePercentage: 20,
13790
- valueInPence: 3400
13791
- },
13792
- displayPriceExclusiveVat: {
13793
- currencyIso: 'GBP',
13794
- value: 395,
13795
- priceType: 'FROM',
13796
- formattedValue: '£395',
13797
- formattedPriceWithoutCurrencySymbol: '395',
13798
- currencySymbol: '£',
13799
- valueInPence: 39500
13800
- }
13801
- },
13802
- variantProducts: [{
13803
- code: '100320',
13804
- images: [{
13805
- imageType: 'PRIMARY',
13806
- format: 'product',
13807
- url: 'https://placehold.co/154x154?text=variant-product-1'
13808
- }],
13809
- name: 'Dickies Dixon Lined Safety Rigger Boot (IN_STORE_ONLY) - Tan Size 8',
13810
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
13811
- description: 'Great value for money! Classic mid-ankle safety boot with a flexible sole and padded tongue & collar for comfort.',
13812
- purchasable: true,
13813
- stock: {
13814
- stockLevelStatus: {
13815
- code: 'inStock',
13816
- type: 'StockLevelStatus'
13817
- },
13818
- makeUnavailable: false,
13819
- originalStockLevelStatus: {
13820
- code: 'outOfStock',
13821
- type: 'StockLevelStatus'
13822
- },
13823
- exists: false
13824
- },
13825
- availableForPickup: true,
13826
- summary: '',
13827
- price: {
13828
- currencyIso: 'GBP',
13829
- value: 34,
13830
- priceType: 'BUY',
13831
- formattedValue: '£34',
13832
- formattedPriceWithoutCurrencySymbol: '34',
13833
- currencySymbol: '£',
13834
- vatRatePercentage: 20,
13835
- valueInPence: 3400
13836
- },
13837
- baseProduct: '9000275478',
13838
- categories: [{
13839
- code: '1000431',
13840
- name: 'Footwear',
13841
- url: '/Products/Tools+Workwear/Workwear/Footwear/c/1000431',
13842
- sequence: 0
13843
- }, {
13844
- code: '1000444',
13845
- name: 'Scruffs',
13846
- url: '/Products/Tools+Workwear/Workwear/Scruffs/c/1000444',
13847
- sequence: 0
13848
- }, {
13849
- code: '1000446',
13850
- name: 'Hardcore',
13851
- url: '/Products/Tools+Workwear/Workwear/Hardcore/c/1000446',
13852
- sequence: 0
13853
- }],
13854
- classifications: [{
13855
- code: '1000486',
13856
- name: 'Boots',
13857
- features: [{
13858
- code: 'GroupMasterClassification/1.0/1000486.1000186',
13859
- name: 'Size',
13860
- range: false,
13861
- comparable: true,
13862
- featureValues: [{
13863
- value: '8 size long very long text important!'
13864
- }]
13865
- }, {
13866
- code: 'GroupMasterClassification/1.0/1000486.1000918',
13867
- name: 'Material',
13868
- range: false,
13869
- comparable: true,
13870
- featureValues: [{
13871
- value: 'Aluminium'
13872
- }]
13873
- }]
13874
- }, {
13875
- code: '2',
13876
- name: 'UK Legal',
13877
- features: [{
13878
- code: 'CommonSupplierWebClassification/1.0/2.4',
13879
- name: 'Age Restriction',
13880
- range: false,
13881
- comparable: true,
13882
- featureValues: [{
13883
- value: 'No'
13884
- }]
13885
- }]
13886
- }],
13887
- potentialPromotions: [],
13888
- variantOptions: [{
13889
- code: '100320',
13890
- stock: {
13891
- stockLevelStatus: {
13892
- code: 'inStock',
13893
- type: 'StockLevelStatus'
13894
- },
13895
- stockLevel: -1,
13896
- makeUnavailable: false,
13897
- exists: false
13898
- },
13899
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
13900
- variantOptionQualifiers: [{
13901
- qualifier: 'size',
13902
- name: 'Size',
13903
- value: '8 size long very long text important!'
13904
- }],
13905
- availabilityRestriction: 'NO_RESTRICTIONS'
13906
- }, {
13907
- code: '100321',
13908
- stock: {
13909
- stockLevelStatus: {
13910
- code: 'inStock',
13911
- type: 'StockLevelStatus'
13912
- },
13913
- stockLevel: -1,
13914
- makeUnavailable: false,
13915
- exists: false
13916
- },
13917
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
13918
- variantOptionQualifiers: [{
13919
- qualifier: 'size',
13920
- name: 'Size',
13921
- value: '9'
13922
- }],
13923
- availabilityRestriction: 'NO_RESTRICTIONS'
13924
- }],
13925
- baseOptions: [],
13926
- volumePrices: [],
13927
- configurable: false,
13928
- imageSetId: 'missing-product',
13929
- fulfilmentType: 'IN_STORE_ONLY',
13930
- featuresAndBenefits: ['Steel toe cap', 'Steel anti-penetration midsole', 'Anti static', 'Water resistant', 'Mock fur lining', 'Pull up loops', 'Leather upper'],
13931
- noScriptProductImageUrl: 'https://media.wickes.co.uk/is/image/wickes/2018-Wickes-Missing-Product-650x650',
13932
- sellOnly: false,
13933
- externalAverageRating: 0,
13934
- externalReviewCount: 0,
13935
- priceInclusiveVat: {
13936
- currencyIso: 'GBP',
13937
- value: 34,
13938
- priceType: 'BUY',
13939
- formattedValue: '£34',
13940
- formattedPriceWithoutCurrencySymbol: '34',
13941
- currencySymbol: '£',
13942
- vatRatePercentage: 20,
13943
- valueInPence: 3400
13944
- },
13945
- priceExclusiveVat: {
13946
- currencyIso: 'GBP',
13947
- value: 28.33,
13948
- priceType: 'BUY',
13949
- formattedValue: '£28.33',
13950
- formattedPriceWithoutCurrencySymbol: '28.33',
13951
- currencySymbol: '£',
13952
- valueInPence: 2833
13953
- },
13954
- downStreamData: {
13955
- fulfillmentType: 'IN_STORE_ONLY'
13956
- },
13957
- categoryPath: 'Products/Tools & Workwear/Workwear/Footwear',
13958
- hasDataSheets: false,
13959
- coshhSheetList: [],
13960
- dopSheetList: [],
13961
- epdSheetList: [],
13962
- gilSheetList: [],
13963
- techSheetList: [],
13964
- fulfillmentAttributes: {
13965
- type: 'IN_STORE_ONLY',
13966
- bigAndBulky: false,
13967
- supplierDelivered: false,
13968
- vision: false,
13969
- assumedAlwaysInStock: true,
13970
- webOnly: false
13971
- },
13972
- baseProductUrl: '/Scruffs-Hardcore-Scoria-Safety-Boot---Black/p/9000275478',
13973
- productType: 'MasterProductModel',
13974
- variantAttributeName: 'Size',
13975
- gpid: '1100484266',
13976
- isBaseProduct: false,
13977
- scene7FlyoutViewerISCommand: '',
13978
- availableForShoppingList: false,
13979
- installationDetails: {
13980
- packCoverage: 0,
13981
- pricePerPack: 34,
13982
- pricePerSQM: {
13983
- currencyIso: 'GBP',
13984
- value: 0,
13985
- priceType: 'BUY',
13986
- formattedValue: '£0',
13987
- formattedPriceWithoutCurrencySymbol: '0',
13988
- currencySymbol: '£',
13989
- valueInPence: 0
13990
- },
13991
- pricePerSQMExcVat: {
13992
- currencyIso: 'GBP',
13993
- value: 0,
13994
- priceType: 'BUY',
13995
- formattedValue: '£0',
13996
- formattedPriceWithoutCurrencySymbol: '0',
13997
- currencySymbol: '£',
13998
- valueInPence: 0
13999
- }
14000
- },
14001
- tileCalculationAvailable: false,
14002
- flooringCalculationAvailable: false,
14003
- installationProduct: false,
14004
- availabilityRestriction: 'NO_RESTRICTIONS',
14005
- availableForBigWinsCncOnly: false,
14006
- availableForBigWinsStockOnly: false,
14007
- galleryIdentifiers: ['products/wickes/2018-Wickes-Missing-Product-650x650'],
14008
- volumePricesExclusiveVat: [],
14009
- isAddedToFavourites: false,
14010
- displayPrice: {
14011
- currencyIso: 'GBP',
14012
- value: 34,
14013
- priceType: 'BUY',
14014
- formattedValue: '£34',
14015
- formattedPriceWithoutCurrencySymbol: '34',
14016
- currencySymbol: '£',
14017
- vatRatePercentage: 20,
14018
- valueInPence: 3400
14019
- },
14020
- displayPriceExclusiveVat: {
14021
- currencyIso: 'GBP',
14022
- value: 28.33,
14023
- priceType: 'BUY',
14024
- formattedValue: '£28.33',
14025
- formattedPriceWithoutCurrencySymbol: '28.33',
14026
- currencySymbol: '£',
14027
- valueInPence: 2833
14028
- },
14029
- displayVolumePrices: [],
14030
- displayVolumePricesExclusiveVat: []
14031
- }, {
14032
- code: '100321',
14033
- images: [{
14034
- imageType: 'PRIMARY',
14035
- format: 'product',
14036
- url: 'https://placehold.co/154x154?text=variant-product-2'
14037
- }],
14038
- name: 'Dickies Dixon Lined Safety Rigger Boot (IN_STORE_ONLY) - Tan Size 9',
14039
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
14040
- description: 'Great value for money! Classic mid-ankle safety boot with a flexible sole and padded tongue & collar for comfort.',
14041
- purchasable: true,
14042
- stock: {
14043
- stockLevelStatus: {
14044
- code: 'inStock',
14045
- type: 'StockLevelStatus'
14046
- },
14047
- makeUnavailable: false,
14048
- originalStockLevelStatus: {
14049
- code: 'outOfStock',
14050
- type: 'StockLevelStatus'
14051
- },
14052
- exists: false
14053
- },
14054
- availableForPickup: true,
14055
- summary: '',
14056
- price: {
14057
- currencyIso: 'GBP',
14058
- value: 38,
14059
- priceType: 'BUY',
14060
- formattedValue: '£38',
14061
- formattedPriceWithoutCurrencySymbol: '38',
14062
- currencySymbol: '£',
14063
- vatRatePercentage: 20,
14064
- valueInPence: 3400
14065
- },
14066
- baseProduct: '9000275478',
14067
- categories: [{
14068
- code: '1000431',
14069
- name: 'Footwear',
14070
- url: '/Products/Tools+Workwear/Workwear/Footwear/c/1000431',
14071
- sequence: 0
14072
- }, {
14073
- code: '1000444',
14074
- name: 'Scruffs',
14075
- url: '/Products/Tools+Workwear/Workwear/Scruffs/c/1000444',
14076
- sequence: 0
14077
- }, {
14078
- code: '1000446',
14079
- name: 'Hardcore',
14080
- url: '/Products/Tools+Workwear/Workwear/Hardcore/c/1000446',
14081
- sequence: 0
14082
- }],
14083
- classifications: [{
14084
- code: '1000486',
14085
- name: 'Boots',
14086
- features: [{
14087
- code: 'GroupMasterClassification/1.0/1000486.1000186',
14088
- name: 'Size',
14089
- range: false,
14090
- comparable: true,
14091
- featureValues: [{
14092
- value: '9'
14093
- }]
14094
- }, {
14095
- code: 'GroupMasterClassification/1.0/1000486.1000918',
14096
- name: 'Material',
14097
- range: false,
14098
- comparable: true,
14099
- featureValues: [{
14100
- value: 'Aluminium'
14101
- }]
14102
- }]
14103
- }, {
14104
- code: '2',
14105
- name: 'UK Legal',
14106
- features: [{
14107
- code: 'CommonSupplierWebClassification/1.0/2.4',
14108
- name: 'Age Restriction',
14109
- range: false,
14110
- comparable: true,
14111
- featureValues: [{
14112
- value: 'No'
14113
- }]
14114
- }]
14115
- }],
14116
- potentialPromotions: [],
14117
- variantOptions: [{
14118
- code: '100320',
14119
- stock: {
14120
- stockLevelStatus: {
14121
- code: 'inStock',
14122
- type: 'StockLevelStatus'
14123
- },
14124
- stockLevel: -1,
14125
- makeUnavailable: false,
14126
- exists: false
14127
- },
14128
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
14129
- variantOptionQualifiers: [{
14130
- qualifier: 'size',
14131
- name: 'Size',
14132
- value: '8 size long very long text important!'
14133
- }],
14134
- availabilityRestriction: 'NO_RESTRICTIONS'
14135
- }, {
14136
- code: '100321',
14137
- stock: {
14138
- stockLevelStatus: {
14139
- code: 'inStock',
14140
- type: 'StockLevelStatus'
14141
- },
14142
- stockLevel: -1,
14143
- makeUnavailable: false,
14144
- exists: false
14145
- },
14146
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
14147
- variantOptionQualifiers: [{
14148
- qualifier: 'size',
14149
- name: 'Size',
14150
- value: '9'
14151
- }],
14152
- availabilityRestriction: 'NO_RESTRICTIONS'
14153
- }],
14154
- baseOptions: [],
14155
- volumePrices: [],
14156
- configurable: false,
14157
- imageSetId: 'missing-product',
14158
- fulfilmentType: 'IN_STORE_ONLY',
14159
- featuresAndBenefits: ['Steel toe cap', 'Steel anti-penetration midsole', 'Anti static', 'Water resistant', 'Mock fur lining', 'Pull up loops', 'Leather upper'],
14160
- noScriptProductImageUrl: 'https://media.wickes.co.uk/is/image/wickes/2018-Wickes-Missing-Product-650x650',
14161
- sellOnly: false,
14162
- externalAverageRating: 0,
14163
- externalReviewCount: 0,
14164
- priceInclusiveVat: {
14165
- currencyIso: 'GBP',
14166
- value: 34,
14167
- priceType: 'BUY',
14168
- formattedValue: '£34',
14169
- formattedPriceWithoutCurrencySymbol: '34',
14170
- currencySymbol: '£',
14171
- vatRatePercentage: 20,
14172
- valueInPence: 3400
14173
- },
14174
- priceExclusiveVat: {
14175
- currencyIso: 'GBP',
14176
- value: 28.33,
14177
- priceType: 'BUY',
14178
- formattedValue: '£28.33',
14179
- formattedPriceWithoutCurrencySymbol: '28.33',
14180
- currencySymbol: '£',
14181
- valueInPence: 2833
14182
- },
14183
- downStreamData: {
14184
- fulfillmentType: 'IN_STORE_ONLY'
14185
- },
14186
- categoryPath: 'Products/Tools & Workwear/Workwear/Footwear',
14187
- hasDataSheets: false,
14188
- coshhSheetList: [],
14189
- dopSheetList: [],
14190
- epdSheetList: [],
14191
- gilSheetList: [],
14192
- techSheetList: [],
14193
- fulfillmentAttributes: {
14194
- type: 'IN_STORE_ONLY',
14195
- bigAndBulky: false,
14196
- supplierDelivered: false,
14197
- vision: false,
14198
- assumedAlwaysInStock: true,
14199
- webOnly: false
14200
- },
14201
- baseProductUrl: '/Scruffs-Hardcore-Scoria-Safety-Boot---Black/p/9000275478',
14202
- productType: 'MasterProductModel',
14203
- variantAttributeName: 'Size',
14204
- gpid: '1100484267',
14205
- isBaseProduct: false,
14206
- scene7FlyoutViewerISCommand: '',
14207
- availableForShoppingList: false,
14208
- installationDetails: {
14209
- packCoverage: 0,
14210
- pricePerPack: 34,
14211
- pricePerSQM: {
14212
- currencyIso: 'GBP',
14213
- value: 0,
14214
- priceType: 'BUY',
14215
- formattedValue: '£0',
14216
- formattedPriceWithoutCurrencySymbol: '0',
14217
- currencySymbol: '£',
14218
- valueInPence: 0
14219
- },
14220
- pricePerSQMExcVat: {
14221
- currencyIso: 'GBP',
14222
- value: 0,
14223
- priceType: 'BUY',
14224
- formattedValue: '£0',
14225
- formattedPriceWithoutCurrencySymbol: '0',
14226
- currencySymbol: '£',
14227
- valueInPence: 0
14228
- }
14229
- },
14230
- tileCalculationAvailable: false,
14231
- flooringCalculationAvailable: false,
14232
- installationProduct: false,
14233
- availabilityRestriction: 'NO_RESTRICTIONS',
14234
- availableForBigWinsCncOnly: false,
14235
- availableForBigWinsStockOnly: false,
14236
- galleryIdentifiers: ['products/wickes/2018-Wickes-Missing-Product-650x650'],
14237
- volumePricesExclusiveVat: [],
14238
- isAddedToFavourites: false,
14239
- displayPrice: {
14240
- currencyIso: 'GBP',
14241
- value: 34,
14242
- priceType: 'BUY',
14243
- formattedValue: '£34',
14244
- formattedPriceWithoutCurrencySymbol: '34',
14245
- currencySymbol: '£',
14246
- vatRatePercentage: 20,
14247
- valueInPence: 3400
14248
- },
14249
- displayPriceExclusiveVat: {
14250
- currencyIso: 'GBP',
14251
- value: 28.33,
14252
- priceType: 'BUY',
14253
- formattedValue: '£28.33',
14254
- formattedPriceWithoutCurrencySymbol: '28.33',
14255
- currencySymbol: '£',
14256
- valueInPence: 2833
14257
- },
14258
- displayVolumePrices: [],
14259
- displayVolumePricesExclusiveVat: []
14260
- }]
14261
- }, {
14262
- baseProduct: {
14263
- code: '9000275478',
14264
- name: 'LPD Internal Mexicano Pair Clear Glazed Unfinished Oak Door - 1981mm',
14265
- url: '/LPD-Internal-Mexicano-Pair-Clear-Glazed-Unfinished-Oak-Door---1981mm/p/9000275478',
14266
- purchasable: true,
14267
- stock: {
14268
- makeUnavailable: false,
14269
- originalStockLevelStatus: {
14270
- code: 'out of stock',
14271
- type: 'StockLevelStatus'
14272
- },
14273
- exists: false
14274
- },
14275
- availableForPickup: true,
14276
- price: {
14277
- currencyIso: 'GBP',
14278
- value: 34,
14279
- priceType: 'FROM',
14280
- formattedValue: '£34',
14281
- formattedPriceWithoutCurrencySymbol: '34',
14282
- currencySymbol: '£',
14283
- vatRatePercentage: 20,
14284
- valueInPence: 3400
14285
- },
14286
- images: [{
14287
- imageType: 'PRIMARY',
14288
- format: 'product',
14289
- url: 'https://placehold.co/154x154?text=bloomreach-product-2'
14290
- }],
14291
- variantOptions: [{
14292
- code: '100320',
14293
- stock: {
14294
- stockLevelStatus: {
14295
- code: 'inStock',
14296
- type: 'StockLevelStatus'
14297
- },
14298
- stockLevel: -1,
14299
- makeUnavailable: false,
14300
- exists: false
14301
- },
14302
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
14303
- variantOptionQualifiers: [{
14304
- qualifier: 'size',
14305
- name: 'Size',
14306
- value: '8 size long very long text important!'
14307
- }],
14308
- availabilityRestriction: 'NO_RESTRICTIONS'
14309
- }, {
14310
- code: '100321',
14311
- stock: {
14312
- stockLevelStatus: {
14313
- code: 'inStock',
14314
- type: 'StockLevelStatus'
14315
- },
14316
- stockLevel: -1,
14317
- makeUnavailable: false,
14318
- exists: false
14319
- },
14320
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
14321
- variantOptionQualifiers: [{
14322
- qualifier: 'size',
14323
- name: 'Size',
14324
- value: '9'
14325
- }],
14326
- availabilityRestriction: 'NO_RESTRICTIONS'
14327
- }],
14328
- fulfilmentType: 'IN_STORE_ONLY',
14329
- externalAverageRating: 0,
14330
- externalReviewCount: 0,
14331
- priceExclusiveVat: {
14332
- currencyIso: 'GBP',
14333
- value: 395,
14334
- priceType: 'FROM',
14335
- formattedValue: '£395',
14336
- formattedPriceWithoutCurrencySymbol: '395',
14337
- currencySymbol: '£',
14338
- valueInPence: 39500
14339
- },
14340
- categoryPath: 'Products/Doors & Windows/Internal Doors/Oak Internal Doors',
14341
- fulfillmentAttributes: {
14342
- type: 'IN_STORE_ONLY',
14343
- bigAndBulky: false,
14344
- supplierDelivered: false,
14345
- vision: false,
14346
- assumedAlwaysInStock: true,
14347
- webOnly: false
14348
- },
14349
- variantAttributeName: 'Size',
14350
- isBaseProduct: true,
14351
- brandName: 'Lpd doors',
14352
- availableForShoppingList: false,
14353
- tileCalculationAvailable: false,
14354
- flooringCalculationAvailable: false,
14355
- installationProduct: false,
14356
- availableForBigWinsCncOnly: false,
14357
- availableForBigWinsStockOnly: false,
14358
- isAddedToFavourites: false,
14359
- displayPrice: {
14360
- currencyIso: 'GBP',
14361
- value: 34,
14362
- priceType: 'FROM',
14363
- formattedValue: '£34',
14364
- formattedPriceWithoutCurrencySymbol: '34',
14365
- currencySymbol: '£',
14366
- vatRatePercentage: 20,
14367
- valueInPence: 3400
14368
- },
14369
- displayPriceExclusiveVat: {
14370
- currencyIso: 'GBP',
14371
- value: 395,
14372
- priceType: 'FROM',
14373
- formattedValue: '£395',
14374
- formattedPriceWithoutCurrencySymbol: '395',
14375
- currencySymbol: '£',
14376
- valueInPence: 39500
14377
- }
14378
- },
14379
- variantProducts: [{
14380
- images: [{
14381
- imageType: 'PRIMARY',
14382
- format: 'product',
14383
- url: 'https://placehold.co/154x154?text=variant-product-1'
14384
- }],
14385
- code: '100320',
14386
- name: 'Dickies Dixon Lined Safety Rigger Boot (IN_STORE_ONLY) - Tan Size 8',
14387
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
14388
- description: 'Great value for money! Classic mid-ankle safety boot with a flexible sole and padded tongue & collar for comfort.',
14389
- purchasable: true,
14390
- stock: {
14391
- stockLevelStatus: {
14392
- code: 'inStock',
14393
- type: 'StockLevelStatus'
14394
- },
14395
- makeUnavailable: false,
14396
- originalStockLevelStatus: {
14397
- code: 'outOfStock',
14398
- type: 'StockLevelStatus'
14399
- },
14400
- exists: false
14401
- },
14402
- availableForPickup: true,
14403
- summary: '',
14404
- price: {
14405
- currencyIso: 'GBP',
14406
- value: 34,
14407
- priceType: 'BUY',
14408
- formattedValue: '£34',
14409
- formattedPriceWithoutCurrencySymbol: '34',
14410
- currencySymbol: '£',
14411
- vatRatePercentage: 20,
14412
- valueInPence: 3400
14413
- },
14414
- baseProduct: '9000275478',
14415
- categories: [{
14416
- code: '1000431',
14417
- name: 'Footwear',
14418
- url: '/Products/Tools+Workwear/Workwear/Footwear/c/1000431',
14419
- sequence: 0
14420
- }, {
14421
- code: '1000444',
14422
- name: 'Scruffs',
14423
- url: '/Products/Tools+Workwear/Workwear/Scruffs/c/1000444',
14424
- sequence: 0
14425
- }, {
14426
- code: '1000446',
14427
- name: 'Hardcore',
14428
- url: '/Products/Tools+Workwear/Workwear/Hardcore/c/1000446',
14429
- sequence: 0
14430
- }],
14431
- classifications: [{
14432
- code: '1000486',
14433
- name: 'Boots',
14434
- features: [{
14435
- code: 'GroupMasterClassification/1.0/1000486.1000186',
14436
- name: 'Size',
14437
- range: false,
14438
- comparable: true,
14439
- featureValues: [{
14440
- value: '8 size long very long text important!'
14441
- }]
14442
- }, {
14443
- code: 'GroupMasterClassification/1.0/1000486.1000918',
14444
- name: 'Material',
14445
- range: false,
14446
- comparable: true,
14447
- featureValues: [{
14448
- value: 'Aluminium'
14449
- }]
14450
- }]
14451
- }, {
14452
- code: '2',
14453
- name: 'UK Legal',
14454
- features: [{
14455
- code: 'CommonSupplierWebClassification/1.0/2.4',
14456
- name: 'Age Restriction',
14457
- range: false,
14458
- comparable: true,
14459
- featureValues: [{
14460
- value: 'No'
14461
- }]
14462
- }]
14463
- }],
14464
- potentialPromotions: [],
14465
- variantOptions: [{
14466
- code: '100320',
14467
- stock: {
14468
- stockLevelStatus: {
14469
- code: 'inStock',
14470
- type: 'StockLevelStatus'
14471
- },
14472
- stockLevel: -1,
14473
- makeUnavailable: false,
14474
- exists: false
14475
- },
14476
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
14477
- variantOptionQualifiers: [{
14478
- qualifier: 'size',
14479
- name: 'Size',
14480
- value: '8 size long very long text important!'
14481
- }],
14482
- availabilityRestriction: 'NO_RESTRICTIONS'
14483
- }, {
14484
- code: '100321',
14485
- stock: {
14486
- stockLevelStatus: {
14487
- code: 'inStock',
14488
- type: 'StockLevelStatus'
14489
- },
14490
- stockLevel: -1,
14491
- makeUnavailable: false,
14492
- exists: false
14493
- },
14494
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
14495
- variantOptionQualifiers: [{
14496
- qualifier: 'size',
14497
- name: 'Size',
14498
- value: '9'
14499
- }],
14500
- availabilityRestriction: 'NO_RESTRICTIONS'
14501
- }],
14502
- baseOptions: [],
14503
- volumePrices: [],
14504
- configurable: false,
14505
- imageSetId: 'missing-product',
14506
- fulfilmentType: 'IN_STORE_ONLY',
14507
- featuresAndBenefits: ['Steel toe cap', 'Steel anti-penetration midsole', 'Anti static', 'Water resistant', 'Mock fur lining', 'Pull up loops', 'Leather upper'],
14508
- noScriptProductImageUrl: 'https://media.wickes.co.uk/is/image/wickes/2018-Wickes-Missing-Product-650x650',
14509
- sellOnly: false,
14510
- externalAverageRating: 0,
14511
- externalReviewCount: 0,
14512
- priceInclusiveVat: {
14513
- currencyIso: 'GBP',
14514
- value: 34,
14515
- priceType: 'BUY',
14516
- formattedValue: '£34',
14517
- formattedPriceWithoutCurrencySymbol: '34',
14518
- currencySymbol: '£',
14519
- vatRatePercentage: 20,
14520
- valueInPence: 3400
14521
- },
14522
- priceExclusiveVat: {
14523
- currencyIso: 'GBP',
14524
- value: 28.33,
14525
- priceType: 'BUY',
14526
- formattedValue: '£28.33',
14527
- formattedPriceWithoutCurrencySymbol: '28.33',
14528
- currencySymbol: '£',
14529
- valueInPence: 2833
14530
- },
14531
- downStreamData: {
14532
- fulfillmentType: 'IN_STORE_ONLY'
14533
- },
14534
- categoryPath: 'Products/Tools & Workwear/Workwear/Footwear',
14535
- hasDataSheets: false,
14536
- coshhSheetList: [],
14537
- dopSheetList: [],
14538
- epdSheetList: [],
14539
- gilSheetList: [],
14540
- techSheetList: [],
14541
- fulfillmentAttributes: {
14542
- type: 'IN_STORE_ONLY',
14543
- bigAndBulky: false,
14544
- supplierDelivered: false,
14545
- vision: false,
14546
- assumedAlwaysInStock: true,
14547
- webOnly: false
14548
- },
14549
- baseProductUrl: '/Scruffs-Hardcore-Scoria-Safety-Boot---Black/p/9000275478',
14550
- productType: 'MasterProductModel',
14551
- variantAttributeName: 'Size',
14552
- gpid: '1100484266',
14553
- isBaseProduct: false,
14554
- scene7FlyoutViewerISCommand: '',
14555
- availableForShoppingList: false,
14556
- installationDetails: {
14557
- packCoverage: 0,
14558
- pricePerPack: 34,
14559
- pricePerSQM: {
14560
- currencyIso: 'GBP',
14561
- value: 0,
14562
- priceType: 'BUY',
14563
- formattedValue: '£0',
14564
- formattedPriceWithoutCurrencySymbol: '0',
14565
- currencySymbol: '£',
14566
- valueInPence: 0
14567
- },
14568
- pricePerSQMExcVat: {
14569
- currencyIso: 'GBP',
14570
- value: 0,
14571
- priceType: 'BUY',
14572
- formattedValue: '£0',
14573
- formattedPriceWithoutCurrencySymbol: '0',
14574
- currencySymbol: '£',
14575
- valueInPence: 0
14576
- }
14577
- },
14578
- tileCalculationAvailable: false,
14579
- flooringCalculationAvailable: false,
14580
- installationProduct: false,
14581
- availabilityRestriction: 'NO_RESTRICTIONS',
14582
- availableForBigWinsCncOnly: false,
14583
- availableForBigWinsStockOnly: false,
14584
- galleryIdentifiers: ['products/wickes/2018-Wickes-Missing-Product-650x650'],
14585
- volumePricesExclusiveVat: [],
14586
- isAddedToFavourites: false,
14587
- displayPrice: {
14588
- currencyIso: 'GBP',
14589
- value: 34,
14590
- priceType: 'BUY',
14591
- formattedValue: '£34',
14592
- formattedPriceWithoutCurrencySymbol: '34',
14593
- currencySymbol: '£',
14594
- vatRatePercentage: 20,
14595
- valueInPence: 3400
14596
- },
14597
- displayPriceExclusiveVat: {
14598
- currencyIso: 'GBP',
14599
- value: 28.33,
14600
- priceType: 'BUY',
14601
- formattedValue: '£28.33',
14602
- formattedPriceWithoutCurrencySymbol: '28.33',
14603
- currencySymbol: '£',
14604
- valueInPence: 2833
14605
- },
14606
- displayVolumePrices: [],
14607
- displayVolumePricesExclusiveVat: []
14608
- }, {
14609
- images: [{
14610
- imageType: 'PRIMARY',
14611
- format: 'product',
14612
- url: 'https://placehold.co/154x154?text=variant-product-2'
14613
- }],
14614
- code: '100321',
14615
- name: 'Dickies Dixon Lined Safety Rigger Boot (IN_STORE_ONLY) - Tan Size 9',
14616
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
14617
- description: 'Great value for money! Classic mid-ankle safety boot with a flexible sole and padded tongue & collar for comfort.',
14618
- purchasable: true,
14619
- stock: {
14620
- stockLevelStatus: {
14621
- code: 'inStock',
14622
- type: 'StockLevelStatus'
14623
- },
14624
- makeUnavailable: false,
14625
- originalStockLevelStatus: {
14626
- code: 'outOfStock',
14627
- type: 'StockLevelStatus'
14628
- },
14629
- exists: false
14630
- },
14631
- availableForPickup: true,
14632
- summary: '',
14633
- price: {
14634
- currencyIso: 'GBP',
14635
- value: 38,
14636
- priceType: 'BUY',
14637
- formattedValue: '£38',
14638
- formattedPriceWithoutCurrencySymbol: '38',
14639
- currencySymbol: '£',
14640
- vatRatePercentage: 20,
14641
- valueInPence: 3400
14642
- },
14643
- baseProduct: '9000275478',
14644
- categories: [{
14645
- code: '1000431',
14646
- name: 'Footwear',
14647
- url: '/Products/Tools+Workwear/Workwear/Footwear/c/1000431',
14648
- sequence: 0
14649
- }, {
14650
- code: '1000444',
14651
- name: 'Scruffs',
14652
- url: '/Products/Tools+Workwear/Workwear/Scruffs/c/1000444',
14653
- sequence: 0
14654
- }, {
14655
- code: '1000446',
14656
- name: 'Hardcore',
14657
- url: '/Products/Tools+Workwear/Workwear/Hardcore/c/1000446',
14658
- sequence: 0
14659
- }],
14660
- classifications: [{
14661
- code: '1000486',
14662
- name: 'Boots',
14663
- features: [{
14664
- code: 'GroupMasterClassification/1.0/1000486.1000186',
14665
- name: 'Size',
14666
- range: false,
14667
- comparable: true,
14668
- featureValues: [{
14669
- value: '9'
14670
- }]
14671
- }, {
14672
- code: 'GroupMasterClassification/1.0/1000486.1000918',
14673
- name: 'Material',
14674
- range: false,
14675
- comparable: true,
14676
- featureValues: [{
14677
- value: 'Aluminium'
14678
- }]
14679
- }]
14680
- }, {
14681
- code: '2',
14682
- name: 'UK Legal',
14683
- features: [{
14684
- code: 'CommonSupplierWebClassification/1.0/2.4',
14685
- name: 'Age Restriction',
14686
- range: false,
14687
- comparable: true,
14688
- featureValues: [{
14689
- value: 'No'
14690
- }]
14691
- }]
14692
- }],
14693
- potentialPromotions: [],
14694
- variantOptions: [{
14695
- code: '100320',
14696
- stock: {
14697
- stockLevelStatus: {
14698
- code: 'inStock',
14699
- type: 'StockLevelStatus'
14700
- },
14701
- stockLevel: -1,
14702
- makeUnavailable: false,
14703
- exists: false
14704
- },
14705
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
14706
- variantOptionQualifiers: [{
14707
- qualifier: 'size',
14708
- name: 'Size',
14709
- value: '8 size long very long text important!'
14710
- }],
14711
- availabilityRestriction: 'NO_RESTRICTIONS'
14712
- }, {
14713
- code: '100321',
14714
- stock: {
14715
- stockLevelStatus: {
14716
- code: 'inStock',
14717
- type: 'StockLevelStatus'
14718
- },
14719
- stockLevel: -1,
14720
- makeUnavailable: false,
14721
- exists: false
14722
- },
14723
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
14724
- variantOptionQualifiers: [{
14725
- qualifier: 'size',
14726
- name: 'Size',
14727
- value: '9'
14728
- }],
14729
- availabilityRestriction: 'NO_RESTRICTIONS'
14730
- }],
14731
- baseOptions: [],
14732
- volumePrices: [],
14733
- configurable: false,
14734
- imageSetId: 'missing-product',
14735
- fulfilmentType: 'IN_STORE_ONLY',
14736
- featuresAndBenefits: ['Steel toe cap', 'Steel anti-penetration midsole', 'Anti static', 'Water resistant', 'Mock fur lining', 'Pull up loops', 'Leather upper'],
14737
- noScriptProductImageUrl: 'https://media.wickes.co.uk/is/image/wickes/2018-Wickes-Missing-Product-650x650',
14738
- sellOnly: false,
14739
- externalAverageRating: 0,
14740
- externalReviewCount: 0,
14741
- priceInclusiveVat: {
14742
- currencyIso: 'GBP',
14743
- value: 34,
14744
- priceType: 'BUY',
14745
- formattedValue: '£34',
14746
- formattedPriceWithoutCurrencySymbol: '34',
14747
- currencySymbol: '£',
14748
- vatRatePercentage: 20,
14749
- valueInPence: 3400
14750
- },
14751
- priceExclusiveVat: {
14752
- currencyIso: 'GBP',
14753
- value: 28.33,
14754
- priceType: 'BUY',
14755
- formattedValue: '£28.33',
14756
- formattedPriceWithoutCurrencySymbol: '28.33',
14757
- currencySymbol: '£',
14758
- valueInPence: 2833
14759
- },
14760
- downStreamData: {
14761
- fulfillmentType: 'IN_STORE_ONLY'
14762
- },
14763
- categoryPath: 'Products/Tools & Workwear/Workwear/Footwear',
14764
- hasDataSheets: false,
14765
- coshhSheetList: [],
14766
- dopSheetList: [],
14767
- epdSheetList: [],
14768
- gilSheetList: [],
14769
- techSheetList: [],
14770
- fulfillmentAttributes: {
14771
- type: 'IN_STORE_ONLY',
14772
- bigAndBulky: false,
14773
- supplierDelivered: false,
14774
- vision: false,
14775
- assumedAlwaysInStock: true,
14776
- webOnly: false
14777
- },
14778
- baseProductUrl: '/Scruffs-Hardcore-Scoria-Safety-Boot---Black/p/9000275478',
14779
- productType: 'MasterProductModel',
14780
- variantAttributeName: 'Size',
14781
- gpid: '1100484267',
14782
- isBaseProduct: false,
14783
- scene7FlyoutViewerISCommand: '',
14784
- availableForShoppingList: false,
14785
- installationDetails: {
14786
- packCoverage: 0,
14787
- pricePerPack: 34,
14788
- pricePerSQM: {
14789
- currencyIso: 'GBP',
14790
- value: 0,
14791
- priceType: 'BUY',
14792
- formattedValue: '£0',
14793
- formattedPriceWithoutCurrencySymbol: '0',
14794
- currencySymbol: '£',
14795
- valueInPence: 0
14796
- },
14797
- pricePerSQMExcVat: {
14798
- currencyIso: 'GBP',
14799
- value: 0,
14800
- priceType: 'BUY',
14801
- formattedValue: '£0',
14802
- formattedPriceWithoutCurrencySymbol: '0',
14803
- currencySymbol: '£',
14804
- valueInPence: 0
14805
- }
14806
- },
14807
- tileCalculationAvailable: false,
14808
- flooringCalculationAvailable: false,
14809
- installationProduct: false,
14810
- availabilityRestriction: 'NO_RESTRICTIONS',
14811
- availableForBigWinsCncOnly: false,
14812
- availableForBigWinsStockOnly: false,
14813
- galleryIdentifiers: ['products/wickes/2018-Wickes-Missing-Product-650x650'],
14814
- volumePricesExclusiveVat: [],
14815
- isAddedToFavourites: false,
14816
- displayPrice: {
14817
- currencyIso: 'GBP',
14818
- value: 34,
14819
- priceType: 'BUY',
14820
- formattedValue: '£34',
14821
- formattedPriceWithoutCurrencySymbol: '34',
14822
- currencySymbol: '£',
14823
- vatRatePercentage: 20,
14824
- valueInPence: 3400
14825
- },
14826
- displayPriceExclusiveVat: {
14827
- currencyIso: 'GBP',
14828
- value: 28.33,
14829
- priceType: 'BUY',
14830
- formattedValue: '£28.33',
14831
- formattedPriceWithoutCurrencySymbol: '28.33',
14832
- currencySymbol: '£',
14833
- valueInPence: 2833
14834
- },
14835
- displayVolumePrices: [],
14836
- displayVolumePricesExclusiveVat: []
14837
- }]
14838
- }, {
14839
- baseProduct: {
14840
- code: '9000275478',
14841
- name: 'LPD Internal Mexicano Pair Clear Glazed Unfinished Oak Door - 1981mm',
14842
- url: '/LPD-Internal-Mexicano-Pair-Clear-Glazed-Unfinished-Oak-Door---1981mm/p/9000275478',
14843
- purchasable: true,
14844
- stock: {
14845
- makeUnavailable: false,
14846
- originalStockLevelStatus: {
14847
- code: 'out of stock',
14848
- type: 'StockLevelStatus'
14849
- },
14850
- exists: false
14851
- },
14852
- availableForPickup: true,
14853
- price: {
14854
- currencyIso: 'GBP',
14855
- value: 34,
14856
- priceType: 'FROM',
14857
- formattedValue: '£34',
14858
- formattedPriceWithoutCurrencySymbol: '34',
14859
- currencySymbol: '£',
14860
- vatRatePercentage: 20,
14861
- valueInPence: 3400
14862
- },
14863
- images: [{
14864
- imageType: 'PRIMARY',
14865
- format: 'product',
14866
- url: 'https://placehold.co/154x154?text=bloomreach-product-3'
14867
- }],
14868
- variantOptions: [{
14869
- code: '100320',
14870
- stock: {
14871
- stockLevelStatus: {
14872
- code: 'inStock',
14873
- type: 'StockLevelStatus'
14874
- },
14875
- stockLevel: -1,
14876
- makeUnavailable: false,
14877
- exists: false
14878
- },
14879
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
14880
- variantOptionQualifiers: [{
14881
- qualifier: 'size',
14882
- name: 'Size',
14883
- value: '8 size long very long text important!'
14884
- }],
14885
- availabilityRestriction: 'NO_RESTRICTIONS'
14886
- }, {
14887
- code: '100321',
14888
- stock: {
14889
- stockLevelStatus: {
14890
- code: 'inStock',
14891
- type: 'StockLevelStatus'
14892
- },
14893
- stockLevel: -1,
14894
- makeUnavailable: false,
14895
- exists: false
14896
- },
14897
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
14898
- variantOptionQualifiers: [{
14899
- qualifier: 'size',
14900
- name: 'Size',
14901
- value: '9'
14902
- }],
14903
- availabilityRestriction: 'NO_RESTRICTIONS'
14904
- }],
14905
- fulfilmentType: 'IN_STORE_ONLY',
14906
- externalAverageRating: 0,
14907
- externalReviewCount: 0,
14908
- priceExclusiveVat: {
14909
- currencyIso: 'GBP',
14910
- value: 395,
14911
- priceType: 'FROM',
14912
- formattedValue: '£395',
14913
- formattedPriceWithoutCurrencySymbol: '395',
14914
- currencySymbol: '£',
14915
- valueInPence: 39500
14916
- },
14917
- categoryPath: 'Products/Doors & Windows/Internal Doors/Oak Internal Doors',
14918
- fulfillmentAttributes: {
14919
- type: 'IN_STORE_ONLY',
14920
- bigAndBulky: false,
14921
- supplierDelivered: false,
14922
- vision: false,
14923
- assumedAlwaysInStock: true,
14924
- webOnly: false
14925
- },
14926
- variantAttributeName: 'Size',
14927
- isBaseProduct: true,
14928
- brandName: 'Lpd doors',
14929
- availableForShoppingList: false,
14930
- tileCalculationAvailable: false,
14931
- flooringCalculationAvailable: false,
14932
- installationProduct: false,
14933
- availableForBigWinsCncOnly: false,
14934
- availableForBigWinsStockOnly: false,
14935
- isAddedToFavourites: false,
14936
- displayPrice: {
14937
- currencyIso: 'GBP',
14938
- value: 34,
14939
- priceType: 'FROM',
14940
- formattedValue: '£34',
14941
- formattedPriceWithoutCurrencySymbol: '34',
14942
- currencySymbol: '£',
14943
- vatRatePercentage: 20,
14944
- valueInPence: 3400
14945
- },
14946
- displayPriceExclusiveVat: {
14947
- currencyIso: 'GBP',
14948
- value: 395,
14949
- priceType: 'FROM',
14950
- formattedValue: '£395',
14951
- formattedPriceWithoutCurrencySymbol: '395',
14952
- currencySymbol: '£',
14953
- valueInPence: 39500
14954
- }
14955
- },
14956
- variantProducts: [{
14957
- images: [{
14958
- imageType: 'PRIMARY',
14959
- format: 'product',
14960
- url: 'https://placehold.co/154x154?text=variant-product-1'
14961
- }],
14962
- code: '100320',
14963
- name: 'Dickies Dixon Lined Safety Rigger Boot (IN_STORE_ONLY) - Tan Size 8',
14964
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
14965
- description: 'Great value for money! Classic mid-ankle safety boot with a flexible sole and padded tongue & collar for comfort.',
14966
- purchasable: true,
14967
- stock: {
14968
- stockLevelStatus: {
14969
- code: 'inStock',
14970
- type: 'StockLevelStatus'
14971
- },
14972
- makeUnavailable: false,
14973
- originalStockLevelStatus: {
14974
- code: 'outOfStock',
14975
- type: 'StockLevelStatus'
14976
- },
14977
- exists: false
14978
- },
14979
- availableForPickup: true,
14980
- summary: '',
14981
- price: {
14982
- currencyIso: 'GBP',
14983
- value: 34,
14984
- priceType: 'BUY',
14985
- formattedValue: '£34',
14986
- formattedPriceWithoutCurrencySymbol: '34',
14987
- currencySymbol: '£',
14988
- vatRatePercentage: 20,
14989
- valueInPence: 3400
14990
- },
14991
- baseProduct: '9000275478',
14992
- categories: [{
14993
- code: '1000431',
14994
- name: 'Footwear',
14995
- url: '/Products/Tools+Workwear/Workwear/Footwear/c/1000431',
14996
- sequence: 0
14997
- }, {
14998
- code: '1000444',
14999
- name: 'Scruffs',
15000
- url: '/Products/Tools+Workwear/Workwear/Scruffs/c/1000444',
15001
- sequence: 0
15002
- }, {
15003
- code: '1000446',
15004
- name: 'Hardcore',
15005
- url: '/Products/Tools+Workwear/Workwear/Hardcore/c/1000446',
15006
- sequence: 0
15007
- }],
15008
- classifications: [{
15009
- code: '1000486',
15010
- name: 'Boots',
15011
- features: [{
15012
- code: 'GroupMasterClassification/1.0/1000486.1000186',
15013
- name: 'Size',
15014
- range: false,
15015
- comparable: true,
15016
- featureValues: [{
15017
- value: '8 size long very long text important!'
15018
- }]
15019
- }, {
15020
- code: 'GroupMasterClassification/1.0/1000486.1000918',
15021
- name: 'Material',
15022
- range: false,
15023
- comparable: true,
15024
- featureValues: [{
15025
- value: 'Aluminium'
15026
- }]
15027
- }]
15028
- }, {
15029
- code: '2',
15030
- name: 'UK Legal',
15031
- features: [{
15032
- code: 'CommonSupplierWebClassification/1.0/2.4',
15033
- name: 'Age Restriction',
15034
- range: false,
15035
- comparable: true,
15036
- featureValues: [{
15037
- value: 'No'
15038
- }]
15039
- }]
15040
- }],
15041
- potentialPromotions: [],
15042
- variantOptions: [{
15043
- code: '100320',
15044
- stock: {
15045
- stockLevelStatus: {
15046
- code: 'inStock',
15047
- type: 'StockLevelStatus'
15048
- },
15049
- stockLevel: -1,
15050
- makeUnavailable: false,
15051
- exists: false
15052
- },
15053
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
15054
- variantOptionQualifiers: [{
15055
- qualifier: 'size',
15056
- name: 'Size',
15057
- value: '8 size long very long text important!'
15058
- }],
15059
- availabilityRestriction: 'NO_RESTRICTIONS'
15060
- }, {
15061
- code: '100321',
15062
- stock: {
15063
- stockLevelStatus: {
15064
- code: 'inStock',
15065
- type: 'StockLevelStatus'
15066
- },
15067
- stockLevel: -1,
15068
- makeUnavailable: false,
15069
- exists: false
15070
- },
15071
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
15072
- variantOptionQualifiers: [{
15073
- qualifier: 'size',
15074
- name: 'Size',
15075
- value: '9'
15076
- }],
15077
- availabilityRestriction: 'NO_RESTRICTIONS'
15078
- }],
15079
- baseOptions: [],
15080
- volumePrices: [],
15081
- configurable: false,
15082
- imageSetId: 'missing-product',
15083
- fulfilmentType: 'IN_STORE_ONLY',
15084
- featuresAndBenefits: ['Steel toe cap', 'Steel anti-penetration midsole', 'Anti static', 'Water resistant', 'Mock fur lining', 'Pull up loops', 'Leather upper'],
15085
- noScriptProductImageUrl: 'https://media.wickes.co.uk/is/image/wickes/2018-Wickes-Missing-Product-650x650',
15086
- sellOnly: false,
15087
- externalAverageRating: 0,
15088
- externalReviewCount: 0,
15089
- priceInclusiveVat: {
15090
- currencyIso: 'GBP',
15091
- value: 34,
15092
- priceType: 'BUY',
15093
- formattedValue: '£34',
15094
- formattedPriceWithoutCurrencySymbol: '34',
15095
- currencySymbol: '£',
15096
- vatRatePercentage: 20,
15097
- valueInPence: 3400
15098
- },
15099
- priceExclusiveVat: {
15100
- currencyIso: 'GBP',
15101
- value: 28.33,
15102
- priceType: 'BUY',
15103
- formattedValue: '£28.33',
15104
- formattedPriceWithoutCurrencySymbol: '28.33',
15105
- currencySymbol: '£',
15106
- valueInPence: 2833
15107
- },
15108
- downStreamData: {
15109
- fulfillmentType: 'IN_STORE_ONLY'
15110
- },
15111
- categoryPath: 'Products/Tools & Workwear/Workwear/Footwear',
15112
- hasDataSheets: false,
15113
- coshhSheetList: [],
15114
- dopSheetList: [],
15115
- epdSheetList: [],
15116
- gilSheetList: [],
15117
- techSheetList: [],
15118
- fulfillmentAttributes: {
15119
- type: 'IN_STORE_ONLY',
15120
- bigAndBulky: false,
15121
- supplierDelivered: false,
15122
- vision: false,
15123
- assumedAlwaysInStock: true,
15124
- webOnly: false
15125
- },
15126
- baseProductUrl: '/Scruffs-Hardcore-Scoria-Safety-Boot---Black/p/9000275478',
15127
- productType: 'MasterProductModel',
15128
- variantAttributeName: 'Size',
15129
- gpid: '1100484266',
15130
- isBaseProduct: false,
15131
- scene7FlyoutViewerISCommand: '',
15132
- availableForShoppingList: false,
15133
- installationDetails: {
15134
- packCoverage: 0,
15135
- pricePerPack: 34,
15136
- pricePerSQM: {
15137
- currencyIso: 'GBP',
15138
- value: 0,
15139
- priceType: 'BUY',
15140
- formattedValue: '£0',
15141
- formattedPriceWithoutCurrencySymbol: '0',
15142
- currencySymbol: '£',
15143
- valueInPence: 0
15144
- },
15145
- pricePerSQMExcVat: {
15146
- currencyIso: 'GBP',
15147
- value: 0,
15148
- priceType: 'BUY',
15149
- formattedValue: '£0',
15150
- formattedPriceWithoutCurrencySymbol: '0',
15151
- currencySymbol: '£',
15152
- valueInPence: 0
15153
- }
15154
- },
15155
- tileCalculationAvailable: false,
15156
- flooringCalculationAvailable: false,
15157
- installationProduct: false,
15158
- availabilityRestriction: 'NO_RESTRICTIONS',
15159
- availableForBigWinsCncOnly: false,
15160
- availableForBigWinsStockOnly: false,
15161
- galleryIdentifiers: ['products/wickes/2018-Wickes-Missing-Product-650x650'],
15162
- volumePricesExclusiveVat: [],
15163
- isAddedToFavourites: false,
15164
- displayPrice: {
15165
- currencyIso: 'GBP',
15166
- value: 34,
15167
- priceType: 'BUY',
15168
- formattedValue: '£34',
15169
- formattedPriceWithoutCurrencySymbol: '34',
15170
- currencySymbol: '£',
15171
- vatRatePercentage: 20,
15172
- valueInPence: 3400
15173
- },
15174
- displayPriceExclusiveVat: {
15175
- currencyIso: 'GBP',
15176
- value: 28.33,
15177
- priceType: 'BUY',
15178
- formattedValue: '£28.33',
15179
- formattedPriceWithoutCurrencySymbol: '28.33',
15180
- currencySymbol: '£',
15181
- valueInPence: 2833
15182
- },
15183
- displayVolumePrices: [],
15184
- displayVolumePricesExclusiveVat: []
15185
- }, {
15186
- images: [{
15187
- imageType: 'PRIMARY',
15188
- format: 'product',
15189
- url: 'https://placehold.co/154x154?text=variant-product-2'
15190
- }],
15191
- code: '100321',
15192
- name: 'Dickies Dixon Lined Safety Rigger Boot (IN_STORE_ONLY) - Tan Size 9',
15193
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
15194
- description: 'Great value for money! Classic mid-ankle safety boot with a flexible sole and padded tongue & collar for comfort.',
15195
- purchasable: true,
15196
- stock: {
15197
- stockLevelStatus: {
15198
- code: 'inStock',
15199
- type: 'StockLevelStatus'
15200
- },
15201
- makeUnavailable: false,
15202
- originalStockLevelStatus: {
15203
- code: 'outOfStock',
15204
- type: 'StockLevelStatus'
15205
- },
15206
- exists: false
15207
- },
15208
- availableForPickup: true,
15209
- summary: '',
15210
- price: {
15211
- currencyIso: 'GBP',
15212
- value: 38,
15213
- priceType: 'BUY',
15214
- formattedValue: '£38',
15215
- formattedPriceWithoutCurrencySymbol: '38',
15216
- currencySymbol: '£',
15217
- vatRatePercentage: 20,
15218
- valueInPence: 3400
15219
- },
15220
- baseProduct: '9000275478',
15221
- categories: [{
15222
- code: '1000431',
15223
- name: 'Footwear',
15224
- url: '/Products/Tools+Workwear/Workwear/Footwear/c/1000431',
15225
- sequence: 0
15226
- }, {
15227
- code: '1000444',
15228
- name: 'Scruffs',
15229
- url: '/Products/Tools+Workwear/Workwear/Scruffs/c/1000444',
15230
- sequence: 0
15231
- }, {
15232
- code: '1000446',
15233
- name: 'Hardcore',
15234
- url: '/Products/Tools+Workwear/Workwear/Hardcore/c/1000446',
15235
- sequence: 0
15236
- }],
15237
- classifications: [{
15238
- code: '1000486',
15239
- name: 'Boots',
15240
- features: [{
15241
- code: 'GroupMasterClassification/1.0/1000486.1000186',
15242
- name: 'Size',
15243
- range: false,
15244
- comparable: true,
15245
- featureValues: [{
15246
- value: '9'
15247
- }]
15248
- }, {
15249
- code: 'GroupMasterClassification/1.0/1000486.1000918',
15250
- name: 'Material',
15251
- range: false,
15252
- comparable: true,
15253
- featureValues: [{
15254
- value: 'Aluminium'
15255
- }]
15256
- }]
15257
- }, {
15258
- code: '2',
15259
- name: 'UK Legal',
15260
- features: [{
15261
- code: 'CommonSupplierWebClassification/1.0/2.4',
15262
- name: 'Age Restriction',
15263
- range: false,
15264
- comparable: true,
15265
- featureValues: [{
15266
- value: 'No'
15267
- }]
15268
- }]
15269
- }],
15270
- potentialPromotions: [],
15271
- variantOptions: [{
15272
- code: '100320',
15273
- stock: {
15274
- stockLevelStatus: {
15275
- code: 'inStock',
15276
- type: 'StockLevelStatus'
15277
- },
15278
- stockLevel: -1,
15279
- makeUnavailable: false,
15280
- exists: false
15281
- },
15282
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-8/p/100320',
15283
- variantOptionQualifiers: [{
15284
- qualifier: 'size',
15285
- name: 'Size',
15286
- value: '8 size long very long text important!'
15287
- }],
15288
- availabilityRestriction: 'NO_RESTRICTIONS'
15289
- }, {
15290
- code: '100321',
15291
- stock: {
15292
- stockLevelStatus: {
15293
- code: 'inStock',
15294
- type: 'StockLevelStatus'
15295
- },
15296
- stockLevel: -1,
15297
- makeUnavailable: false,
15298
- exists: false
15299
- },
15300
- url: '/Dickies-Dixon-Lined-Safety-Rigger-Boot-IN-STORE-ONLY---Tan-Size-9/p/100321',
15301
- variantOptionQualifiers: [{
15302
- qualifier: 'size',
15303
- name: 'Size',
15304
- value: '9'
15305
- }],
15306
- availabilityRestriction: 'NO_RESTRICTIONS'
15307
- }],
15308
- baseOptions: [],
15309
- volumePrices: [],
15310
- configurable: false,
15311
- imageSetId: 'missing-product',
15312
- fulfilmentType: 'IN_STORE_ONLY',
15313
- featuresAndBenefits: ['Steel toe cap', 'Steel anti-penetration midsole', 'Anti static', 'Water resistant', 'Mock fur lining', 'Pull up loops', 'Leather upper'],
15314
- noScriptProductImageUrl: 'https://media.wickes.co.uk/is/image/wickes/2018-Wickes-Missing-Product-650x650',
15315
- sellOnly: false,
15316
- externalAverageRating: 0,
15317
- externalReviewCount: 0,
15318
- priceInclusiveVat: {
15319
- currencyIso: 'GBP',
15320
- value: 34,
15321
- priceType: 'BUY',
15322
- formattedValue: '£34',
15323
- formattedPriceWithoutCurrencySymbol: '34',
15324
- currencySymbol: '£',
15325
- vatRatePercentage: 20,
15326
- valueInPence: 3400
15327
- },
15328
- priceExclusiveVat: {
15329
- currencyIso: 'GBP',
15330
- value: 28.33,
15331
- priceType: 'BUY',
15332
- formattedValue: '£28.33',
15333
- formattedPriceWithoutCurrencySymbol: '28.33',
15334
- currencySymbol: '£',
15335
- valueInPence: 2833
15336
- },
15337
- downStreamData: {
15338
- fulfillmentType: 'IN_STORE_ONLY'
15339
- },
15340
- categoryPath: 'Products/Tools & Workwear/Workwear/Footwear',
15341
- hasDataSheets: false,
15342
- coshhSheetList: [],
15343
- dopSheetList: [],
15344
- epdSheetList: [],
15345
- gilSheetList: [],
15346
- techSheetList: [],
15347
- fulfillmentAttributes: {
15348
- type: 'IN_STORE_ONLY',
15349
- bigAndBulky: false,
15350
- supplierDelivered: false,
15351
- vision: false,
15352
- assumedAlwaysInStock: true,
15353
- webOnly: false
15354
- },
15355
- baseProductUrl: '/Scruffs-Hardcore-Scoria-Safety-Boot---Black/p/9000275478',
15356
- productType: 'MasterProductModel',
15357
- variantAttributeName: 'Size',
15358
- gpid: '1100484267',
15359
- isBaseProduct: false,
15360
- scene7FlyoutViewerISCommand: '',
15361
- availableForShoppingList: false,
15362
- installationDetails: {
15363
- packCoverage: 0,
15364
- pricePerPack: 34,
15365
- pricePerSQM: {
15366
- currencyIso: 'GBP',
15367
- value: 0,
15368
- priceType: 'BUY',
15369
- formattedValue: '£0',
15370
- formattedPriceWithoutCurrencySymbol: '0',
15371
- currencySymbol: '£',
15372
- valueInPence: 0
15373
- },
15374
- pricePerSQMExcVat: {
15375
- currencyIso: 'GBP',
15376
- value: 0,
15377
- priceType: 'BUY',
15378
- formattedValue: '£0',
15379
- formattedPriceWithoutCurrencySymbol: '0',
15380
- currencySymbol: '£',
15381
- valueInPence: 0
15382
- }
15383
- },
15384
- tileCalculationAvailable: false,
15385
- flooringCalculationAvailable: false,
15386
- installationProduct: false,
15387
- availabilityRestriction: 'NO_RESTRICTIONS',
15388
- availableForBigWinsCncOnly: false,
15389
- availableForBigWinsStockOnly: false,
15390
- galleryIdentifiers: ['products/wickes/2018-Wickes-Missing-Product-650x650'],
15391
- volumePricesExclusiveVat: [],
15392
- isAddedToFavourites: false,
15393
- displayPrice: {
15394
- currencyIso: 'GBP',
15395
- value: 34,
15396
- priceType: 'BUY',
15397
- formattedValue: '£34',
15398
- formattedPriceWithoutCurrencySymbol: '34',
15399
- currencySymbol: '£',
15400
- vatRatePercentage: 20,
15401
- valueInPence: 3400
15402
- },
15403
- displayPriceExclusiveVat: {
15404
- currencyIso: 'GBP',
15405
- value: 28.33,
15406
- priceType: 'BUY',
15407
- formattedValue: '£28.33',
15408
- formattedPriceWithoutCurrencySymbol: '28.33',
15409
- currencySymbol: '£',
15410
- valueInPence: 2833
15411
- },
15412
- displayVolumePrices: [],
15413
- displayVolumePricesExclusiveVat: []
15414
- }]
15415
- }],
15416
- completeYourProject2Recomendations: {
15417
- recommendedProducts: [{
15418
- baseProduct: {
15419
- code: '406892',
15420
- name: 'Rangemaster Classic Deluxe 90 Ceramic Range Cooker',
15421
- url: '/Rangemaster-Classic-Deluxe-90-Ceramic-Range-Cooker/p/406892',
15422
- purchasable: true,
15423
- availableForPickup: true,
15424
- potentialPromotions: [{
15425
- code: 'Q1-2026-PLH-345178-10for10',
15426
- promotionType: 'Rule Based Promotion',
15427
- endDate: '2026-07-29T23:59:59.000+0000',
15428
- description: '10 for £10 <p>Offer price equivalent to £1.00 per item</p>',
15429
- couldFireMessages: [],
15430
- firedMessages: [],
15431
- priority: 2000,
15432
- customAttributes: {
15433
- overlayText: '15% off',
15434
- displayOverlayText: '15% off',
15435
- displayOverlayTextExclusiveVat: '15% off',
15436
- overlayTextColor: 'gray',
15437
- overlayBackgroundColor: 'yellow',
15438
- showOverlayTextOnPlp: true
15439
- }
15440
- }, {
15441
- code: 'Q1-2026-New-WK-2',
15442
- promotionType: 'Rule Based Promotion',
15443
- endDate: '2026-06-29T23:59:59.000+0000',
15444
- couldFireMessages: [],
15445
- firedMessages: [],
15446
- priority: 800,
15447
- customAttributes: {
15448
- overlayText: 'New',
15449
- displayOverlayText: 'New',
15450
- displayOverlayTextExclusiveVat: 'New',
15451
- overlayTextColor: 'white',
15452
- overlayBackgroundColor: 'green',
15453
- showOverlayTextOnPlp: true
15454
- }
15455
- }],
15456
- price: {
15457
- currencyIso: 'GBP',
15458
- value: 200009,
15459
- priceType: 'BUY',
15460
- formattedValue: '£200,009.00',
15461
- currencySymbol: '£',
15462
- wasPrice: null
15463
- },
15464
- images: [{
15465
- imageType: 'PRIMARY',
15466
- format: 'product',
15467
- url: 'https://placehold.co/154x154?text=initial-product',
15468
- altText: 'Rangemaster Classic Deluxe 90 Ceramic Range Cooker'
15469
- }],
15470
- externalAverageRating: 0.5,
15471
- externalReviewCount: 0,
15472
- downStreamData: {
15473
- description: 'Offer is valid for the same product and size in a single purchase',
15474
- fulfillmentType: 'STANDARD_STORE_DELIVERED'
15475
- },
15476
- baseOptions: []
15477
- }
15478
- }, {
15479
- baseProduct: {
15480
- code: '406892',
15481
- name: 'Rangemaster Classic Deluxe 90 Ceramic Range Cooker',
15482
- url: '/Rangemaster-Classic-Deluxe-90-Ceramic-Range-Cooker/p/406892',
15483
- purchasable: true,
15484
- availableForPickup: true,
15485
- price: {
15486
- currencyIso: 'GBP',
15487
- value: 200009,
15488
- priceType: 'BUY',
15489
- formattedValue: '£200,009.00',
15490
- currencySymbol: '£',
15491
- wasPrice: null
15492
- },
15493
- images: [{
15494
- imageType: 'PRIMARY',
15495
- format: 'product',
15496
- url: 'https://placehold.co/154x154?text=initial-product',
15497
- altText: 'Rangemaster Classic Deluxe 90 Ceramic Range Cooker'
15498
- }],
15499
- externalAverageRating: 0.5,
15500
- externalReviewCount: 0,
15501
- downStreamData: {
15502
- description: 'Offer is valid for the same product and size in a single purchase',
15503
- fulfillmentType: 'STANDARD_STORE_DELIVERED'
15504
- },
15505
- baseOptions: []
15506
- }
15507
- }, {
15508
- baseProduct: {
15509
- code: '406892',
15510
- name: 'Rangemaster Classic Deluxe 90 Ceramic Range Cooker',
15511
- url: '/Rangemaster-Classic-Deluxe-90-Ceramic-Range-Cooker/p/406892',
15512
- purchasable: true,
15513
- availableForPickup: true,
15514
- price: {
15515
- currencyIso: 'GBP',
15516
- value: 200009,
15517
- priceType: 'BUY',
15518
- formattedValue: '£200,009.00',
15519
- currencySymbol: '£',
15520
- wasPrice: null
15521
- },
15522
- images: [{
15523
- imageType: 'PRIMARY',
15524
- format: 'product',
15525
- url: 'https://placehold.co/154x154?text=initial-product',
15526
- altText: 'Rangemaster Classic Deluxe 90 Ceramic Range Cooker'
15527
- }],
15528
- externalAverageRating: 0.5,
15529
- externalReviewCount: 0,
15530
- downStreamData: {
15531
- description: 'Offer is valid for the same product and size in a single purchase',
15532
- fulfillmentType: 'STANDARD_STORE_DELIVERED'
15533
- },
15534
- baseOptions: []
15535
- }
15536
- }]
15537
- }
15538
- },
15539
12732
  getCartPdpHtml: function getCartPdpHtml() {
15540
12733
  var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
15541
12734
  _ref$hasError = _ref.hasError,
@@ -15567,7 +12760,7 @@ Wick.FEMock = {
15567
12760
  cartPDPError: "\n <div class=\"custom-slider__wrap slider-mini-basket popover-mini-basket\">\n <div class=\"custom-slider__header\">\n <button class=\"btn btn-link p-0 link close-popup\" type=\"button\">\n <span class=\"icon-wrap\">\n <svg class=\"svg-inline--fa fa-angle-left fa-w-6\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"angle-left\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 192 512\" data-fa-i2svg=\"\">\n <path fill=\"currentColor\" d=\"M4.2 247.5L151 99.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17L69.3 256l118.5 119.7c4.7 4.7 4.7 12.3 0 17L168 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 264.5c-4.7-4.7-4.7-12.3 0-17z\"></path>\n </svg>\n </span>\n Continue Shopping\n </button>\n\n <button class=\"icon-wrap close-popup\" type=\"button\">\n <svg class=\"svg-inline--fa fa-times fa-w-10 icon\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"times\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\" data-fa-i2svg=\"\">\n <path fill=\"currentColor\" d=\"M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z\"></path>\n </svg>\n </button>\n </div>\n\n <div class=\"custom-slider__message\">\n <span class=\"icon-wrap error\">\n <svg class=\"svg-inline--fa fa-times-circle fa-w-16\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"times-circle\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" data-fa-i2svg=\"\">\n <path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z\"></path>\n </svg>\n </span>\n\n <div class=\"messages popover-mini-basket__not-added\">\n <p class=\"messages__text\">\n Invalid quantity entered. Please enter a number to the field \u2018quantity\u2019.\n </p>\n </div>\n </div>\n\n <div class=\"products popover-mini-basket__cards-holder\">\n <div class=\"card product-card-preview\">\n <div class=\"products__item card__inner\" data-name=\"Blue Circle Ready To Use Postcrete - 20kg\" data-id=\"221100\" data-price=\"7.50\" data-position=\"0\">\n <a href=\"/Blue-Circle-Ready-To-Use-Postcrete---20kg/p/221100\" class=\"card__img-wrap card__img-wrap_link products__image\">\n <img loading=\"lazy\" class=\"product-img\" src=\"//media.wickes.co.uk/is/image/wickes/B3182_221100_00?$thumbnail$\" alt=\"Blue Circle Ready To Use Postcrete - 20kg\" title=\"Blue Circle Ready To Use Postcrete - 20kg\">\n </a>\n\n <div class=\"products__details\">\n <a href=\"/Blue-Circle-Ready-To-Use-Postcrete---20kg/p/221100\" class=\"title product-card__title\">\n Blue Circle Ready To Use Postcrete - 20kg\n </a>\n\n <p class=\"price\">\n <span class=\"product-card__price-value\">\xA37.50</span>\n </p>\n </div>\n </div>\n </div>\n </div>\n\n <div class=\"custom-slider__content\"></div>\n </div>\n "
15568
12761
  };
15569
12762
 
15570
- },{}],68:[function(require,module,exports){
12763
+ },{}],66:[function(require,module,exports){
15571
12764
  "use strict";
15572
12765
 
15573
12766
  function getOrdersHtmlByCurrentPage(_ref) {
@@ -15630,12 +12823,11 @@ $(document).ready(function () {
15630
12823
  initMyOrdersEvent();
15631
12824
  });
15632
12825
 
15633
- },{}],69:[function(require,module,exports){
12826
+ },{}],67:[function(require,module,exports){
15634
12827
  "use strict";
15635
12828
 
15636
12829
  function initNotifyMeEmulation() {
15637
- var _Wick$NotifyMeSubscri;
15638
- $(document).on('submit', (_Wick$NotifyMeSubscri = Wick.NotifyMeSubscription) === null || _Wick$NotifyMeSubscri === void 0 ? void 0 : _Wick$NotifyMeSubscri.el.form, function () {
12830
+ $(document).on('submit', Wick.NotifyMeSubscription.el.form, function () {
15639
12831
  return Wick.NotifyMeSubscription.showSuccessState();
15640
12832
  });
15641
12833
  }
@@ -15643,7 +12835,7 @@ $(document).ready(function () {
15643
12835
  initNotifyMeEmulation();
15644
12836
  });
15645
12837
 
15646
- },{}],70:[function(require,module,exports){
12838
+ },{}],68:[function(require,module,exports){
15647
12839
  "use strict";
15648
12840
 
15649
12841
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
@@ -15680,7 +12872,7 @@ Object.entries(paymentTypeSelectors).forEach(function (_ref) {
15680
12872
  });
15681
12873
  });
15682
12874
 
15683
- },{}],71:[function(require,module,exports){
12875
+ },{}],69:[function(require,module,exports){
15684
12876
  "use strict";
15685
12877
 
15686
12878
  var Wick = window.Wick = window.Wick || {};
@@ -15774,7 +12966,7 @@ $(document).ready(function () {
15774
12966
  }
15775
12967
  });
15776
12968
 
15777
- },{}],72:[function(require,module,exports){
12969
+ },{}],70:[function(require,module,exports){
15778
12970
  "use strict";
15779
12971
 
15780
12972
  function handleClickAndScroll(cta, elementToScroll) {
@@ -15794,7 +12986,7 @@ $(document).ready(function () {
15794
12986
  handleClickAndScroll('.pdp-price-sale__value .pdp-price__excluding-delivery', '.pdp__fulfilment');
15795
12987
  });
15796
12988
 
15797
- },{}],73:[function(require,module,exports){
12989
+ },{}],71:[function(require,module,exports){
15798
12990
  "use strict";
15799
12991
 
15800
12992
  var Wick = Wick || {};
@@ -15880,7 +13072,7 @@ $(document).ready(function () {
15880
13072
  initPersonalDetails();
15881
13073
  });
15882
13074
 
15883
- },{}],74:[function(require,module,exports){
13075
+ },{}],72:[function(require,module,exports){
15884
13076
  "use strict";
15885
13077
 
15886
13078
  function getHtmlByCurrentPage(_ref) {
@@ -15909,7 +13101,7 @@ $(document).ready(function () {
15909
13101
  initPLPLoadMoreFunctionality();
15910
13102
  });
15911
13103
 
15912
- },{}],75:[function(require,module,exports){
13104
+ },{}],73:[function(require,module,exports){
15913
13105
  "use strict";
15914
13106
 
15915
13107
  var Wick = window.Wick = window.Wick || {};
@@ -16127,7 +13319,7 @@ Wick.MiniBasket = function () {
16127
13319
  };
16128
13320
  }();
16129
13321
 
16130
- },{}],76:[function(require,module,exports){
13322
+ },{}],74:[function(require,module,exports){
16131
13323
  "use strict";
16132
13324
 
16133
13325
  var Wick = Wick || {};
@@ -16168,7 +13360,7 @@ $(document).ready(function () {
16168
13360
  Wick.ProductCounter.bind();
16169
13361
  });
16170
13362
 
16171
- },{}],77:[function(require,module,exports){
13363
+ },{}],75:[function(require,module,exports){
16172
13364
  "use strict";
16173
13365
 
16174
13366
  var Wick = Wick || {};
@@ -16203,7 +13395,7 @@ $(document).ready(function () {
16203
13395
  Wick.ProjectListMultiple.bindAll();
16204
13396
  });
16205
13397
 
16206
- },{}],78:[function(require,module,exports){
13398
+ },{}],76:[function(require,module,exports){
16207
13399
  "use strict";
16208
13400
 
16209
13401
  var Wick = window.Wick = window.Wick || {};
@@ -16490,7 +13682,7 @@ $(document).ready(function () {
16490
13682
  init();
16491
13683
  });
16492
13684
 
16493
- },{}],79:[function(require,module,exports){
13685
+ },{}],77:[function(require,module,exports){
16494
13686
  "use strict";
16495
13687
 
16496
13688
  function initProjectShadowList() {
@@ -16552,7 +13744,7 @@ $(document).ready(function () {
16552
13744
  initProjectShadowList();
16553
13745
  });
16554
13746
 
16555
- },{}],80:[function(require,module,exports){
13747
+ },{}],78:[function(require,module,exports){
16556
13748
  "use strict";
16557
13749
 
16558
13750
  function initQuizEmail() {
@@ -16572,7 +13764,7 @@ $(document).ready(function () {
16572
13764
  initQuizEmail();
16573
13765
  });
16574
13766
 
16575
- },{}],81:[function(require,module,exports){
13767
+ },{}],79:[function(require,module,exports){
16576
13768
  "use strict";
16577
13769
 
16578
13770
  var Wick = Wick || {};
@@ -16672,7 +13864,7 @@ Wick.ReferenceField = function () {
16672
13864
  init();
16673
13865
  }();
16674
13866
 
16675
- },{}],82:[function(require,module,exports){
13867
+ },{}],80:[function(require,module,exports){
16676
13868
  "use strict";
16677
13869
 
16678
13870
  var Wick = Wick || {};
@@ -16702,7 +13894,7 @@ Wick.RepaymentToggle = function () {
16702
13894
  bindEvents();
16703
13895
  }();
16704
13896
 
16705
- },{}],83:[function(require,module,exports){
13897
+ },{}],81:[function(require,module,exports){
16706
13898
  "use strict";
16707
13899
 
16708
13900
  $(document).on('click', '.filter-results__clear', function () {
@@ -16711,7 +13903,7 @@ $(document).on('click', '.filter-results__clear', function () {
16711
13903
  form.submit();
16712
13904
  });
16713
13905
 
16714
- },{}],84:[function(require,module,exports){
13906
+ },{}],82:[function(require,module,exports){
16715
13907
  "use strict";
16716
13908
 
16717
13909
  var Wick = Wick || {};
@@ -16737,7 +13929,7 @@ Wick.Selectable = function () {
16737
13929
  bindEvents();
16738
13930
  }();
16739
13931
 
16740
- },{}],85:[function(require,module,exports){
13932
+ },{}],83:[function(require,module,exports){
16741
13933
  "use strict";
16742
13934
 
16743
13935
  var Wick = Wick || {};
@@ -16820,7 +14012,7 @@ $(document).ready(function () {
16820
14012
  Wick.ShoppingList.bindAll();
16821
14013
  });
16822
14014
 
16823
- },{}],86:[function(require,module,exports){
14015
+ },{}],84:[function(require,module,exports){
16824
14016
  "use strict";
16825
14017
 
16826
14018
  var Wick = Wick || {};
@@ -16845,7 +14037,7 @@ Wick.SignUp = function () {
16845
14037
  });
16846
14038
  }();
16847
14039
 
16848
- },{}],87:[function(require,module,exports){
14040
+ },{}],85:[function(require,module,exports){
16849
14041
  "use strict";
16850
14042
 
16851
14043
  var _loader = require("../page/utils/loader");
@@ -16902,7 +14094,7 @@ $(document).ready(function () {
16902
14094
  initStoreLocatorLoadMore();
16903
14095
  });
16904
14096
 
16905
- },{"../page/utils/loader":95}],88:[function(require,module,exports){
14097
+ },{"../page/utils/loader":93}],86:[function(require,module,exports){
16906
14098
  "use strict";
16907
14099
 
16908
14100
  var Wick = window.Wick || {};
@@ -16943,7 +14135,7 @@ $(document).ready(function () {
16943
14135
  }, 250));
16944
14136
  });
16945
14137
 
16946
- },{}],89:[function(require,module,exports){
14138
+ },{}],87:[function(require,module,exports){
16947
14139
  "use strict";
16948
14140
 
16949
14141
  var Wick = Wick || {};
@@ -16965,7 +14157,7 @@ $(document).ready(function () {
16965
14157
  Wick.addListToBasket.addAllProjectList();
16966
14158
  });
16967
14159
 
16968
- },{}],90:[function(require,module,exports){
14160
+ },{}],88:[function(require,module,exports){
16969
14161
  "use strict";
16970
14162
 
16971
14163
  var Wick = Wick || {};
@@ -17003,7 +14195,7 @@ Wick.User = function () {
17003
14195
  };
17004
14196
  }();
17005
14197
 
17006
- },{}],91:[function(require,module,exports){
14198
+ },{}],89:[function(require,module,exports){
17007
14199
  "use strict";
17008
14200
 
17009
14201
  var suppressQuantityReportValidityOnBlur = false;
@@ -17030,14 +14222,14 @@ $(document).off('keydown.quantityValidation', '#quantity-field').on('keydown.qua
17030
14222
  }, 150);
17031
14223
  });
17032
14224
 
17033
- },{}],92:[function(require,module,exports){
14225
+ },{}],90:[function(require,module,exports){
17034
14226
  "use strict";
17035
14227
 
17036
14228
  window.ACC = window.ACC || {};
17037
14229
  window.ACC.app = window.ACC.app || {};
17038
14230
  window.ACC.app.isVatToggleAvailable = !!$('.switch-vat input').length;
17039
14231
 
17040
- },{}],93:[function(require,module,exports){
14232
+ },{}],91:[function(require,module,exports){
17041
14233
  "use strict";
17042
14234
 
17043
14235
  var Wick = window.Wick = window.Wick || {};
@@ -17069,7 +14261,7 @@ Wick.Wismo = function () {
17069
14261
  });
17070
14262
  }();
17071
14263
 
17072
- },{}],94:[function(require,module,exports){
14264
+ },{}],92:[function(require,module,exports){
17073
14265
  "use strict";
17074
14266
 
17075
14267
  var Wick = Wick || {};
@@ -17148,7 +14340,7 @@ Wick.YourDetails = function () {
17148
14340
  });
17149
14341
  }();
17150
14342
 
17151
- },{}],95:[function(require,module,exports){
14343
+ },{}],93:[function(require,module,exports){
17152
14344
  "use strict";
17153
14345
 
17154
14346
  Object.defineProperty(exports, "__esModule", {
@@ -17174,7 +14366,7 @@ function hideLoader(loaderSelector) {
17174
14366
  $(defineLoaderWrapper(loaderSelector)).addClass(HIDDEN_CLASS_NAME);
17175
14367
  }
17176
14368
 
17177
- },{"../../../elements/loader.hbs":25}],96:[function(require,module,exports){
14369
+ },{"../../../elements/loader.hbs":25}],94:[function(require,module,exports){
17178
14370
  "use strict";
17179
14371
 
17180
14372
  Object.defineProperty(exports, "__esModule", {
@@ -17411,4 +14603,4 @@ function createShowMoreLess() {
17411
14603
  };
17412
14604
  }
17413
14605
 
17414
- },{"../../../elements/btn.hbs":24}]},{},[26,27,28,29,30,31,32,33,34,35,36,37,38,39,44,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94]);
14606
+ },{"../../../elements/btn.hbs":24}]},{},[26,27,28,29,30,31,32,33,34,35,36,37,42,38,39,40,41,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92]);