wickes-css2 2.106.0-develop.7 → 2.106.0-develop.9
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.
- package/Readme.md +1 -1
- package/build/css/components/checkout-payment-details-v2.css +1 -1
- package/build/css/pages/page_checkout_delivery-new.css +1 -1
- package/build/img/billie-pay-later.svg +13 -0
- package/build/img/giftcard.svg +28 -0
- package/build/js/account-members.min.js +1 -1
- package/build/js/add-project-list-id.min.js +1 -1
- package/build/js/address-book.min.js +1 -1
- package/build/js/basket.min.js +2 -2
- package/build/js/bundle.min.js +1 -1
- package/build/js/change-password.min.js +1 -1
- package/build/js/checkout.min.js +2 -2
- package/build/js/emulation.min.js +2110 -1841
- package/build/js/general.bundle.min.js +1 -1
- package/build/js/gift-cards.min.js +1 -0
- package/build/js/merged-checkout.min.js +2 -2
- package/build/js/mini-basket-slider.min.js +1 -1
- package/build/js/page/basket/basket-update-cart-action.js +4 -1
- package/build/js/page/basket/klarna.js +13 -3
- package/build/js/page/basket-v2.js +6 -2
- package/build/js/page/components/gift-cards.js +915 -0
- package/build/js/page/components/order-summary.js +42 -25
- package/build/js/page/components/toggle-password-visibility.js +22 -0
- package/build/js/page/components/voucher.js +52 -47
- package/build/js/page/utils/gift-cards-utils.js +188 -0
- package/build/js/page/utils/input-handling.js +92 -0
- package/build/js/page/utils/show-hide-input.js +28 -0
- package/build/js/page/utils/validation.js +46 -1
- package/build/js/pdp.bundle.min.js +1 -1
- package/build/js/personal-details.min.js +1 -1
- package/build/js/plp.bundle.min.js +1 -1
- package/build/js/project-list.min.js +44 -1
- package/build/js/quiz.min.js +1 -1
- package/build/js/track-my-order.min.js +1 -1
- package/package.json +1 -1
- package/src/components/checkout-payment-details-v2.hbs +4 -3
- package/src/components/gift-cards-hint.hbs +9 -0
- package/src/components/gift-cards.hbs +90 -0
- package/src/components/giftcard-chip.hbs +23 -0
- package/src/components/giftcard-summary.hbs +6 -0
- package/src/elements/form-row.hbs +1 -1
- package/src/elements/input.hbs +31 -2
- package/src/img/billie-pay-later.svg +13 -0
- package/src/img/giftcard.svg +28 -0
- package/src/js/components/general/notification.js +2 -1
- package/src/js/emulation/basket-data.js +2126 -2038
- package/src/js/emulation/checkLocalEnv.js +6 -5
- package/src/js/emulation/checkout-data.js +35 -0
- package/src/js/emulation/checkout-payment-details.js +28 -26
- package/src/js/emulation/forms.js +16 -10
- package/src/js/emulation/gift-cards.js +205 -0
- package/src/js/page/basket/basket-update-cart-action.js +4 -1
- package/src/js/page/basket/klarna.js +13 -3
- package/src/js/page/basket-v2.js +6 -2
- package/src/js/page/components/gift-cards.js +915 -0
- package/src/js/page/components/order-summary.js +42 -25
- package/src/js/page/components/toggle-password-visibility.js +22 -0
- package/src/js/page/components/voucher.js +52 -47
- package/src/js/page/utils/gift-cards-utils.js +188 -0
- package/src/js/page/utils/input-handling.js +92 -0
- package/src/js/page/utils/show-hide-input.js +28 -0
- package/src/js/page/utils/validation.js +46 -1
- package/src/layouts/checkout.hbs +1 -5
- package/src/page_my-account_change-password.html +1 -0
- package/src/page_payment-details-with-gift-card.html +8 -5
- package/src/scss/components/_gift-cards.scss +360 -0
- package/src/scss/components/checkout-payment-details-v2.scss +6 -2
- package/src/scss/pages/page_checkout_delivery-new.scss +26 -0
- package/src/js/components/toggle-password-visibility.js +0 -58
|
@@ -1780,2055 +1780,2063 @@ $(document).ready(function () {
|
|
|
1780
1780
|
},{}],31:[function(require,module,exports){
|
|
1781
1781
|
"use strict";
|
|
1782
1782
|
|
|
1783
|
-
|
|
1783
|
+
window.Wick = window.Wick || {};
|
|
1784
1784
|
Wick.BasketData = function () {
|
|
1785
1785
|
return {
|
|
1786
1786
|
validPostCodes: function validPostCodes() {
|
|
1787
1787
|
return ['RT_01', 'RT_02', 'RT_03', 'RT_04', 'RT_05', 'RT_051'];
|
|
1788
1788
|
},
|
|
1789
1789
|
successVoucherData: {
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1790
|
+
subTotal: '£85.00',
|
|
1791
|
+
deliveryCost: '£4.00',
|
|
1792
|
+
freeDelivery: false,
|
|
1793
|
+
clickAndCollectCost: 'FREE',
|
|
1794
|
+
totalForDelivery: '£69.00',
|
|
1795
|
+
totalForClickAndCollect: 'FREE',
|
|
1796
|
+
total: '£67.00',
|
|
1797
|
+
vat: '£11.17',
|
|
1798
|
+
deliveryOrder: true,
|
|
1799
|
+
clickAndCollectOrder: false,
|
|
1800
|
+
discountTotal: '£2.00',
|
|
1801
|
+
discounts: ['Spend over £10 and get £2 fixed discount'],
|
|
1802
|
+
promotionsInfo: [{
|
|
1803
|
+
description: 'Spend over £10 and get £2 fixed discount',
|
|
1804
|
+
usedCouponCode: 'RT_02'
|
|
1805
1805
|
}],
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1806
|
+
subTotalWithDeliveryCost: '£69.00',
|
|
1807
|
+
net: false,
|
|
1808
|
+
subtotalWithDeliveryAndDiscounts: '£67.00',
|
|
1809
|
+
discountAmounts: [],
|
|
1810
|
+
goodsTotalWithoutDiscount: '£65.00',
|
|
1811
|
+
charityPrice: '',
|
|
1812
|
+
paymentInfos: {
|
|
1813
|
+
klarnaPaymentInfo: {
|
|
1814
|
+
customPaymentMethodIds: ['BathroomsFinance']
|
|
1815
|
+
}
|
|
1816
|
+
}
|
|
1812
1817
|
},
|
|
1813
1818
|
failVoucherData: {
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1819
|
+
status: 400,
|
|
1820
|
+
responseJSON: {
|
|
1821
|
+
globalMessage: {
|
|
1822
|
+
message: 'Delivery is already free.\nCoupon can’t be applied.'
|
|
1818
1823
|
}
|
|
1819
1824
|
}
|
|
1820
1825
|
},
|
|
1821
1826
|
updateQuantity: {
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1827
|
+
statusCode: 'lowStock',
|
|
1828
|
+
quantityAdded: 71,
|
|
1829
|
+
quantity: 0,
|
|
1830
|
+
entry: {
|
|
1831
|
+
entryNumber: 2,
|
|
1832
|
+
quantity: 74,
|
|
1833
|
+
basePrice: {
|
|
1834
|
+
currencyIso: 'GBP',
|
|
1835
|
+
value: 5.0,
|
|
1836
|
+
priceType: 'BUY',
|
|
1837
|
+
formattedValue: '£5.00',
|
|
1838
|
+
minQuantity: null,
|
|
1839
|
+
maxQuantity: null,
|
|
1840
|
+
currencySymbol: '£',
|
|
1841
|
+
wasPrice: null,
|
|
1842
|
+
infoUom: null,
|
|
1843
|
+
infoUomPrice: null,
|
|
1844
|
+
singleVolumePrice: null,
|
|
1845
|
+
vatRatePercentage: null,
|
|
1846
|
+
sellingUomDescription: null,
|
|
1847
|
+
formattedPriceWithoutCurrencySymbol: '5.00',
|
|
1848
|
+
pricing: null
|
|
1844
1849
|
},
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
+
basePriceExcVat: {
|
|
1851
|
+
value: 4,
|
|
1852
|
+
formattedValue: '£4',
|
|
1853
|
+
currencyIso: 'GBP',
|
|
1854
|
+
formattedPriceWithoutCurrencySymbol: '4'
|
|
1850
1855
|
},
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1856
|
+
totalPrice: {
|
|
1857
|
+
currencyIso: 'GBP',
|
|
1858
|
+
value: 3700.0,
|
|
1859
|
+
priceType: 'BUY',
|
|
1860
|
+
formattedValue: '£3700.00',
|
|
1861
|
+
minQuantity: null,
|
|
1862
|
+
maxQuantity: null,
|
|
1863
|
+
currencySymbol: '£',
|
|
1864
|
+
wasPrice: null,
|
|
1865
|
+
infoUom: null,
|
|
1866
|
+
infoUomPrice: null,
|
|
1867
|
+
singleVolumePrice: null,
|
|
1868
|
+
vatRatePercentage: null,
|
|
1869
|
+
sellingUomDescription: null,
|
|
1870
|
+
formattedPriceWithoutCurrencySymbol: '3700.00',
|
|
1871
|
+
pricing: null
|
|
1867
1872
|
},
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1873
|
+
product: {
|
|
1874
|
+
code: '221100',
|
|
1875
|
+
name: 'Blue Circle Ready To Use Postcrete - 20kg',
|
|
1876
|
+
url: '/Blue-Circle-Ready-To-Use-Postcrete---20kg/p/221100',
|
|
1877
|
+
purchasable: true,
|
|
1878
|
+
stock: {
|
|
1879
|
+
stockLevelStatus: {
|
|
1880
|
+
code: 'outOfStock',
|
|
1881
|
+
type: 'StockLevelStatus'
|
|
1877
1882
|
},
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1883
|
+
stockLevel: 0,
|
|
1884
|
+
stockThreshold: null,
|
|
1885
|
+
makeUnavailable: false,
|
|
1886
|
+
originalStockLevelStatus: {
|
|
1887
|
+
code: 'outOfStock',
|
|
1888
|
+
type: 'StockLevelStatus'
|
|
1884
1889
|
},
|
|
1885
|
-
|
|
1886
|
-
|
|
1890
|
+
exists: false,
|
|
1891
|
+
stockMessage: null
|
|
1887
1892
|
},
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1893
|
+
availableForPickup: true,
|
|
1894
|
+
price: {
|
|
1895
|
+
currencyIso: 'GBP',
|
|
1896
|
+
value: 5.0,
|
|
1897
|
+
priceType: 'BUY',
|
|
1898
|
+
formattedValue: '£5.00',
|
|
1899
|
+
minQuantity: null,
|
|
1900
|
+
maxQuantity: null,
|
|
1901
|
+
currencySymbol: '£',
|
|
1902
|
+
wasPrice: null,
|
|
1903
|
+
infoUom: 'KG',
|
|
1904
|
+
infoUomPrice: 0.25,
|
|
1905
|
+
singleVolumePrice: null,
|
|
1906
|
+
vatRatePercentage: 20.0,
|
|
1907
|
+
sellingUomDescription: null,
|
|
1908
|
+
formattedPriceWithoutCurrencySymbol: '5.00',
|
|
1909
|
+
pricing: null
|
|
1905
1910
|
},
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1911
|
+
images: [{
|
|
1912
|
+
imageType: 'PRIMARY',
|
|
1913
|
+
format: 'zoom',
|
|
1914
|
+
url: '//media.wickes.co.uk/is/image/wickes/largeNormal/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_00',
|
|
1915
|
+
altText: 'Blue Circle Ready To Use Postcrete - 20kg',
|
|
1916
|
+
galleryIndex: null,
|
|
1917
|
+
width: null
|
|
1913
1918
|
}, {
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1919
|
+
imageType: 'PRIMARY',
|
|
1920
|
+
format: 'product',
|
|
1921
|
+
url: '//media.wickes.co.uk/is/image/wickes/normal/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_00',
|
|
1922
|
+
altText: 'Blue Circle Ready To Use Postcrete - 20kg',
|
|
1923
|
+
galleryIndex: null,
|
|
1924
|
+
width: null
|
|
1920
1925
|
}, {
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1926
|
+
imageType: 'PRIMARY',
|
|
1927
|
+
format: 'thumbnail',
|
|
1928
|
+
url: '//media.wickes.co.uk/is/image/wickes/thumbnail/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_00',
|
|
1929
|
+
altText: 'Blue Circle Ready To Use Postcrete - 20kg',
|
|
1930
|
+
galleryIndex: null,
|
|
1931
|
+
width: null
|
|
1927
1932
|
}, {
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1933
|
+
imageType: 'PRIMARY',
|
|
1934
|
+
format: 'cartIcon',
|
|
1935
|
+
url: '//media.wickes.co.uk/is/image/wickes/smallThumbnail/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_00',
|
|
1936
|
+
altText: 'Blue Circle Ready To Use Postcrete - 20kg',
|
|
1937
|
+
galleryIndex: null,
|
|
1938
|
+
width: null
|
|
1934
1939
|
}],
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1940
|
+
categories: [{
|
|
1941
|
+
code: '1000208',
|
|
1942
|
+
name: 'Cement',
|
|
1943
|
+
url: '/Products/Building-Materials/Cement+Aggregates/Cement/c/1000208',
|
|
1944
|
+
description: null,
|
|
1945
|
+
image: null,
|
|
1946
|
+
parentCategoryName: null,
|
|
1947
|
+
sequence: 0
|
|
1943
1948
|
}, {
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1949
|
+
code: '1000211',
|
|
1950
|
+
name: 'Concrete',
|
|
1951
|
+
url: '/Products/Building-Materials/Cement+Aggregates/Concrete/c/1000211',
|
|
1952
|
+
description: null,
|
|
1953
|
+
image: null,
|
|
1954
|
+
parentCategoryName: null,
|
|
1955
|
+
sequence: 0
|
|
1951
1956
|
}],
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1957
|
+
baseOptions: [],
|
|
1958
|
+
volumePrices: [],
|
|
1959
|
+
configurable: false,
|
|
1960
|
+
imageSetId: 'B3182_221100_IS',
|
|
1961
|
+
fulfilmentType: 'STANDARD',
|
|
1962
|
+
noScriptProductImageUrl: '//media.wickes.co.uk/is/image/wickes/largeNormal/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_00?defaultImage=wickes/2018-Wickes-Missing-Product-650x650',
|
|
1963
|
+
sellOnly: false,
|
|
1964
|
+
externalAverageRating: 4.9,
|
|
1965
|
+
externalReviewCount: 4680,
|
|
1966
|
+
coshhSheetUrl: '//media.wickes.co.uk/documents/wickes/B3182_221100_COSHH_0',
|
|
1967
|
+
techSheetUrl: '//media.wickes.co.uk/documents/wickes/B3182_221100_TECH_0',
|
|
1968
|
+
priceInclusiveVat: {
|
|
1969
|
+
currencyIso: 'GBP',
|
|
1970
|
+
value: 5.0,
|
|
1971
|
+
priceType: 'BUY',
|
|
1972
|
+
formattedValue: '£5.00',
|
|
1973
|
+
minQuantity: null,
|
|
1974
|
+
maxQuantity: null,
|
|
1975
|
+
currencySymbol: '£',
|
|
1976
|
+
wasPrice: null,
|
|
1977
|
+
infoUom: 'KG',
|
|
1978
|
+
infoUomPrice: 0.25,
|
|
1979
|
+
singleVolumePrice: null,
|
|
1980
|
+
vatRatePercentage: 20.0,
|
|
1981
|
+
sellingUomDescription: null,
|
|
1982
|
+
formattedPriceWithoutCurrencySymbol: '5.00',
|
|
1983
|
+
pricing: null
|
|
1979
1984
|
},
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1985
|
+
priceExclusiveVat: {
|
|
1986
|
+
currencyIso: 'GBP',
|
|
1987
|
+
value: 4.17,
|
|
1988
|
+
priceType: 'BUY',
|
|
1989
|
+
formattedValue: '£4.17',
|
|
1990
|
+
minQuantity: null,
|
|
1991
|
+
maxQuantity: null,
|
|
1992
|
+
currencySymbol: '£',
|
|
1993
|
+
wasPrice: null,
|
|
1994
|
+
infoUom: null,
|
|
1995
|
+
infoUomPrice: null,
|
|
1996
|
+
singleVolumePrice: null,
|
|
1997
|
+
vatRatePercentage: null,
|
|
1998
|
+
sellingUomDescription: null,
|
|
1999
|
+
formattedPriceWithoutCurrencySymbol: '4.17',
|
|
2000
|
+
pricing: null
|
|
1996
2001
|
},
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2002
|
+
downStreamData: {
|
|
2003
|
+
description: 'Blue Circle Ready To Use Postcrete - 20kg',
|
|
2004
|
+
fulfillmentType: 'STANDARD',
|
|
2005
|
+
swapCode: '',
|
|
2006
|
+
productRanking: null,
|
|
2007
|
+
order: null
|
|
2003
2008
|
},
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2009
|
+
categoryPath: 'Products/Building Materials/Cement & Aggregates/Cement',
|
|
2010
|
+
hasDataSheets: true,
|
|
2011
|
+
coshhSheetList: [{
|
|
2012
|
+
code: 'B3182_221100_COSHH_0',
|
|
2013
|
+
description: null,
|
|
2014
|
+
altText: null,
|
|
2015
|
+
url: '//media.wickes.co.uk/documents/wickes/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_COSHH_0',
|
|
2016
|
+
downloadUrl: '//media.wickes.co.uk/documents/wickes/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_COSHH_0',
|
|
2017
|
+
size: null
|
|
2013
2018
|
}],
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2019
|
+
dopSheetList: [],
|
|
2020
|
+
epdSheetList: [],
|
|
2021
|
+
gilSheetList: [{
|
|
2022
|
+
code: 'B3182_221100_GIL_0',
|
|
2023
|
+
description: null,
|
|
2024
|
+
altText: null,
|
|
2025
|
+
url: '//media.wickes.co.uk/documents/wickes/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_GIL_0',
|
|
2026
|
+
downloadUrl: '//media.wickes.co.uk/documents/wickes/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_GIL_0',
|
|
2027
|
+
size: null
|
|
2023
2028
|
}],
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2029
|
+
techSheetList: [{
|
|
2030
|
+
code: 'B3182_221100_TECH_0',
|
|
2031
|
+
description: null,
|
|
2032
|
+
altText: null,
|
|
2033
|
+
url: '//media.wickes.co.uk/documents/wickes/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_TECH_0',
|
|
2034
|
+
downloadUrl: '//media.wickes.co.uk/documents/wickes/Cement-Blue-Circle-Ready-To-Use-Postcrete-20kg~B3182_221100_TECH_0',
|
|
2035
|
+
size: null
|
|
2031
2036
|
}],
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2037
|
+
fulfillmentAttributes: {
|
|
2038
|
+
type: 'STANDARD',
|
|
2039
|
+
leadTimeDays: 1,
|
|
2040
|
+
bigAndBulky: false,
|
|
2041
|
+
supplierDelivered: false,
|
|
2042
|
+
vision: false,
|
|
2043
|
+
assumedAlwaysInStock: false,
|
|
2044
|
+
webOnly: false,
|
|
2045
|
+
treatAsFulfillmentTypeOnCheckout: null
|
|
2041
2046
|
},
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2047
|
+
minOrderQuantity: 1,
|
|
2048
|
+
gpid: '1000492390',
|
|
2049
|
+
ean: '5018719100152',
|
|
2050
|
+
isBaseProduct: false,
|
|
2051
|
+
brandName: 'Blue Circle',
|
|
2052
|
+
scene7FlyoutViewerISCommand: '',
|
|
2053
|
+
availableForShoppingList: false,
|
|
2054
|
+
installationDetails: {
|
|
2055
|
+
packCoverage: 0.0,
|
|
2056
|
+
pricePerPack: 5.0,
|
|
2057
|
+
pricePerPackInPence: 500,
|
|
2058
|
+
pricePerSQM: 0.0,
|
|
2059
|
+
width: 0.0,
|
|
2060
|
+
length: 0.0,
|
|
2061
|
+
material: '',
|
|
2062
|
+
packQuantity: 0,
|
|
2063
|
+
doesNotContainRequiredAttributes: null
|
|
2059
2064
|
},
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2065
|
+
tileInstallationAvailable: false,
|
|
2066
|
+
tileCalculationAvailable: false,
|
|
2067
|
+
flooringInstallationAvailable: false,
|
|
2068
|
+
flooringCalculationAvailable: false,
|
|
2069
|
+
installationProduct: false,
|
|
2070
|
+
availabilityRestriction: 'NO_RESTRICTIONS',
|
|
2071
|
+
availableForBigWinsCncOnly: false,
|
|
2072
|
+
availableForBigWinsStockOnly: false
|
|
2068
2073
|
},
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2074
|
+
updateable: true,
|
|
2075
|
+
deliveryMode: null,
|
|
2076
|
+
deliveryPointOfService: {
|
|
2077
|
+
name: '8973',
|
|
2078
|
+
displayName: null,
|
|
2079
|
+
url: null,
|
|
2080
|
+
description: 'NDS Wickes Chadwell Heath',
|
|
2081
|
+
openingHours: null,
|
|
2082
|
+
storeContent: null,
|
|
2083
|
+
features: {},
|
|
2084
|
+
geoPoint: {
|
|
2085
|
+
latitude: 51.566937,
|
|
2086
|
+
longitude: 0.117506
|
|
2082
2087
|
},
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2088
|
+
formattedDistance: null,
|
|
2089
|
+
distanceKm: null,
|
|
2090
|
+
mapIcon: null,
|
|
2091
|
+
address: {
|
|
2092
|
+
id: '10089029042199',
|
|
2093
|
+
title: null,
|
|
2094
|
+
titleCode: null,
|
|
2095
|
+
firstName: null,
|
|
2096
|
+
lastName: null,
|
|
2097
|
+
companyName: 'Wickes',
|
|
2098
|
+
line1: 'WICKES, 850 HIGH ROAD',
|
|
2099
|
+
line2: 'CHADWELL HEATH',
|
|
2100
|
+
town: 'ROMFORD',
|
|
2101
|
+
region: null,
|
|
2102
|
+
postalCode: 'RM6 4HX',
|
|
2103
|
+
phone: '020 8590 1116',
|
|
2104
|
+
email: '',
|
|
2105
|
+
country: {
|
|
2106
|
+
isocode: 'GB',
|
|
2107
|
+
name: 'United Kingdom'
|
|
2103
2108
|
},
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2109
|
+
shippingAddress: false,
|
|
2110
|
+
billingAddress: false,
|
|
2111
|
+
defaultAddress: false,
|
|
2112
|
+
visibleInAddressBook: true,
|
|
2113
|
+
formattedAddress: 'WICKES, 850 HIGH ROAD, CHADWELL HEATH, ROMFORD, RM6 4HX, United Kingdom',
|
|
2114
|
+
contactAddress: false,
|
|
2115
|
+
mobile: null,
|
|
2116
|
+
fax: '123456',
|
|
2117
|
+
regionString: null,
|
|
2118
|
+
cardHolderName: null,
|
|
2119
|
+
businessAddress: false,
|
|
2120
|
+
createdTimestamp: null
|
|
2116
2121
|
},
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2122
|
+
storeImages: [],
|
|
2123
|
+
brand: 'Wickes',
|
|
2124
|
+
buyAndCollect: null,
|
|
2125
|
+
loadingRestriction: null,
|
|
2126
|
+
specificInfo: '',
|
|
2127
|
+
satNavPostcode: null,
|
|
2128
|
+
seoText: null,
|
|
2129
|
+
productRanges: [],
|
|
2130
|
+
metaTitle: null,
|
|
2131
|
+
metaDescription: null,
|
|
2132
|
+
h1: null
|
|
2128
2133
|
},
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2134
|
+
entries: null,
|
|
2135
|
+
configurationInfos: [],
|
|
2136
|
+
statusSummaryMap: {},
|
|
2137
|
+
entryGroupNumbers: [],
|
|
2138
|
+
comments: [],
|
|
2139
|
+
supportedActions: ['REMOVE'],
|
|
2140
|
+
taxValues: [{
|
|
2141
|
+
code: 'uk-vat-full',
|
|
2142
|
+
value: 20.0,
|
|
2143
|
+
appliedValue: 61.67,
|
|
2144
|
+
absolute: false,
|
|
2145
|
+
currencyIsoCode: 'GBP'
|
|
2141
2146
|
}],
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2147
|
+
deliveryModeType: 'PICKUP',
|
|
2148
|
+
fulfilmentRouting: null,
|
|
2149
|
+
collection: true,
|
|
2150
|
+
charity: false,
|
|
2151
|
+
leadTime: null,
|
|
2152
|
+
leadTimeExtended: null,
|
|
2153
|
+
itemTotalWithoutDiscount: {
|
|
2154
|
+
currencyIso: 'GBP',
|
|
2155
|
+
value: 3700.0,
|
|
2156
|
+
priceType: 'BUY',
|
|
2157
|
+
formattedValue: '£3700.00',
|
|
2158
|
+
minQuantity: null,
|
|
2159
|
+
maxQuantity: null,
|
|
2160
|
+
currencySymbol: '£',
|
|
2161
|
+
wasPrice: null,
|
|
2162
|
+
infoUom: null,
|
|
2163
|
+
infoUomPrice: null,
|
|
2164
|
+
singleVolumePrice: null,
|
|
2165
|
+
vatRatePercentage: null,
|
|
2166
|
+
sellingUomDescription: null,
|
|
2167
|
+
formattedPriceWithoutCurrencySymbol: '3700.00',
|
|
2168
|
+
pricing: null
|
|
2164
2169
|
},
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
+
itemTotalWithoutDiscountExcVat: {
|
|
2171
|
+
value: 3600,
|
|
2172
|
+
formattedValue: '£3600',
|
|
2173
|
+
currencyIso: 'GBP',
|
|
2174
|
+
formattedPriceWithoutCurrencySymbol: '3600'
|
|
2170
2175
|
},
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2176
|
+
appliedPromotions: null,
|
|
2177
|
+
tilingInstallationData: null,
|
|
2178
|
+
flooringInstallationData: null,
|
|
2179
|
+
alerts: null,
|
|
2180
|
+
orderFulfilmentControls: {
|
|
2181
|
+
availableForCollection: true,
|
|
2182
|
+
availableForDelivery: true,
|
|
2183
|
+
availableForWickesFulfilment: false
|
|
2179
2184
|
}
|
|
2180
2185
|
},
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
+
deliveryModeChanged: null,
|
|
2187
|
+
cartCode: '663467017',
|
|
2188
|
+
statusMessage: 'accConfirmedMsgs',
|
|
2189
|
+
entryGroupNumbers: null,
|
|
2190
|
+
message: 'The Basket quantity of <a href="/Blue-Circle-Ready-To-Use-Postcrete---20kg/p/221100" style="text-decoration: underline">Blue Circle Ready To Use Postcrete - 20kg</a> has been reduced to 74 from 100 due to insufficient stock.'
|
|
2186
2191
|
},
|
|
2187
2192
|
initialCartState: {
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
},
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
},
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
},
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
},
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
},
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
},
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
},
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2193
|
+
code: '696252000',
|
|
2194
|
+
subTotal: {
|
|
2195
|
+
value: 19.0,
|
|
2196
|
+
formattedValue: '£19.00',
|
|
2197
|
+
currencyIso: 'GBP',
|
|
2198
|
+
formattedPriceWithoutCurrencySymbol: '19.00'
|
|
2199
|
+
},
|
|
2200
|
+
totalTax: {
|
|
2201
|
+
value: 3.17,
|
|
2202
|
+
formattedValue: '£3.17',
|
|
2203
|
+
currencyIso: 'GBP',
|
|
2204
|
+
formattedPriceWithoutCurrencySymbol: '3.17'
|
|
2205
|
+
},
|
|
2206
|
+
deliveryCost: {
|
|
2207
|
+
value: 0.0,
|
|
2208
|
+
formattedValue: '£0.00',
|
|
2209
|
+
currencyIso: 'GBP',
|
|
2210
|
+
formattedPriceWithoutCurrencySymbol: '0.00'
|
|
2211
|
+
},
|
|
2212
|
+
charityPrice: {
|
|
2213
|
+
value: 0.0,
|
|
2214
|
+
formattedValue: '£0.00',
|
|
2215
|
+
currencyIso: 'GBP',
|
|
2216
|
+
formattedPriceWithoutCurrencySymbol: '0.00'
|
|
2217
|
+
},
|
|
2218
|
+
totalDiscounts: {
|
|
2219
|
+
value: 0.0,
|
|
2220
|
+
formattedValue: '£0.00',
|
|
2221
|
+
currencyIso: 'GBP',
|
|
2222
|
+
formattedPriceWithoutCurrencySymbol: '0.00'
|
|
2223
|
+
},
|
|
2224
|
+
totalPrice: {
|
|
2225
|
+
value: 19.0,
|
|
2226
|
+
formattedValue: '£19.00',
|
|
2227
|
+
currencyIso: 'GBP',
|
|
2228
|
+
formattedPriceWithoutCurrencySymbol: '19.00'
|
|
2229
|
+
},
|
|
2230
|
+
potentialProductPromotions: [],
|
|
2231
|
+
appliedProductPromotions: [],
|
|
2232
|
+
appliedOrderPromotions: [],
|
|
2233
|
+
promotionsInfo: null,
|
|
2234
|
+
clickAndCollectOnly: true,
|
|
2235
|
+
deliveryItemsQuantity: 1,
|
|
2236
|
+
pickupItemsQuantity: 2,
|
|
2237
|
+
freeDelivery: false,
|
|
2238
|
+
subtotalWithoutCharity: {
|
|
2239
|
+
value: 19.0,
|
|
2240
|
+
formattedValue: '£19.00',
|
|
2241
|
+
currencyIso: 'GBP',
|
|
2242
|
+
formattedPriceWithoutCurrencySymbol: '19.00'
|
|
2243
|
+
},
|
|
2244
|
+
messageForFreeDelivery: null,
|
|
2245
|
+
pickupOrderGroups: [{
|
|
2246
|
+
entries: [{
|
|
2247
|
+
entryNumber: 0,
|
|
2248
|
+
quantity: 2,
|
|
2249
|
+
basePrice: {
|
|
2250
|
+
value: 100.0,
|
|
2251
|
+
formattedValue: '£100',
|
|
2252
|
+
currencyIso: 'GBP',
|
|
2253
|
+
formattedPriceWithoutCurrencySymbol: '100'
|
|
2249
2254
|
},
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
+
basePriceExcVat: {
|
|
2256
|
+
value: 99,
|
|
2257
|
+
formattedValue: '£99',
|
|
2258
|
+
currencyIso: 'GBP',
|
|
2259
|
+
formattedPriceWithoutCurrencySymbol: '99'
|
|
2255
2260
|
},
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2261
|
+
product: {
|
|
2262
|
+
code: '221100',
|
|
2263
|
+
name: 'Blue Circle Ready To Use Postcrete - 20kg',
|
|
2264
|
+
url: '/Blue-Circle-Ready-To-Use-Postcrete---20kg/p/221100',
|
|
2265
|
+
minOrderQuantity: 0,
|
|
2266
|
+
maxOrderQuantity: null,
|
|
2267
|
+
fulfillmentAttributes: {
|
|
2268
|
+
type: 'STANDARD_STORE_DELIVERED',
|
|
2269
|
+
leadTimeDays: 1,
|
|
2270
|
+
supplierDelivered: false
|
|
2266
2271
|
},
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
+
price: {
|
|
2273
|
+
value: 100.0,
|
|
2274
|
+
formattedValue: '£100',
|
|
2275
|
+
currencyIso: 'GBP',
|
|
2276
|
+
formattedPriceWithoutCurrencySymbol: '100'
|
|
2272
2277
|
},
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
+
categoryPath: 'Products/Building Materials/Cement & Aggregates/Cement',
|
|
2279
|
+
brandName: 'Blue Circle',
|
|
2280
|
+
categories: [{
|
|
2281
|
+
code: '1000208',
|
|
2282
|
+
name: 'Cement'
|
|
2278
2283
|
}, {
|
|
2279
|
-
|
|
2280
|
-
|
|
2284
|
+
code: '1000211',
|
|
2285
|
+
name: 'Concrete'
|
|
2281
2286
|
}],
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2287
|
+
image: {
|
|
2288
|
+
url: '//media.dev.wickes.co.uk/is/image/wickes/B3182_221100_00?$normal$',
|
|
2289
|
+
altText: 'Blue Circle Ready To Use Postcrete - 20kg'
|
|
2285
2290
|
},
|
|
2286
|
-
|
|
2287
|
-
|
|
2291
|
+
pricePerSqm: 0.0,
|
|
2292
|
+
installationProduct: false
|
|
2288
2293
|
},
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2294
|
+
updateable: true,
|
|
2295
|
+
deliveryPointOfService: {
|
|
2296
|
+
name: '8901',
|
|
2297
|
+
description: 'WX Test Store 12'
|
|
2293
2298
|
},
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2299
|
+
charity: false,
|
|
2300
|
+
itemTotalWithoutDiscount: {
|
|
2301
|
+
value: 100.0,
|
|
2302
|
+
formattedValue: '£100',
|
|
2303
|
+
currencyIso: 'GBP',
|
|
2304
|
+
formattedPriceWithoutCurrencySymbol: '100'
|
|
2300
2305
|
},
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
+
itemTotalWithoutDiscountExcVat: {
|
|
2307
|
+
value: 99,
|
|
2308
|
+
formattedValue: '£99',
|
|
2309
|
+
currencyIso: 'GBP',
|
|
2310
|
+
formattedPriceWithoutCurrencySymbol: '99'
|
|
2306
2311
|
},
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2312
|
+
orderFulfilmentControls: {
|
|
2313
|
+
availableForDelivery: true,
|
|
2314
|
+
availableForCollection: true,
|
|
2315
|
+
availableForWickesFulfilment: false
|
|
2311
2316
|
}
|
|
2312
2317
|
}],
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2318
|
+
quantity: 1,
|
|
2319
|
+
totalPrice: {
|
|
2320
|
+
value: 100.0,
|
|
2321
|
+
formattedValue: '£100.00',
|
|
2322
|
+
currencyIso: 'GBP',
|
|
2323
|
+
formattedPriceWithoutCurrencySymbol: '100.00'
|
|
2319
2324
|
}
|
|
2320
2325
|
}, {
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2326
|
+
entries: [{
|
|
2327
|
+
entryNumber: 1,
|
|
2328
|
+
quantity: 2,
|
|
2329
|
+
basePrice: {
|
|
2330
|
+
value: 24.0,
|
|
2331
|
+
formattedValue: '£24',
|
|
2332
|
+
currencyIso: 'GBP',
|
|
2333
|
+
formattedPriceWithoutCurrencySymbol: '24'
|
|
2329
2334
|
},
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
+
basePriceExcVat: {
|
|
2336
|
+
value: 23,
|
|
2337
|
+
formattedValue: '£23',
|
|
2338
|
+
currencyIso: 'GBP',
|
|
2339
|
+
formattedPriceWithoutCurrencySymbol: '23'
|
|
2335
2340
|
},
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2341
|
+
product: {
|
|
2342
|
+
code: '109450',
|
|
2343
|
+
name: 'Knauf Insulation Space Standard Top Up 170mm Loft Roll - 6.47m²',
|
|
2344
|
+
url: '/Knauf-Insulation-Space-Standard-Top-Up-170mm-Loft-Roll---6-47m%C2%B2/p/109450',
|
|
2345
|
+
minOrderQuantity: 0,
|
|
2346
|
+
maxOrderQuantity: null,
|
|
2347
|
+
fulfillmentAttributes: {
|
|
2348
|
+
type: 'HOURLY_STANDARD',
|
|
2349
|
+
leadTimeDays: 1,
|
|
2350
|
+
supplierDelivered: false
|
|
2346
2351
|
},
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
+
price: {
|
|
2353
|
+
value: 24.0,
|
|
2354
|
+
formattedValue: '£24',
|
|
2355
|
+
currencyIso: 'GBP',
|
|
2356
|
+
formattedPriceWithoutCurrencySymbol: '24'
|
|
2352
2357
|
},
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
+
categoryPath: 'Products/Building Materials/Insulation/Loft Insulation',
|
|
2359
|
+
brandName: 'Knauf Insulation',
|
|
2360
|
+
categories: [{
|
|
2361
|
+
code: '1000270',
|
|
2362
|
+
name: 'Loft Insulation'
|
|
2358
2363
|
}],
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2364
|
+
image: {
|
|
2365
|
+
url: '//media.wickes.co.uk/is/image/wickes/O0032_109450_00?$normal$',
|
|
2366
|
+
altText: 'Knauf Insulation Space Standard Top Up 170mm Loft Roll - 6.47m²'
|
|
2362
2367
|
},
|
|
2363
|
-
|
|
2364
|
-
|
|
2368
|
+
pricePerSqm: 0.0,
|
|
2369
|
+
installationProduct: false
|
|
2365
2370
|
},
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2371
|
+
updateable: true,
|
|
2372
|
+
deliveryPointOfService: {
|
|
2373
|
+
name: '8397',
|
|
2374
|
+
description: 'WATFORD'
|
|
2370
2375
|
},
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2376
|
+
charity: false,
|
|
2377
|
+
itemTotalWithoutDiscount: {
|
|
2378
|
+
value: 24.0,
|
|
2379
|
+
formattedValue: '£24',
|
|
2380
|
+
currencyIso: 'GBP',
|
|
2381
|
+
formattedPriceWithoutCurrencySymbol: '24'
|
|
2377
2382
|
},
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
+
itemTotalWithoutDiscountExcVat: {
|
|
2384
|
+
value: 23,
|
|
2385
|
+
formattedValue: '£23',
|
|
2386
|
+
currencyIso: 'GBP',
|
|
2387
|
+
formattedPriceWithoutCurrencySymbol: '23'
|
|
2383
2388
|
},
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2389
|
+
orderFulfilmentControls: {
|
|
2390
|
+
availableForDelivery: true,
|
|
2391
|
+
availableForCollection: true,
|
|
2392
|
+
availableForWickesFulfilment: false
|
|
2388
2393
|
}
|
|
2389
2394
|
}, {
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2395
|
+
entryNumber: 2,
|
|
2396
|
+
quantity: 2,
|
|
2397
|
+
basePrice: {
|
|
2398
|
+
value: 0.0,
|
|
2399
|
+
formattedValue: '£0',
|
|
2400
|
+
currencyIso: 'GBP',
|
|
2401
|
+
formattedPriceWithoutCurrencySymbol: '0'
|
|
2397
2402
|
},
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
+
basePriceExcVat: {
|
|
2404
|
+
value: 0,
|
|
2405
|
+
formattedValue: '£0',
|
|
2406
|
+
currencyIso: 'GBP',
|
|
2407
|
+
formattedPriceWithoutCurrencySymbol: '0'
|
|
2403
2408
|
},
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2409
|
+
product: {
|
|
2410
|
+
code: '103123',
|
|
2411
|
+
name: 'Wickes Passage Door Knob Set - Brass 1 Pair',
|
|
2412
|
+
url: '/Wickes-Passage-Door-Knob-Set---Brass-1-Pair/p/103123',
|
|
2413
|
+
minOrderQuantity: 0,
|
|
2414
|
+
maxOrderQuantity: null,
|
|
2415
|
+
fulfillmentAttributes: {
|
|
2416
|
+
type: 'STANDARD',
|
|
2417
|
+
leadTimeDays: 1,
|
|
2418
|
+
supplierDelivered: false
|
|
2414
2419
|
},
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
+
price: {
|
|
2421
|
+
value: 9.5,
|
|
2422
|
+
formattedValue: '£9.50',
|
|
2423
|
+
currencyIso: 'GBP',
|
|
2424
|
+
formattedPriceWithoutCurrencySymbol: '9.50'
|
|
2420
2425
|
},
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
+
categoryPath: 'Products/Clearance',
|
|
2427
|
+
brandName: 'Wickes',
|
|
2428
|
+
categories: [{
|
|
2429
|
+
code: '1072000',
|
|
2430
|
+
name: 'Clearance'
|
|
2426
2431
|
}, {
|
|
2427
|
-
|
|
2428
|
-
|
|
2432
|
+
code: '1065002',
|
|
2433
|
+
name: 'Security & Hardware Clearance'
|
|
2429
2434
|
}, {
|
|
2430
|
-
|
|
2431
|
-
|
|
2435
|
+
code: '1022012',
|
|
2436
|
+
name: 'Doors & Windows Clearance'
|
|
2432
2437
|
}, {
|
|
2433
|
-
|
|
2434
|
-
|
|
2438
|
+
code: '1008007',
|
|
2439
|
+
name: 'Door Handles'
|
|
2435
2440
|
}],
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2441
|
+
image: {
|
|
2442
|
+
url: '//media.wickes.co.uk/is/image/wickes/T3274_103123_00?$normal$',
|
|
2443
|
+
altText: 'Wickes Passage Door Knob Set - Brass 1 Pair'
|
|
2439
2444
|
},
|
|
2440
|
-
|
|
2441
|
-
|
|
2445
|
+
pricePerSqm: 0.0,
|
|
2446
|
+
installationProduct: false
|
|
2442
2447
|
},
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2448
|
+
updateable: false,
|
|
2449
|
+
deliveryPointOfService: null,
|
|
2450
|
+
charity: false,
|
|
2451
|
+
itemTotalWithoutDiscount: {
|
|
2452
|
+
value: 0.0,
|
|
2453
|
+
formattedValue: '£0',
|
|
2454
|
+
currencyIso: 'GBP',
|
|
2455
|
+
formattedPriceWithoutCurrencySymbol: '0'
|
|
2451
2456
|
},
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
+
itemTotalWithoutDiscountExcVat: {
|
|
2458
|
+
value: 0,
|
|
2459
|
+
formattedValue: '£0',
|
|
2460
|
+
currencyIso: 'GBP',
|
|
2461
|
+
formattedPriceWithoutCurrencySymbol: '0'
|
|
2457
2462
|
},
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2463
|
+
orderFulfilmentControls: {
|
|
2464
|
+
availableForDelivery: true,
|
|
2465
|
+
availableForCollection: true,
|
|
2466
|
+
availableForWickesFulfilment: false
|
|
2462
2467
|
}
|
|
2463
2468
|
}],
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2469
|
+
quantity: 2,
|
|
2470
|
+
totalPrice: {
|
|
2471
|
+
value: 40.5,
|
|
2472
|
+
formattedValue: '£40.50',
|
|
2473
|
+
currencyIso: 'GBP',
|
|
2474
|
+
formattedPriceWithoutCurrencySymbol: '40.50'
|
|
2470
2475
|
}
|
|
2471
2476
|
}],
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2477
|
+
deliveryOrderGroups: [{
|
|
2478
|
+
entries: [{
|
|
2479
|
+
entryNumber: 3,
|
|
2480
|
+
quantity: 3,
|
|
2481
|
+
basePrice: {
|
|
2482
|
+
value: 25.0,
|
|
2483
|
+
formattedValue: '£25',
|
|
2484
|
+
currencyIso: 'GBP',
|
|
2485
|
+
formattedPriceWithoutCurrencySymbol: '25'
|
|
2481
2486
|
},
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
+
basePriceExcVat: {
|
|
2488
|
+
value: 24,
|
|
2489
|
+
formattedValue: '£24',
|
|
2490
|
+
currencyIso: 'GBP',
|
|
2491
|
+
formattedPriceWithoutCurrencySymbol: '24'
|
|
2487
2492
|
},
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2493
|
+
product: {
|
|
2494
|
+
code: '109451',
|
|
2495
|
+
name: 'Knauf Insulation Super Top Up 200mm Loft Roll - 5.61m²',
|
|
2496
|
+
url: '/Knauf-Insulation-Super-Top-Up-200mm-Loft-Roll---5-61m%C2%B2/p/109451',
|
|
2497
|
+
minOrderQuantity: 0,
|
|
2498
|
+
maxOrderQuantity: null,
|
|
2499
|
+
fulfillmentAttributes: {
|
|
2500
|
+
type: 'STANDARD',
|
|
2501
|
+
leadTimeDays: 1,
|
|
2502
|
+
supplierDelivered: false
|
|
2498
2503
|
},
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
+
price: {
|
|
2505
|
+
value: 25.0,
|
|
2506
|
+
formattedValue: '£25',
|
|
2507
|
+
currencyIso: 'GBP',
|
|
2508
|
+
formattedPriceWithoutCurrencySymbol: '25'
|
|
2504
2509
|
},
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
+
categoryPath: 'Products/Building Materials/Insulation/Loft Insulation',
|
|
2511
|
+
brandName: 'Knauf Insulation',
|
|
2512
|
+
categories: [{
|
|
2513
|
+
code: '1000270',
|
|
2514
|
+
name: 'Loft Insulation'
|
|
2510
2515
|
}],
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2516
|
+
image: {
|
|
2517
|
+
url: '//media.wickes.co.uk/is/image/wickes/O0032_109451_00?$normal$',
|
|
2518
|
+
altText: 'Knauf Insulation Super Top Up 200mm Loft Roll - 5.61m²'
|
|
2514
2519
|
},
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
+
pricePerSqm: {
|
|
2521
|
+
value: 17,
|
|
2522
|
+
formattedValue: '£17',
|
|
2523
|
+
currencyIso: 'GBP',
|
|
2524
|
+
formattedPriceWithoutCurrencySymbol: '17'
|
|
2520
2525
|
},
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
+
pricePerSqmExcVat: {
|
|
2527
|
+
value: 16,
|
|
2528
|
+
formattedValue: '£16',
|
|
2529
|
+
currencyIso: 'GBP',
|
|
2530
|
+
formattedPriceWithoutCurrencySymbol: '16'
|
|
2526
2531
|
},
|
|
2527
|
-
|
|
2532
|
+
installationProduct: true
|
|
2528
2533
|
},
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2534
|
+
updateable: true,
|
|
2535
|
+
deliveryPointOfService: null,
|
|
2536
|
+
charity: false,
|
|
2537
|
+
itemTotalWithoutDiscount: {
|
|
2538
|
+
value: 25.0,
|
|
2539
|
+
formattedValue: '£25',
|
|
2540
|
+
currencyIso: 'GBP',
|
|
2541
|
+
formattedPriceWithoutCurrencySymbol: '25'
|
|
2537
2542
|
},
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
+
itemTotalWithoutDiscountExcVat: {
|
|
2544
|
+
value: 24,
|
|
2545
|
+
formattedValue: '£24',
|
|
2546
|
+
currencyIso: 'GBP',
|
|
2547
|
+
formattedPriceWithoutCurrencySymbol: '24'
|
|
2543
2548
|
},
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2549
|
+
orderFulfilmentControls: {
|
|
2550
|
+
availableForDelivery: true,
|
|
2551
|
+
availableForCollection: true,
|
|
2552
|
+
availableForWickesFulfilment: false
|
|
2548
2553
|
}
|
|
2549
2554
|
}, {
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2555
|
+
entryNumber: 4,
|
|
2556
|
+
quantity: 1,
|
|
2557
|
+
basePrice: {
|
|
2558
|
+
value: 25.0,
|
|
2559
|
+
formattedValue: '£25',
|
|
2560
|
+
currencyIso: 'GBP',
|
|
2561
|
+
formattedPriceWithoutCurrencySymbol: '25'
|
|
2557
2562
|
},
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
+
basePriceExcVat: {
|
|
2564
|
+
value: 24,
|
|
2565
|
+
formattedValue: '£24',
|
|
2566
|
+
currencyIso: 'GBP',
|
|
2567
|
+
formattedPriceWithoutCurrencySymbol: '24'
|
|
2563
2568
|
},
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2569
|
+
product: {
|
|
2570
|
+
code: '123143',
|
|
2571
|
+
name: '6 Wickes General Purpose Claw test',
|
|
2572
|
+
url: '/Knauf-Insulation-Super-Top-Up-200mm-Loft-Roll---5-61m%C2%B2/p/109451',
|
|
2573
|
+
minOrderQuantity: 0,
|
|
2574
|
+
maxOrderQuantity: null,
|
|
2575
|
+
fulfillmentAttributes: {
|
|
2576
|
+
type: 'STANDARD',
|
|
2577
|
+
leadTimeDays: 1,
|
|
2578
|
+
supplierDelivered: false
|
|
2574
2579
|
},
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
+
price: {
|
|
2581
|
+
value: 25.0,
|
|
2582
|
+
formattedValue: '£25',
|
|
2583
|
+
currencyIso: 'GBP',
|
|
2584
|
+
formattedPriceWithoutCurrencySymbol: '25'
|
|
2580
2585
|
},
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
+
categoryPath: 'Products/Building Materials/Insulation/Loft Insulation',
|
|
2587
|
+
brandName: 'Knauf Insulation',
|
|
2588
|
+
categories: [{
|
|
2589
|
+
code: '1000270',
|
|
2590
|
+
name: 'Loft Insulation'
|
|
2586
2591
|
}],
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2592
|
+
image: {
|
|
2593
|
+
url: '//media.wickes.co.uk/is/image/wickes/O0032_109451_00?$normal$',
|
|
2594
|
+
altText: 'Knauf Insulation Super Top Up 200mm Loft Roll - 5.61m²'
|
|
2590
2595
|
},
|
|
2591
|
-
|
|
2592
|
-
|
|
2596
|
+
pricePerSqm: 0.0,
|
|
2597
|
+
installationProduct: false
|
|
2593
2598
|
},
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2599
|
+
updateable: true,
|
|
2600
|
+
deliveryPointOfService: null,
|
|
2601
|
+
charity: false,
|
|
2602
|
+
itemTotalWithoutDiscount: {
|
|
2603
|
+
value: 25.0,
|
|
2604
|
+
formattedValue: '£25',
|
|
2605
|
+
currencyIso: 'GBP',
|
|
2606
|
+
formattedPriceWithoutCurrencySymbol: '25'
|
|
2602
2607
|
},
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
+
itemTotalWithoutDiscountExcVat: {
|
|
2609
|
+
value: 24,
|
|
2610
|
+
formattedValue: '£24',
|
|
2611
|
+
currencyIso: 'GBP',
|
|
2612
|
+
formattedPriceWithoutCurrencySymbol: '24'
|
|
2608
2613
|
},
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2614
|
+
orderFulfilmentControls: {
|
|
2615
|
+
availableForDelivery: true,
|
|
2616
|
+
availableForCollection: true,
|
|
2617
|
+
availableForWickesFulfilment: false
|
|
2613
2618
|
}
|
|
2614
2619
|
}],
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2620
|
+
quantity: null,
|
|
2621
|
+
totalPrice: {
|
|
2622
|
+
value: 25.0,
|
|
2623
|
+
formattedValue: '£25.00',
|
|
2624
|
+
currencyIso: 'GBP',
|
|
2625
|
+
formattedPriceWithoutCurrencySymbol: '25.00'
|
|
2621
2626
|
}
|
|
2622
2627
|
}],
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
+
paymentInfos: {
|
|
2629
|
+
payPalEnabled: true,
|
|
2630
|
+
payPalPaymentInfo: {
|
|
2631
|
+
id: 123,
|
|
2632
|
+
payer: 'John.doe123@gmail.com'
|
|
2628
2633
|
}
|
|
2629
2634
|
},
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2635
|
+
payPalEnabled: true,
|
|
2636
|
+
deliveryAddress: null,
|
|
2637
|
+
pickupUniqueItemsNumber: 3,
|
|
2638
|
+
deliveryUniqueItemsNumber: 1,
|
|
2639
|
+
totalUnitCount: 2,
|
|
2640
|
+
orderType: 'CC'
|
|
2636
2641
|
},
|
|
2637
2642
|
updateCart: {
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
},
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
},
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
},
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
},
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
},
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
},
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
},
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2643
|
+
code: '696252000',
|
|
2644
|
+
subTotal: {
|
|
2645
|
+
value: 19.0,
|
|
2646
|
+
formattedValue: '£19.00',
|
|
2647
|
+
currencyIso: 'GBP',
|
|
2648
|
+
formattedPriceWithoutCurrencySymbol: '19.00'
|
|
2649
|
+
},
|
|
2650
|
+
totalTax: {
|
|
2651
|
+
value: 3.17,
|
|
2652
|
+
formattedValue: '£3.17',
|
|
2653
|
+
currencyIso: 'GBP',
|
|
2654
|
+
formattedPriceWithoutCurrencySymbol: '3.17'
|
|
2655
|
+
},
|
|
2656
|
+
deliveryCost: {
|
|
2657
|
+
value: 0.0,
|
|
2658
|
+
formattedValue: '£0.00',
|
|
2659
|
+
currencyIso: 'GBP',
|
|
2660
|
+
formattedPriceWithoutCurrencySymbol: '0.00'
|
|
2661
|
+
},
|
|
2662
|
+
charityPrice: {
|
|
2663
|
+
value: 0.0,
|
|
2664
|
+
formattedValue: '£0.00',
|
|
2665
|
+
currencyIso: 'GBP',
|
|
2666
|
+
formattedPriceWithoutCurrencySymbol: '0.00'
|
|
2667
|
+
},
|
|
2668
|
+
totalDiscounts: {
|
|
2669
|
+
value: 0.0,
|
|
2670
|
+
formattedValue: '£0.00',
|
|
2671
|
+
currencyIso: 'GBP',
|
|
2672
|
+
formattedPriceWithoutCurrencySymbol: '0.00'
|
|
2673
|
+
},
|
|
2674
|
+
totalPrice: {
|
|
2675
|
+
value: 19.0,
|
|
2676
|
+
formattedValue: '£19.00',
|
|
2677
|
+
currencyIso: 'GBP',
|
|
2678
|
+
formattedPriceWithoutCurrencySymbol: '19.00'
|
|
2679
|
+
},
|
|
2680
|
+
potentialProductPromotions: [],
|
|
2681
|
+
appliedProductPromotions: [],
|
|
2682
|
+
appliedOrderPromotions: [],
|
|
2683
|
+
promotionsInfo: null,
|
|
2684
|
+
clickAndCollectOnly: false,
|
|
2685
|
+
deliveryItemsQuantity: 1,
|
|
2686
|
+
pickupItemsQuantity: 2,
|
|
2687
|
+
freeDelivery: true,
|
|
2688
|
+
subtotalWithoutCharity: {
|
|
2689
|
+
value: 19.0,
|
|
2690
|
+
formattedValue: '£19.00',
|
|
2691
|
+
currencyIso: 'GBP',
|
|
2692
|
+
formattedPriceWithoutCurrencySymbol: '19.00'
|
|
2693
|
+
},
|
|
2694
|
+
messageForFreeDelivery: 'Free delivery<i class="icon fas fa-check"></i>',
|
|
2695
|
+
pickupOrderGroups: [{
|
|
2696
|
+
entries: [{
|
|
2697
|
+
entryNumber: 0,
|
|
2698
|
+
quantity: 2,
|
|
2699
|
+
basePrice: {
|
|
2700
|
+
value: 100.0,
|
|
2701
|
+
formattedValue: '£100',
|
|
2702
|
+
currencyIso: 'GBP',
|
|
2703
|
+
formattedPriceWithoutCurrencySymbol: '100'
|
|
2699
2704
|
},
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
+
basePriceExcVat: {
|
|
2706
|
+
value: 99,
|
|
2707
|
+
formattedValue: '£99',
|
|
2708
|
+
currencyIso: 'GBP',
|
|
2709
|
+
formattedPriceWithoutCurrencySymbol: '99'
|
|
2705
2710
|
},
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2711
|
+
product: {
|
|
2712
|
+
code: '221100',
|
|
2713
|
+
name: 'Blue Circle Ready To Use Postcrete - 20kg',
|
|
2714
|
+
url: '/Blue-Circle-Ready-To-Use-Postcrete---20kg/p/221100',
|
|
2715
|
+
minOrderQuantity: 0,
|
|
2716
|
+
maxOrderQuantity: null,
|
|
2717
|
+
fulfillmentAttributes: {
|
|
2718
|
+
type: 'STANDARD_STORE_DELIVERED',
|
|
2719
|
+
leadTimeDays: 1,
|
|
2720
|
+
supplierDelivered: false
|
|
2716
2721
|
},
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
+
price: {
|
|
2723
|
+
value: 100.0,
|
|
2724
|
+
formattedValue: '£100',
|
|
2725
|
+
currencyIso: 'GBP',
|
|
2726
|
+
formattedPriceWithoutCurrencySymbol: '100'
|
|
2722
2727
|
},
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
+
categoryPath: 'Products/Building Materials/Cement & Aggregates/Cement',
|
|
2729
|
+
brandName: 'Blue Circle',
|
|
2730
|
+
categories: [{
|
|
2731
|
+
code: '1000208',
|
|
2732
|
+
name: 'Cement'
|
|
2728
2733
|
}, {
|
|
2729
|
-
|
|
2730
|
-
|
|
2734
|
+
code: '1000211',
|
|
2735
|
+
name: 'Concrete'
|
|
2731
2736
|
}],
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2737
|
+
image: {
|
|
2738
|
+
url: '//media.dev.wickes.co.uk/is/image/wickes/B3182_221100_00?$normal$',
|
|
2739
|
+
altText: 'Blue Circle Ready To Use Postcrete - 20kg'
|
|
2735
2740
|
},
|
|
2736
|
-
|
|
2737
|
-
|
|
2741
|
+
pricePerSqm: 0.0,
|
|
2742
|
+
installationProduct: false
|
|
2738
2743
|
},
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2744
|
+
updateable: true,
|
|
2745
|
+
deliveryPointOfService: {
|
|
2746
|
+
name: '8901',
|
|
2747
|
+
description: 'WX Test Store 12'
|
|
2743
2748
|
},
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2749
|
+
charity: false,
|
|
2750
|
+
itemTotalWithoutDiscount: {
|
|
2751
|
+
value: 100.0,
|
|
2752
|
+
formattedValue: '£100',
|
|
2753
|
+
currencyIso: 'GBP',
|
|
2754
|
+
formattedPriceWithoutCurrencySymbol: '100'
|
|
2750
2755
|
},
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
+
itemTotalWithoutDiscountExcVat: {
|
|
2757
|
+
value: 99,
|
|
2758
|
+
formattedValue: '£99',
|
|
2759
|
+
currencyIso: 'GBP',
|
|
2760
|
+
formattedPriceWithoutCurrencySymbol: '99'
|
|
2756
2761
|
},
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2762
|
+
orderFulfilmentControls: {
|
|
2763
|
+
availableForDelivery: true,
|
|
2764
|
+
availableForCollection: true,
|
|
2765
|
+
availableForWickesFulfilment: false
|
|
2761
2766
|
}
|
|
2762
2767
|
}],
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2768
|
+
quantity: 1,
|
|
2769
|
+
totalPrice: {
|
|
2770
|
+
value: 100.0,
|
|
2771
|
+
formattedValue: '£100.00',
|
|
2772
|
+
currencyIso: 'GBP',
|
|
2773
|
+
formattedPriceWithoutCurrencySymbol: '100.00'
|
|
2769
2774
|
}
|
|
2770
2775
|
}, {
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2776
|
+
entries: [{
|
|
2777
|
+
entryNumber: 1,
|
|
2778
|
+
quantity: 2,
|
|
2779
|
+
basePrice: {
|
|
2780
|
+
value: 24.0,
|
|
2781
|
+
formattedValue: '£24',
|
|
2782
|
+
currencyIso: 'GBP',
|
|
2783
|
+
formattedPriceWithoutCurrencySymbol: '24'
|
|
2779
2784
|
},
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
+
basePriceExcVat: {
|
|
2786
|
+
value: 23,
|
|
2787
|
+
formattedValue: '£23',
|
|
2788
|
+
currencyIso: 'GBP',
|
|
2789
|
+
formattedPriceWithoutCurrencySymbol: '23'
|
|
2785
2790
|
},
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2791
|
+
product: {
|
|
2792
|
+
code: '109450',
|
|
2793
|
+
name: 'Knauf Insulation Space Standard Top Up 170mm Loft Roll - 6.47m²',
|
|
2794
|
+
url: '/Knauf-Insulation-Space-Standard-Top-Up-170mm-Loft-Roll---6-47m%C2%B2/p/109450',
|
|
2795
|
+
minOrderQuantity: 0,
|
|
2796
|
+
maxOrderQuantity: null,
|
|
2797
|
+
fulfillmentAttributes: {
|
|
2798
|
+
type: 'HOURLY_STANDARD',
|
|
2799
|
+
leadTimeDays: 1,
|
|
2800
|
+
supplierDelivered: false
|
|
2796
2801
|
},
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
+
price: {
|
|
2803
|
+
value: 24.0,
|
|
2804
|
+
formattedValue: '£24',
|
|
2805
|
+
currencyIso: 'GBP',
|
|
2806
|
+
formattedPriceWithoutCurrencySymbol: '24'
|
|
2802
2807
|
},
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
+
categoryPath: 'Products/Building Materials/Insulation/Loft Insulation',
|
|
2809
|
+
brandName: 'Knauf Insulation',
|
|
2810
|
+
categories: [{
|
|
2811
|
+
code: '1000270',
|
|
2812
|
+
name: 'Loft Insulation'
|
|
2808
2813
|
}],
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2814
|
+
image: {
|
|
2815
|
+
url: '//media.wickes.co.uk/is/image/wickes/O0032_109450_00?$normal$',
|
|
2816
|
+
altText: 'Knauf Insulation Space Standard Top Up 170mm Loft Roll - 6.47m²'
|
|
2812
2817
|
},
|
|
2813
|
-
|
|
2814
|
-
|
|
2818
|
+
pricePerSqm: 0.0,
|
|
2819
|
+
installationProduct: false
|
|
2815
2820
|
},
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2821
|
+
updateable: true,
|
|
2822
|
+
deliveryPointOfService: {
|
|
2823
|
+
name: '8397',
|
|
2824
|
+
description: 'WATFORD'
|
|
2820
2825
|
},
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2826
|
+
charity: false,
|
|
2827
|
+
itemTotalWithoutDiscount: {
|
|
2828
|
+
value: 24.0,
|
|
2829
|
+
formattedValue: '£24',
|
|
2830
|
+
currencyIso: 'GBP',
|
|
2831
|
+
formattedPriceWithoutCurrencySymbol: '24'
|
|
2827
2832
|
},
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
+
itemTotalWithoutDiscountExcVat: {
|
|
2834
|
+
value: 23,
|
|
2835
|
+
formattedValue: '£23',
|
|
2836
|
+
currencyIso: 'GBP',
|
|
2837
|
+
formattedPriceWithoutCurrencySymbol: '23'
|
|
2833
2838
|
},
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2839
|
+
orderFulfilmentControls: {
|
|
2840
|
+
availableForDelivery: true,
|
|
2841
|
+
availableForCollection: true,
|
|
2842
|
+
availableForWickesFulfilment: false
|
|
2838
2843
|
}
|
|
2839
2844
|
}, {
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2845
|
+
entryNumber: 2,
|
|
2846
|
+
quantity: 2,
|
|
2847
|
+
basePrice: {
|
|
2848
|
+
value: 0.0,
|
|
2849
|
+
formattedValue: '£0',
|
|
2850
|
+
currencyIso: 'GBP',
|
|
2851
|
+
formattedPriceWithoutCurrencySymbol: '0'
|
|
2847
2852
|
},
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
+
basePriceExcVat: {
|
|
2854
|
+
value: 0,
|
|
2855
|
+
formattedValue: '£0',
|
|
2856
|
+
currencyIso: 'GBP',
|
|
2857
|
+
formattedPriceWithoutCurrencySymbol: '0'
|
|
2853
2858
|
},
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2859
|
+
product: {
|
|
2860
|
+
code: '103123',
|
|
2861
|
+
name: 'Wickes Passage Door Knob Set - Brass 1 Pair',
|
|
2862
|
+
url: '/Wickes-Passage-Door-Knob-Set---Brass-1-Pair/p/103123',
|
|
2863
|
+
minOrderQuantity: 0,
|
|
2864
|
+
maxOrderQuantity: null,
|
|
2865
|
+
fulfillmentAttributes: {
|
|
2866
|
+
type: 'STANDARD',
|
|
2867
|
+
leadTimeDays: 1,
|
|
2868
|
+
supplierDelivered: false
|
|
2864
2869
|
},
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
+
price: {
|
|
2871
|
+
value: 9.5,
|
|
2872
|
+
formattedValue: '£9.50',
|
|
2873
|
+
currencyIso: 'GBP',
|
|
2874
|
+
formattedPriceWithoutCurrencySymbol: '9.50'
|
|
2870
2875
|
},
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
+
categoryPath: 'Products/Clearance',
|
|
2877
|
+
brandName: 'Wickes',
|
|
2878
|
+
categories: [{
|
|
2879
|
+
code: '1072000',
|
|
2880
|
+
name: 'Clearance'
|
|
2876
2881
|
}, {
|
|
2877
|
-
|
|
2878
|
-
|
|
2882
|
+
code: '1065002',
|
|
2883
|
+
name: 'Security & Hardware Clearance'
|
|
2879
2884
|
}, {
|
|
2880
|
-
|
|
2881
|
-
|
|
2885
|
+
code: '1022012',
|
|
2886
|
+
name: 'Doors & Windows Clearance'
|
|
2882
2887
|
}, {
|
|
2883
|
-
|
|
2884
|
-
|
|
2888
|
+
code: '1008007',
|
|
2889
|
+
name: 'Door Handles'
|
|
2885
2890
|
}],
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2891
|
+
image: {
|
|
2892
|
+
url: '//media.wickes.co.uk/is/image/wickes/T3274_103123_00?$normal$',
|
|
2893
|
+
altText: 'Wickes Passage Door Knob Set - Brass 1 Pair'
|
|
2889
2894
|
},
|
|
2890
|
-
|
|
2891
|
-
|
|
2895
|
+
pricePerSqm: 0.0,
|
|
2896
|
+
installationProduct: false
|
|
2892
2897
|
},
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2898
|
+
updateable: false,
|
|
2899
|
+
deliveryPointOfService: null,
|
|
2900
|
+
charity: false,
|
|
2901
|
+
itemTotalWithoutDiscount: {
|
|
2902
|
+
value: 0.0,
|
|
2903
|
+
formattedValue: '£0',
|
|
2904
|
+
currencyIso: 'GBP',
|
|
2905
|
+
formattedPriceWithoutCurrencySymbol: '0'
|
|
2901
2906
|
},
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
+
itemTotalWithoutDiscountExcVat: {
|
|
2908
|
+
value: 0,
|
|
2909
|
+
formattedValue: '£0',
|
|
2910
|
+
currencyIso: 'GBP',
|
|
2911
|
+
formattedPriceWithoutCurrencySymbol: '0'
|
|
2907
2912
|
},
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2913
|
+
orderFulfilmentControls: {
|
|
2914
|
+
availableForDelivery: true,
|
|
2915
|
+
availableForCollection: true,
|
|
2916
|
+
availableForWickesFulfilment: false
|
|
2912
2917
|
}
|
|
2913
2918
|
}],
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2919
|
+
quantity: 2,
|
|
2920
|
+
totalPrice: {
|
|
2921
|
+
value: 40.5,
|
|
2922
|
+
formattedValue: '£40.50',
|
|
2923
|
+
currencyIso: 'GBP',
|
|
2924
|
+
formattedPriceWithoutCurrencySymbol: '40.50'
|
|
2920
2925
|
}
|
|
2921
2926
|
}],
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2927
|
+
deliveryOrderGroups: [{
|
|
2928
|
+
entries: [{
|
|
2929
|
+
entryNumber: 3,
|
|
2930
|
+
quantity: 3,
|
|
2931
|
+
basePrice: {
|
|
2932
|
+
value: 25.0,
|
|
2933
|
+
formattedValue: '£25',
|
|
2934
|
+
currencyIso: 'GBP',
|
|
2935
|
+
formattedPriceWithoutCurrencySymbol: '25'
|
|
2931
2936
|
},
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
+
basePriceExcVat: {
|
|
2938
|
+
value: 24,
|
|
2939
|
+
formattedValue: '£24',
|
|
2940
|
+
currencyIso: 'GBP',
|
|
2941
|
+
formattedPriceWithoutCurrencySymbol: '24'
|
|
2937
2942
|
},
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2943
|
+
product: {
|
|
2944
|
+
code: '109451',
|
|
2945
|
+
name: 'Knauf Insulation Super Top Up 200mm Loft Roll - 5.61m²',
|
|
2946
|
+
url: '/Knauf-Insulation-Super-Top-Up-200mm-Loft-Roll---5-61m%C2%B2/p/109451',
|
|
2947
|
+
minOrderQuantity: 0,
|
|
2948
|
+
maxOrderQuantity: null,
|
|
2949
|
+
fulfillmentAttributes: {
|
|
2950
|
+
type: 'STANDARD',
|
|
2951
|
+
leadTimeDays: 1,
|
|
2952
|
+
supplierDelivered: false
|
|
2948
2953
|
},
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
+
price: {
|
|
2955
|
+
value: 25.0,
|
|
2956
|
+
formattedValue: '£25',
|
|
2957
|
+
currencyIso: 'GBP',
|
|
2958
|
+
formattedPriceWithoutCurrencySymbol: '25'
|
|
2954
2959
|
},
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
+
categoryPath: 'Products/Building Materials/Insulation/Loft Insulation',
|
|
2961
|
+
brandName: 'Knauf Insulation',
|
|
2962
|
+
categories: [{
|
|
2963
|
+
code: '1000270',
|
|
2964
|
+
name: 'Loft Insulation'
|
|
2960
2965
|
}],
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2966
|
+
image: {
|
|
2967
|
+
url: '//media.wickes.co.uk/is/image/wickes/O0032_109451_00?$normal$',
|
|
2968
|
+
altText: 'Knauf Insulation Super Top Up 200mm Loft Roll - 5.61m²'
|
|
2964
2969
|
},
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
+
pricePerSqm: {
|
|
2971
|
+
value: 17,
|
|
2972
|
+
formattedValue: '£17',
|
|
2973
|
+
currencyIso: 'GBP',
|
|
2974
|
+
formattedPriceWithoutCurrencySymbol: '17'
|
|
2970
2975
|
},
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
+
pricePerSqmExcVat: {
|
|
2977
|
+
value: 16,
|
|
2978
|
+
formattedValue: '£16',
|
|
2979
|
+
currencyIso: 'GBP',
|
|
2980
|
+
formattedPriceWithoutCurrencySymbol: '16'
|
|
2976
2981
|
},
|
|
2977
|
-
|
|
2982
|
+
installationProduct: true
|
|
2978
2983
|
},
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2984
|
+
updateable: true,
|
|
2985
|
+
deliveryPointOfService: null,
|
|
2986
|
+
charity: false,
|
|
2987
|
+
itemTotalWithoutDiscount: {
|
|
2988
|
+
value: 25.0,
|
|
2989
|
+
formattedValue: '£25',
|
|
2990
|
+
currencyIso: 'GBP',
|
|
2991
|
+
formattedPriceWithoutCurrencySymbol: '25'
|
|
2987
2992
|
},
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
+
itemTotalWithoutDiscountExcVat: {
|
|
2994
|
+
value: 24,
|
|
2995
|
+
formattedValue: '£24',
|
|
2996
|
+
currencyIso: 'GBP',
|
|
2997
|
+
formattedPriceWithoutCurrencySymbol: '24'
|
|
2993
2998
|
},
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2999
|
+
orderFulfilmentControls: {
|
|
3000
|
+
availableForDelivery: true,
|
|
3001
|
+
availableForCollection: true,
|
|
3002
|
+
availableForWickesFulfilment: false
|
|
2998
3003
|
}
|
|
2999
3004
|
}, {
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3005
|
+
entryNumber: 4,
|
|
3006
|
+
quantity: 1,
|
|
3007
|
+
basePrice: {
|
|
3008
|
+
value: 25.0,
|
|
3009
|
+
formattedValue: '£25',
|
|
3010
|
+
currencyIso: 'GBP',
|
|
3011
|
+
formattedPriceWithoutCurrencySymbol: '25'
|
|
3007
3012
|
},
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
+
basePriceExcVat: {
|
|
3014
|
+
value: 24,
|
|
3015
|
+
formattedValue: '£24',
|
|
3016
|
+
currencyIso: 'GBP',
|
|
3017
|
+
formattedPriceWithoutCurrencySymbol: '24'
|
|
3013
3018
|
},
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3019
|
+
product: {
|
|
3020
|
+
code: '123143',
|
|
3021
|
+
name: '6 Wickes General Purpose Claw test',
|
|
3022
|
+
url: '/Knauf-Insulation-Super-Top-Up-200mm-Loft-Roll---5-61m%C2%B2/p/109451',
|
|
3023
|
+
minOrderQuantity: 0,
|
|
3024
|
+
maxOrderQuantity: null,
|
|
3025
|
+
fulfillmentAttributes: {
|
|
3026
|
+
type: 'STANDARD',
|
|
3027
|
+
leadTimeDays: 1,
|
|
3028
|
+
supplierDelivered: false
|
|
3024
3029
|
},
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
+
price: {
|
|
3031
|
+
value: 25.0,
|
|
3032
|
+
formattedValue: '£25',
|
|
3033
|
+
currencyIso: 'GBP',
|
|
3034
|
+
formattedPriceWithoutCurrencySymbol: '25'
|
|
3030
3035
|
},
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
+
categoryPath: 'Products/Building Materials/Insulation/Loft Insulation',
|
|
3037
|
+
brandName: 'Knauf Insulation',
|
|
3038
|
+
categories: [{
|
|
3039
|
+
code: '1000270',
|
|
3040
|
+
name: 'Loft Insulation'
|
|
3036
3041
|
}],
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3042
|
+
image: {
|
|
3043
|
+
url: '//media.wickes.co.uk/is/image/wickes/O0032_109451_00?$normal$',
|
|
3044
|
+
altText: 'Knauf Insulation Super Top Up 200mm Loft Roll - 5.61m²'
|
|
3040
3045
|
},
|
|
3041
|
-
|
|
3042
|
-
|
|
3046
|
+
pricePerSqm: 0.0,
|
|
3047
|
+
installationProduct: false
|
|
3043
3048
|
},
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3049
|
+
updateable: true,
|
|
3050
|
+
deliveryPointOfService: null,
|
|
3051
|
+
charity: false,
|
|
3052
|
+
itemTotalWithoutDiscount: {
|
|
3053
|
+
value: 25.0,
|
|
3054
|
+
formattedValue: '£25',
|
|
3055
|
+
currencyIso: 'GBP',
|
|
3056
|
+
formattedPriceWithoutCurrencySymbol: '25'
|
|
3052
3057
|
},
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
+
itemTotalWithoutDiscountExcVat: {
|
|
3059
|
+
value: 24,
|
|
3060
|
+
formattedValue: '£24',
|
|
3061
|
+
currencyIso: 'GBP',
|
|
3062
|
+
formattedPriceWithoutCurrencySymbol: '24'
|
|
3058
3063
|
},
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3064
|
+
orderFulfilmentControls: {
|
|
3065
|
+
availableForDelivery: true,
|
|
3066
|
+
availableForCollection: true,
|
|
3067
|
+
availableForWickesFulfilment: false
|
|
3063
3068
|
}
|
|
3064
3069
|
}],
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3070
|
+
quantity: null,
|
|
3071
|
+
totalPrice: {
|
|
3072
|
+
value: 25.0,
|
|
3073
|
+
formattedValue: '£25.00',
|
|
3074
|
+
currencyIso: 'GBP',
|
|
3075
|
+
formattedPriceWithoutCurrencySymbol: '25.00'
|
|
3071
3076
|
}
|
|
3072
3077
|
}],
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
+
paymentInfos: {
|
|
3079
|
+
payPalEnabled: true,
|
|
3080
|
+
payPalPaymentInfo: {
|
|
3081
|
+
id: 123,
|
|
3082
|
+
payer: 'John.doe123@gmail.com'
|
|
3083
|
+
},
|
|
3084
|
+
klarnaPaymentInfo: {
|
|
3085
|
+
customPaymentMethodIds: ['BathroomsFinance']
|
|
3078
3086
|
}
|
|
3079
3087
|
},
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3088
|
+
payPalEnabled: true,
|
|
3089
|
+
deliveryAddress: null,
|
|
3090
|
+
pickupUniqueItemsNumber: 3,
|
|
3091
|
+
deliveryUniqueItemsNumber: 1,
|
|
3092
|
+
totalUnitCount: 2,
|
|
3093
|
+
orderType: 'CC'
|
|
3086
3094
|
},
|
|
3087
3095
|
changeMethod: {
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3096
|
+
statusCode: 'pickUpInStoreSuccess',
|
|
3097
|
+
quantityAdded: 0,
|
|
3098
|
+
quantity: 2,
|
|
3099
|
+
entry: {
|
|
3100
|
+
entryNumber: 0,
|
|
3101
|
+
quantity: 2,
|
|
3102
|
+
basePrice: {
|
|
3103
|
+
currencyIso: 'GBP',
|
|
3104
|
+
value: 18.0,
|
|
3105
|
+
priceType: 'BUY',
|
|
3106
|
+
formattedValue: '£18.00',
|
|
3107
|
+
minQuantity: null,
|
|
3108
|
+
maxQuantity: null,
|
|
3109
|
+
formattedPriceWithoutCurrencySymbol: '18.00',
|
|
3110
|
+
currencySymbol: '£',
|
|
3111
|
+
wasPrice: null,
|
|
3112
|
+
infoUom: null,
|
|
3113
|
+
infoUomPrice: null,
|
|
3114
|
+
singleVolumePrice: null,
|
|
3115
|
+
vatRatePercentage: null,
|
|
3116
|
+
sellingUomDescription: null,
|
|
3117
|
+
pricing: null
|
|
3110
3118
|
},
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3119
|
+
basePriceExcVat: {
|
|
3120
|
+
value: 17,
|
|
3121
|
+
formattedValue: '£17',
|
|
3122
|
+
currencyIso: 'GBP',
|
|
3123
|
+
formattedPriceWithoutCurrencySymbol: '17'
|
|
3116
3124
|
},
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3125
|
+
totalPrice: {
|
|
3126
|
+
currencyIso: 'GBP',
|
|
3127
|
+
value: 36.0,
|
|
3128
|
+
priceType: 'BUY',
|
|
3129
|
+
formattedValue: '£36.00',
|
|
3130
|
+
minQuantity: null,
|
|
3131
|
+
maxQuantity: null,
|
|
3132
|
+
formattedPriceWithoutCurrencySymbol: '36.00',
|
|
3133
|
+
currencySymbol: '£',
|
|
3134
|
+
wasPrice: null,
|
|
3135
|
+
infoUom: null,
|
|
3136
|
+
infoUomPrice: null,
|
|
3137
|
+
singleVolumePrice: null,
|
|
3138
|
+
vatRatePercentage: null,
|
|
3139
|
+
sellingUomDescription: null,
|
|
3140
|
+
pricing: null
|
|
3133
3141
|
},
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3142
|
+
product: {
|
|
3143
|
+
code: '191018',
|
|
3144
|
+
name: 'Aqua Flush Bathroom Ceiling Light',
|
|
3145
|
+
url: '/Aqua-Flush-Bathroom-Ceiling-Light/p/191018',
|
|
3146
|
+
purchasable: true,
|
|
3147
|
+
stock: {
|
|
3148
|
+
stockLevelStatus: {
|
|
3149
|
+
code: 'inStock',
|
|
3150
|
+
type: 'StockLevelStatus'
|
|
3143
3151
|
},
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3152
|
+
stockLevel: null,
|
|
3153
|
+
stockThreshold: null,
|
|
3154
|
+
makeUnavailable: false,
|
|
3155
|
+
originalStockLevelStatus: {
|
|
3156
|
+
code: 'inStock',
|
|
3157
|
+
type: 'StockLevelStatus'
|
|
3150
3158
|
},
|
|
3151
|
-
|
|
3152
|
-
|
|
3159
|
+
exists: false,
|
|
3160
|
+
stockMessage: null
|
|
3153
3161
|
},
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3162
|
+
availableForPickup: true,
|
|
3163
|
+
price: {
|
|
3164
|
+
currencyIso: 'GBP',
|
|
3165
|
+
value: 18.0,
|
|
3166
|
+
priceType: 'BUY',
|
|
3167
|
+
formattedValue: '£18.00',
|
|
3168
|
+
minQuantity: null,
|
|
3169
|
+
maxQuantity: null,
|
|
3170
|
+
formattedPriceWithoutCurrencySymbol: '18.00',
|
|
3171
|
+
currencySymbol: '£',
|
|
3172
|
+
wasPrice: null,
|
|
3173
|
+
infoUom: 'length',
|
|
3174
|
+
infoUomPrice: 10.0,
|
|
3175
|
+
singleVolumePrice: null,
|
|
3176
|
+
vatRatePercentage: 20.0,
|
|
3177
|
+
sellingUomDescription: null,
|
|
3178
|
+
pricing: null
|
|
3171
3179
|
},
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3180
|
+
images: [{
|
|
3181
|
+
imageType: 'PRIMARY',
|
|
3182
|
+
format: 'zoom',
|
|
3183
|
+
url: '/medias/P2876-191018-00-PP-515Wx515H?context=bWFzdGVyfHBpbU1lZGlhfDExMTIzfGltYWdlL2pwZWd8cGltTWVkaWEvaDk0L2gzYy84Nzk2Mzk1ODk2ODYyLmpwZ3w4ZWE3MjQ3OGQyYzk1MWMxMjQyMGY3ODczMTJiMjZjMWQ1ZTNlN2FlNDRmMzYxMWUwYzU2MWMxZTMyYTM4OTE3',
|
|
3184
|
+
altText: 'Aqua Flush Bathroom Ceiling Light',
|
|
3185
|
+
galleryIndex: null,
|
|
3186
|
+
width: null
|
|
3179
3187
|
}, {
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3188
|
+
imageType: 'PRIMARY',
|
|
3189
|
+
format: 'product',
|
|
3190
|
+
url: '/medias/P2876-191018-00-PP-300Wx300H?context=bWFzdGVyfHBpbU1lZGlhfDUxNDV8aW1hZ2UvanBlZ3xwaW1NZWRpYS9oYTAvaGUzLzg3OTYzOTU4MzEzMjYuanBnfGU0MWYxOWIwYjA3OTQwYmI1ZDM0MmNmZDZlZmUxZDYzM2UxZjYxYmQ3YzNkN2Q5N2I1ZWM3YzdiNDgzYzMxZGM',
|
|
3191
|
+
altText: 'Aqua Flush Bathroom Ceiling Light',
|
|
3192
|
+
galleryIndex: null,
|
|
3193
|
+
width: null
|
|
3186
3194
|
}, {
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3195
|
+
imageType: 'PRIMARY',
|
|
3196
|
+
format: 'thumbnail',
|
|
3197
|
+
url: '/medias/P2876-191018-00-PP-96Wx96H?context=bWFzdGVyfHBpbU1lZGlhfDE0MDN8aW1hZ2UvanBlZ3xwaW1NZWRpYS9oYTcvaDhhLzg3OTYzOTU3MDAyNTQuanBnfDk5ZmFlZGRlOWM3YmNlMTZlOGYzYTllYzlhYWQ0ODZhMzVhZGE0NDIwMjU5MjAwNTJhNmMxMzA1ZTBjYzc2MGQ',
|
|
3198
|
+
altText: 'Aqua Flush Bathroom Ceiling Light',
|
|
3199
|
+
galleryIndex: null,
|
|
3200
|
+
width: null
|
|
3193
3201
|
}, {
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3202
|
+
imageType: 'PRIMARY',
|
|
3203
|
+
format: 'cartIcon',
|
|
3204
|
+
url: '/medias/P2876-191018-00-PP-65Wx65H?context=bWFzdGVyfHBpbU1lZGlhfDk1N3xpbWFnZS9qcGVnfHBpbU1lZGlhL2g3Zi9oYTEvODc5NjM5NTYzNDcxOC5qcGd8MmQ3N2RkNTkxMjFmZmMwYjY2YThhMjEyYzc5NTU2ZDM0Mzc4MDVkNTBkZTNmMmYwNWJhNmY1MzJkYzY5M2RhNg',
|
|
3205
|
+
altText: 'Aqua Flush Bathroom Ceiling Light',
|
|
3206
|
+
galleryIndex: null,
|
|
3207
|
+
width: null
|
|
3200
3208
|
}],
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
+
categories: [{
|
|
3210
|
+
code: '1000071',
|
|
3211
|
+
name: 'Flush Lights',
|
|
3212
|
+
url: '/Products/Electrical+Lighting/Interior-Lights/Flush-Lights/c/1000071',
|
|
3213
|
+
description: null,
|
|
3214
|
+
image: null,
|
|
3215
|
+
parentCategoryName: null,
|
|
3216
|
+
sequence: 0
|
|
3209
3217
|
}, {
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3218
|
+
code: '1000072',
|
|
3219
|
+
name: 'Ceiling Lights',
|
|
3220
|
+
url: '/Products/Electrical+Lighting/Interior-Lights/Ceiling-Lights/c/1000072',
|
|
3221
|
+
description: null,
|
|
3222
|
+
image: null,
|
|
3223
|
+
parentCategoryName: null,
|
|
3224
|
+
sequence: 0
|
|
3217
3225
|
}, {
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3226
|
+
code: '1000077',
|
|
3227
|
+
name: 'Bathroom Lights',
|
|
3228
|
+
url: '/Products/Electrical+Lighting/Interior-Lights/Bathroom-Lights/c/1000077',
|
|
3229
|
+
description: null,
|
|
3230
|
+
image: null,
|
|
3231
|
+
parentCategoryName: null,
|
|
3232
|
+
sequence: 0
|
|
3225
3233
|
}, {
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3234
|
+
code: '1001070',
|
|
3235
|
+
name: 'Bathroom Lighting',
|
|
3236
|
+
url: '/Products/Bathrooms/Bathroom-Decor/Bathroom-Lighting/c/1001070',
|
|
3237
|
+
description: null,
|
|
3238
|
+
image: null,
|
|
3239
|
+
parentCategoryName: null,
|
|
3240
|
+
sequence: 0
|
|
3233
3241
|
}, {
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3242
|
+
code: 'qa-test-category-4',
|
|
3243
|
+
name: 'Listing',
|
|
3244
|
+
url: '/Products/Test-Product-Category/Sub-Category-Drills/Listing/c/qa-test-category-4',
|
|
3245
|
+
description: null,
|
|
3246
|
+
image: null,
|
|
3247
|
+
parentCategoryName: null,
|
|
3248
|
+
sequence: 0
|
|
3241
3249
|
}],
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3250
|
+
baseOptions: [],
|
|
3251
|
+
volumePrices: [],
|
|
3252
|
+
configurable: false,
|
|
3253
|
+
imageSetId: 'P2876_191018_IS',
|
|
3254
|
+
fulfilmentType: 'STANDARD',
|
|
3255
|
+
noScriptProductImageUrl: '/medias/P2876-191018-00-PP-515Wx515H?context=bWFzdGVyfHBpbU1lZGlhfDExMTIzfGltYWdlL2pwZWd8cGltTWVkaWEvaDk0L2gzYy84Nzk2Mzk1ODk2ODYyLmpwZ3w4ZWE3MjQ3OGQyYzk1MWMxMjQyMGY3ODczMTJiMjZjMWQ1ZTNlN2FlNDRmMzYxMWUwYzU2MWMxZTMyYTM4OTE3&defaultImage=wickesstage/2018-Wickes-Missing-Product-650x650',
|
|
3256
|
+
sellOnly: false,
|
|
3257
|
+
externalAverageRating: 5.0,
|
|
3258
|
+
externalReviewCount: 80,
|
|
3259
|
+
priceInclusiveVat: {
|
|
3260
|
+
currencyIso: 'GBP',
|
|
3261
|
+
value: 18.0,
|
|
3262
|
+
priceType: 'BUY',
|
|
3263
|
+
formattedValue: '£18.00',
|
|
3264
|
+
minQuantity: null,
|
|
3265
|
+
maxQuantity: null,
|
|
3266
|
+
formattedPriceWithoutCurrencySymbol: '18.00',
|
|
3267
|
+
currencySymbol: '£',
|
|
3268
|
+
wasPrice: null,
|
|
3269
|
+
infoUom: 'length',
|
|
3270
|
+
infoUomPrice: 10.0,
|
|
3271
|
+
singleVolumePrice: null,
|
|
3272
|
+
vatRatePercentage: 20.0,
|
|
3273
|
+
sellingUomDescription: null,
|
|
3274
|
+
pricing: null
|
|
3267
3275
|
},
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3276
|
+
priceExclusiveVat: {
|
|
3277
|
+
currencyIso: 'GBP',
|
|
3278
|
+
value: 15.0,
|
|
3279
|
+
priceType: 'BUY',
|
|
3280
|
+
formattedValue: '£15.00',
|
|
3281
|
+
minQuantity: null,
|
|
3282
|
+
maxQuantity: null,
|
|
3283
|
+
formattedPriceWithoutCurrencySymbol: '15.00',
|
|
3284
|
+
currencySymbol: '£',
|
|
3285
|
+
wasPrice: null,
|
|
3286
|
+
infoUom: null,
|
|
3287
|
+
infoUomPrice: null,
|
|
3288
|
+
singleVolumePrice: null,
|
|
3289
|
+
vatRatePercentage: null,
|
|
3290
|
+
sellingUomDescription: null,
|
|
3291
|
+
pricing: null
|
|
3284
3292
|
},
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3293
|
+
downStreamData: {
|
|
3294
|
+
description: null,
|
|
3295
|
+
fulfillmentType: 'STANDARD',
|
|
3296
|
+
swapCode: null,
|
|
3297
|
+
productRanking: null,
|
|
3298
|
+
order: null
|
|
3291
3299
|
},
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3300
|
+
categoryPath: 'Products/Electrical & Lighting/Interior Lights/Flush Lights',
|
|
3301
|
+
hasDataSheets: false,
|
|
3302
|
+
coshhSheetList: [],
|
|
3303
|
+
dopSheetList: [],
|
|
3304
|
+
epdSheetList: [],
|
|
3305
|
+
gilSheetList: [],
|
|
3306
|
+
techSheetList: [],
|
|
3307
|
+
fulfillmentAttributes: {
|
|
3308
|
+
type: 'STANDARD',
|
|
3309
|
+
leadTimeDays: 1,
|
|
3310
|
+
bigAndBulky: false,
|
|
3311
|
+
supplierDelivered: false,
|
|
3312
|
+
vision: false,
|
|
3313
|
+
assumedAlwaysInStock: false,
|
|
3314
|
+
webOnly: false,
|
|
3315
|
+
treatAsFulfillmentTypeOnCheckout: null
|
|
3308
3316
|
},
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3317
|
+
minOrderQuantity: 2,
|
|
3318
|
+
maxOrderQuantity: 5,
|
|
3319
|
+
gpid: '1000477958',
|
|
3320
|
+
isBaseProduct: false,
|
|
3321
|
+
scene7FlyoutViewerISCommand: '',
|
|
3322
|
+
availableForShoppingList: false,
|
|
3323
|
+
installationDetails: {
|
|
3324
|
+
packCoverage: 0.0,
|
|
3325
|
+
pricePerPack: 18.0,
|
|
3326
|
+
pricePerPackInPence: 1800,
|
|
3327
|
+
pricePerSQM: 0.0,
|
|
3328
|
+
width: 0.0,
|
|
3329
|
+
length: 0.0,
|
|
3330
|
+
material: '',
|
|
3331
|
+
packQuantity: 1,
|
|
3332
|
+
doesNotContainRequiredAttributes: null
|
|
3325
3333
|
},
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
+
tileInstallationAvailable: false,
|
|
3335
|
+
tileCalculationAvailable: false,
|
|
3336
|
+
flooringInstallationAvailable: false,
|
|
3337
|
+
flooringCalculationAvailable: false,
|
|
3338
|
+
installationProduct: false,
|
|
3339
|
+
availabilityRestriction: 'NO_RESTRICTIONS',
|
|
3340
|
+
availableForBigWinsCncOnly: false,
|
|
3341
|
+
availableForBigWinsStockOnly: false
|
|
3334
3342
|
},
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3343
|
+
updateable: true,
|
|
3344
|
+
deliveryMode: null,
|
|
3345
|
+
deliveryPointOfService: {
|
|
3346
|
+
name: '8264',
|
|
3347
|
+
displayName: null,
|
|
3348
|
+
url: null,
|
|
3349
|
+
description: 'BEDFORD',
|
|
3350
|
+
openingHours: {
|
|
3351
|
+
name: 'Test Opening Hours',
|
|
3352
|
+
code: 'qa-std-opening-hours',
|
|
3353
|
+
weekDayOpeningList: [{
|
|
3354
|
+
openingTime: {
|
|
3355
|
+
hour: 10,
|
|
3356
|
+
minute: 0,
|
|
3357
|
+
formattedHour: '10:00'
|
|
3350
3358
|
},
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3359
|
+
closingTime: {
|
|
3360
|
+
hour: 8,
|
|
3361
|
+
minute: 0,
|
|
3362
|
+
formattedHour: '20:00'
|
|
3355
3363
|
},
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3364
|
+
weekDay: 'Mon',
|
|
3365
|
+
closed: false,
|
|
3366
|
+
fullWeekDay: 'Monday'
|
|
3359
3367
|
}, {
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3368
|
+
openingTime: {
|
|
3369
|
+
hour: 10,
|
|
3370
|
+
minute: 0,
|
|
3371
|
+
formattedHour: '10:00'
|
|
3364
3372
|
},
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3373
|
+
closingTime: {
|
|
3374
|
+
hour: 8,
|
|
3375
|
+
minute: 0,
|
|
3376
|
+
formattedHour: '20:00'
|
|
3369
3377
|
},
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3378
|
+
weekDay: 'Tue',
|
|
3379
|
+
closed: false,
|
|
3380
|
+
fullWeekDay: 'Tuesday'
|
|
3373
3381
|
}, {
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3382
|
+
openingTime: {
|
|
3383
|
+
hour: 10,
|
|
3384
|
+
minute: 0,
|
|
3385
|
+
formattedHour: '10:00'
|
|
3378
3386
|
},
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3387
|
+
closingTime: {
|
|
3388
|
+
hour: 8,
|
|
3389
|
+
minute: 0,
|
|
3390
|
+
formattedHour: '20:00'
|
|
3383
3391
|
},
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3392
|
+
weekDay: 'Wed',
|
|
3393
|
+
closed: false,
|
|
3394
|
+
fullWeekDay: 'Wednesday'
|
|
3387
3395
|
}, {
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3396
|
+
openingTime: {
|
|
3397
|
+
hour: 10,
|
|
3398
|
+
minute: 0,
|
|
3399
|
+
formattedHour: '10:00'
|
|
3392
3400
|
},
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3401
|
+
closingTime: {
|
|
3402
|
+
hour: 8,
|
|
3403
|
+
minute: 0,
|
|
3404
|
+
formattedHour: '20:00'
|
|
3397
3405
|
},
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3406
|
+
weekDay: 'Thu',
|
|
3407
|
+
closed: false,
|
|
3408
|
+
fullWeekDay: 'Thursday'
|
|
3401
3409
|
}, {
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3410
|
+
openingTime: {
|
|
3411
|
+
hour: 10,
|
|
3412
|
+
minute: 0,
|
|
3413
|
+
formattedHour: '10:00'
|
|
3406
3414
|
},
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3415
|
+
closingTime: {
|
|
3416
|
+
hour: 8,
|
|
3417
|
+
minute: 0,
|
|
3418
|
+
formattedHour: '20:00'
|
|
3411
3419
|
},
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3420
|
+
weekDay: 'Fri',
|
|
3421
|
+
closed: false,
|
|
3422
|
+
fullWeekDay: 'Friday'
|
|
3415
3423
|
}, {
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3424
|
+
openingTime: {
|
|
3425
|
+
hour: 10,
|
|
3426
|
+
minute: 0,
|
|
3427
|
+
formattedHour: '10:00'
|
|
3420
3428
|
},
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3429
|
+
closingTime: {
|
|
3430
|
+
hour: 4,
|
|
3431
|
+
minute: 0,
|
|
3432
|
+
formattedHour: '16:00'
|
|
3425
3433
|
},
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3434
|
+
weekDay: 'Sat',
|
|
3435
|
+
closed: false,
|
|
3436
|
+
fullWeekDay: 'Saturday'
|
|
3429
3437
|
}, {
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3438
|
+
openingTime: {
|
|
3439
|
+
hour: 10,
|
|
3440
|
+
minute: 0,
|
|
3441
|
+
formattedHour: '10:00'
|
|
3434
3442
|
},
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3443
|
+
closingTime: {
|
|
3444
|
+
hour: 4,
|
|
3445
|
+
minute: 0,
|
|
3446
|
+
formattedHour: '16:00'
|
|
3439
3447
|
},
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3448
|
+
weekDay: 'Sun',
|
|
3449
|
+
closed: false,
|
|
3450
|
+
fullWeekDay: 'Sunday'
|
|
3443
3451
|
}],
|
|
3444
|
-
|
|
3452
|
+
specialDayOpeningList: []
|
|
3445
3453
|
},
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3454
|
+
storeContent: null,
|
|
3455
|
+
features: {
|
|
3456
|
+
qaSundayWorkshop: 'Sunday Workshop',
|
|
3457
|
+
testingKey: 'Default feature',
|
|
3458
|
+
CardOnly: 'Card only payments',
|
|
3459
|
+
VirtualDCAppointment: 'Virtual Design Consultant appointments',
|
|
3460
|
+
VirtualAndFace2FaceDCAppointment: 'Virtual and face 2 face Design Consultant appointment',
|
|
3461
|
+
BurgerVan: 'Burger van on site',
|
|
3462
|
+
CardAndCash: 'Card and cash payments',
|
|
3463
|
+
Unknown: 'Unknown feature',
|
|
3464
|
+
PaintMixingService: 'Paint mixing service',
|
|
3465
|
+
FlooringTileDisplays: 'Flooring & Tiles display',
|
|
3466
|
+
KitchenBathroomDisplays: 'Kitchen & Bathroom displays',
|
|
3467
|
+
InstallationService: 'Installation service',
|
|
3468
|
+
KitchenBathroomDisplaysDesignServices: 'Kitchen & Bathroom displays design service',
|
|
3469
|
+
ClearanceStore: 'Clearence store'
|
|
3462
3470
|
},
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3471
|
+
geoPoint: {
|
|
3472
|
+
latitude: 52.1427,
|
|
3473
|
+
longitude: -0.421591
|
|
3466
3474
|
},
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3475
|
+
formattedDistance: null,
|
|
3476
|
+
distanceKm: null,
|
|
3477
|
+
mapIcon: null,
|
|
3478
|
+
address: {
|
|
3479
|
+
id: '8796094824471',
|
|
3480
|
+
title: null,
|
|
3481
|
+
titleCode: null,
|
|
3482
|
+
firstName: null,
|
|
3483
|
+
lastName: null,
|
|
3484
|
+
companyName: null,
|
|
3485
|
+
line1: 'PERKINS ROAD, BEDFORD',
|
|
3486
|
+
line2: 'WICKES RIVERFIELD DRIVE',
|
|
3487
|
+
town: 'BEDFORDSHIRE',
|
|
3488
|
+
region: null,
|
|
3489
|
+
postalCode: 'MK41 0UE',
|
|
3490
|
+
phone: '01234 271569',
|
|
3491
|
+
email: null,
|
|
3492
|
+
country: {
|
|
3493
|
+
isocode: 'GB',
|
|
3494
|
+
name: 'United Kingdom'
|
|
3487
3495
|
},
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3496
|
+
shippingAddress: false,
|
|
3497
|
+
billingAddress: false,
|
|
3498
|
+
defaultAddress: false,
|
|
3499
|
+
visibleInAddressBook: true,
|
|
3500
|
+
formattedAddress: 'PERKINS ROAD, BEDFORD, WICKES RIVERFIELD DRIVE, BEDFORDSHIRE, MK41 0UE, United Kingdom',
|
|
3501
|
+
contactAddress: false,
|
|
3502
|
+
mobile: null,
|
|
3503
|
+
fax: '01234 342675',
|
|
3504
|
+
regionString: null,
|
|
3505
|
+
cardHolderName: null,
|
|
3506
|
+
businessAddress: false,
|
|
3507
|
+
createdTimestamp: null
|
|
3500
3508
|
},
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3509
|
+
storeImages: [],
|
|
3510
|
+
brand: null,
|
|
3511
|
+
buyAndCollect: null,
|
|
3512
|
+
loadingRestriction: false,
|
|
3513
|
+
specificInfo: '',
|
|
3514
|
+
satNavPostcode: null,
|
|
3515
|
+
seoText: 'Some SEO text for testing',
|
|
3516
|
+
productRanges: [{
|
|
3517
|
+
name: 'good fixing',
|
|
3518
|
+
description: 'fixtures'
|
|
3511
3519
|
}, {
|
|
3512
|
-
|
|
3513
|
-
|
|
3520
|
+
name: 'good installation',
|
|
3521
|
+
description: 'installations'
|
|
3514
3522
|
}, {
|
|
3515
|
-
|
|
3516
|
-
|
|
3523
|
+
name: 'good helping',
|
|
3524
|
+
description: 'helpings'
|
|
3517
3525
|
}, {
|
|
3518
|
-
|
|
3519
|
-
|
|
3526
|
+
name: 'good resolving',
|
|
3527
|
+
description: 'resolvings'
|
|
3520
3528
|
}],
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3529
|
+
metaTitle: null,
|
|
3530
|
+
metaDescription: null,
|
|
3531
|
+
h1: null
|
|
3524
3532
|
},
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3533
|
+
entries: null,
|
|
3534
|
+
configurationInfos: [],
|
|
3535
|
+
statusSummaryMap: {},
|
|
3536
|
+
entryGroupNumbers: [],
|
|
3537
|
+
comments: [],
|
|
3538
|
+
supportedActions: ['REMOVE'],
|
|
3539
|
+
taxValues: [{
|
|
3540
|
+
code: 'uk-vat-full',
|
|
3541
|
+
value: 20.0,
|
|
3542
|
+
appliedValue: 6.0,
|
|
3543
|
+
absolute: false,
|
|
3544
|
+
currencyIsoCode: 'GBP'
|
|
3537
3545
|
}],
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
|
|
3546
|
+
deliveryModeType: 'PICKUP',
|
|
3547
|
+
fulfilmentRouting: null,
|
|
3548
|
+
collection: true,
|
|
3549
|
+
charity: false,
|
|
3550
|
+
leadTime: null,
|
|
3551
|
+
leadTimeExtended: null,
|
|
3552
|
+
itemTotalWithoutDiscount: {
|
|
3553
|
+
currencyIso: 'GBP',
|
|
3554
|
+
value: 36.0,
|
|
3555
|
+
priceType: 'BUY',
|
|
3556
|
+
formattedValue: '£36.00',
|
|
3557
|
+
minQuantity: null,
|
|
3558
|
+
maxQuantity: null,
|
|
3559
|
+
formattedPriceWithoutCurrencySymbol: '36.00',
|
|
3560
|
+
currencySymbol: '£',
|
|
3561
|
+
wasPrice: null,
|
|
3562
|
+
infoUom: null,
|
|
3563
|
+
infoUomPrice: null,
|
|
3564
|
+
singleVolumePrice: null,
|
|
3565
|
+
vatRatePercentage: null,
|
|
3566
|
+
sellingUomDescription: null,
|
|
3567
|
+
pricing: null
|
|
3560
3568
|
},
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3569
|
+
itemTotalWithoutDiscountExcVat: {
|
|
3570
|
+
value: 35,
|
|
3571
|
+
formattedValue: '£35',
|
|
3572
|
+
currencyIso: 'GBP',
|
|
3573
|
+
formattedPriceWithoutCurrencySymbol: '35'
|
|
3566
3574
|
},
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3575
|
+
appliedPromotions: null,
|
|
3576
|
+
tilingInstallationData: null,
|
|
3577
|
+
flooringInstallationData: null,
|
|
3578
|
+
orderFulfilmentControls: {
|
|
3579
|
+
availableForCollection: true,
|
|
3580
|
+
availableForDelivery: true,
|
|
3581
|
+
availableForWickesFulfilment: false
|
|
3574
3582
|
},
|
|
3575
|
-
|
|
3583
|
+
alerts: null
|
|
3576
3584
|
},
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3585
|
+
deliveryModeChanged: null,
|
|
3586
|
+
cartCode: '001006000',
|
|
3587
|
+
statusMessage: 'accConfirmedMsgs',
|
|
3588
|
+
entryGroupNumbers: null,
|
|
3589
|
+
message: 'Pickup in store item was updated.'
|
|
3582
3590
|
},
|
|
3583
3591
|
checkStockBasketResponse: {
|
|
3584
|
-
|
|
3585
|
-
|
|
3592
|
+
availableArea: true,
|
|
3593
|
+
availableQuantity: 10
|
|
3586
3594
|
},
|
|
3587
3595
|
wisdomAddForDelivery: {
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3596
|
+
statusCode: 'success',
|
|
3597
|
+
quantityAdded: 0,
|
|
3598
|
+
quantity: 6,
|
|
3599
|
+
entry: {
|
|
3600
|
+
entryNumber: 0,
|
|
3601
|
+
quantity: 6,
|
|
3602
|
+
basePrice: {
|
|
3603
|
+
currencyIso: 'GBP',
|
|
3604
|
+
value: 4.0,
|
|
3605
|
+
priceType: 'BUY',
|
|
3606
|
+
formattedValue: '£4.00',
|
|
3607
|
+
minQuantity: null,
|
|
3608
|
+
maxQuantity: null,
|
|
3609
|
+
formattedPriceWithoutCurrencySymbol: '4.00',
|
|
3610
|
+
currencySymbol: '£',
|
|
3611
|
+
wasPrice: null,
|
|
3612
|
+
infoUom: null,
|
|
3613
|
+
infoUomPrice: null,
|
|
3614
|
+
singleVolumePrice: null,
|
|
3615
|
+
vatRatePercentage: null,
|
|
3616
|
+
sellingUomDescription: null,
|
|
3617
|
+
pricing: null
|
|
3610
3618
|
},
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3619
|
+
basePriceExcVat: {
|
|
3620
|
+
value: 3,
|
|
3621
|
+
formattedValue: '£3',
|
|
3622
|
+
currencyIso: 'GBP',
|
|
3623
|
+
formattedPriceWithoutCurrencySymbol: '3'
|
|
3616
3624
|
},
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3625
|
+
totalPrice: {
|
|
3626
|
+
currencyIso: 'GBP',
|
|
3627
|
+
value: 24.0,
|
|
3628
|
+
priceType: 'BUY',
|
|
3629
|
+
formattedValue: '£24.00',
|
|
3630
|
+
minQuantity: null,
|
|
3631
|
+
maxQuantity: null,
|
|
3632
|
+
formattedPriceWithoutCurrencySymbol: '24.00',
|
|
3633
|
+
currencySymbol: '£',
|
|
3634
|
+
wasPrice: null,
|
|
3635
|
+
infoUom: null,
|
|
3636
|
+
infoUomPrice: null,
|
|
3637
|
+
singleVolumePrice: null,
|
|
3638
|
+
vatRatePercentage: null,
|
|
3639
|
+
sellingUomDescription: null,
|
|
3640
|
+
pricing: null
|
|
3633
3641
|
},
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3642
|
+
product: {
|
|
3643
|
+
code: '300000',
|
|
3644
|
+
name: 'Wickes Fulfilment Product 1',
|
|
3645
|
+
url: '/Wickes-Fulfilment-Product-1/p/300000',
|
|
3646
|
+
purchasable: true,
|
|
3647
|
+
stock: {
|
|
3648
|
+
stockLevelStatus: {
|
|
3649
|
+
code: 'outOfStock',
|
|
3650
|
+
type: 'StockLevelStatus'
|
|
3643
3651
|
},
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3652
|
+
stockLevel: 0,
|
|
3653
|
+
stockThreshold: null,
|
|
3654
|
+
makeUnavailable: false,
|
|
3655
|
+
originalStockLevelStatus: {
|
|
3656
|
+
code: 'outOfStock',
|
|
3657
|
+
type: 'StockLevelStatus'
|
|
3650
3658
|
},
|
|
3651
|
-
|
|
3652
|
-
|
|
3659
|
+
exists: false,
|
|
3660
|
+
stockMessage: null
|
|
3653
3661
|
},
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3662
|
+
availableForPickup: true,
|
|
3663
|
+
price: {
|
|
3664
|
+
currencyIso: 'GBP',
|
|
3665
|
+
value: 4.0,
|
|
3666
|
+
priceType: 'BUY',
|
|
3667
|
+
formattedValue: '£4.00',
|
|
3668
|
+
minQuantity: null,
|
|
3669
|
+
maxQuantity: null,
|
|
3670
|
+
formattedPriceWithoutCurrencySymbol: '4.00',
|
|
3671
|
+
currencySymbol: '£',
|
|
3672
|
+
wasPrice: null,
|
|
3673
|
+
infoUom: null,
|
|
3674
|
+
infoUomPrice: null,
|
|
3675
|
+
singleVolumePrice: null,
|
|
3676
|
+
vatRatePercentage: 20.0,
|
|
3677
|
+
sellingUomDescription: null,
|
|
3678
|
+
pricing: null
|
|
3671
3679
|
},
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
+
categories: [{
|
|
3681
|
+
code: '1003000',
|
|
3682
|
+
name: 'Wickes Fulfilment Products',
|
|
3683
|
+
url: '/Products/Wickes-Fulfilment-Products/c/1003000',
|
|
3684
|
+
description: null,
|
|
3685
|
+
image: null,
|
|
3686
|
+
parentCategoryName: null,
|
|
3687
|
+
sequence: 0
|
|
3680
3688
|
}],
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3689
|
+
baseOptions: [],
|
|
3690
|
+
volumePrices: [],
|
|
3691
|
+
configurable: false,
|
|
3692
|
+
imageSetId: 'missing-product',
|
|
3693
|
+
fulfilmentType: 'STANDARD',
|
|
3694
|
+
noScriptProductImageUrl: 'https://media.wickes.co.uk/is/image/wickes/2018-Wickes-Missing-Product-650x650',
|
|
3695
|
+
sellOnly: false,
|
|
3696
|
+
externalAverageRating: 0.0,
|
|
3697
|
+
externalReviewCount: 0,
|
|
3698
|
+
priceInclusiveVat: {
|
|
3699
|
+
currencyIso: 'GBP',
|
|
3700
|
+
value: 4.0,
|
|
3701
|
+
priceType: 'BUY',
|
|
3702
|
+
formattedValue: '£4.00',
|
|
3703
|
+
minQuantity: null,
|
|
3704
|
+
maxQuantity: null,
|
|
3705
|
+
formattedPriceWithoutCurrencySymbol: '4.00',
|
|
3706
|
+
currencySymbol: '£',
|
|
3707
|
+
wasPrice: null,
|
|
3708
|
+
infoUom: null,
|
|
3709
|
+
infoUomPrice: null,
|
|
3710
|
+
singleVolumePrice: null,
|
|
3711
|
+
vatRatePercentage: 20.0,
|
|
3712
|
+
sellingUomDescription: null,
|
|
3713
|
+
pricing: null
|
|
3706
3714
|
},
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3715
|
+
priceExclusiveVat: {
|
|
3716
|
+
currencyIso: 'GBP',
|
|
3717
|
+
value: 3.33,
|
|
3718
|
+
priceType: 'BUY',
|
|
3719
|
+
formattedValue: '£3.33',
|
|
3720
|
+
minQuantity: null,
|
|
3721
|
+
maxQuantity: null,
|
|
3722
|
+
formattedPriceWithoutCurrencySymbol: '3.33',
|
|
3723
|
+
currencySymbol: '£',
|
|
3724
|
+
wasPrice: null,
|
|
3725
|
+
infoUom: null,
|
|
3726
|
+
infoUomPrice: null,
|
|
3727
|
+
singleVolumePrice: null,
|
|
3728
|
+
vatRatePercentage: null,
|
|
3729
|
+
sellingUomDescription: null,
|
|
3730
|
+
pricing: null
|
|
3723
3731
|
},
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3732
|
+
downStreamData: {
|
|
3733
|
+
description: null,
|
|
3734
|
+
fulfillmentType: 'STANDARD',
|
|
3735
|
+
swapCode: null,
|
|
3736
|
+
productRanking: null,
|
|
3737
|
+
order: null
|
|
3730
3738
|
},
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3739
|
+
categoryPath: 'Products/Wickes Fulfilment Products',
|
|
3740
|
+
hasDataSheets: false,
|
|
3741
|
+
coshhSheetList: [],
|
|
3742
|
+
dopSheetList: [],
|
|
3743
|
+
epdSheetList: [],
|
|
3744
|
+
gilSheetList: [],
|
|
3745
|
+
techSheetList: [],
|
|
3746
|
+
fulfillmentAttributes: {
|
|
3747
|
+
type: 'STANDARD',
|
|
3748
|
+
leadTimeDays: 1,
|
|
3749
|
+
bigAndBulky: false,
|
|
3750
|
+
supplierDelivered: false,
|
|
3751
|
+
vision: false,
|
|
3752
|
+
assumedAlwaysInStock: false,
|
|
3753
|
+
webOnly: false,
|
|
3754
|
+
treatAsFulfillmentTypeOnCheckout: null
|
|
3747
3755
|
},
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3756
|
+
gpid: '1111300000',
|
|
3757
|
+
isBaseProduct: false,
|
|
3758
|
+
scene7FlyoutViewerISCommand: '',
|
|
3759
|
+
availableForShoppingList: false,
|
|
3760
|
+
installationDetails: {
|
|
3761
|
+
packCoverage: 0.0,
|
|
3762
|
+
pricePerPack: 4.0,
|
|
3763
|
+
pricePerPackInPence: 400,
|
|
3764
|
+
pricePerSQM: 0.0,
|
|
3765
|
+
width: 0.0,
|
|
3766
|
+
length: 0.0,
|
|
3767
|
+
material: '',
|
|
3768
|
+
packQuantity: 0,
|
|
3769
|
+
doesNotContainRequiredAttributes: null
|
|
3762
3770
|
},
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
+
tileInstallationAvailable: false,
|
|
3772
|
+
tileCalculationAvailable: false,
|
|
3773
|
+
flooringInstallationAvailable: false,
|
|
3774
|
+
flooringCalculationAvailable: false,
|
|
3775
|
+
installationProduct: false,
|
|
3776
|
+
availabilityRestriction: 'NO_RESTRICTIONS',
|
|
3777
|
+
availableForBigWinsCncOnly: false,
|
|
3778
|
+
availableForBigWinsStockOnly: false
|
|
3771
3779
|
},
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3780
|
+
updateable: true,
|
|
3781
|
+
deliveryMode: null,
|
|
3782
|
+
deliveryPointOfService: null,
|
|
3783
|
+
entries: null,
|
|
3784
|
+
configurationInfos: [],
|
|
3785
|
+
statusSummaryMap: {},
|
|
3786
|
+
entryGroupNumbers: [],
|
|
3787
|
+
comments: [],
|
|
3788
|
+
supportedActions: ['REMOVE'],
|
|
3789
|
+
taxValues: [{
|
|
3790
|
+
code: 'uk-vat-full',
|
|
3791
|
+
value: 20.0,
|
|
3792
|
+
appliedValue: 4.0,
|
|
3793
|
+
absolute: false,
|
|
3794
|
+
currencyIsoCode: 'GBP'
|
|
3787
3795
|
}],
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3796
|
+
deliveryModeType: 'SHIP',
|
|
3797
|
+
fulfilmentRouting: null,
|
|
3798
|
+
collection: false,
|
|
3799
|
+
charity: false,
|
|
3800
|
+
leadTime: null,
|
|
3801
|
+
leadTimeExtended: null,
|
|
3802
|
+
itemTotalWithoutDiscount: {
|
|
3803
|
+
currencyIso: 'GBP',
|
|
3804
|
+
value: 24.0,
|
|
3805
|
+
priceType: 'BUY',
|
|
3806
|
+
formattedValue: '£24.00',
|
|
3807
|
+
minQuantity: null,
|
|
3808
|
+
maxQuantity: null,
|
|
3809
|
+
formattedPriceWithoutCurrencySymbol: '24.00',
|
|
3810
|
+
currencySymbol: '£',
|
|
3811
|
+
wasPrice: null,
|
|
3812
|
+
infoUom: null,
|
|
3813
|
+
infoUomPrice: null,
|
|
3814
|
+
singleVolumePrice: null,
|
|
3815
|
+
vatRatePercentage: null,
|
|
3816
|
+
sellingUomDescription: null,
|
|
3817
|
+
pricing: null
|
|
3810
3818
|
},
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3819
|
+
itemTotalWithoutDiscountExcVat: {
|
|
3820
|
+
value: 23,
|
|
3821
|
+
formattedValue: '£23',
|
|
3822
|
+
currencyIso: 'GBP',
|
|
3823
|
+
formattedPriceWithoutCurrencySymbol: '23'
|
|
3816
3824
|
},
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
|
|
3825
|
+
appliedPromotions: null,
|
|
3826
|
+
tilingInstallationData: null,
|
|
3827
|
+
flooringInstallationData: null,
|
|
3828
|
+
orderFulfilmentControls: {
|
|
3829
|
+
availableForCollection: true,
|
|
3830
|
+
availableForDelivery: true,
|
|
3831
|
+
availableForWickesFulfilment: false
|
|
3824
3832
|
},
|
|
3825
|
-
|
|
3833
|
+
alerts: null
|
|
3826
3834
|
},
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
|
|
3831
|
-
|
|
3835
|
+
deliveryModeChanged: true,
|
|
3836
|
+
cartCode: '001013000',
|
|
3837
|
+
statusMessage: 'accConfirmedMsgs',
|
|
3838
|
+
entryGroupNumbers: null,
|
|
3839
|
+
message: 'Pickup in store item was updated to shipping.'
|
|
3832
3840
|
}
|
|
3833
3841
|
};
|
|
3834
3842
|
}();
|
|
@@ -4720,7 +4728,7 @@ Wick.ChatBot = function () {
|
|
|
4720
4728
|
},{}],36:[function(require,module,exports){
|
|
4721
4729
|
"use strict";
|
|
4722
4730
|
|
|
4723
|
-
|
|
4731
|
+
window.Wick = window.Wick || {};
|
|
4724
4732
|
Wick.checkLocalEnv = function () {
|
|
4725
4733
|
return {
|
|
4726
4734
|
isEnvLocal: function isEnvLocal() {
|
|
@@ -4736,6 +4744,41 @@ Wick.checkLocalEnv = function () {
|
|
|
4736
4744
|
},{}],37:[function(require,module,exports){
|
|
4737
4745
|
"use strict";
|
|
4738
4746
|
|
|
4747
|
+
var Wick = Wick || {};
|
|
4748
|
+
Wick.CheckoutData = function () {
|
|
4749
|
+
return {
|
|
4750
|
+
//TODO: update after BE confirmation
|
|
4751
|
+
successGiftCardData: {
|
|
4752
|
+
"subTotal": "£100.00",
|
|
4753
|
+
"deliveryCost": "£4.00",
|
|
4754
|
+
"freeDelivery": false,
|
|
4755
|
+
"clickAndCollectCost": "FREE",
|
|
4756
|
+
"totalForDelivery": "£69.00",
|
|
4757
|
+
"totalForClickAndCollect": "FREE",
|
|
4758
|
+
"total": "£0.00",
|
|
4759
|
+
"vat": "£11.17",
|
|
4760
|
+
"deliveryOrder": true,
|
|
4761
|
+
"clickAndCollectOrder": false,
|
|
4762
|
+
"discountTotal": "£2.00",
|
|
4763
|
+
"giftCardApplied": "-£100.00",
|
|
4764
|
+
"discounts": ["Spend over £10 and get £2 fixed discount"],
|
|
4765
|
+
"promotionsInfo": [{
|
|
4766
|
+
"description": "Spend over £10 and get £2 fixed discount",
|
|
4767
|
+
"usedCouponCode": "RT_02"
|
|
4768
|
+
}],
|
|
4769
|
+
"subTotalWithDeliveryCost": "£69.00",
|
|
4770
|
+
"net": false,
|
|
4771
|
+
"subtotalWithDeliveryAndDiscounts": "£67.00",
|
|
4772
|
+
"discountAmounts": [],
|
|
4773
|
+
"goodsTotalWithoutDiscount": "£65.00",
|
|
4774
|
+
"charityPrice": ""
|
|
4775
|
+
}
|
|
4776
|
+
};
|
|
4777
|
+
}();
|
|
4778
|
+
|
|
4779
|
+
},{}],38:[function(require,module,exports){
|
|
4780
|
+
"use strict";
|
|
4781
|
+
|
|
4739
4782
|
var Wick = Wick || {};
|
|
4740
4783
|
Wick.DeliveryDetails = function () {
|
|
4741
4784
|
var $page = $('.page_checkout-delivery-details');
|
|
@@ -4765,26 +4808,38 @@ Wick.DeliveryDetails = function () {
|
|
|
4765
4808
|
bindEvents();
|
|
4766
4809
|
}();
|
|
4767
4810
|
|
|
4768
|
-
},{}],
|
|
4811
|
+
},{}],39:[function(require,module,exports){
|
|
4769
4812
|
"use strict";
|
|
4770
4813
|
|
|
4771
4814
|
var Wick = Wick || {};
|
|
4772
4815
|
Wick.PaymentDetails = function () {
|
|
4773
4816
|
var $btnEnterDetails = $('.btn-enter-details'),
|
|
4774
|
-
$form = $btnEnterDetails.parents('form'),
|
|
4775
4817
|
isGuestPage = $('.page_checkout-payment-details_guest').length;
|
|
4776
4818
|
function bindEvents() {
|
|
4777
|
-
$btnEnterDetails.on('click', function () {
|
|
4778
|
-
|
|
4779
|
-
|
|
4780
|
-
|
|
4819
|
+
$btnEnterDetails.on('click', function (e) {
|
|
4820
|
+
e.preventDefault();
|
|
4821
|
+
var $scope = $(this).closest('form');
|
|
4822
|
+
if (!$scope.length) $scope = $(this).closest('.billing-address');
|
|
4823
|
+
if (!$scope.length) $scope = $('.billing-address');
|
|
4824
|
+
var nameVal = ($scope.find('#card-name').val() || '').trim();
|
|
4825
|
+
var finderVal = ($scope.find('#first-line-address').val() || '').trim();
|
|
4826
|
+
var manualLine1 = ($scope.find('#address-line-1').val() || '').trim();
|
|
4827
|
+
var manualTown = ($scope.find('#town-city').val() || '').trim();
|
|
4828
|
+
var manualPost = ($scope.find('#postcode_additional').val() || '').trim();
|
|
4829
|
+
var addressFinderOk = finderVal.length > 0;
|
|
4830
|
+
var addressManualOk = manualLine1 && manualTown && manualPost;
|
|
4831
|
+
if (nameVal && (addressFinderOk || addressManualOk)) {
|
|
4832
|
+
var $details = $('.checkout-payment-details__card-details');
|
|
4833
|
+
$details.removeClass('checkout-payment-details__card-details_hidden');
|
|
4781
4834
|
$('html, body').animate({
|
|
4782
|
-
scrollTop: $
|
|
4835
|
+
scrollTop: $details.offset().top - 15
|
|
4783
4836
|
}, 700);
|
|
4784
|
-
return
|
|
4837
|
+
return;
|
|
4838
|
+
}
|
|
4839
|
+
var formEl = $scope.closest('form').get(0) || $scope.get(0);
|
|
4840
|
+
if (formEl && Wick.Forms && Wick.Forms.showValidationErrors) {
|
|
4841
|
+
Wick.Forms.showValidationErrors(formEl);
|
|
4785
4842
|
}
|
|
4786
|
-
Wick.Forms.showValidationErrors($form[0]);
|
|
4787
|
-
return false;
|
|
4788
4843
|
});
|
|
4789
4844
|
$('.checkout-payment-details__card-details').on('submit', function () {
|
|
4790
4845
|
var $form = $(this);
|
|
@@ -4799,7 +4854,7 @@ Wick.PaymentDetails = function () {
|
|
|
4799
4854
|
bindEvents();
|
|
4800
4855
|
}();
|
|
4801
4856
|
|
|
4802
|
-
},{}],
|
|
4857
|
+
},{}],40:[function(require,module,exports){
|
|
4803
4858
|
"use strict";
|
|
4804
4859
|
|
|
4805
4860
|
var Wick = Wick || {};
|
|
@@ -4838,7 +4893,7 @@ Wick.CheckoutSignInEmulation = function () {
|
|
|
4838
4893
|
bindEvents();
|
|
4839
4894
|
}();
|
|
4840
4895
|
|
|
4841
|
-
},{}],
|
|
4896
|
+
},{}],41:[function(require,module,exports){
|
|
4842
4897
|
"use strict";
|
|
4843
4898
|
|
|
4844
4899
|
var Wick = Wick || {};
|
|
@@ -4921,7 +4976,7 @@ Wick.YourDetails = function () {
|
|
|
4921
4976
|
init();
|
|
4922
4977
|
}();
|
|
4923
4978
|
|
|
4924
|
-
},{}],
|
|
4979
|
+
},{}],42:[function(require,module,exports){
|
|
4925
4980
|
"use strict";
|
|
4926
4981
|
|
|
4927
4982
|
var Wick = Wick || {};
|
|
@@ -4945,7 +5000,7 @@ Wick.ClickAndCollectModal = function () {
|
|
|
4945
5000
|
});
|
|
4946
5001
|
}();
|
|
4947
5002
|
|
|
4948
|
-
},{}],
|
|
5003
|
+
},{}],43:[function(require,module,exports){
|
|
4949
5004
|
"use strict";
|
|
4950
5005
|
|
|
4951
5006
|
function showNotification() {
|
|
@@ -4962,7 +5017,7 @@ $(document).ready(function () {
|
|
|
4962
5017
|
showNotification();
|
|
4963
5018
|
});
|
|
4964
5019
|
|
|
4965
|
-
},{}],
|
|
5020
|
+
},{}],44:[function(require,module,exports){
|
|
4966
5021
|
"use strict";
|
|
4967
5022
|
|
|
4968
5023
|
function simulateHybrisSendingHtml() {
|
|
@@ -4987,7 +5042,7 @@ $(document).ready(function () {
|
|
|
4987
5042
|
bindResolveEvent(['CLOSE_JUST_ADDED', 'CLOSE_MINI_BASKET', 'MINI_BASKET_CHECKOUT', 'MINI_BASKET_VIEW_BASKET']);
|
|
4988
5043
|
});
|
|
4989
5044
|
|
|
4990
|
-
},{}],
|
|
5045
|
+
},{}],45:[function(require,module,exports){
|
|
4991
5046
|
"use strict";
|
|
4992
5047
|
|
|
4993
5048
|
var Wick = Wick || {};
|
|
@@ -5018,7 +5073,7 @@ Wick.DateSelection = function () {
|
|
|
5018
5073
|
};
|
|
5019
5074
|
}();
|
|
5020
5075
|
|
|
5021
|
-
},{}],
|
|
5076
|
+
},{}],46:[function(require,module,exports){
|
|
5022
5077
|
"use strict";
|
|
5023
5078
|
|
|
5024
5079
|
var Wick = Wick || {};
|
|
@@ -5109,7 +5164,7 @@ $(document).ready(function () {
|
|
|
5109
5164
|
Wick.DefaultStoreProto.init();
|
|
5110
5165
|
});
|
|
5111
5166
|
|
|
5112
|
-
},{}],
|
|
5167
|
+
},{}],47:[function(require,module,exports){
|
|
5113
5168
|
"use strict";
|
|
5114
5169
|
|
|
5115
5170
|
var errorPoductId = '321312';
|
|
@@ -5151,7 +5206,7 @@ $(document).ready(function () {
|
|
|
5151
5206
|
initLocalFavouriteProductEvent();
|
|
5152
5207
|
});
|
|
5153
5208
|
|
|
5154
|
-
},{}],
|
|
5209
|
+
},{}],48:[function(require,module,exports){
|
|
5155
5210
|
"use strict";
|
|
5156
5211
|
|
|
5157
5212
|
var _showMoreLess = require("../page/utils/show-more-less");
|
|
@@ -5277,7 +5332,7 @@ function waitFor(getter, cb, opts) {
|
|
|
5277
5332
|
});
|
|
5278
5333
|
})();
|
|
5279
5334
|
|
|
5280
|
-
},{"../page/utils/show-more-less":
|
|
5335
|
+
},{"../page/utils/show-more-less":91}],49:[function(require,module,exports){
|
|
5281
5336
|
"use strict";
|
|
5282
5337
|
|
|
5283
5338
|
var Wick = Wick || {};
|
|
@@ -5316,7 +5371,7 @@ Wick.DeliveryDetails = function () {
|
|
|
5316
5371
|
bindEvents();
|
|
5317
5372
|
}();
|
|
5318
5373
|
|
|
5319
|
-
},{}],
|
|
5374
|
+
},{}],50:[function(require,module,exports){
|
|
5320
5375
|
"use strict";
|
|
5321
5376
|
|
|
5322
5377
|
var Wick = Wick || {};
|
|
@@ -5344,7 +5399,7 @@ Wick.FooterСurrentYear = function () {
|
|
|
5344
5399
|
init();
|
|
5345
5400
|
}();
|
|
5346
5401
|
|
|
5347
|
-
},{}],
|
|
5402
|
+
},{}],51:[function(require,module,exports){
|
|
5348
5403
|
"use strict";
|
|
5349
5404
|
|
|
5350
5405
|
var Wick = Wick || {};
|
|
@@ -5398,16 +5453,20 @@ Wick.Forms = function () {
|
|
|
5398
5453
|
var rect = el.getBoundingClientRect();
|
|
5399
5454
|
return rect.top >= 0 && rect.left >= 0 && rect.bottom <= (window.innerHeight || document.documentElement.clientHeight) && rect.right <= (window.innerWidth || document.documentElement.clientWidth);
|
|
5400
5455
|
}
|
|
5401
|
-
var $form;
|
|
5402
5456
|
var showValidationErrors = function showValidationErrors(form, errorMsg) {
|
|
5403
|
-
$form = $(form);
|
|
5457
|
+
var $form = $(form);
|
|
5458
|
+
var $rows = $form.find(fieldRow).not('[data-no-global-validation]');
|
|
5459
|
+
if (!$rows.length) return;
|
|
5460
|
+
$rows.find('.form-row__error').remove();
|
|
5404
5461
|
if (!$form.hasClass(formInvalid)) {
|
|
5405
5462
|
$form.find('.form-row__error').remove();
|
|
5406
5463
|
var $rows = $form.find(fieldRow).filter(function () {
|
|
5407
5464
|
return $(this).is(':visible');
|
|
5408
5465
|
});
|
|
5409
5466
|
$rows.append(validationError(errorMsg)).addClass(rowValidationError);
|
|
5467
|
+
$form.addClass(formInvalid);
|
|
5410
5468
|
}
|
|
5469
|
+
$rows.append(validationError(errorMsg)).addClass(rowValidationError);
|
|
5411
5470
|
var $firstMsg = $form.find(fieldRow).filter(function () {
|
|
5412
5471
|
return $(this).is(':visible');
|
|
5413
5472
|
}).first();
|
|
@@ -5643,7 +5702,7 @@ Wick.Forms = function () {
|
|
|
5643
5702
|
};
|
|
5644
5703
|
}();
|
|
5645
5704
|
|
|
5646
|
-
},{}],
|
|
5705
|
+
},{}],52:[function(require,module,exports){
|
|
5647
5706
|
"use strict";
|
|
5648
5707
|
|
|
5649
5708
|
var Wick = Wick || {};
|
|
@@ -5682,7 +5741,217 @@ $(document).ready(function () {
|
|
|
5682
5741
|
Wick.GenerateProjectIdLocal.init();
|
|
5683
5742
|
});
|
|
5684
5743
|
|
|
5685
|
-
},{}],
|
|
5744
|
+
},{}],53:[function(require,module,exports){
|
|
5745
|
+
"use strict";
|
|
5746
|
+
|
|
5747
|
+
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); }
|
|
5748
|
+
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
5749
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
5750
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
5751
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5752
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
5753
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
5754
|
+
(function (_PAY_ERROR_CARD_MAP) {
|
|
5755
|
+
if (!window.Wick) return;
|
|
5756
|
+
var M_OK = '0000000000000001';
|
|
5757
|
+
var M_ZERO_BALANCE = '0000000000000000';
|
|
5758
|
+
var M_NOT_RECOGNISED = '1111111111111111';
|
|
5759
|
+
var M_LOCKED = '2222222222222222';
|
|
5760
|
+
var M_MERCHANT_ISSUE = '3333333333333333';
|
|
5761
|
+
var M_EXCHANGE = '4040404040404040';
|
|
5762
|
+
var M_EXPIRED = '4444444444444444';
|
|
5763
|
+
var M_INVALID = '5555555555555555';
|
|
5764
|
+
var M_ADDED = '6666666666666666';
|
|
5765
|
+
var M_CONFIG_PROBLEM = '9999999999999999';
|
|
5766
|
+
var M_PAY_ERR_101 = '7777777777777101';
|
|
5767
|
+
var M_PAY_ERR_102 = '7777777777777102';
|
|
5768
|
+
var M_PAY_ERR_103 = '7777777777777103';
|
|
5769
|
+
var PAY_ERROR_CARD_MAP = (_PAY_ERROR_CARD_MAP = {}, _defineProperty(_PAY_ERROR_CARD_MAP, M_PAY_ERR_101, 101), _defineProperty(_PAY_ERROR_CARD_MAP, M_PAY_ERR_102, 102), _defineProperty(_PAY_ERROR_CARD_MAP, M_PAY_ERR_103, 103), _PAY_ERROR_CARD_MAP);
|
|
5770
|
+
var GIFT_CARDS_LIMIT = 3;
|
|
5771
|
+
var BASE_ORDER_TOTAL = 300.00;
|
|
5772
|
+
var PAY_ERROR_CODE;
|
|
5773
|
+
var mock = {
|
|
5774
|
+
orderTotal: BASE_ORDER_TOTAL,
|
|
5775
|
+
giftCardTotal: 0.00,
|
|
5776
|
+
giftCards: []
|
|
5777
|
+
};
|
|
5778
|
+
var toMasked = function toMasked(num) {
|
|
5779
|
+
return "************".concat(String(num || '').slice(-5));
|
|
5780
|
+
};
|
|
5781
|
+
function recomputeTotalsAndOrder() {
|
|
5782
|
+
mock.giftCardTotal = mock.giftCards.reduce(function (sum, c) {
|
|
5783
|
+
return sum + Number(c.amountToRedeem || 0);
|
|
5784
|
+
}, 0);
|
|
5785
|
+
var remaining = Math.max(0, BASE_ORDER_TOTAL - mock.giftCardTotal);
|
|
5786
|
+
mock.orderTotal = Number(remaining.toFixed(2));
|
|
5787
|
+
}
|
|
5788
|
+
function applyWithClamp(requestedAmount) {
|
|
5789
|
+
var remaining = Math.max(0, BASE_ORDER_TOTAL - mock.giftCardTotal);
|
|
5790
|
+
var applied = Math.min(Number(requestedAmount || 0), remaining);
|
|
5791
|
+
return Number(applied.toFixed(2));
|
|
5792
|
+
}
|
|
5793
|
+
function successPayload() {
|
|
5794
|
+
return {
|
|
5795
|
+
orderTotal: mock.orderTotal,
|
|
5796
|
+
giftCardTotal: mock.giftCardTotal,
|
|
5797
|
+
giftCards: mock.giftCards.slice()
|
|
5798
|
+
};
|
|
5799
|
+
}
|
|
5800
|
+
function getGiftCardErrorCode(giftCardNumber) {
|
|
5801
|
+
switch (giftCardNumber) {
|
|
5802
|
+
case M_NOT_RECOGNISED:
|
|
5803
|
+
return 10;
|
|
5804
|
+
case M_LOCKED:
|
|
5805
|
+
return 16;
|
|
5806
|
+
case M_MERCHANT_ISSUE:
|
|
5807
|
+
return 20;
|
|
5808
|
+
case M_EXCHANGE:
|
|
5809
|
+
return 40;
|
|
5810
|
+
case M_EXPIRED:
|
|
5811
|
+
return 60;
|
|
5812
|
+
case M_INVALID:
|
|
5813
|
+
return 99;
|
|
5814
|
+
case M_ADDED:
|
|
5815
|
+
return 89;
|
|
5816
|
+
case M_CONFIG_PROBLEM:
|
|
5817
|
+
return -1;
|
|
5818
|
+
default:
|
|
5819
|
+
return null;
|
|
5820
|
+
}
|
|
5821
|
+
}
|
|
5822
|
+
function addGiftCardMock(giftCardNumber) {
|
|
5823
|
+
var errorCode = getGiftCardErrorCode(giftCardNumber);
|
|
5824
|
+
if (Number.isFinite(errorCode)) {
|
|
5825
|
+
return Promise.reject({
|
|
5826
|
+
code: errorCode
|
|
5827
|
+
});
|
|
5828
|
+
}
|
|
5829
|
+
var requested;
|
|
5830
|
+
if (giftCardNumber === M_OK) {
|
|
5831
|
+
requested = 123.45;
|
|
5832
|
+
} else if (giftCardNumber === M_ZERO_BALANCE) {
|
|
5833
|
+
requested = 0;
|
|
5834
|
+
} else {
|
|
5835
|
+
requested = 50.00;
|
|
5836
|
+
}
|
|
5837
|
+
if (mock.giftCards.length >= GIFT_CARDS_LIMIT) {
|
|
5838
|
+
return Promise.reject({
|
|
5839
|
+
code: 20
|
|
5840
|
+
});
|
|
5841
|
+
}
|
|
5842
|
+
var beforeTotal = mock.giftCardTotal;
|
|
5843
|
+
var applied = applyWithClamp(requested);
|
|
5844
|
+
mock.giftCards.push({
|
|
5845
|
+
id: (Date.now() + Math.random()).toString(36),
|
|
5846
|
+
maskedNumber: toMasked(giftCardNumber),
|
|
5847
|
+
amountToRedeem: applied,
|
|
5848
|
+
originalNumber: giftCardNumber
|
|
5849
|
+
});
|
|
5850
|
+
if (mock.giftCards.length === GIFT_CARDS_LIMIT) {
|
|
5851
|
+
var leftover = Math.max(0, BASE_ORDER_TOTAL - (beforeTotal + applied));
|
|
5852
|
+
if (leftover > 0) {
|
|
5853
|
+
var last = mock.giftCards[mock.giftCards.length - 1];
|
|
5854
|
+
last.amountToRedeem = Number((Number(last.amountToRedeem) + leftover).toFixed(2));
|
|
5855
|
+
}
|
|
5856
|
+
mock.giftCardTotal = BASE_ORDER_TOTAL;
|
|
5857
|
+
mock.orderTotal = 0;
|
|
5858
|
+
return Promise.resolve(successPayload());
|
|
5859
|
+
}
|
|
5860
|
+
recomputeTotalsAndOrder();
|
|
5861
|
+
return Promise.resolve(successPayload());
|
|
5862
|
+
}
|
|
5863
|
+
function removeGiftCardMock(index) {
|
|
5864
|
+
var beforeLen = mock.giftCards.length;
|
|
5865
|
+
if (index < 0 || index >= beforeLen) return Promise.reject({
|
|
5866
|
+
code: 20
|
|
5867
|
+
});
|
|
5868
|
+
mock.giftCards.splice(index, 1);
|
|
5869
|
+
recomputeTotalsAndOrder();
|
|
5870
|
+
return Promise.resolve(successPayload());
|
|
5871
|
+
}
|
|
5872
|
+
function anyPayErrorCardApplied() {
|
|
5873
|
+
var _iterator = _createForOfIteratorHelper(mock.giftCards),
|
|
5874
|
+
_step;
|
|
5875
|
+
try {
|
|
5876
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
5877
|
+
var gc = _step.value;
|
|
5878
|
+
var code = PAY_ERROR_CARD_MAP[gc.originalNumber];
|
|
5879
|
+
if (Number.isFinite(code)) return code;
|
|
5880
|
+
}
|
|
5881
|
+
} catch (err) {
|
|
5882
|
+
_iterator.e(err);
|
|
5883
|
+
} finally {
|
|
5884
|
+
_iterator.f();
|
|
5885
|
+
}
|
|
5886
|
+
return undefined;
|
|
5887
|
+
}
|
|
5888
|
+
function initGiftCardMock() {
|
|
5889
|
+
if (!$('.giftcard-row, .giftcard').length) return;
|
|
5890
|
+
$(window).off(Wick.GiftCard.ADD_GIFT_CARD);
|
|
5891
|
+
$(window).off(Wick.GiftCard.REMOVE_GIFT_CARD);
|
|
5892
|
+
$(window).off(Wick.GiftCard.PAY_WITH_GIFT_CARD);
|
|
5893
|
+
$(window).on(Wick.GiftCard.ADD_GIFT_CARD, function (e) {
|
|
5894
|
+
var payload = e.detail && e.detail.payload || {};
|
|
5895
|
+
var giftCardNumber = payload.giftCardNumber;
|
|
5896
|
+
setTimeout(function () {
|
|
5897
|
+
addGiftCardMock(giftCardNumber).then(function (p) {
|
|
5898
|
+
e.detail.resolve(Object.assign({
|
|
5899
|
+
code: 0
|
|
5900
|
+
}, p));
|
|
5901
|
+
})["catch"](function (err) {
|
|
5902
|
+
e.detail.reject(err);
|
|
5903
|
+
});
|
|
5904
|
+
}, 1000);
|
|
5905
|
+
});
|
|
5906
|
+
$(window).on(Wick.GiftCard.REMOVE_GIFT_CARD, function (e) {
|
|
5907
|
+
var payload = e.detail && e.detail.payload || {};
|
|
5908
|
+
var index = Number(payload.index);
|
|
5909
|
+
setTimeout(function () {
|
|
5910
|
+
removeGiftCardMock(index).then(function (p) {
|
|
5911
|
+
e.detail.resolve(Object.assign({
|
|
5912
|
+
code: 0
|
|
5913
|
+
}, p));
|
|
5914
|
+
})["catch"](function (err) {
|
|
5915
|
+
e.detail.reject(err);
|
|
5916
|
+
});
|
|
5917
|
+
}, 1000);
|
|
5918
|
+
});
|
|
5919
|
+
$(window).on(Wick.GiftCard.PAY_WITH_GIFT_CARD, function (e) {
|
|
5920
|
+
setTimeout(function () {
|
|
5921
|
+
var forcedErrorFromCard = anyPayErrorCardApplied();
|
|
5922
|
+
if (Number.isFinite(forcedErrorFromCard)) {
|
|
5923
|
+
return e.detail.reject({
|
|
5924
|
+
errorCode: forcedErrorFromCard,
|
|
5925
|
+
giftCards: mock.giftCards.slice()
|
|
5926
|
+
});
|
|
5927
|
+
}
|
|
5928
|
+
if (Number(mock.orderTotal) === 0) {
|
|
5929
|
+
e.detail.resolve({
|
|
5930
|
+
url: 'page_checkout_confirmation-billie.html'
|
|
5931
|
+
});
|
|
5932
|
+
} else {
|
|
5933
|
+
var errorCode = Number.isFinite(PAY_ERROR_CODE) ? PAY_ERROR_CODE : undefined;
|
|
5934
|
+
e.detail.reject({
|
|
5935
|
+
errorCode: errorCode,
|
|
5936
|
+
giftCards: mock.giftCards.slice()
|
|
5937
|
+
});
|
|
5938
|
+
}
|
|
5939
|
+
}, 1000);
|
|
5940
|
+
});
|
|
5941
|
+
}
|
|
5942
|
+
$(document).ready(function () {
|
|
5943
|
+
mock.giftCards = [];
|
|
5944
|
+
recomputeTotalsAndOrder();
|
|
5945
|
+
Wick.GiftCard.init({
|
|
5946
|
+
giftCardsLimit: GIFT_CARDS_LIMIT,
|
|
5947
|
+
errorCode: PAY_ERROR_CODE,
|
|
5948
|
+
giftCards: mock.giftCards.slice()
|
|
5949
|
+
});
|
|
5950
|
+
});
|
|
5951
|
+
$(document).ready(initGiftCardMock);
|
|
5952
|
+
})();
|
|
5953
|
+
|
|
5954
|
+
},{}],54:[function(require,module,exports){
|
|
5686
5955
|
"use strict";
|
|
5687
5956
|
|
|
5688
5957
|
var suggestions = [{
|
|
@@ -5821,7 +6090,7 @@ $(document).ready(function () {
|
|
|
5821
6090
|
initLocalSearchBar();
|
|
5822
6091
|
});
|
|
5823
6092
|
|
|
5824
|
-
},{}],
|
|
6093
|
+
},{}],55:[function(require,module,exports){
|
|
5825
6094
|
"use strict";
|
|
5826
6095
|
|
|
5827
6096
|
var Wick = Wick || {};
|
|
@@ -5857,7 +6126,7 @@ Wick.GoogleMapsStoreInfo = function () {
|
|
|
5857
6126
|
init();
|
|
5858
6127
|
}();
|
|
5859
6128
|
|
|
5860
|
-
},{}],
|
|
6129
|
+
},{}],56:[function(require,module,exports){
|
|
5861
6130
|
"use strict";
|
|
5862
6131
|
|
|
5863
6132
|
var Wick = Wick || {};
|
|
@@ -5913,7 +6182,7 @@ $(document).ready(function () {
|
|
|
5913
6182
|
init();
|
|
5914
6183
|
});
|
|
5915
6184
|
|
|
5916
|
-
},{}],
|
|
6185
|
+
},{}],57:[function(require,module,exports){
|
|
5917
6186
|
"use strict";
|
|
5918
6187
|
|
|
5919
6188
|
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); }
|
|
@@ -6511,7 +6780,7 @@ if (!Array.prototype.reduce) {
|
|
|
6511
6780
|
});
|
|
6512
6781
|
}
|
|
6513
6782
|
|
|
6514
|
-
},{}],
|
|
6783
|
+
},{}],58:[function(require,module,exports){
|
|
6515
6784
|
"use strict";
|
|
6516
6785
|
|
|
6517
6786
|
$(document).ready(function () {
|
|
@@ -10182,7 +10451,7 @@ $(document).ready(function () {
|
|
|
10182
10451
|
}, 100);
|
|
10183
10452
|
});
|
|
10184
10453
|
|
|
10185
|
-
},{}],
|
|
10454
|
+
},{}],59:[function(require,module,exports){
|
|
10186
10455
|
"use strict";
|
|
10187
10456
|
|
|
10188
10457
|
var Wick = Wick || {};
|
|
@@ -10218,7 +10487,7 @@ Wick.orders = function () {
|
|
|
10218
10487
|
initialize();
|
|
10219
10488
|
}();
|
|
10220
10489
|
|
|
10221
|
-
},{}],
|
|
10490
|
+
},{}],60:[function(require,module,exports){
|
|
10222
10491
|
"use strict";
|
|
10223
10492
|
|
|
10224
10493
|
var Wick = Wick || {};
|
|
@@ -11079,7 +11348,7 @@ Wick.MainNavData = function () {
|
|
|
11079
11348
|
};
|
|
11080
11349
|
}();
|
|
11081
11350
|
|
|
11082
|
-
},{}],
|
|
11351
|
+
},{}],61:[function(require,module,exports){
|
|
11083
11352
|
"use strict";
|
|
11084
11353
|
|
|
11085
11354
|
var Wick = Wick || {};
|
|
@@ -12094,7 +12363,7 @@ Wick.MiniBasketData = function () {
|
|
|
12094
12363
|
};
|
|
12095
12364
|
}();
|
|
12096
12365
|
|
|
12097
|
-
},{}],
|
|
12366
|
+
},{}],62:[function(require,module,exports){
|
|
12098
12367
|
"use strict";
|
|
12099
12368
|
|
|
12100
12369
|
var Wick = Wick || {};
|
|
@@ -12129,7 +12398,7 @@ Wick.ShoppingCart = function () {
|
|
|
12129
12398
|
};
|
|
12130
12399
|
}();
|
|
12131
12400
|
|
|
12132
|
-
},{}],
|
|
12401
|
+
},{}],63:[function(require,module,exports){
|
|
12133
12402
|
"use strict";
|
|
12134
12403
|
|
|
12135
12404
|
$(document).ready(function () {
|
|
@@ -12145,7 +12414,7 @@ $(document).ready(function () {
|
|
|
12145
12414
|
});
|
|
12146
12415
|
});
|
|
12147
12416
|
|
|
12148
|
-
},{}],
|
|
12417
|
+
},{}],64:[function(require,module,exports){
|
|
12149
12418
|
"use strict";
|
|
12150
12419
|
|
|
12151
12420
|
var Wick = window.Wick || {};
|
|
@@ -12188,7 +12457,7 @@ Wick.FEMock = {
|
|
|
12188
12457
|
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 "
|
|
12189
12458
|
};
|
|
12190
12459
|
|
|
12191
|
-
},{}],
|
|
12460
|
+
},{}],65:[function(require,module,exports){
|
|
12192
12461
|
"use strict";
|
|
12193
12462
|
|
|
12194
12463
|
function getOrdersHtmlByCurrentPage(_ref) {
|
|
@@ -12251,7 +12520,7 @@ $(document).ready(function () {
|
|
|
12251
12520
|
initMyOrdersEvent();
|
|
12252
12521
|
});
|
|
12253
12522
|
|
|
12254
|
-
},{}],
|
|
12523
|
+
},{}],66:[function(require,module,exports){
|
|
12255
12524
|
"use strict";
|
|
12256
12525
|
|
|
12257
12526
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
@@ -12288,7 +12557,7 @@ Object.entries(paymentTypeSelectors).forEach(function (_ref) {
|
|
|
12288
12557
|
});
|
|
12289
12558
|
});
|
|
12290
12559
|
|
|
12291
|
-
},{}],
|
|
12560
|
+
},{}],67:[function(require,module,exports){
|
|
12292
12561
|
"use strict";
|
|
12293
12562
|
|
|
12294
12563
|
var Wick = window.Wick = window.Wick || {};
|
|
@@ -12382,7 +12651,7 @@ $(document).ready(function () {
|
|
|
12382
12651
|
}
|
|
12383
12652
|
});
|
|
12384
12653
|
|
|
12385
|
-
},{}],
|
|
12654
|
+
},{}],68:[function(require,module,exports){
|
|
12386
12655
|
"use strict";
|
|
12387
12656
|
|
|
12388
12657
|
function handleClickAndScroll(cta, elementToScroll) {
|
|
@@ -12402,7 +12671,7 @@ $(document).ready(function () {
|
|
|
12402
12671
|
handleClickAndScroll('.pdp-price-sale__value .pdp-price__excluding-delivery', '.pdp__fulfilment');
|
|
12403
12672
|
});
|
|
12404
12673
|
|
|
12405
|
-
},{}],
|
|
12674
|
+
},{}],69:[function(require,module,exports){
|
|
12406
12675
|
"use strict";
|
|
12407
12676
|
|
|
12408
12677
|
var Wick = Wick || {};
|
|
@@ -12488,7 +12757,7 @@ $(document).ready(function () {
|
|
|
12488
12757
|
initPersonalDetails();
|
|
12489
12758
|
});
|
|
12490
12759
|
|
|
12491
|
-
},{}],
|
|
12760
|
+
},{}],70:[function(require,module,exports){
|
|
12492
12761
|
"use strict";
|
|
12493
12762
|
|
|
12494
12763
|
function getHtmlByCurrentPage(_ref) {
|
|
@@ -12518,7 +12787,7 @@ $(document).ready(function () {
|
|
|
12518
12787
|
initPLPLoadMoreFunctionality();
|
|
12519
12788
|
});
|
|
12520
12789
|
|
|
12521
|
-
},{}],
|
|
12790
|
+
},{}],71:[function(require,module,exports){
|
|
12522
12791
|
"use strict";
|
|
12523
12792
|
|
|
12524
12793
|
var Wick = window.Wick = window.Wick || {};
|
|
@@ -12736,7 +13005,7 @@ Wick.MiniBasket = function () {
|
|
|
12736
13005
|
};
|
|
12737
13006
|
}();
|
|
12738
13007
|
|
|
12739
|
-
},{}],
|
|
13008
|
+
},{}],72:[function(require,module,exports){
|
|
12740
13009
|
"use strict";
|
|
12741
13010
|
|
|
12742
13011
|
var Wick = Wick || {};
|
|
@@ -12777,7 +13046,7 @@ $(document).ready(function () {
|
|
|
12777
13046
|
Wick.ProductCounter.bind();
|
|
12778
13047
|
});
|
|
12779
13048
|
|
|
12780
|
-
},{}],
|
|
13049
|
+
},{}],73:[function(require,module,exports){
|
|
12781
13050
|
"use strict";
|
|
12782
13051
|
|
|
12783
13052
|
var Wick = Wick || {};
|
|
@@ -12812,7 +13081,7 @@ $(document).ready(function () {
|
|
|
12812
13081
|
Wick.ProjectListMultiple.bindAll();
|
|
12813
13082
|
});
|
|
12814
13083
|
|
|
12815
|
-
},{}],
|
|
13084
|
+
},{}],74:[function(require,module,exports){
|
|
12816
13085
|
"use strict";
|
|
12817
13086
|
|
|
12818
13087
|
var Wick = window.Wick = window.Wick || {};
|
|
@@ -13099,7 +13368,7 @@ $(document).ready(function () {
|
|
|
13099
13368
|
init();
|
|
13100
13369
|
});
|
|
13101
13370
|
|
|
13102
|
-
},{}],
|
|
13371
|
+
},{}],75:[function(require,module,exports){
|
|
13103
13372
|
"use strict";
|
|
13104
13373
|
|
|
13105
13374
|
function initProjectShadowList() {
|
|
@@ -13161,7 +13430,7 @@ $(document).ready(function () {
|
|
|
13161
13430
|
initProjectShadowList();
|
|
13162
13431
|
});
|
|
13163
13432
|
|
|
13164
|
-
},{}],
|
|
13433
|
+
},{}],76:[function(require,module,exports){
|
|
13165
13434
|
"use strict";
|
|
13166
13435
|
|
|
13167
13436
|
function initQuizEmail() {
|
|
@@ -13181,7 +13450,7 @@ $(document).ready(function () {
|
|
|
13181
13450
|
initQuizEmail();
|
|
13182
13451
|
});
|
|
13183
13452
|
|
|
13184
|
-
},{}],
|
|
13453
|
+
},{}],77:[function(require,module,exports){
|
|
13185
13454
|
"use strict";
|
|
13186
13455
|
|
|
13187
13456
|
var Wick = Wick || {};
|
|
@@ -13281,7 +13550,7 @@ Wick.ReferenceField = function () {
|
|
|
13281
13550
|
init();
|
|
13282
13551
|
}();
|
|
13283
13552
|
|
|
13284
|
-
},{}],
|
|
13553
|
+
},{}],78:[function(require,module,exports){
|
|
13285
13554
|
"use strict";
|
|
13286
13555
|
|
|
13287
13556
|
var Wick = Wick || {};
|
|
@@ -13311,7 +13580,7 @@ Wick.RepaymentToggle = function () {
|
|
|
13311
13580
|
bindEvents();
|
|
13312
13581
|
}();
|
|
13313
13582
|
|
|
13314
|
-
},{}],
|
|
13583
|
+
},{}],79:[function(require,module,exports){
|
|
13315
13584
|
"use strict";
|
|
13316
13585
|
|
|
13317
13586
|
$(document).on('click', '.filter-results__clear', function () {
|
|
@@ -13320,7 +13589,7 @@ $(document).on('click', '.filter-results__clear', function () {
|
|
|
13320
13589
|
form.submit();
|
|
13321
13590
|
});
|
|
13322
13591
|
|
|
13323
|
-
},{}],
|
|
13592
|
+
},{}],80:[function(require,module,exports){
|
|
13324
13593
|
"use strict";
|
|
13325
13594
|
|
|
13326
13595
|
var Wick = Wick || {};
|
|
@@ -13346,7 +13615,7 @@ Wick.Selectable = function () {
|
|
|
13346
13615
|
bindEvents();
|
|
13347
13616
|
}();
|
|
13348
13617
|
|
|
13349
|
-
},{}],
|
|
13618
|
+
},{}],81:[function(require,module,exports){
|
|
13350
13619
|
"use strict";
|
|
13351
13620
|
|
|
13352
13621
|
var Wick = Wick || {};
|
|
@@ -13429,7 +13698,7 @@ $(document).ready(function () {
|
|
|
13429
13698
|
Wick.ShoppingList.bindAll();
|
|
13430
13699
|
});
|
|
13431
13700
|
|
|
13432
|
-
},{}],
|
|
13701
|
+
},{}],82:[function(require,module,exports){
|
|
13433
13702
|
"use strict";
|
|
13434
13703
|
|
|
13435
13704
|
var Wick = Wick || {};
|
|
@@ -13454,7 +13723,7 @@ Wick.SignUp = function () {
|
|
|
13454
13723
|
});
|
|
13455
13724
|
}();
|
|
13456
13725
|
|
|
13457
|
-
},{}],
|
|
13726
|
+
},{}],83:[function(require,module,exports){
|
|
13458
13727
|
"use strict";
|
|
13459
13728
|
|
|
13460
13729
|
//TODO: needs refactoring in future, gather tother with range-type.js for common script
|
|
@@ -13473,7 +13742,7 @@ Wick.StoreLocator = function () {
|
|
|
13473
13742
|
});
|
|
13474
13743
|
}();
|
|
13475
13744
|
|
|
13476
|
-
},{}],
|
|
13745
|
+
},{}],84:[function(require,module,exports){
|
|
13477
13746
|
"use strict";
|
|
13478
13747
|
|
|
13479
13748
|
var Wick = window.Wick || {};
|
|
@@ -13514,7 +13783,7 @@ $(document).ready(function () {
|
|
|
13514
13783
|
}, 250));
|
|
13515
13784
|
});
|
|
13516
13785
|
|
|
13517
|
-
},{}],
|
|
13786
|
+
},{}],85:[function(require,module,exports){
|
|
13518
13787
|
"use strict";
|
|
13519
13788
|
|
|
13520
13789
|
var Wick = Wick || {};
|
|
@@ -13536,7 +13805,7 @@ $(document).ready(function () {
|
|
|
13536
13805
|
Wick.addListToBasket.addAllProjectList();
|
|
13537
13806
|
});
|
|
13538
13807
|
|
|
13539
|
-
},{}],
|
|
13808
|
+
},{}],86:[function(require,module,exports){
|
|
13540
13809
|
"use strict";
|
|
13541
13810
|
|
|
13542
13811
|
var Wick = Wick || {};
|
|
@@ -13574,7 +13843,7 @@ Wick.User = function () {
|
|
|
13574
13843
|
};
|
|
13575
13844
|
}();
|
|
13576
13845
|
|
|
13577
|
-
},{}],
|
|
13846
|
+
},{}],87:[function(require,module,exports){
|
|
13578
13847
|
"use strict";
|
|
13579
13848
|
|
|
13580
13849
|
var suppressQuantityReportValidityOnBlur = false;
|
|
@@ -13601,14 +13870,14 @@ $(document).off('keydown.quantityValidation', '#quantity-field').on('keydown.qua
|
|
|
13601
13870
|
}, 150);
|
|
13602
13871
|
});
|
|
13603
13872
|
|
|
13604
|
-
},{}],
|
|
13873
|
+
},{}],88:[function(require,module,exports){
|
|
13605
13874
|
"use strict";
|
|
13606
13875
|
|
|
13607
13876
|
window.ACC = window.ACC || {};
|
|
13608
13877
|
window.ACC.app = window.ACC.app || {};
|
|
13609
13878
|
window.ACC.app.isVatToggleAvailable = !!$('.switch-vat input').length;
|
|
13610
13879
|
|
|
13611
|
-
},{}],
|
|
13880
|
+
},{}],89:[function(require,module,exports){
|
|
13612
13881
|
"use strict";
|
|
13613
13882
|
|
|
13614
13883
|
var Wick = window.Wick = window.Wick || {};
|
|
@@ -13640,7 +13909,7 @@ Wick.Wismo = function () {
|
|
|
13640
13909
|
});
|
|
13641
13910
|
}();
|
|
13642
13911
|
|
|
13643
|
-
},{}],
|
|
13912
|
+
},{}],90:[function(require,module,exports){
|
|
13644
13913
|
"use strict";
|
|
13645
13914
|
|
|
13646
13915
|
var Wick = Wick || {};
|
|
@@ -13719,7 +13988,7 @@ Wick.YourDetails = function () {
|
|
|
13719
13988
|
});
|
|
13720
13989
|
}();
|
|
13721
13990
|
|
|
13722
|
-
},{}],
|
|
13991
|
+
},{}],91:[function(require,module,exports){
|
|
13723
13992
|
"use strict";
|
|
13724
13993
|
|
|
13725
13994
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13956,4 +14225,4 @@ function createShowMoreLess() {
|
|
|
13956
14225
|
};
|
|
13957
14226
|
}
|
|
13958
14227
|
|
|
13959
|
-
},{"../../../elements/btn.hbs":24}]},{},[25,26,27,28,29,30,31,32,33,34,35,36,
|
|
14228
|
+
},{"../../../elements/btn.hbs":24}]},{},[25,26,27,28,29,30,31,32,33,34,35,36,41,37,38,39,40,42,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]);
|