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.
Files changed (169) hide show
  1. package/Readme.md +3 -3
  2. package/build/css/category-main.css +1 -1
  3. package/build/css/components/checkout-payment-details-v2.css +1 -1
  4. package/build/css/components/energy-efficiency.css +1 -1
  5. package/build/css/components/global-search.css +1 -1
  6. package/build/css/components/legal-info.css +1 -1
  7. package/build/css/components/loader.css +1 -1
  8. package/build/css/components/price-block-v2-critical.css +1 -1
  9. package/build/css/components/price-block-v2.css +1 -1
  10. package/build/css/homepage-main.css +1 -1
  11. package/build/css/main.css +1 -1
  12. package/build/css/my-account-main-v2.css +1 -1
  13. package/build/css/my-account-main.css +1 -1
  14. package/build/css/pages/checkout-new.css +1 -1
  15. package/build/css/pages/checkout.css +1 -1
  16. package/build/css/pages/my-account-v2.css +1 -1
  17. package/build/css/pages/page_home.css +1 -1
  18. package/build/css/pages/page_my-order.css +1 -1
  19. package/build/css/pages/page_my-orders.css +1 -1
  20. package/build/css/pages/page_quiz.css +1 -1
  21. package/build/css/pages/page_track-my-order.css +1 -1
  22. package/build/css/pages/page_wismo-details.css +1 -1
  23. package/build/css/pdp-main-before-combine.css +1 -1
  24. package/build/css/pdp-main-critical.css +1 -1
  25. package/build/css/pdp-main-non-critical.css +1 -1
  26. package/build/css/pdp-main.css +1 -1
  27. package/build/css/plp-main.css +1 -1
  28. package/build/css/store-locator-main.css +1 -1
  29. package/build/img/billie-logo.svg +4 -0
  30. package/build/img/billie-modal.svg +4 -0
  31. package/build/img/billie-pdp.svg +11 -0
  32. package/build/img/billie-spinner.svg +5 -0
  33. package/build/img/billie.svg +4 -0
  34. package/build/img/calm-primary-logo.png +0 -0
  35. package/build/img/payment/checkout/billie.svg +4 -0
  36. package/build/img/payment/footer/billie.svg +4 -0
  37. package/build/js/basket.min.js +2 -2
  38. package/build/js/bundle.min.js +1 -1
  39. package/build/js/checkout.min.js +1 -1
  40. package/build/js/emulation.min.js +55 -131
  41. package/build/js/general.bundle.min.js +1 -1
  42. package/build/js/merged-checkout.min.js +1 -1
  43. package/build/js/page/basket-v2.js +16 -7
  44. package/build/js/page/billie-business-type.js +34 -0
  45. package/build/js/page/checkout-payment-details.js +8 -0
  46. package/build/js/page/components/charity.js +58 -43
  47. package/build/js/page/components/modal-observer.js +51 -0
  48. package/build/js/page/pdp.js +1 -4
  49. package/build/js/pdp.bundle.min.js +1 -1
  50. package/build/js/plp.bundle.min.js +1 -1
  51. package/build/js/project-list.min.js +1 -1
  52. package/package.json +2 -2
  53. package/src/components/address-billie.hbs +42 -0
  54. package/src/components/address-postcode-look-up.hbs +2 -2
  55. package/src/components/basket-charity-donations-new.hbs +40 -0
  56. package/src/components/billie-modal.hbs +41 -0
  57. package/src/components/billie-online-messaging.hbs +14 -0
  58. package/src/components/checkout-edit-billing-address.hbs +20 -6
  59. package/src/components/checkout-payment-details-v2.hbs +94 -55
  60. package/src/components/checkout-payment-info-block.hbs +49 -0
  61. package/src/components/checkout-payment-option.hbs +40 -0
  62. package/src/components/checkout_order-summary-new.hbs +13 -18
  63. package/src/components/checkout_payment-new.hbs +10 -1
  64. package/src/components/donation-cart-new.hbs +38 -0
  65. package/src/components/header-minicart.hbs +3 -3
  66. package/src/components/legal-info.hbs +25 -22
  67. package/src/components/modal.hbs +4 -1
  68. package/src/components/my-account/active-orders/list-orders.hbs +1 -1
  69. package/src/components/my-account/active-orders/order.hbs +2 -0
  70. package/src/components/my-account/active-orders/payment-status.hbs +17 -0
  71. package/src/components/my-account/payment-status.hbs +19 -0
  72. package/src/components/my-account/saving-totaliser.hbs +52 -0
  73. package/src/components/order-summary.hbs +3 -0
  74. package/src/components/payment-loader.hbs +59 -21
  75. package/src/components/payments-checkout-v2.hbs +12 -6
  76. package/src/components/payments-checkout.hbs +6 -0
  77. package/src/components/payments.hbs +10 -4
  78. package/src/components/pdp-price-actions.hbs +1 -1
  79. package/src/components/price-block-v2.hbs +14 -8
  80. package/src/components/track-my-order-info.hbs +3 -1
  81. package/src/components/wismo-payment.hbs +16 -0
  82. package/src/data/data_confirmation-summary.json +3 -3
  83. package/src/data/data_latest-offers.json +1 -1
  84. package/src/data/data_mini-basket.json +6 -80
  85. package/src/data/data_page-category.json +1 -2
  86. package/src/data/data_page-merge-basket.json +1 -1
  87. package/src/data/data_shopping-cart-v2.json +51 -0
  88. package/src/data/data_store-locator-v2.json +1 -1
  89. package/src/data/data_wismo.json +53 -0
  90. package/src/data/my-account/data_my-account.json +57 -0
  91. package/src/elements/radiobutton.hbs +7 -0
  92. package/src/img/billie-logo.svg +4 -0
  93. package/src/img/billie-modal.svg +4 -0
  94. package/src/img/billie-pdp.svg +11 -0
  95. package/src/img/billie-spinner.svg +5 -0
  96. package/src/img/billie.svg +4 -0
  97. package/src/img/calm-primary-logo.png +0 -0
  98. package/src/img/payment/checkout/billie.svg +4 -0
  99. package/src/img/payment/footer/billie.svg +4 -0
  100. package/src/js/components/general/text-clamp.js +1 -2
  101. package/src/js/emulation/big-wins.js +29 -29
  102. package/src/js/emulation/mock.js +1 -60
  103. package/src/js/emulation/paymentLoader.js +22 -11
  104. package/src/js/emulation/popover-mini-basket.js +2 -2
  105. package/src/js/page/basket-v2.js +16 -7
  106. package/src/js/page/billie-business-type.js +34 -0
  107. package/src/js/page/checkout-payment-details.js +8 -0
  108. package/src/js/page/components/charity.js +58 -43
  109. package/src/js/page/components/modal-observer.js +51 -0
  110. package/src/js/page/pdp.js +1 -4
  111. package/src/layouts/base.hbs +0 -6
  112. package/src/layouts/my-account-v2.hbs +0 -7
  113. package/src/page_basket-billie.html +54 -0
  114. package/src/page_checkout_confirmation-billie.html +339 -0
  115. package/src/page_checkout_delivery-address-customer-journey.html +2 -2
  116. package/src/page_my-account-trade-pro-components.html +27 -0
  117. package/src/page_my-account-trade-pro.html +7 -0
  118. package/src/page_my-account.html +1 -0
  119. package/src/page_my-order.html +1 -1
  120. package/src/page_payment-details-with-billie.html +67 -0
  121. package/src/page_product-details-billie.html +87 -0
  122. package/src/page_product-details-saved-pl.html +13 -16
  123. package/src/page_product-details-with-global-search-v2.html +0 -1
  124. package/src/page_shopping-cart-v2.html +4 -3
  125. package/src/page_wismo-details.html +2 -2
  126. package/src/partials/head.hbs +1 -5
  127. package/src/scss/common/_app.scss +0 -1
  128. package/src/scss/common/_elements.scss +4 -0
  129. package/src/scss/common/_scroll-disable.scss +2 -4
  130. package/src/scss/components/_billie-modal.scss +181 -0
  131. package/src/scss/components/_billie-online-messaging.scss +46 -0
  132. package/src/scss/components/_charity-donations.scss +114 -186
  133. package/src/scss/components/_donation-cart-new.scss +192 -0
  134. package/src/scss/components/_payments-checkout.scss +2 -1
  135. package/src/scss/components/_payments-v2.scss +8 -0
  136. package/src/scss/components/_tooltip.scss +19 -0
  137. package/src/scss/components/checkout-payment-details-v2.scss +237 -0
  138. package/src/scss/components/legal-info.scss +0 -61
  139. package/src/scss/components/loader.scss +8 -0
  140. package/src/scss/components/my-account/_active-orders.scss +2 -0
  141. package/src/scss/components/my-account/_payment-status.scss +84 -0
  142. package/src/scss/components/my-account/_saving-totaliser.scss +175 -0
  143. package/src/scss/components/price-block-v2-critical.scss +4 -0
  144. package/src/scss/components/price-block-v2.scss +4 -0
  145. package/src/scss/globals/_global-components.scss +0 -1
  146. package/src/scss/helpers/_mixins.scss +0 -8
  147. package/src/scss/helpers/_variables.scss +0 -1
  148. package/src/scss/homepage-main.scss +0 -1
  149. package/src/scss/main.scss +0 -1
  150. package/src/scss/pages/_checkout-confirmation-new.scss +10 -3
  151. package/src/scss/pages/checkout-new.scss +3 -0
  152. package/src/scss/pages/my-account-v2.scss +3 -0
  153. package/src/scss/pages/page_track-my-order.scss +0 -21
  154. package/src/scss/pages/page_wismo-details.scss +1 -0
  155. package/src/scss/partials/_header-critical.scss +0 -14
  156. package/src/scss/partials/_header.scss +0 -14
  157. package/src/scss/pdp-main-critical.scss +1 -0
  158. package/src/scss/pdp-main.scss +2 -0
  159. package/src/sitemap.html +32 -2
  160. package/src/components/mini-basket/mini-basket-empty.hbs +0 -17
  161. package/src/components/mini-basket/mini-basket.hbs +0 -39
  162. package/src/components/mini-basket/product-item.hbs +0 -24
  163. package/src/js/components/general/backdrop.js +0 -23
  164. package/src/js/components/general/cart-slider.js +0 -16
  165. package/src/js/components/general/create-popup-slider.js +0 -196
  166. package/src/js/components/general/mini-basket-slider.js +0 -8
  167. package/src/js/emulation/custom-slider-emulation.js +0 -28
  168. package/src/page_shopping-cart-charity.html +0 -56
  169. package/src/scss/components/_custom-slider.scss +0 -541
