wickes-css2 2.112.0-develop.1 → 2.112.0-develop.11
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 -5
- package/build/css/account-families-main.css +1 -1
- package/build/css/category-main.css +1 -1
- package/build/css/components/card-product-banner.css +1 -1
- package/build/css/components/card-store-locator-v2.css +1 -1
- package/build/css/components/global-search.css +1 -1
- package/build/css/components/special-opening-schedule-v2.css +1 -1
- package/build/css/homepage-main.css +1 -1
- package/build/css/kitchen-plp-main.css +1 -1
- package/build/css/main.css +1 -1
- package/build/css/my-account-main-v2.css +1 -1
- package/build/css/my-account-main.css +1 -1
- package/build/css/pages/checkout-new.css +1 -1
- package/build/css/pages/checkout.css +1 -1
- package/build/css/pages/home-movers.css +1 -1
- package/build/css/pages/my-account-v2.css +1 -1
- package/build/css/pages/my-account.css +1 -1
- package/build/css/pages/oldweb_header.css +1 -1
- package/build/css/pages/page_act-trade-pro.css +1 -1
- package/build/css/pages/page_book-consultant-thank-you-new.css +1 -1
- package/build/css/pages/page_checkout-payment-details.css +1 -1
- package/build/css/pages/page_checkout_delivery-new.css +1 -1
- package/build/css/pages/page_content.css +1 -1
- package/build/css/pages/page_default-store.css +1 -1
- package/build/css/pages/page_fdl-management.css +1 -1
- package/build/css/pages/page_fi.css +1 -1
- package/build/css/pages/page_forgotten-password.css +1 -1
- package/build/css/pages/page_home.css +1 -1
- package/build/css/pages/page_in-store-checkout.css +1 -1
- package/build/css/pages/page_installer_form.css +1 -1
- package/build/css/pages/page_kitchen-claims.css +1 -1
- package/build/css/pages/page_merged-basket.css +1 -1
- package/build/css/pages/page_my-order.css +1 -1
- package/build/css/pages/page_my-orders.css +1 -1
- package/build/css/pages/page_new-checkout-forgot.css +1 -1
- package/build/css/pages/page_online-exclusive.css +1 -1
- package/build/css/pages/page_pre_home.css +1 -1
- package/build/css/pages/page_pre_home_thank-you.css +1 -1
- package/build/css/pages/page_product-details-critical.css +1 -1
- package/build/css/pages/page_product-details-v2.css +1 -1
- package/build/css/pages/page_product-details.css +1 -1
- package/build/css/pages/page_product_search.css +1 -1
- package/build/css/pages/page_products-list-combined.css +1 -1
- package/build/css/pages/page_products-list.css +1 -1
- package/build/css/pages/page_registration.css +1 -1
- package/build/css/pages/page_shopping-cart-v2.css +1 -1
- package/build/css/pages/page_shopping-cart.css +1 -1
- package/build/css/pages/page_store-locator-details.css +1 -1
- package/build/css/pages/page_thankyou.css +1 -1
- package/build/css/pages/page_ti.css +1 -1
- package/build/css/pages/page_top-rated.css +1 -1
- package/build/css/pages/page_upd-pass.css +1 -1
- package/build/css/pages/page_wismo-details.css +1 -1
- package/build/css/pages/page_wismo-orders.css +1 -1
- package/build/css/pages/sticky_header.css +1 -1
- package/build/css/pages/tradePro-signup.css +1 -1
- package/build/css/pdp-main-before-combine.css +1 -1
- package/build/css/pdp-main-critical.css +1 -1
- package/build/css/pdp-main-non-critical.css +1 -1
- package/build/css/pdp-main.css +1 -1
- package/build/css/plp-main.css +1 -1
- package/build/css/shopping-list-pdf.css +1 -1
- package/build/css/store-locator-main.css +1 -1
- package/build/js/basket.min.js +1 -1
- package/build/js/bloomreach-widget.min.js +1 -1
- package/build/js/emulation.min.js +3072 -2397
- package/build/js/page/basket-v2.js +29 -20
- package/build/js/page/bloomreach-widget/bloomreach-widget-tracking.js +87 -0
- package/build/js/page/bloomreach-widget/bloomreach-widget.js +250 -0
- package/build/js/page/{bloomreach-widget.js → bloomreach-widget/complete-your-project-widget.js} +270 -359
- package/build/js/page/bloomreach-widget/why-not-add-widget.js +230 -0
- package/build/js/page/checkout-payment-details.js +10 -0
- package/build/js/page/utils/data-layer.js +9 -0
- package/package.json +3 -9
- package/src/components/address-billie.hbs +22 -18
- package/src/components/bloomreach/complete-card.hbs +6 -34
- package/src/components/bloomreach/complete-summary.hbs +2 -2
- package/src/components/bloomreach/why-not-add-card-skeleton.hbs +14 -0
- package/src/components/bloomreach/why-not-add-card.hbs +73 -0
- package/src/components/bloomreach/why-not-add-content.hbs +41 -0
- package/src/components/bloomreach/why-not-add-skeleton.hbs +9 -0
- package/src/components/bloomreach/why-not-add.hbs +6 -0
- package/src/components/checkout-edit-billing-address.hbs +1 -1
- package/src/components/checkout-payment-details-v2.hbs +6 -1
- package/src/components/my-account/order.hbs +6 -1
- package/src/components/order-item.hbs +7 -7
- package/src/components/pdp-price-actions.hbs +2 -2
- package/src/components/potential-promotion.hbs +4 -4
- package/src/components/price-badges.hbs +12 -0
- package/src/components/price-block-v2.hbs +5 -12
- package/src/components/reviews-rating.hbs +22 -0
- package/src/components/share-list-modal-without-social-icons.hbs +2 -2
- package/src/components/share-list-modal.hbs +7 -3
- package/src/data/data_shopping-cart-v2.json +46 -2
- package/src/data/data_shopping-cart-with-energy.json +26 -2
- package/src/data/my-account/data_my-order.json +8 -0
- package/src/js/emulation/basket-data.js +312 -0
- package/src/js/emulation/bloomreach-widget-loading.js +2 -2
- package/src/js/emulation/mock.js +2718 -2363
- package/src/js/emulation/shopping-list.js +40 -49
- package/src/js/emulation/tracking-emulation.js +38 -0
- package/src/js/emulation/why-not-add-loading.js +11 -0
- package/src/js/emulation/why-not-add.js +28 -0
- package/src/js/page/basket-v2.js +29 -20
- package/src/js/page/bloomreach-widget/bloomreach-widget-tracking.js +87 -0
- package/src/js/page/bloomreach-widget/bloomreach-widget.js +250 -0
- package/src/js/page/{bloomreach-widget.js → bloomreach-widget/complete-your-project-widget.js} +270 -359
- package/src/js/page/bloomreach-widget/why-not-add-widget.js +230 -0
- package/src/js/page/checkout-payment-details.js +10 -0
- package/src/js/page/utils/data-layer.js +9 -0
- package/src/page_payment-details-billie-registered-only.html +76 -0
- package/src/page_payment-details-billie-unregistered-only.html +76 -0
- package/src/page_product-details-bloomreach.html +1 -1
- package/src/page_product-details-with-global-search-v2.html +2 -1
- package/src/page_product-details-with-why-not-add-single.html +131 -0
- package/src/page_track-my-order-result.html +1 -0
- package/src/scss/category-main.scss +5 -7
- package/src/scss/common/_app.scss +1 -1
- package/src/scss/common/_rewards-counter.scss +1 -2
- package/src/scss/common/_typography.scss +1 -1
- package/src/scss/common/_vat-toggle.scss +1 -1
- package/src/scss/components/_add-list-id.scss +0 -1
- package/src/scss/components/_advice-inspiration-critical.scss +2 -2
- package/src/scss/components/_advice-inspiration.scss +2 -3
- package/src/scss/components/_anchor-nav.scss +1 -1
- package/src/scss/components/_aside-accordion.scss +0 -5
- package/src/scss/components/_aside-nav.scss +1 -1
- package/src/scss/components/_aside-nav2.scss +0 -2
- package/src/scss/components/_autocomplete.scss +0 -1
- package/src/scss/components/_banner-2.scss +1 -1
- package/src/scss/components/_banner-info.scss +1 -1
- package/src/scss/components/_banner.scss +0 -2
- package/src/scss/components/_barcode.scss +0 -1
- package/src/scss/components/_big-wins-critical.scss +8 -9
- package/src/scss/components/_big-wins.scss +25 -32
- package/src/scss/components/_billie-modal.scss +5 -6
- package/src/scss/components/_billie-online-messaging.scss +2 -2
- package/src/scss/components/_card.scss +1 -5
- package/src/scss/components/_cards-slider.scss +1 -1
- package/src/scss/components/_category-tree.scss +2 -2
- package/src/scss/components/_charity-donations.scss +7 -7
- package/src/scss/components/_checkout-action.scss +0 -2
- package/src/scss/components/_colour-block.scss +0 -2
- package/src/scss/components/_cookies-policy.scss +1 -1
- package/src/scss/components/_copy-project-id.scss +0 -1
- package/src/scss/components/_donation-cart-new.scss +6 -6
- package/src/scss/components/_donation-cart.scss +3 -4
- package/src/scss/components/_favourite-product.scss +1 -1
- package/src/scss/components/_gallery-critical.scss +3 -3
- package/src/scss/components/_gallery-pdp-critical.scss +4 -4
- package/src/scss/components/_gallery-pdp.scss +2 -2
- package/src/scss/components/_gallery.scss +2 -2
- package/src/scss/components/_hero.scss +0 -1
- package/src/scss/components/_home-banner.scss +1 -1
- package/src/scss/components/_kitchen-card.scss +4 -4
- package/src/scss/components/_lines-group.scss +0 -1
- package/src/scss/components/_marketing-preferences.scss +1 -1
- package/src/scss/components/_merge-basket-options.scss +0 -1
- package/src/scss/components/_modal-box.scss +5 -5
- package/src/scss/components/_new-checkout-form.scss +1 -1
- package/src/scss/components/_notifications-critical.scss +1 -3
- package/src/scss/components/_order-item-cc.scss +6 -7
- package/src/scss/components/_order-item.scss +11 -12
- package/src/scss/components/_order-line-shop-list.scss +2 -2
- package/src/scss/components/_order-line.scss +3 -3
- package/src/scss/components/_page-overlay.scss +3 -9
- package/src/scss/components/_payment-transactions.scss +5 -5
- package/src/scss/components/_payments.scss +0 -1
- package/src/scss/components/_pdp-cta.scss +0 -4
- package/src/scss/components/_pdp-info-v2.scss +2 -5
- package/src/scss/components/_popular-categories.scss +0 -2
- package/src/scss/components/_potential-promotion.scss +1 -1
- package/src/scss/components/_price-badges-critical.scss +0 -1
- package/src/scss/components/_price-badges.scss +0 -2
- package/src/scss/components/_price-tooltip.scss +3 -2
- package/src/scss/components/_price.scss +2 -2
- package/src/scss/components/_product-card-critical.scss +1 -2
- package/src/scss/components/_product-card.scss +3 -5
- package/src/scss/components/_product-main-info.scss +4 -5
- package/src/scss/components/_project-list-multiple.scss +4 -4
- package/src/scss/components/_project-list-total.scss +1 -1
- package/src/scss/components/_proposition.scss +2 -2
- package/src/scss/components/_range-card.scss +1 -3
- package/src/scss/components/_range-types.scss +2 -2
- package/src/scss/components/_recommended.scss +1 -5
- package/src/scss/components/_rewards.scss +1 -1
- package/src/scss/components/_saving-shopping-list-modal.scss +1 -2
- package/src/scss/components/_seo-widgets.scss +1 -2
- package/src/scss/components/_share-list-modal.scss +1 -2
- package/src/scss/components/_shop-colour.scss +1 -1
- package/src/scss/components/_shopping-list-note.scss +2 -2
- package/src/scss/components/_smart-banner.scss +4 -5
- package/src/scss/components/_snack-bar.scss +2 -2
- package/src/scss/components/_steps-three.scss +3 -3
- package/src/scss/components/_steps.scss +2 -2
- package/src/scss/components/_sticky-element-appearance.scss +2 -2
- package/src/scss/components/_tables.scss +1 -2
- package/src/scss/components/_tabs.scss +0 -1
- package/src/scss/components/_tc-generic-floor.scss +3 -3
- package/src/scss/components/_tc-generic.scss +4 -4
- package/src/scss/components/_thank-you-modal.scss +3 -1
- package/src/scss/components/_ti-floor.scss +3 -4
- package/src/scss/components/_ti-header.scss +2 -2
- package/src/scss/components/_ti-radio.scss +4 -4
- package/src/scss/components/_ti-total-area.scss +10 -10
- package/src/scss/components/_tile-banner.scss +1 -1
- package/src/scss/components/_tile-product.scss +3 -4
- package/src/scss/components/_tooltip.scss +2 -2
- package/src/scss/components/_trade-offers.scss +0 -1
- package/src/scss/components/_tradepro-discount-banner.scss +10 -15
- package/src/scss/components/_user-address-delivery.scss +1 -3
- package/src/scss/components/_user-address.scss +1 -1
- package/src/scss/components/_usp-component.scss +0 -1
- package/src/scss/components/_voucher-accordion.scss +3 -3
- package/src/scss/components/_wisdom-critical.scss +2 -3
- package/src/scss/components/_wisdom.scss +6 -9
- package/src/scss/components/_your-details.scss +0 -1
- package/src/scss/components/account-families/_add-members.scss +1 -3
- package/src/scss/components/account-families/_member-card.scss +3 -3
- package/src/scss/components/bloomreach/_bloomreach.scss +3 -0
- package/src/scss/components/bloomreach/_complete-card.scss +0 -38
- package/src/scss/components/bloomreach/_reviews.scss +60 -0
- package/src/scss/components/bloomreach/_why-not-add-card.scss +223 -0
- package/src/scss/components/bloomreach/_why-not-add.scss +143 -0
- package/src/scss/components/card-store-locator-v2.scss +0 -1
- package/src/scss/components/card_v2.scss +3 -7
- package/src/scss/components/checkout-loader-modal.scss +0 -1
- package/src/scss/components/energy-efficiency.scss +6 -6
- package/src/scss/components/global-search.scss +14 -20
- package/src/scss/components/kitchen/_chips.scss +7 -6
- package/src/scss/components/kitchen/_filter-card.scss +1 -1
- package/src/scss/components/kitchen/_sort-by.scss +2 -3
- package/src/scss/components/kitchen/strip-stickers.scss +1 -1
- package/src/scss/components/loader.scss +5 -6
- package/src/scss/components/my-account/_active-orders.scss +6 -6
- package/src/scss/components/my-account/_consignment-info.scss +3 -3
- package/src/scss/components/my-account/_contacts.scss +2 -2
- package/src/scss/components/my-account/_menu.scss +2 -2
- package/src/scss/components/my-account/_mobile-nav.scss +4 -4
- package/src/scss/components/my-account/_order-process.scss +3 -3
- package/src/scss/components/my-account/_order-status.scss +3 -3
- package/src/scss/components/my-account/_orders-nav.scss +1 -1
- package/src/scss/components/my-account/_payment-status.scss +2 -2
- package/src/scss/components/my-account/_saving-totaliser.scss +8 -7
- package/src/scss/components/my-account/_shipment.scss +2 -2
- package/src/scss/components/pdf-loader.scss +1 -2
- package/src/scss/components/price-block-v2-critical.scss +0 -1
- package/src/scss/components/price-block-v2.scss +0 -3
- package/src/scss/components/store-locator-v2-details.scss +2 -2
- package/src/scss/components/strip-stickers.scss +1 -1
- package/src/scss/helpers/_elements.scss +0 -1
- package/src/scss/helpers/_mixins.scss +5 -5
- package/src/scss/helpers/_store-locator-elements.scss +0 -1
- package/src/scss/helpers/_typography.scss +3 -3
- package/src/scss/helpers/_utilities.scss +0 -1
- package/src/scss/helpers/helpers-pdp-critical/_CTAs-critical-pdp.scss +1 -1
- package/src/scss/helpers/helpers-pdp-critical/_elements-critical-pdp.scss +0 -1
- package/src/scss/helpers/helpers-pdp-critical/_helpers-critical-pdp.scss +1 -1
- package/src/scss/helpers/helpers-pdp-critical/_typography-critical-pdp.scss +4 -4
- package/src/scss/libs/_bootstrap-extracted.scss +42 -12
- package/src/scss/libs/_cat-libs.scss +10 -10
- package/src/scss/libs/_font-awesome-icons.scss +133 -113
- package/src/scss/libs/_homepage-libs.scss +12 -12
- package/src/scss/libs/_plp-libs.scss +11 -11
- package/src/scss/libs/_skeleton.scss +4 -4
- package/src/scss/libs/_store-locator-libs.scss +1 -1
- package/src/scss/libs/flatpickr.scss +6 -6
- package/src/scss/my-account-main-v2.scss +19 -19
- package/src/scss/my-account-main.scss +19 -19
- package/src/scss/pages/_checkout-confirmation.scss +1 -3
- package/src/scss/pages/_checkout-sign-in.scss +1 -2
- package/src/scss/pages/_checkout-tradepro.scss +3 -4
- package/src/scss/pages/_checkout-widget.scss +10 -16
- package/src/scss/pages/_checkout_delivery-details.scss +1 -3
- package/src/scss/pages/_checkout_edit-delivery-address.scss +0 -1
- package/src/scss/pages/_checkout_terms-and-conditions.scss +0 -1
- package/src/scss/pages/_checkout_your-details.scss +1 -1
- package/src/scss/pages/_contact-us.scss +0 -1
- package/src/scss/pages/_facets.scss +0 -2
- package/src/scss/pages/_my-account_address-details.scss +0 -3
- package/src/scss/pages/_my-account_change-email.scss +0 -1
- package/src/scss/pages/_my-account_new.scss +25 -31
- package/src/scss/pages/_my-account_order-details.scss +1 -1
- package/src/scss/pages/_my-account_order-history.scss +1 -2
- package/src/scss/pages/_my-account_personal-details.scss +0 -5
- package/src/scss/pages/_my-account_profile.scss +1 -2
- package/src/scss/pages/_my-account_your-account.scss +0 -1
- package/src/scss/pages/_page_category-landing.scss +3 -2
- package/src/scss/pages/bicester-header.scss +0 -1
- package/src/scss/pages/checkout.scss +4 -5
- package/src/scss/pages/home-movers.scss +1 -1
- package/src/scss/pages/iframe-paypage.scss +44 -44
- package/src/scss/pages/my-account.scss +3 -3
- package/src/scss/pages/oldweb_header.scss +5 -6
- package/src/scss/pages/page_account-deletion.scss +1 -1
- package/src/scss/pages/page_act-trade-pro.scss +0 -1
- package/src/scss/pages/page_address-book.scss +0 -1
- package/src/scss/pages/page_bathroom-trends.scss +0 -1
- package/src/scss/pages/page_book-consultant-thank-you-new.scss +3 -5
- package/src/scss/pages/page_checkout-payment-details.scss +2 -5
- package/src/scss/pages/page_cms_homepage.scss +1 -1
- package/src/scss/pages/page_contact-us.scss +1 -1
- package/src/scss/pages/page_content.scss +0 -4
- package/src/scss/pages/page_default-store.scss +2 -3
- package/src/scss/pages/page_empty-basket.scss +0 -5
- package/src/scss/pages/page_fdl-management.scss +0 -1
- package/src/scss/pages/page_fi.scss +0 -2
- package/src/scss/pages/page_home.scss +0 -2
- package/src/scss/pages/page_hotspot-guttering.scss +0 -1
- package/src/scss/pages/page_in-store-checkout.scss +1 -3
- package/src/scss/pages/page_installer.scss +3 -5
- package/src/scss/pages/page_installer_form.scss +0 -1
- package/src/scss/pages/page_kitchen-claims.scss +2 -5
- package/src/scss/pages/page_kitchen-list.scss +1 -1
- package/src/scss/pages/page_marketing-preferences.scss +1 -1
- package/src/scss/pages/page_merged-basket.scss +2 -2
- package/src/scss/pages/page_my-account_tradePro.scss +1 -1
- package/src/scss/pages/page_my-order.scss +15 -15
- package/src/scss/pages/page_my-orders.scss +2 -2
- package/src/scss/pages/page_new-checkout_login-register.scss +1 -2
- package/src/scss/pages/page_no-results.scss +1 -2
- package/src/scss/pages/page_online-exclusive.scss +6 -6
- package/src/scss/pages/page_personal-details.scss +2 -2
- package/src/scss/pages/page_pre_home.scss +7 -7
- package/src/scss/pages/page_pre_home_thank-you.scss +2 -2
- package/src/scss/pages/page_product-details-critical.scss +7 -1
- package/src/scss/pages/page_product-details-v2-critical.scss +1 -2
- package/src/scss/pages/page_product-details.scss +7 -1
- package/src/scss/pages/page_products-list-phone.scss +0 -7
- package/src/scss/pages/page_products-list.scss +2 -2
- package/src/scss/pages/page_quiz.scss +3 -3
- package/src/scss/pages/page_rate-review.scss +0 -3
- package/src/scss/pages/page_registration.scss +0 -3
- package/src/scss/pages/page_store-locator-details.scss +2 -2
- package/src/scss/pages/page_ti.scss +1 -5
- package/src/scss/pages/page_top-rated.scss +5 -5
- package/src/scss/pages/page_track-my-order.scss +1 -1
- package/src/scss/pages/page_track_your_order.scss +5 -5
- package/src/scss/pages/page_upd-pass.scss +0 -1
- package/src/scss/pages/page_wismo-details.scss +8 -8
- package/src/scss/pages/page_wismo-order-history.scss +3 -3
- package/src/scss/pages/page_wismo-orders.scss +7 -7
- package/src/scss/pages/print_quiz.scss +3 -1
- package/src/scss/pages/sticky_header.scss +5 -6
- package/src/scss/pages/tradePro-about.scss +1 -1
- package/src/scss/pages/tradePro-discount.scss +1 -2
- package/src/scss/pages/tradePro-rewards-old.scss +4 -3
- package/src/scss/pages/tradePro-signup.scss +3 -5
- package/src/scss/partials/_breadcrumbs-critical.scss +2 -2
- package/src/scss/partials/_breadcrumbs.scss +2 -2
- package/src/scss/partials/_footer-v2.scss +2 -2
- package/src/scss/partials/_footer.scss +4 -4
- package/src/scss/partials/_footer_checkout-new.scss +1 -1
- package/src/scss/partials/_footer_checkout.scss +1 -1
- package/src/scss/partials/_header-critical.scss +6 -9
- package/src/scss/partials/_header.scss +7 -9
- package/src/scss/partials/_header_checkout.scss +2 -2
- package/src/scss/partials/_main-nav.scss +7 -11
- package/src/scss/partials/_sign-up.scss +3 -3
- package/src/scss/shopping-list-pdf.scss +1 -1
- package/src/sitemap.html +22 -4
- package/src/components/.DS_Store +0 -0
- package/src/img/.DS_Store +0 -0
- package/src/img/placeholders/.DS_Store +0 -0
- package/src/js/page/.DS_Store +0 -0
- package/src/scss/.DS_Store +0 -0
- package/src/scss/pages/.DS_Store +0 -0
|
@@ -72,6 +72,18 @@ Wick.BasketData = (function () {
|
|
|
72
72
|
currencyIso: 'GBP',
|
|
73
73
|
formattedPriceWithoutCurrencySymbol: '4',
|
|
74
74
|
},
|
|
75
|
+
displayBasePrice: {
|
|
76
|
+
value: 5.0,
|
|
77
|
+
formattedValue: '£5.00',
|
|
78
|
+
currencyIso: 'GBP',
|
|
79
|
+
formattedPriceWithoutCurrencySymbol: '5.00',
|
|
80
|
+
},
|
|
81
|
+
displayBasePriceExclusiveVat: {
|
|
82
|
+
value: 4,
|
|
83
|
+
formattedValue: '£4',
|
|
84
|
+
currencyIso: 'GBP',
|
|
85
|
+
formattedPriceWithoutCurrencySymbol: '4',
|
|
86
|
+
},
|
|
75
87
|
totalPrice: {
|
|
76
88
|
currencyIso: 'GBP',
|
|
77
89
|
value: 3700.0,
|
|
@@ -413,6 +425,18 @@ Wick.BasketData = (function () {
|
|
|
413
425
|
currencyIso: 'GBP',
|
|
414
426
|
formattedPriceWithoutCurrencySymbol: '3600',
|
|
415
427
|
},
|
|
428
|
+
displayItemTotalWithoutDiscount: {
|
|
429
|
+
value: 3700.0,
|
|
430
|
+
formattedValue: '£3700.00',
|
|
431
|
+
currencyIso: 'GBP',
|
|
432
|
+
formattedPriceWithoutCurrencySymbol: '3700.00',
|
|
433
|
+
},
|
|
434
|
+
displayItemTotalWithoutDiscountExclusiveVat: {
|
|
435
|
+
value: 3600,
|
|
436
|
+
formattedValue: '£3600',
|
|
437
|
+
currencyIso: 'GBP',
|
|
438
|
+
formattedPriceWithoutCurrencySymbol: '3600',
|
|
439
|
+
},
|
|
416
440
|
appliedPromotions: null,
|
|
417
441
|
tilingInstallationData: null,
|
|
418
442
|
flooringInstallationData: null,
|
|
@@ -501,6 +525,18 @@ Wick.BasketData = (function () {
|
|
|
501
525
|
currencyIso: 'GBP',
|
|
502
526
|
formattedPriceWithoutCurrencySymbol: '99',
|
|
503
527
|
},
|
|
528
|
+
displayBasePrice: {
|
|
529
|
+
value: 100.0,
|
|
530
|
+
formattedValue: '£100',
|
|
531
|
+
currencyIso: 'GBP',
|
|
532
|
+
formattedPriceWithoutCurrencySymbol: '100',
|
|
533
|
+
},
|
|
534
|
+
displayBasePriceExclusiveVat: {
|
|
535
|
+
value: 99,
|
|
536
|
+
formattedValue: '£99',
|
|
537
|
+
currencyIso: 'GBP',
|
|
538
|
+
formattedPriceWithoutCurrencySymbol: '99',
|
|
539
|
+
},
|
|
504
540
|
product: {
|
|
505
541
|
code: '221100',
|
|
506
542
|
name: 'Blue Circle Ready To Use Postcrete - 20kg',
|
|
@@ -556,6 +592,18 @@ Wick.BasketData = (function () {
|
|
|
556
592
|
currencyIso: 'GBP',
|
|
557
593
|
formattedPriceWithoutCurrencySymbol: '99',
|
|
558
594
|
},
|
|
595
|
+
displayItemTotalWithoutDiscount: {
|
|
596
|
+
value: 100.0,
|
|
597
|
+
formattedValue: '£100',
|
|
598
|
+
currencyIso: 'GBP',
|
|
599
|
+
formattedPriceWithoutCurrencySymbol: '100',
|
|
600
|
+
},
|
|
601
|
+
displayItemTotalWithoutDiscountExclusiveVat: {
|
|
602
|
+
value: 99,
|
|
603
|
+
formattedValue: '£99',
|
|
604
|
+
currencyIso: 'GBP',
|
|
605
|
+
formattedPriceWithoutCurrencySymbol: '99',
|
|
606
|
+
},
|
|
559
607
|
orderFulfilmentControls: {
|
|
560
608
|
availableForDelivery: true,
|
|
561
609
|
availableForCollection: true,
|
|
@@ -588,6 +636,18 @@ Wick.BasketData = (function () {
|
|
|
588
636
|
currencyIso: 'GBP',
|
|
589
637
|
formattedPriceWithoutCurrencySymbol: '23',
|
|
590
638
|
},
|
|
639
|
+
displayBasePrice: {
|
|
640
|
+
value: 24.0,
|
|
641
|
+
formattedValue: '£24',
|
|
642
|
+
currencyIso: 'GBP',
|
|
643
|
+
formattedPriceWithoutCurrencySymbol: '24',
|
|
644
|
+
},
|
|
645
|
+
displayBasePriceExclusiveVat: {
|
|
646
|
+
value: 23,
|
|
647
|
+
formattedValue: '£23',
|
|
648
|
+
currencyIso: 'GBP',
|
|
649
|
+
formattedPriceWithoutCurrencySymbol: '23',
|
|
650
|
+
},
|
|
591
651
|
product: {
|
|
592
652
|
code: '109450',
|
|
593
653
|
name: 'Knauf Insulation Space Standard Top Up 170mm Loft Roll - 6.47m²',
|
|
@@ -640,6 +700,18 @@ Wick.BasketData = (function () {
|
|
|
640
700
|
currencyIso: 'GBP',
|
|
641
701
|
formattedPriceWithoutCurrencySymbol: '23',
|
|
642
702
|
},
|
|
703
|
+
displayItemTotalWithoutDiscount: {
|
|
704
|
+
value: 24.0,
|
|
705
|
+
formattedValue: '£24',
|
|
706
|
+
currencyIso: 'GBP',
|
|
707
|
+
formattedPriceWithoutCurrencySymbol: '24',
|
|
708
|
+
},
|
|
709
|
+
displayItemTotalWithoutDiscountExclusiveVat: {
|
|
710
|
+
value: 23,
|
|
711
|
+
formattedValue: '£23',
|
|
712
|
+
currencyIso: 'GBP',
|
|
713
|
+
formattedPriceWithoutCurrencySymbol: '23',
|
|
714
|
+
},
|
|
643
715
|
orderFulfilmentControls: {
|
|
644
716
|
availableForDelivery: true,
|
|
645
717
|
availableForCollection: true,
|
|
@@ -661,6 +733,18 @@ Wick.BasketData = (function () {
|
|
|
661
733
|
currencyIso: 'GBP',
|
|
662
734
|
formattedPriceWithoutCurrencySymbol: '0',
|
|
663
735
|
},
|
|
736
|
+
displayBasePrice: {
|
|
737
|
+
value: 0.0,
|
|
738
|
+
formattedValue: '£0',
|
|
739
|
+
currencyIso: 'GBP',
|
|
740
|
+
formattedPriceWithoutCurrencySymbol: '0',
|
|
741
|
+
},
|
|
742
|
+
displayBasePriceExclusiveVat: {
|
|
743
|
+
value: 0,
|
|
744
|
+
formattedValue: '£0',
|
|
745
|
+
currencyIso: 'GBP',
|
|
746
|
+
formattedPriceWithoutCurrencySymbol: '0',
|
|
747
|
+
},
|
|
664
748
|
product: {
|
|
665
749
|
code: '103123',
|
|
666
750
|
name: 'Wickes Passage Door Knob Set - Brass 1 Pair',
|
|
@@ -720,6 +804,18 @@ Wick.BasketData = (function () {
|
|
|
720
804
|
currencyIso: 'GBP',
|
|
721
805
|
formattedPriceWithoutCurrencySymbol: '0',
|
|
722
806
|
},
|
|
807
|
+
displayItemTotalWithoutDiscount: {
|
|
808
|
+
value: 0.0,
|
|
809
|
+
formattedValue: '£0',
|
|
810
|
+
currencyIso: 'GBP',
|
|
811
|
+
formattedPriceWithoutCurrencySymbol: '0',
|
|
812
|
+
},
|
|
813
|
+
displayItemTotalWithoutDiscountExclusiveVat: {
|
|
814
|
+
value: 0,
|
|
815
|
+
formattedValue: '£0',
|
|
816
|
+
currencyIso: 'GBP',
|
|
817
|
+
formattedPriceWithoutCurrencySymbol: '0',
|
|
818
|
+
},
|
|
723
819
|
orderFulfilmentControls: {
|
|
724
820
|
availableForDelivery: true,
|
|
725
821
|
availableForCollection: true,
|
|
@@ -754,6 +850,18 @@ Wick.BasketData = (function () {
|
|
|
754
850
|
currencyIso: 'GBP',
|
|
755
851
|
formattedPriceWithoutCurrencySymbol: '24',
|
|
756
852
|
},
|
|
853
|
+
displayBasePrice: {
|
|
854
|
+
value: 25.0,
|
|
855
|
+
formattedValue: '£25',
|
|
856
|
+
currencyIso: 'GBP',
|
|
857
|
+
formattedPriceWithoutCurrencySymbol: '25',
|
|
858
|
+
},
|
|
859
|
+
displayBasePriceExclusiveVat: {
|
|
860
|
+
value: 24,
|
|
861
|
+
formattedValue: '£24',
|
|
862
|
+
currencyIso: 'GBP',
|
|
863
|
+
formattedPriceWithoutCurrencySymbol: '24',
|
|
864
|
+
},
|
|
757
865
|
product: {
|
|
758
866
|
code: '109451',
|
|
759
867
|
name: 'Knauf Insulation Super Top Up 200mm Loft Roll - 5.61m²',
|
|
@@ -814,6 +922,18 @@ Wick.BasketData = (function () {
|
|
|
814
922
|
currencyIso: 'GBP',
|
|
815
923
|
formattedPriceWithoutCurrencySymbol: '24',
|
|
816
924
|
},
|
|
925
|
+
displayItemTotalWithoutDiscount: {
|
|
926
|
+
value: 25.0,
|
|
927
|
+
formattedValue: '£25',
|
|
928
|
+
currencyIso: 'GBP',
|
|
929
|
+
formattedPriceWithoutCurrencySymbol: '25',
|
|
930
|
+
},
|
|
931
|
+
displayItemTotalWithoutDiscountExclusiveVat: {
|
|
932
|
+
value: 24,
|
|
933
|
+
formattedValue: '£24',
|
|
934
|
+
currencyIso: 'GBP',
|
|
935
|
+
formattedPriceWithoutCurrencySymbol: '24',
|
|
936
|
+
},
|
|
817
937
|
orderFulfilmentControls: {
|
|
818
938
|
availableForDelivery: true,
|
|
819
939
|
availableForCollection: true,
|
|
@@ -835,6 +955,18 @@ Wick.BasketData = (function () {
|
|
|
835
955
|
currencyIso: 'GBP',
|
|
836
956
|
formattedPriceWithoutCurrencySymbol: '24',
|
|
837
957
|
},
|
|
958
|
+
displayBasePrice: {
|
|
959
|
+
value: 25.0,
|
|
960
|
+
formattedValue: '£25',
|
|
961
|
+
currencyIso: 'GBP',
|
|
962
|
+
formattedPriceWithoutCurrencySymbol: '25',
|
|
963
|
+
},
|
|
964
|
+
displayBasePriceExclusiveVat: {
|
|
965
|
+
value: 24,
|
|
966
|
+
formattedValue: '£24',
|
|
967
|
+
currencyIso: 'GBP',
|
|
968
|
+
formattedPriceWithoutCurrencySymbol: '24',
|
|
969
|
+
},
|
|
838
970
|
product: {
|
|
839
971
|
code: '123143',
|
|
840
972
|
name: '6 Wickes General Purpose Claw test',
|
|
@@ -884,6 +1016,18 @@ Wick.BasketData = (function () {
|
|
|
884
1016
|
currencyIso: 'GBP',
|
|
885
1017
|
formattedPriceWithoutCurrencySymbol: '24',
|
|
886
1018
|
},
|
|
1019
|
+
displayItemTotalWithoutDiscount: {
|
|
1020
|
+
value: 25.0,
|
|
1021
|
+
formattedValue: '£25',
|
|
1022
|
+
currencyIso: 'GBP',
|
|
1023
|
+
formattedPriceWithoutCurrencySymbol: '25',
|
|
1024
|
+
},
|
|
1025
|
+
displayItemTotalWithoutDiscountExclusiveVat: {
|
|
1026
|
+
value: 24,
|
|
1027
|
+
formattedValue: '£24',
|
|
1028
|
+
currencyIso: 'GBP',
|
|
1029
|
+
formattedPriceWithoutCurrencySymbol: '24',
|
|
1030
|
+
},
|
|
887
1031
|
orderFulfilmentControls: {
|
|
888
1032
|
availableForDelivery: true,
|
|
889
1033
|
availableForCollection: true,
|
|
@@ -989,6 +1133,18 @@ Wick.BasketData = (function () {
|
|
|
989
1133
|
currencyIso: 'GBP',
|
|
990
1134
|
formattedPriceWithoutCurrencySymbol: '99',
|
|
991
1135
|
},
|
|
1136
|
+
displayBasePrice: {
|
|
1137
|
+
value: 100.0,
|
|
1138
|
+
formattedValue: '£100',
|
|
1139
|
+
currencyIso: 'GBP',
|
|
1140
|
+
formattedPriceWithoutCurrencySymbol: '100',
|
|
1141
|
+
},
|
|
1142
|
+
displayBasePriceExclusiveVat: {
|
|
1143
|
+
value: 99,
|
|
1144
|
+
formattedValue: '£99',
|
|
1145
|
+
currencyIso: 'GBP',
|
|
1146
|
+
formattedPriceWithoutCurrencySymbol: '99',
|
|
1147
|
+
},
|
|
992
1148
|
product: {
|
|
993
1149
|
code: '221100',
|
|
994
1150
|
name: 'Blue Circle Ready To Use Postcrete - 20kg',
|
|
@@ -1044,6 +1200,18 @@ Wick.BasketData = (function () {
|
|
|
1044
1200
|
currencyIso: 'GBP',
|
|
1045
1201
|
formattedPriceWithoutCurrencySymbol: '99',
|
|
1046
1202
|
},
|
|
1203
|
+
displayItemTotalWithoutDiscount: {
|
|
1204
|
+
value: 100.0,
|
|
1205
|
+
formattedValue: '£100',
|
|
1206
|
+
currencyIso: 'GBP',
|
|
1207
|
+
formattedPriceWithoutCurrencySymbol: '100',
|
|
1208
|
+
},
|
|
1209
|
+
displayItemTotalWithoutDiscountExclusiveVat: {
|
|
1210
|
+
value: 99,
|
|
1211
|
+
formattedValue: '£99',
|
|
1212
|
+
currencyIso: 'GBP',
|
|
1213
|
+
formattedPriceWithoutCurrencySymbol: '99',
|
|
1214
|
+
},
|
|
1047
1215
|
orderFulfilmentControls: {
|
|
1048
1216
|
availableForDelivery: true,
|
|
1049
1217
|
availableForCollection: true,
|
|
@@ -1076,6 +1244,18 @@ Wick.BasketData = (function () {
|
|
|
1076
1244
|
currencyIso: 'GBP',
|
|
1077
1245
|
formattedPriceWithoutCurrencySymbol: '23',
|
|
1078
1246
|
},
|
|
1247
|
+
displayBasePrice: {
|
|
1248
|
+
value: 24.0,
|
|
1249
|
+
formattedValue: '£24',
|
|
1250
|
+
currencyIso: 'GBP',
|
|
1251
|
+
formattedPriceWithoutCurrencySymbol: '24',
|
|
1252
|
+
},
|
|
1253
|
+
displayBasePriceExclusiveVat: {
|
|
1254
|
+
value: 23,
|
|
1255
|
+
formattedValue: '£23',
|
|
1256
|
+
currencyIso: 'GBP',
|
|
1257
|
+
formattedPriceWithoutCurrencySymbol: '23',
|
|
1258
|
+
},
|
|
1079
1259
|
product: {
|
|
1080
1260
|
code: '109450',
|
|
1081
1261
|
name: 'Knauf Insulation Space Standard Top Up 170mm Loft Roll - 6.47m²',
|
|
@@ -1128,6 +1308,18 @@ Wick.BasketData = (function () {
|
|
|
1128
1308
|
currencyIso: 'GBP',
|
|
1129
1309
|
formattedPriceWithoutCurrencySymbol: '23',
|
|
1130
1310
|
},
|
|
1311
|
+
displayItemTotalWithoutDiscount: {
|
|
1312
|
+
value: 24.0,
|
|
1313
|
+
formattedValue: '£24',
|
|
1314
|
+
currencyIso: 'GBP',
|
|
1315
|
+
formattedPriceWithoutCurrencySymbol: '24',
|
|
1316
|
+
},
|
|
1317
|
+
displayItemTotalWithoutDiscountExclusiveVat: {
|
|
1318
|
+
value: 23,
|
|
1319
|
+
formattedValue: '£23',
|
|
1320
|
+
currencyIso: 'GBP',
|
|
1321
|
+
formattedPriceWithoutCurrencySymbol: '23',
|
|
1322
|
+
},
|
|
1131
1323
|
orderFulfilmentControls: {
|
|
1132
1324
|
availableForDelivery: true,
|
|
1133
1325
|
availableForCollection: true,
|
|
@@ -1149,6 +1341,18 @@ Wick.BasketData = (function () {
|
|
|
1149
1341
|
currencyIso: 'GBP',
|
|
1150
1342
|
formattedPriceWithoutCurrencySymbol: '0',
|
|
1151
1343
|
},
|
|
1344
|
+
displayBasePrice: {
|
|
1345
|
+
value: 0.0,
|
|
1346
|
+
formattedValue: '£0',
|
|
1347
|
+
currencyIso: 'GBP',
|
|
1348
|
+
formattedPriceWithoutCurrencySymbol: '0',
|
|
1349
|
+
},
|
|
1350
|
+
displayBasePriceExclusiveVat: {
|
|
1351
|
+
value: 0,
|
|
1352
|
+
formattedValue: '£0',
|
|
1353
|
+
currencyIso: 'GBP',
|
|
1354
|
+
formattedPriceWithoutCurrencySymbol: '0',
|
|
1355
|
+
},
|
|
1152
1356
|
product: {
|
|
1153
1357
|
code: '103123',
|
|
1154
1358
|
name: 'Wickes Passage Door Knob Set - Brass 1 Pair',
|
|
@@ -1208,6 +1412,18 @@ Wick.BasketData = (function () {
|
|
|
1208
1412
|
currencyIso: 'GBP',
|
|
1209
1413
|
formattedPriceWithoutCurrencySymbol: '0',
|
|
1210
1414
|
},
|
|
1415
|
+
displayItemTotalWithoutDiscount: {
|
|
1416
|
+
value: 0.0,
|
|
1417
|
+
formattedValue: '£0',
|
|
1418
|
+
currencyIso: 'GBP',
|
|
1419
|
+
formattedPriceWithoutCurrencySymbol: '0',
|
|
1420
|
+
},
|
|
1421
|
+
displayItemTotalWithoutDiscountExclusiveVat: {
|
|
1422
|
+
value: 0,
|
|
1423
|
+
formattedValue: '£0',
|
|
1424
|
+
currencyIso: 'GBP',
|
|
1425
|
+
formattedPriceWithoutCurrencySymbol: '0',
|
|
1426
|
+
},
|
|
1211
1427
|
orderFulfilmentControls: {
|
|
1212
1428
|
availableForDelivery: true,
|
|
1213
1429
|
availableForCollection: true,
|
|
@@ -1242,6 +1458,18 @@ Wick.BasketData = (function () {
|
|
|
1242
1458
|
currencyIso: 'GBP',
|
|
1243
1459
|
formattedPriceWithoutCurrencySymbol: '24',
|
|
1244
1460
|
},
|
|
1461
|
+
displayBasePrice: {
|
|
1462
|
+
value: 25.0,
|
|
1463
|
+
formattedValue: '£25',
|
|
1464
|
+
currencyIso: 'GBP',
|
|
1465
|
+
formattedPriceWithoutCurrencySymbol: '25',
|
|
1466
|
+
},
|
|
1467
|
+
displayBasePriceExclusiveVat: {
|
|
1468
|
+
value: 24,
|
|
1469
|
+
formattedValue: '£24',
|
|
1470
|
+
currencyIso: 'GBP',
|
|
1471
|
+
formattedPriceWithoutCurrencySymbol: '24',
|
|
1472
|
+
},
|
|
1245
1473
|
product: {
|
|
1246
1474
|
code: '109451',
|
|
1247
1475
|
name: 'Knauf Insulation Super Top Up 200mm Loft Roll - 5.61m²',
|
|
@@ -1302,6 +1530,18 @@ Wick.BasketData = (function () {
|
|
|
1302
1530
|
currencyIso: 'GBP',
|
|
1303
1531
|
formattedPriceWithoutCurrencySymbol: '24',
|
|
1304
1532
|
},
|
|
1533
|
+
displayItemTotalWithoutDiscount: {
|
|
1534
|
+
value: 25.0,
|
|
1535
|
+
formattedValue: '£25',
|
|
1536
|
+
currencyIso: 'GBP',
|
|
1537
|
+
formattedPriceWithoutCurrencySymbol: '25',
|
|
1538
|
+
},
|
|
1539
|
+
displayItemTotalWithoutDiscountExclusiveVat: {
|
|
1540
|
+
value: 24,
|
|
1541
|
+
formattedValue: '£24',
|
|
1542
|
+
currencyIso: 'GBP',
|
|
1543
|
+
formattedPriceWithoutCurrencySymbol: '24',
|
|
1544
|
+
},
|
|
1305
1545
|
orderFulfilmentControls: {
|
|
1306
1546
|
availableForDelivery: true,
|
|
1307
1547
|
availableForCollection: true,
|
|
@@ -1323,6 +1563,18 @@ Wick.BasketData = (function () {
|
|
|
1323
1563
|
currencyIso: 'GBP',
|
|
1324
1564
|
formattedPriceWithoutCurrencySymbol: '24',
|
|
1325
1565
|
},
|
|
1566
|
+
displayBasePrice: {
|
|
1567
|
+
value: 25.0,
|
|
1568
|
+
formattedValue: '£25',
|
|
1569
|
+
currencyIso: 'GBP',
|
|
1570
|
+
formattedPriceWithoutCurrencySymbol: '25',
|
|
1571
|
+
},
|
|
1572
|
+
displayBasePriceExclusiveVat: {
|
|
1573
|
+
value: 24,
|
|
1574
|
+
formattedValue: '£24',
|
|
1575
|
+
currencyIso: 'GBP',
|
|
1576
|
+
formattedPriceWithoutCurrencySymbol: '24',
|
|
1577
|
+
},
|
|
1326
1578
|
product: {
|
|
1327
1579
|
code: '123143',
|
|
1328
1580
|
name: '6 Wickes General Purpose Claw test',
|
|
@@ -1372,6 +1624,18 @@ Wick.BasketData = (function () {
|
|
|
1372
1624
|
currencyIso: 'GBP',
|
|
1373
1625
|
formattedPriceWithoutCurrencySymbol: '24',
|
|
1374
1626
|
},
|
|
1627
|
+
displayItemTotalWithoutDiscount: {
|
|
1628
|
+
value: 25.0,
|
|
1629
|
+
formattedValue: '£25',
|
|
1630
|
+
currencyIso: 'GBP',
|
|
1631
|
+
formattedPriceWithoutCurrencySymbol: '25',
|
|
1632
|
+
},
|
|
1633
|
+
displayItemTotalWithoutDiscountExclusiveVat: {
|
|
1634
|
+
value: 24,
|
|
1635
|
+
formattedValue: '£24',
|
|
1636
|
+
currencyIso: 'GBP',
|
|
1637
|
+
formattedPriceWithoutCurrencySymbol: '24',
|
|
1638
|
+
},
|
|
1375
1639
|
orderFulfilmentControls: {
|
|
1376
1640
|
availableForDelivery: true,
|
|
1377
1641
|
availableForCollection: true,
|
|
@@ -1430,6 +1694,18 @@ Wick.BasketData = (function () {
|
|
|
1430
1694
|
currencyIso: 'GBP',
|
|
1431
1695
|
formattedPriceWithoutCurrencySymbol: '17',
|
|
1432
1696
|
},
|
|
1697
|
+
displayBasePrice: {
|
|
1698
|
+
value: 18.0,
|
|
1699
|
+
formattedValue: '£18.00',
|
|
1700
|
+
currencyIso: 'GBP',
|
|
1701
|
+
formattedPriceWithoutCurrencySymbol: '18.00',
|
|
1702
|
+
},
|
|
1703
|
+
displayBasePriceExclusiveVat: {
|
|
1704
|
+
value: 17,
|
|
1705
|
+
formattedValue: '£17',
|
|
1706
|
+
currencyIso: 'GBP',
|
|
1707
|
+
formattedPriceWithoutCurrencySymbol: '17',
|
|
1708
|
+
},
|
|
1433
1709
|
totalPrice: {
|
|
1434
1710
|
currencyIso: 'GBP',
|
|
1435
1711
|
value: 36.0,
|
|
@@ -1910,6 +2186,18 @@ Wick.BasketData = (function () {
|
|
|
1910
2186
|
currencyIso: 'GBP',
|
|
1911
2187
|
formattedPriceWithoutCurrencySymbol: '35',
|
|
1912
2188
|
},
|
|
2189
|
+
displayItemTotalWithoutDiscount: {
|
|
2190
|
+
value: 36.0,
|
|
2191
|
+
formattedValue: '£36.00',
|
|
2192
|
+
currencyIso: 'GBP',
|
|
2193
|
+
formattedPriceWithoutCurrencySymbol: '36.00',
|
|
2194
|
+
},
|
|
2195
|
+
displayItemTotalWithoutDiscountExclusiveVat: {
|
|
2196
|
+
value: 35,
|
|
2197
|
+
formattedValue: '£35',
|
|
2198
|
+
currencyIso: 'GBP',
|
|
2199
|
+
formattedPriceWithoutCurrencySymbol: '35',
|
|
2200
|
+
},
|
|
1913
2201
|
appliedPromotions: null,
|
|
1914
2202
|
tilingInstallationData: null,
|
|
1915
2203
|
flooringInstallationData: null,
|
|
@@ -1960,6 +2248,18 @@ Wick.BasketData = (function () {
|
|
|
1960
2248
|
currencyIso: 'GBP',
|
|
1961
2249
|
formattedPriceWithoutCurrencySymbol: '3',
|
|
1962
2250
|
},
|
|
2251
|
+
displayBasePrice: {
|
|
2252
|
+
value: 4.0,
|
|
2253
|
+
formattedValue: '£4.00',
|
|
2254
|
+
currencyIso: 'GBP',
|
|
2255
|
+
formattedPriceWithoutCurrencySymbol: '4.00',
|
|
2256
|
+
},
|
|
2257
|
+
displayBasePriceExclusiveVat: {
|
|
2258
|
+
value: 3,
|
|
2259
|
+
formattedValue: '£3',
|
|
2260
|
+
currencyIso: 'GBP',
|
|
2261
|
+
formattedPriceWithoutCurrencySymbol: '3',
|
|
2262
|
+
},
|
|
1963
2263
|
totalPrice: {
|
|
1964
2264
|
currencyIso: 'GBP',
|
|
1965
2265
|
value: 24.0,
|
|
@@ -2165,6 +2465,18 @@ Wick.BasketData = (function () {
|
|
|
2165
2465
|
currencyIso: 'GBP',
|
|
2166
2466
|
formattedPriceWithoutCurrencySymbol: '23',
|
|
2167
2467
|
},
|
|
2468
|
+
displayItemTotalWithoutDiscount: {
|
|
2469
|
+
value: 24.0,
|
|
2470
|
+
formattedValue: '£24.00',
|
|
2471
|
+
currencyIso: 'GBP',
|
|
2472
|
+
formattedPriceWithoutCurrencySymbol: '24.00',
|
|
2473
|
+
},
|
|
2474
|
+
displayItemTotalWithoutDiscountExclusiveVat: {
|
|
2475
|
+
value: 23,
|
|
2476
|
+
formattedValue: '£23',
|
|
2477
|
+
currencyIso: 'GBP',
|
|
2478
|
+
formattedPriceWithoutCurrencySymbol: '23',
|
|
2479
|
+
},
|
|
2168
2480
|
appliedPromotions: null,
|
|
2169
2481
|
tilingInstallationData: null,
|
|
2170
2482
|
flooringInstallationData: null,
|
|
@@ -3,9 +3,9 @@ var Wick = window.Wick || {};
|
|
|
3
3
|
$(document).ready(function () {
|
|
4
4
|
window.setTimeout(function () {
|
|
5
5
|
const $container = $('[data-complete-widget]');
|
|
6
|
-
const contextKey = $container.data('
|
|
6
|
+
const contextKey = $container.data('mock-key');
|
|
7
7
|
const payloadData = Wick.FEMock.dataBloomreach[contextKey];
|
|
8
8
|
|
|
9
|
-
Wick.BloomreachWidget.init(payloadData);
|
|
9
|
+
Wick.BloomreachWidget.init('completeYourProject', payloadData);
|
|
10
10
|
}, 3000);
|
|
11
11
|
});
|