wickes-css2 2.98.0-develop.7 → 2.98.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 +3 -3
- package/build/css/category-main.css +1 -1
- package/build/css/components/checkout-payment-details-v2.css +1 -1
- package/build/css/components/energy-efficiency.css +1 -1
- package/build/css/components/global-search.css +1 -1
- package/build/css/components/legal-info.css +1 -1
- package/build/css/components/loader.css +1 -1
- package/build/css/components/price-block-v2-critical.css +1 -1
- package/build/css/components/price-block-v2.css +1 -1
- package/build/css/homepage-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/my-account-v2.css +1 -1
- package/build/css/pages/page_home.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_quiz.css +1 -1
- package/build/css/pages/page_track-my-order.css +1 -1
- package/build/css/pages/page_wismo-details.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/store-locator-main.css +1 -1
- package/build/img/billie-logo.svg +4 -0
- package/build/img/billie-modal.svg +4 -0
- package/build/img/billie-pdp.svg +11 -0
- package/build/img/billie-spinner.svg +5 -0
- package/build/img/billie.svg +4 -0
- package/build/img/calm-primary-logo.png +0 -0
- package/build/img/payment/checkout/billie.svg +4 -0
- package/build/img/payment/footer/billie.svg +4 -0
- package/build/js/basket.min.js +2 -2
- package/build/js/bundle.min.js +1 -1
- package/build/js/checkout.min.js +1 -1
- package/build/js/emulation.min.js +55 -131
- package/build/js/general.bundle.min.js +1 -1
- package/build/js/merged-checkout.min.js +1 -1
- package/build/js/page/basket-v2.js +16 -7
- package/build/js/page/billie-business-type.js +34 -0
- package/build/js/page/checkout-payment-details.js +8 -0
- package/build/js/page/components/charity.js +58 -43
- package/build/js/page/components/modal-observer.js +51 -0
- package/build/js/page/pdp.js +1 -4
- package/build/js/pdp.bundle.min.js +1 -1
- package/build/js/plp.bundle.min.js +1 -1
- package/build/js/project-list.min.js +1 -1
- package/package.json +2 -2
- package/src/components/address-billie.hbs +42 -0
- package/src/components/address-postcode-look-up.hbs +2 -2
- package/src/components/basket-charity-donations-new.hbs +40 -0
- package/src/components/billie-modal.hbs +41 -0
- package/src/components/billie-online-messaging.hbs +14 -0
- package/src/components/checkout-edit-billing-address.hbs +20 -6
- package/src/components/checkout-payment-details-v2.hbs +94 -55
- package/src/components/checkout-payment-info-block.hbs +49 -0
- package/src/components/checkout-payment-option.hbs +40 -0
- package/src/components/checkout_order-summary-new.hbs +13 -18
- package/src/components/checkout_payment-new.hbs +10 -1
- package/src/components/donation-cart-new.hbs +38 -0
- package/src/components/header-minicart.hbs +3 -3
- package/src/components/legal-info.hbs +25 -22
- package/src/components/modal.hbs +4 -1
- package/src/components/my-account/active-orders/list-orders.hbs +1 -1
- package/src/components/my-account/active-orders/order.hbs +2 -0
- package/src/components/my-account/active-orders/payment-status.hbs +17 -0
- package/src/components/my-account/payment-status.hbs +19 -0
- package/src/components/my-account/saving-totaliser.hbs +52 -0
- package/src/components/order-summary.hbs +3 -0
- package/src/components/payment-loader.hbs +59 -21
- package/src/components/payments-checkout-v2.hbs +12 -6
- package/src/components/payments-checkout.hbs +6 -0
- package/src/components/payments.hbs +10 -4
- package/src/components/pdp-price-actions.hbs +1 -1
- package/src/components/price-block-v2.hbs +14 -8
- package/src/components/track-my-order-info.hbs +3 -1
- package/src/components/wismo-payment.hbs +16 -0
- package/src/data/data_confirmation-summary.json +3 -3
- package/src/data/data_latest-offers.json +1 -1
- package/src/data/data_mini-basket.json +6 -80
- package/src/data/data_page-category.json +1 -2
- package/src/data/data_page-merge-basket.json +1 -1
- package/src/data/data_shopping-cart-v2.json +51 -0
- package/src/data/data_store-locator-v2.json +1 -1
- package/src/data/data_wismo.json +53 -0
- package/src/data/my-account/data_my-account.json +57 -0
- package/src/elements/radiobutton.hbs +7 -0
- package/src/img/billie-logo.svg +4 -0
- package/src/img/billie-modal.svg +4 -0
- package/src/img/billie-pdp.svg +11 -0
- package/src/img/billie-spinner.svg +5 -0
- package/src/img/billie.svg +4 -0
- package/src/img/calm-primary-logo.png +0 -0
- package/src/img/payment/checkout/billie.svg +4 -0
- package/src/img/payment/footer/billie.svg +4 -0
- package/src/js/components/general/text-clamp.js +1 -2
- package/src/js/emulation/big-wins.js +29 -29
- package/src/js/emulation/mock.js +1 -60
- package/src/js/emulation/paymentLoader.js +22 -11
- package/src/js/emulation/popover-mini-basket.js +2 -2
- package/src/js/page/basket-v2.js +16 -7
- package/src/js/page/billie-business-type.js +34 -0
- package/src/js/page/checkout-payment-details.js +8 -0
- package/src/js/page/components/charity.js +58 -43
- package/src/js/page/components/modal-observer.js +51 -0
- package/src/js/page/pdp.js +1 -4
- package/src/layouts/base.hbs +0 -6
- package/src/layouts/my-account-v2.hbs +0 -7
- package/src/page_basket-billie.html +54 -0
- package/src/page_checkout_confirmation-billie.html +339 -0
- package/src/page_checkout_delivery-address-customer-journey.html +2 -2
- package/src/page_my-account-trade-pro-components.html +27 -0
- package/src/page_my-account-trade-pro.html +7 -0
- package/src/page_my-account.html +1 -0
- package/src/page_my-order.html +1 -1
- package/src/page_payment-details-with-billie.html +67 -0
- package/src/page_product-details-billie.html +87 -0
- package/src/page_product-details-saved-pl.html +13 -16
- package/src/page_product-details-with-global-search-v2.html +0 -1
- package/src/page_shopping-cart-v2.html +4 -3
- package/src/page_wismo-details.html +2 -2
- package/src/partials/head.hbs +1 -5
- package/src/scss/common/_app.scss +0 -1
- package/src/scss/common/_elements.scss +4 -0
- package/src/scss/common/_scroll-disable.scss +2 -4
- package/src/scss/components/_billie-modal.scss +181 -0
- package/src/scss/components/_billie-online-messaging.scss +46 -0
- package/src/scss/components/_charity-donations.scss +114 -186
- package/src/scss/components/_donation-cart-new.scss +192 -0
- package/src/scss/components/_payments-checkout.scss +2 -1
- package/src/scss/components/_payments-v2.scss +8 -0
- package/src/scss/components/_tooltip.scss +19 -0
- package/src/scss/components/checkout-payment-details-v2.scss +237 -0
- package/src/scss/components/legal-info.scss +0 -61
- package/src/scss/components/loader.scss +8 -0
- package/src/scss/components/my-account/_active-orders.scss +2 -0
- package/src/scss/components/my-account/_payment-status.scss +84 -0
- package/src/scss/components/my-account/_saving-totaliser.scss +175 -0
- package/src/scss/components/price-block-v2-critical.scss +4 -0
- package/src/scss/components/price-block-v2.scss +4 -0
- package/src/scss/globals/_global-components.scss +0 -1
- package/src/scss/helpers/_mixins.scss +0 -8
- package/src/scss/helpers/_variables.scss +0 -1
- package/src/scss/homepage-main.scss +0 -1
- package/src/scss/main.scss +0 -1
- package/src/scss/pages/_checkout-confirmation-new.scss +10 -3
- package/src/scss/pages/checkout-new.scss +3 -0
- package/src/scss/pages/my-account-v2.scss +3 -0
- package/src/scss/pages/page_track-my-order.scss +0 -21
- package/src/scss/pages/page_wismo-details.scss +1 -0
- package/src/scss/partials/_header-critical.scss +0 -14
- package/src/scss/partials/_header.scss +0 -14
- package/src/scss/pdp-main-critical.scss +1 -0
- package/src/scss/pdp-main.scss +2 -0
- package/src/sitemap.html +32 -2
- package/src/components/mini-basket/mini-basket-empty.hbs +0 -17
- package/src/components/mini-basket/mini-basket.hbs +0 -39
- package/src/components/mini-basket/product-item.hbs +0 -24
- package/src/js/components/general/backdrop.js +0 -23
- package/src/js/components/general/cart-slider.js +0 -16
- package/src/js/components/general/create-popup-slider.js +0 -196
- package/src/js/components/general/mini-basket-slider.js +0 -8
- package/src/js/emulation/custom-slider-emulation.js +0 -28
- package/src/page_shopping-cart-charity.html +0 -56
- package/src/scss/components/_custom-slider.scss +0 -541
|
@@ -1,24 +1,27 @@
|
|
|
1
|
-
<div class="container">
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
1
|
+
<div class="legal-info container">
|
|
2
|
+
<div class="row">
|
|
3
|
+
<div class="col-lg-3"></div>
|
|
4
|
+
<div class="col-lg-9">
|
|
5
|
+
<p>
|
|
6
|
+
Terms and conditions Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
|
|
7
|
+
incididunt ut labore et dolore
|
|
8
|
+
magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
|
|
9
|
+
commodo
|
|
10
|
+
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
|
|
11
|
+
pariatur.
|
|
12
|
+
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est
|
|
13
|
+
laborum.
|
|
14
|
+
</p>
|
|
15
|
+
<p>
|
|
16
|
+
Terms and conditions Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
|
|
17
|
+
incididunt ut labore et dolore
|
|
18
|
+
magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
|
|
19
|
+
commodo
|
|
20
|
+
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
|
|
21
|
+
pariatur.
|
|
22
|
+
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est
|
|
23
|
+
laborum.
|
|
24
|
+
</p>
|
|
20
25
|
</div>
|
|
21
|
-
</div>
|
|
22
26
|
</div>
|
|
23
|
-
|
|
24
|
-
</div>
|
|
27
|
+
</div>
|
package/src/components/modal.hbs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!-- Bootstrap 4 modal dialog markup https://getbootstrap.com/docs/4.1/components/modal/ -->
|
|
2
2
|
|
|
3
|
-
<div class="modal
|
|
3
|
+
<div class="modal modal-box {{#if fullWidth}}modal-box_full{{/if}} {{#if wide}}modal-box_wide{{/if}}{{classMod}}"
|
|
4
4
|
id="{{id}}" role="dialog" tabindex="-1" data-backdrop="{{backdrop}}" data-keyboard={{#if keyboard}}{{keyboard}}{{else}}false{{/if}}
|
|
5
5
|
>
|
|
6
6
|
<div class="modal-dialog modal-box__container {{#if centered}}modal-dialog-centered{{/if}}" role="document">
|
|
@@ -38,6 +38,9 @@
|
|
|
38
38
|
{{/block}}
|
|
39
39
|
|
|
40
40
|
</div>
|
|
41
|
+
<div class="modal-footer modal-box__footer">
|
|
42
|
+
{{#block "footer"}}{{/block}}
|
|
43
|
+
</div>
|
|
41
44
|
</div>
|
|
42
45
|
</div>
|
|
43
46
|
</div>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<div class="payment-status payment-status--{{paymentStatus.status}}">
|
|
2
|
+
<span class="payment-status__logo">
|
|
3
|
+
<img class="payments-status__image" src="./img/billie.svg" alt="Billie">
|
|
4
|
+
</span>
|
|
5
|
+
<div class="payment-status__content">
|
|
6
|
+
{{#if paymentStatus.paymentTitle}}
|
|
7
|
+
<div class="payment-status__title">
|
|
8
|
+
<span>{{paymentStatus.paymentTitle}}</span>
|
|
9
|
+
</div>
|
|
10
|
+
{{/if}}
|
|
11
|
+
{{#if paymentStatus.paymentText}}
|
|
12
|
+
<div class="payment-status__text">
|
|
13
|
+
<span>{{paymentStatus.paymentText}}</span>
|
|
14
|
+
</div>
|
|
15
|
+
{{/if}}
|
|
16
|
+
</div>
|
|
17
|
+
</div>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{{#if paymentStatus}}
|
|
2
|
+
<div class="payment-status payment-status--{{paymentStatus.status}}">
|
|
3
|
+
<span class="payment-status__logo">
|
|
4
|
+
<img class="payments-status__image" src="./img/billie.svg" alt="Billie">
|
|
5
|
+
</span>
|
|
6
|
+
<div class="payment-status__content">
|
|
7
|
+
{{#if paymentStatus.paymentTitle}}
|
|
8
|
+
<span class="payment-status__title">
|
|
9
|
+
{{paymentStatus.paymentTitle}}
|
|
10
|
+
</span>
|
|
11
|
+
{{/if}}
|
|
12
|
+
{{#if paymentStatus.paymentText}}
|
|
13
|
+
<span class="payment-status__text">
|
|
14
|
+
{{paymentStatus.paymentText}}
|
|
15
|
+
</span>
|
|
16
|
+
{{/if}}
|
|
17
|
+
</div>
|
|
18
|
+
</div>
|
|
19
|
+
{{/if}}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
<div class="saving-totaliser {{#if this-last-year}}saving-totaliser--this-last-year{{/if}} {{#if this-year-only}}saving-totaliser--this-year-only{{/if}} {{#if no-savings}}saving-totaliser--no-savings{{/if}}">
|
|
2
|
+
<div class="saving-totaliser__title heading-3">Your TradePro savings</div >
|
|
3
|
+
<div class="saving-totaliser__wrapper">
|
|
4
|
+
<div class="saving-totaliser__cell">
|
|
5
|
+
<div class="saving-totaliser__saved">
|
|
6
|
+
<div class="saving-totaliser__cell-title saving-totaliser__saving-title">Since joining TradePro you've saved</div>
|
|
7
|
+
<div class="heading-1">{{#if no-savings}}£0.00{{else}}£3,920.37{{/if}}</div>
|
|
8
|
+
</div>
|
|
9
|
+
<div class="saving-totaliser__encourage">
|
|
10
|
+
{{#unless no-savings}}
|
|
11
|
+
<div>
|
|
12
|
+
<div class="saving-totaliser__attencion heading-2">Impressive!</div>
|
|
13
|
+
<div>Continue shopping with us to save even more.</div>
|
|
14
|
+
</div>
|
|
15
|
+
{{else}}
|
|
16
|
+
<div>
|
|
17
|
+
<div class="saving-totaliser__attencion heading-2">Looks like you've not used your discount yet. </div>
|
|
18
|
+
<div>Start shopping with us to start your building your TradePro savings.</div>
|
|
19
|
+
<a href="#" class="btn btn-primary">
|
|
20
|
+
<span class="btn__text">Explore offers</span>
|
|
21
|
+
</a>
|
|
22
|
+
</div>
|
|
23
|
+
{{/unless}}
|
|
24
|
+
</div>
|
|
25
|
+
<div class="saving-totaliser__saving-icon icon">
|
|
26
|
+
<i class="fas fa-piggy-bank"></i>
|
|
27
|
+
</div>
|
|
28
|
+
</div>
|
|
29
|
+
{{#unless no-savings}}
|
|
30
|
+
<div class="saving-totaliser__wrapper2">
|
|
31
|
+
<div class="saving-totaliser__cell">
|
|
32
|
+
<div class="saving-totaliser__cell-title heading-5">This month</div>
|
|
33
|
+
<div class="mb-0 heading-3">£18.43</div>
|
|
34
|
+
</div>
|
|
35
|
+
<div class="saving-totaliser__cell saving-totaliser__split-cell">
|
|
36
|
+
<div class="saving-totaliser__semi-cell">
|
|
37
|
+
<div class="saving-totaliser__cell-title heading-5">This year</div>
|
|
38
|
+
<div class="mb-0 heading-3">£471.34</div>
|
|
39
|
+
</div>
|
|
40
|
+
{{#unless this-year-only}}
|
|
41
|
+
<div class="saving-totaliser__divider"></div>
|
|
42
|
+
<div class="saving-totaliser__semi-cell">
|
|
43
|
+
<div class="saving-totaliser__cell-title heading-5">Last year</div>
|
|
44
|
+
<div class="mb-0 heading-3">£2,381.10</div>
|
|
45
|
+
</div>
|
|
46
|
+
{{/unless}}
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
{{/unless}}
|
|
50
|
+
</div>
|
|
51
|
+
<div class="saving-totaliser__note">Savings are calculated from the verification date of your TradePro account and are based on your TradePro Discount for online orders only.</div>
|
|
52
|
+
</div>
|
|
@@ -1,23 +1,61 @@
|
|
|
1
1
|
<div class="payment-loader {{#if hidden}}payment-loader--hidden{{/if}}">
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
<div class="
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<div class="
|
|
22
|
-
|
|
2
|
+
<div class="payment-loader__modal">
|
|
3
|
+
{{#if spinnerTypes}}
|
|
4
|
+
{{#each spinnerTypes}}
|
|
5
|
+
{{#if (eq this "paypal-logo")}}
|
|
6
|
+
<div class="paypal-checkout-logo">
|
|
7
|
+
<img class="paypal-checkout-logo-pp" alt="pp" src="./img/paypal_logo_loader_pp.svg">
|
|
8
|
+
<img class="paypal-checkout-logo-paypal" alt="paypal" src="./img/paypal_logo_loader_paypal.svg">
|
|
9
|
+
</div>
|
|
10
|
+
{{else if (eq this "klarna-logo")}}
|
|
11
|
+
<div class="klarna-checkout-logo">
|
|
12
|
+
<div class="klarna-spinner-logo"></div>
|
|
13
|
+
</div>
|
|
14
|
+
|
|
15
|
+
{{else if (eq this "google-logo")}}
|
|
16
|
+
<div class="google-checkout-logo">
|
|
17
|
+
<div class="google-spinner-logo"></div>
|
|
18
|
+
</div>
|
|
19
|
+
|
|
20
|
+
{{else if (eq this "clearpay-logo")}}
|
|
21
|
+
<div class="clearpay-checkout-logo">
|
|
22
|
+
<div class="clearpay-spinner-logo"></div>
|
|
23
|
+
</div>
|
|
24
|
+
|
|
25
|
+
{{else if (eq this "billie-logo")}}
|
|
26
|
+
<div class="billie-checkout-logo">
|
|
27
|
+
<div class="billie-spinner-logo"></div>
|
|
28
|
+
</div>
|
|
29
|
+
{{/if}}
|
|
30
|
+
{{/each}}
|
|
31
|
+
{{else}}
|
|
32
|
+
{{#if paypal-logo}}
|
|
33
|
+
<div class="paypal-checkout-logo">
|
|
34
|
+
<img class="paypal-checkout-logo-pp" alt="pp" src="./img/paypal_logo_loader_pp.svg">
|
|
35
|
+
<img class="paypal-checkout-logo-paypal" alt="paypal" src="./img/paypal_logo_loader_paypal.svg">
|
|
36
|
+
</div>
|
|
37
|
+
{{/if}}
|
|
38
|
+
{{#if klarna-logo}}
|
|
39
|
+
<div class="klarna-checkout-logo">
|
|
40
|
+
<div class="klarna-spinner-logo"></div>
|
|
41
|
+
</div>
|
|
42
|
+
{{/if}}
|
|
43
|
+
{{#if google-logo}}
|
|
44
|
+
<div class="google-checkout-logo">
|
|
45
|
+
<div class="google-spinner-logo"></div>
|
|
46
|
+
</div>
|
|
47
|
+
{{/if}}
|
|
48
|
+
{{#if clearpay-logo}}
|
|
49
|
+
<div class="clearpay-checkout-logo">
|
|
50
|
+
<div class="clearpay-spinner-logo"></div>
|
|
51
|
+
</div>
|
|
52
|
+
{{/if}}
|
|
53
|
+
{{#if billie-logo}}
|
|
54
|
+
<div class="billie-checkout-logo">
|
|
55
|
+
<div class="billie-spinner-logo"></div>
|
|
56
|
+
</div>
|
|
57
|
+
{{/if}}
|
|
58
|
+
{{/if}}
|
|
59
|
+
<div class="spinner {{#if klarna-logo}}klarna-spinner{{/if}}"></div>
|
|
60
|
+
</div>
|
|
23
61
|
</div>
|
|
@@ -1,14 +1,20 @@
|
|
|
1
1
|
<div class="payments-checkout">
|
|
2
2
|
<p class="payments-checkout__title">Ways to Pay</p>
|
|
3
3
|
<ul class="payments-checkout__list">
|
|
4
|
-
|
|
5
|
-
<
|
|
4
|
+
{{#if billieIcon}}
|
|
5
|
+
<li class="payments-checkout__item">
|
|
6
|
+
<img class="payments-checkout__image" src="./img/payment/footer/billie.svg" alt="Billie">
|
|
7
|
+
</li>
|
|
8
|
+
{{else}}
|
|
9
|
+
<li class="payments-checkout__item">
|
|
10
|
+
<span class="payments-checkout-klarna">
|
|
6
11
|
<klarna-placement
|
|
7
|
-
|
|
8
|
-
|
|
12
|
+
data-key="sidebar-promotion-auto-size"
|
|
13
|
+
data-locale="en-GB"
|
|
9
14
|
></klarna-placement>
|
|
10
|
-
|
|
11
|
-
|
|
15
|
+
</span>
|
|
16
|
+
</li>
|
|
17
|
+
{{/if}}
|
|
12
18
|
{{#each payments-checkout-list}}
|
|
13
19
|
<li class="payments-checkout__item">
|
|
14
20
|
<img class="payments-checkout__image" src="{{src}}" alt="{{payment}}">
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
<div class="payments-checkout">
|
|
2
2
|
<ul class="payments-checkout__list">
|
|
3
|
+
{{#if billieIcon}}
|
|
4
|
+
<li class="payments-checkout__item">
|
|
5
|
+
<img class="payments-checkout__image" src="./img/payment/checkout/billie.svg" alt="billie">
|
|
6
|
+
</li>
|
|
7
|
+
{{else}}
|
|
3
8
|
<li class="payments-checkout__item">
|
|
4
9
|
<span class="payments-checkout-klarna">
|
|
5
10
|
<klarna-placement
|
|
@@ -8,6 +13,7 @@
|
|
|
8
13
|
></klarna-placement>
|
|
9
14
|
</span>
|
|
10
15
|
</li>
|
|
16
|
+
{{/if}}
|
|
11
17
|
{{#if clearPayIcon}}
|
|
12
18
|
<li class="payments-checkout__item">
|
|
13
19
|
<img class="payments-checkout__image" src="./img/payment/checkout/clearpay.svg" alt="clearpay">
|
|
@@ -1,14 +1,20 @@
|
|
|
1
1
|
<div class="payways">
|
|
2
2
|
<p class="payways__title">Ways to Pay</p>
|
|
3
3
|
<ul class="payways__list">
|
|
4
|
-
|
|
4
|
+
{{#if billieIcon}}
|
|
5
|
+
<li class="payways__item">
|
|
6
|
+
<img class="payways__image" src="./img/payment/footer/billie.svg" alt="Billie">
|
|
7
|
+
</li>
|
|
8
|
+
{{else}}
|
|
9
|
+
<li class="payways__item">
|
|
5
10
|
<span class="payways-klarna">
|
|
6
11
|
<klarna-placement
|
|
7
|
-
|
|
8
|
-
|
|
12
|
+
data-key="sidebar-promotion-auto-size"
|
|
13
|
+
data-locale="en-GB"
|
|
9
14
|
></klarna-placement>
|
|
10
15
|
</span>
|
|
11
|
-
|
|
16
|
+
</li>
|
|
17
|
+
{{/if}}
|
|
12
18
|
{{#each payments-list}}
|
|
13
19
|
<li class="payways__item">
|
|
14
20
|
<img class="payways__image" src="{{src}}" alt="{{payment}}">
|
|
@@ -116,16 +116,21 @@
|
|
|
116
116
|
</div>
|
|
117
117
|
{{/if}}
|
|
118
118
|
{{#if klarna-placement}}
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
119
|
+
<div class="pdp-price__klarna-payment">
|
|
120
|
+
<klarna-placement
|
|
121
|
+
data-key="credit-promotion-badge"
|
|
122
|
+
data-locale="en-GB"
|
|
123
|
+
data-purchase-amount="12000"
|
|
124
|
+
></klarna-placement>
|
|
125
|
+
</div>
|
|
126
|
+
{{/if}}
|
|
127
|
+
{{#if billie-placement}}
|
|
128
|
+
<div class="pdp-price__billie-payment">
|
|
129
|
+
{{> billie-online-messaging}}
|
|
130
|
+
</div>
|
|
126
131
|
{{/if}}
|
|
127
132
|
{{#if clearpay-placement}}
|
|
128
|
-
|
|
133
|
+
{{> clearpay}}
|
|
129
134
|
{{/if}}
|
|
130
135
|
</div>
|
|
131
136
|
{{#if currentlyInStock}}
|
|
@@ -194,6 +199,7 @@
|
|
|
194
199
|
big-wins=big-wins
|
|
195
200
|
wisdom=wisdom
|
|
196
201
|
mcfc=mcfc
|
|
202
|
+
paint-mix=true
|
|
197
203
|
available=available
|
|
198
204
|
stock-accordion="stock-accordion"
|
|
199
205
|
isUserNonRegistered=isUserNonRegistered
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
<div class="order-info">
|
|
2
2
|
<h3 class="order-info__toggle" data-toggle="collapse" data-target="#collapseInfo" aria-expanded="false" aria-controls="collapseInfo">
|
|
3
3
|
{{title}}
|
|
4
|
-
<span class="icon-wrap"
|
|
4
|
+
<span class="icon-wrap">
|
|
5
|
+
<i class="fas fa-plus icon"></i>
|
|
6
|
+
</span>
|
|
5
7
|
</h3>
|
|
6
8
|
|
|
7
9
|
<div class="collapse" id="collapseInfo">
|
|
@@ -37,6 +37,22 @@
|
|
|
37
37
|
</div>
|
|
38
38
|
</div>
|
|
39
39
|
{{/each}}
|
|
40
|
+
{{else if payment-billie}}
|
|
41
|
+
{{#each wismo-order-payment-billie.items}}
|
|
42
|
+
{{#if this.isPaymentStatus}}
|
|
43
|
+
<div class="wrap-item">
|
|
44
|
+
<div class="wrap-item__name">{{{this.name}}}</div>
|
|
45
|
+
<div class="wrap-item__value">
|
|
46
|
+
{{> my-account/payment-status paymentStatus=this.paymentStatus}}
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
{{else}}
|
|
50
|
+
<div class="wrap-item">
|
|
51
|
+
<div class="wrap-item__name">{{{this.name}}}</div>
|
|
52
|
+
<div class="wrap-item__value">{{{this.value}}}</div>
|
|
53
|
+
</div>
|
|
54
|
+
{{/if}}
|
|
55
|
+
{{/each}}
|
|
40
56
|
{{else if payment-clearpay}}
|
|
41
57
|
{{#each wismo-order-payment-clearpay.items}}
|
|
42
58
|
<div class="wrap-item">
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
"confirmation-summary": {
|
|
3
3
|
"info": [
|
|
4
4
|
{
|
|
5
|
-
"title": "Items
|
|
5
|
+
"title": "Items Subtotal:",
|
|
6
6
|
"value": "£44.44",
|
|
7
7
|
"mod": "bold"
|
|
8
8
|
},
|
|
9
9
|
{
|
|
10
|
-
"title": "VAT:",
|
|
10
|
+
"title": "Includes VAT:",
|
|
11
11
|
"value": "£71.66",
|
|
12
12
|
"mod": "vat"
|
|
13
13
|
},
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"mod": "delivery"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"title": "
|
|
24
|
+
"title": "Young Minds donation:",
|
|
25
25
|
"value": "£1.00"
|
|
26
26
|
}
|
|
27
27
|
],
|
|
@@ -11,8 +11,7 @@
|
|
|
11
11
|
"price": "£2,009.00",
|
|
12
12
|
"incVatPrice": "£30.00",
|
|
13
13
|
"excVatPrice": "£10.00",
|
|
14
|
-
"lower-quantity": true
|
|
15
|
-
"CC": "East Grinstead"
|
|
14
|
+
"lower-quantity": true
|
|
16
15
|
},
|
|
17
16
|
{
|
|
18
17
|
"quantity": {
|
|
@@ -32,77 +31,9 @@
|
|
|
32
31
|
"title": "Rangemaster Classic Deluxe 90 Ceramic Range Cooker - Black with Chrome Trim",
|
|
33
32
|
"src": "img/placeholders/[e-img-4to3].jpg",
|
|
34
33
|
"price": "£2,009.00",
|
|
35
|
-
"incVatPrice": "£
|
|
36
|
-
"excVatPrice": "£
|
|
37
|
-
"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"quantity": {
|
|
41
|
-
"value": "1"
|
|
42
|
-
},
|
|
43
|
-
"title": "Rangemaster Classic Deluxe 90 Ceramic Range Cooker - Black with Chrome Trim",
|
|
44
|
-
"src": "img/placeholders/tap.jpg",
|
|
45
|
-
"price": "£2,009.00",
|
|
46
|
-
"incVatPrice": "£30.00",
|
|
47
|
-
"excVatPrice": "£10.00",
|
|
48
|
-
"lower-quantity": true,
|
|
49
|
-
"CC": "East Grinstead"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"quantity": {
|
|
53
|
-
"value": "1"
|
|
54
|
-
},
|
|
55
|
-
"title": "Rangemaster Classic Deluxe 90 Ceramic Range Cooker - Black with Chrome Trim",
|
|
56
|
-
"src": "img/placeholders/[e-img-4to3].jpg",
|
|
57
|
-
"price": "£2,009.00",
|
|
58
|
-
"incVatPrice": "£309.00",
|
|
59
|
-
"excVatPrice": "£109.00",
|
|
60
|
-
"bad-amount": true
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"quantity": {
|
|
64
|
-
"value": "1"
|
|
65
|
-
},
|
|
66
|
-
"title": "Rangemaster Classic Deluxe 90 Ceramic Range Cooker - Black with Chrome Trim",
|
|
67
|
-
"src": "img/placeholders/[e-img-4to3].jpg",
|
|
68
|
-
"price": "£2,009.00",
|
|
69
|
-
"incVatPrice": "£309.00",
|
|
70
|
-
"excVatPrice": "£109.00",
|
|
71
|
-
"bad-amount": true
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"quantity": {
|
|
75
|
-
"value": "1"
|
|
76
|
-
},
|
|
77
|
-
"title": "Rangemaster Classic Deluxe 90 Ceramic Range Cooker - Black with Chrome Trim",
|
|
78
|
-
"src": "img/placeholders/tap.jpg",
|
|
79
|
-
"price": "£2,009.00",
|
|
80
|
-
"incVatPrice": "£30.00",
|
|
81
|
-
"excVatPrice": "£10.00",
|
|
82
|
-
"lower-quantity": true,
|
|
83
|
-
"CC": "East Grinstead"
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"quantity": {
|
|
87
|
-
"value": "1"
|
|
88
|
-
},
|
|
89
|
-
"title": "Rangemaster Classic Deluxe 90 Ceramic Range Cooker - Black with Chrome Trim",
|
|
90
|
-
"src": "img/placeholders/[e-img-4to3].jpg",
|
|
91
|
-
"price": "£2,009.00",
|
|
92
|
-
"incVatPrice": "£309.00",
|
|
93
|
-
"excVatPrice": "£109.00",
|
|
94
|
-
"bad-amount": true
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"quantity": {
|
|
98
|
-
"value": "1"
|
|
99
|
-
},
|
|
100
|
-
"title": "Rangemaster Classic Deluxe 90 Ceramic Range Cooker - Black with Chrome Trim",
|
|
101
|
-
"src": "img/placeholders/[e-img-4to3].jpg",
|
|
102
|
-
"price": "£2,009.00",
|
|
103
|
-
"incVatPrice": "£309.00",
|
|
104
|
-
"excVatPrice": "£109.00",
|
|
105
|
-
"bad-amount": true
|
|
34
|
+
"incVatPrice": "£3,009.00",
|
|
35
|
+
"excVatPrice": "£1,009.00",
|
|
36
|
+
"basket-product": true
|
|
106
37
|
}
|
|
107
38
|
],
|
|
108
39
|
"just-added": [
|
|
@@ -117,11 +48,6 @@
|
|
|
117
48
|
"excVatPrice": "£1,009.00",
|
|
118
49
|
"basket-product": true
|
|
119
50
|
}
|
|
120
|
-
]
|
|
121
|
-
"total": {
|
|
122
|
-
"totalPrice": {
|
|
123
|
-
"formattedValue": "£17.50"
|
|
124
|
-
}
|
|
125
|
-
}
|
|
51
|
+
]
|
|
126
52
|
}
|
|
127
|
-
}
|
|
53
|
+
}
|
|
@@ -217,7 +217,6 @@
|
|
|
217
217
|
}
|
|
218
218
|
]
|
|
219
219
|
}
|
|
220
|
-
]
|
|
221
|
-
"legal-info": "<p>Our selection of toilets is crafted to suit a wide range of <a href=\"https://www.wickes.co.uk/bathroom/suites\">bathroom suites</a>, from compact cloakrooms to spacious bathrooms. With our large selection, you’ll easily find a solution for both modern and traditional spaces. Each toilet is built for efficiency and easy maintenance, helping you achieve a stylish, functional bathroom with a range of finishes and shapes.</p>\n<h3>FAQs</h3>\n<h4>What are the different types of toilets?</h4>\n<p>Different toilet types include close-coupled, back-to-wall, rimless, wall-hung, and <a href=\"https://www.wickes.co.uk/Products/Bathrooms/Toilets+Accessories/Low+High-Level-Toilets/c/1000359\">high and low-level toilets</a>. Each has unique installation and style benefits, suitable for various bathroom sizes and styles.</p>\n<h4>What toilets suit a modern bathroom?</h4>\n<p>Rimless, wall-hung and <a href=\"https://www.wickes.co.uk/Products/Bathrooms/Toilets+Accessories/Back-to-Wall-Toilets/c/1000282\">back-to-wall toilets</a> fit well in modern bathrooms. Their sleek designs and efficient features offer a clean, contemporary look.</p>\n<h4>What toilets look best in a traditional bathroom?</h4>\n<p>High-level and low-level toilets are popular in traditional designs, adding elegance and classic style with vintage-inspired cisterns and details.</p>"
|
|
220
|
+
]
|
|
222
221
|
}
|
|
223
222
|
}
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"energyEfficiency": {
|
|
111
111
|
"type": "Old",
|
|
112
112
|
"rating": "C",
|
|
113
|
-
"linkProduct": "https://media.wickes.co.uk/image/upload/v1676542815/documents/wickes/Product-Info-Example_qj5mln.pdf"
|
|
113
|
+
"linkProduct": "https://media.wickes.co.uk/image/upload/v1676542815/documents/wickes/Product-Info-Example_qj5mln.pdf",
|
|
114
114
|
}
|
|
115
115
|
},
|
|
116
116
|
{
|
|
@@ -1145,6 +1145,57 @@
|
|
|
1145
1145
|
}
|
|
1146
1146
|
}
|
|
1147
1147
|
},
|
|
1148
|
+
"charityDonationNew": {
|
|
1149
|
+
"title": "Charity Donation",
|
|
1150
|
+
"checkoutOrder": {
|
|
1151
|
+
"charity": {
|
|
1152
|
+
"title": "Would you like to make a donation to our chosen charity, Campaign Against Living Miserably (CALM)?",
|
|
1153
|
+
"descr": "All charity donations are non-refundable.",
|
|
1154
|
+
"message": "For more information about our charity partner",
|
|
1155
|
+
"subLink": "https://www.wickes.co.uk/the-brain-tumour-charity",
|
|
1156
|
+
"total": "Total",
|
|
1157
|
+
"img": "img/calm-primary-logo.png",
|
|
1158
|
+
"price": "£1",
|
|
1159
|
+
"options": [
|
|
1160
|
+
{
|
|
1161
|
+
"title": "£1",
|
|
1162
|
+
"value": "1",
|
|
1163
|
+
"active": false
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"title": "£3",
|
|
1167
|
+
"value": "3",
|
|
1168
|
+
"active": false
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"title": "£5",
|
|
1172
|
+
"value": "5",
|
|
1173
|
+
"active": true
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"title": "£10",
|
|
1177
|
+
"value": "10",
|
|
1178
|
+
"active": false
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"title": "£15",
|
|
1182
|
+
"value": "15",
|
|
1183
|
+
"active": false
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"title": "£50",
|
|
1187
|
+
"value": "50",
|
|
1188
|
+
"active": false
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"title": "£100",
|
|
1192
|
+
"value": "100",
|
|
1193
|
+
"active": false
|
|
1194
|
+
}
|
|
1195
|
+
]
|
|
1196
|
+
}
|
|
1197
|
+
}
|
|
1198
|
+
},
|
|
1148
1199
|
"charityDonationMultiple": {
|
|
1149
1200
|
"title": "Charity Donation",
|
|
1150
1201
|
"img": "img/young-minds-long.png",
|