@@ -1,24 +1,27 @@
1
- <div class="container">
2
- <div class="row">
3
- <div class="col-12">
4
- <div class="legal-info">
5
- <h3 class="legal-info__toggle" data-toggle="collapse" data-target="#collapseInfo" aria-expanded="false" aria-controls="collapseInfo">
6
- {{#if customTitle}}
7
- {{customTitle}}
8
- {{else}}
9
- Frequently Asked Questions
10
- {{/if}}
11
- <span class="icon-wrap"></span>
12
- </h3>
13
-
14
- <div class="collapse" id="collapseInfo">
15
- <div class="collapse-wrap">
16
- <div class="container">
17
- {{{page_category-landing.legal-info}}}
18
- </div>
19
- </div>
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
- </div>
24
- </div>
27
+ </div>
@@ -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 modal-box {{#if fullWidth}}modal-box_full{{/if}} {{#if wide}}modal-box_wide{{/if}}{{classMod}}"
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>
@@ -4,7 +4,7 @@
4
4
  {{/if}}
5
5
 
6
6
  {{#each orders}}
7
- {{> my-account/active-orders/order switch-vat=../switch-vat}}
7
+ {{> my-account/active-orders/order switch-vat=../switch-vat billieText=../billieText}}
8
8
  {{/each}}
9
9
 
10
10
  {{#if linkText}}
@@ -3,6 +3,8 @@
3
3
 
4
4
  {{> my-account/active-orders/order-details switch-vat=switch-vat}}
5
5
 
6
+ {{> my-account/active-orders/payment-status}}
7
+
6
8
  {{#if totalConsignments}}
7
9
  {{> my-account/active-orders/consignment-info}}
8
10
  {{/if}}
@@ -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>
@@ -58,6 +58,9 @@
58
58
  ></klarna-placement>
59
59
  </div>
60
60
  {{/if}}
61
+ {{#if billie-placement}}
62
+ {{> billie-online-messaging basketStyles=true}}
63
+ {{/if}}
61
64
  {{#if clearpay-placement}}
62
65
  {{> clearpay applyMargin=true hasKlarna=true}}
63
66
  {{/if}}
@@ -1,23 +1,61 @@
1
1
  <div class="payment-loader {{#if hidden}}payment-loader--hidden{{/if}}">
2
- <div class="payment-loader__modal">
3
- {{#if paypal-logo}}
4
- <div class="paypal-checkout-logo">
5
- <img class="paypal-checkout-logo-pp" alt="pp" src="./img/paypal_logo_loader_pp.svg">
6
- <img class="paypal-checkout-logo-paypal" alt="paypal" src="./img/paypal_logo_loader_paypal.svg">
7
- </div>
8
- {{else if klarna-logo}}
9
- <div class="klarna-checkout-logo">
10
- <div class="klarna-spinner-logo"></div>
11
- </div>
12
- {{else if google-logo}}
13
- <div class="google-checkout-logo">
14
- <div class="google-spinner-logo"></div>
15
- </div>
16
- {{else if clearpay-logo}}
17
- <div class="clearpay-checkout-logo">
18
- <div class="clearpay-spinner-logo"></div>
19
- </div>
20
- {{/if}}
21
- <div class="spinner {{#if klarna-logo}}klarna-spinner{{/if}}"></div>
22
- </div>
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
- <li class="payments-checkout__item">
5
- <span class="payments-checkout-klarna">
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
- data-key="sidebar-promotion-auto-size"
8
- data-locale="en-GB"
12
+ data-key="sidebar-promotion-auto-size"
13
+ data-locale="en-GB"
9
14
  ></klarna-placement>
10
- </span>
11
- </li>
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
- <li class="payways__item">
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
- data-key="sidebar-promotion-auto-size"
8
- data-locale="en-GB"
12
+ data-key="sidebar-promotion-auto-size"
13
+ data-locale="en-GB"
9
14
  ></klarna-placement>
10
15
  </span>
11
- </li>
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}}">
@@ -83,4 +83,4 @@
83
83
  <span class="btn__text">Order Paint Mix</span>
84
84
  </button>
85
85
  </div>
86
- {{/if}}
86
+ {{/if}}
@@ -116,16 +116,21 @@
116
116
  </div>
117
117
  {{/if}}
118
118
  {{#if klarna-placement}}
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>
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
- {{> clearpay}}
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"></span>
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 subtotal:",
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": "Charity donation:",
24
+ "title": "Young Minds donation:",
25
25
  "value": "£1.00"
26
26
  }
27
27
  ],
@@ -2409,4 +2409,4 @@
2409
2409
  ]
2410
2410
  }
2411
2411
  }
2412
- }
2412
+ }
@@ -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": "£309.00",
36
- "excVatPrice": "£109.00",
37
- "bad-amount": true
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",