wickes-css2 2.109.0-develop.3 → 2.109.0-gift-cards.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/Readme.md +1 -3
  2. package/build/css/category-main.css +1 -1
  3. package/build/css/components/card-product-banner.css +1 -1
  4. package/build/css/components/checkout-payment-details-v2.css +1 -1
  5. package/build/css/homepage-main.css +1 -1
  6. package/build/css/kitchen-plp-main.css +1 -1
  7. package/build/css/main.css +1 -1
  8. package/build/css/my-account-main-v2.css +1 -1
  9. package/build/css/my-account-main.css +1 -1
  10. package/build/css/pages/checkout-new.css +1 -1
  11. package/build/css/pages/checkout.css +1 -1
  12. package/build/css/pages/page_checkout_delivery-new.css +1 -1
  13. package/build/css/pages/page_products-list-combined.css +1 -1
  14. package/build/css/pages/page_products-list.css +1 -1
  15. package/build/css/pages/page_shopping-cart-v2.css +1 -1
  16. package/build/css/pdp-main-before-combine.css +1 -1
  17. package/build/css/pdp-main-critical.css +1 -1
  18. package/build/css/pdp-main-non-critical.css +1 -1
  19. package/build/css/pdp-main.css +1 -1
  20. package/build/css/plp-main.css +1 -1
  21. package/build/css/store-locator-main.css +1 -1
  22. package/build/img/payment/checkout/giftcard.svg +28 -0
  23. package/build/img/payment/footer/giftcard.svg +28 -0
  24. package/build/js/basket.min.js +1 -1
  25. package/build/js/checkout.min.js +1 -1
  26. package/build/js/emulation.min.js +56 -178
  27. package/build/js/gift-cards.min.js +1 -1
  28. package/build/js/merged-checkout.min.js +1 -1
  29. package/build/js/mini-basket-slider.min.js +1 -1
  30. package/build/js/page/basket/mini-basket-total.js +2 -17
  31. package/build/js/page/checkout-payment-details.js +176 -79
  32. package/build/js/page/components/gift-cards.js +701 -357
  33. package/build/js/page/components/order-summary.js +0 -35
  34. package/build/js/pdp.bundle.min.js +1 -2
  35. package/build/js/toggle-password-visibility.min.js +1 -0
  36. package/package.json +3 -1
  37. package/src/components/base/button.hbs +1 -1
  38. package/src/components/card_product_banner_v2.hbs +1 -4
  39. package/src/components/card_sponsor_banner.hbs +1 -4
  40. package/src/components/checkout_order-summary-new.hbs +7 -10
  41. package/src/components/checkout_payment-new.hbs +31 -8
  42. package/src/components/click-and-collect-modal.hbs +14 -0
  43. package/src/components/date-selection.hbs +1 -1
  44. package/src/components/delivery-types.hbs +3 -11
  45. package/src/components/gift-cards.hbs +8 -15
  46. package/src/components/injected-content.hbs +1 -6
  47. package/src/components/modal.hbs +1 -1
  48. package/src/components/order-summary.hbs +2 -2
  49. package/src/components/payments.hbs +6 -5
  50. package/src/components/price-block-v2.hbs +214 -211
  51. package/src/data/data_checkout-giftcards.json +7 -0
  52. package/src/data/data_delivery-address-v2.json +5 -1
  53. package/src/data/data_payments-checkout.json +4 -0
  54. package/src/data/data_search-results_v2.json +2 -9
  55. package/src/data/data_spr_injected_content.json +0 -4
  56. package/src/data/footer_menu.json +4 -0
  57. package/src/img/payment/checkout/giftcard.svg +28 -0
  58. package/src/img/payment/footer/giftcard.svg +28 -0
  59. package/src/js/emulation/checkout-delivery-details.js +25 -28
  60. package/src/js/emulation/custom-slider-emulation.js +1 -1
  61. package/src/js/emulation/date-selection.js +24 -136
  62. package/src/js/emulation/forms.js +0 -12
  63. package/src/js/emulation/mini-basket-data.js +3 -3
  64. package/src/js/emulation/switchCalendar.js +8 -12
  65. package/src/js/page/basket/mini-basket-total.js +2 -17
  66. package/src/js/page/checkout-payment-details.js +176 -79
  67. package/src/js/page/components/gift-cards.js +701 -357
  68. package/src/js/page/components/order-summary.js +0 -35
  69. package/src/page_checkout_confirmation-gift-card.html +339 -0
  70. package/src/page_checkout_next-day-delivery-details.html +2 -2
  71. package/src/page_checkout_payment-details-v2-asm.html +1 -1
  72. package/src/page_checkout_payment-details-v2.html +1 -1
  73. package/src/page_checkout_payment-details_with-card-loader.html +1 -1
  74. package/src/page_checkout_payment-details_with-klarna-loader.html +1 -1
  75. package/src/page_checkout_payment-details_with-loader-v2.html +1 -1
  76. package/src/page_checkout_rapid-delivery-details.html +5 -7
  77. package/src/page_klarna_payment-details_with-klarna.html +1 -1
  78. package/src/page_payment-details-with-billie.html +1 -1
  79. package/src/page_payment-details-with-clearpay.html +1 -1
  80. package/src/page_payment-details-with-gift-card.html +2 -2
  81. package/src/page_payment-details_with_apple-pay.html +1 -1
  82. package/src/page_payment-details_with_google-pay.html +1 -1
  83. package/src/page_plp_v2.html +0 -1
  84. package/src/page_product-details-billie.html +2 -0
  85. package/src/page_product-details-clearpay.html +1 -0
  86. package/src/page_product-details-mfe-calculator.html +3 -9
  87. package/src/scss/common/_CTAs.scss +3 -7
  88. package/src/scss/components/_custom-slider.scss +0 -18
  89. package/src/scss/components/_date-selection-add-new-styles.scss +1 -43
  90. package/src/scss/components/_gift-cards.scss +32 -3
  91. package/src/scss/components/_order-summary.scss +12 -25
  92. package/src/scss/components/_payments-checkout.scss +2 -2
  93. package/src/scss/components/_payments-v2.scss +1 -1
  94. package/src/scss/components/_price-block-critical.scss +2 -2
  95. package/src/scss/components/_price-block.scss +4 -14
  96. package/src/scss/components/card-product-banner.scss +0 -8
  97. package/src/scss/helpers/_CTAs.scss +5 -15
  98. package/src/scss/helpers/_variables.scss +2 -0
  99. package/src/scss/pages/_checkout-confirmation-new.scss +86 -2
  100. package/src/scss/pages/page_checkout_delivery-new.scss +0 -36
  101. package/src/scss/pages/page_products-list-combined.scss +1 -8
  102. package/src/scss/pages/page_products-list.scss +1 -8
  103. package/src/scss/pages/page_shopping-cart-v2.scss +10 -34
  104. package/src/scss/pdp-main.scss +0 -1
  105. package/src/sitemap.html +6 -0
  106. package/build/js/page/components/notify-me.js +0 -99
  107. package/build/js/wickes-dc.js +0 -1
  108. package/src/components/modals/notify-me-modal.hbs +0 -76
  109. package/src/components/sponsor-top-banner.hbs +0 -10
  110. package/src/js/emulation/notify-me.js +0 -9
  111. package/src/js/page/components/notify-me.js +0 -99
  112. package/src/scss/components/_notify-me-modal.scss +0 -139
@@ -5,7 +5,6 @@ const osEl = {
5
5
  checkoutWidgetDetailsDiscount: '.checkout-widget__details-discount',
6
6
  checkoutWidgetDetails: '.checkout-widget__details',
7
7
  delivery: '.checkout-widget__item-delivery',
8
- deliveryCostMessage: '.checkout-widget__item-delivery-cost-message',
9
8
  cc: '.checkout-widget__item-cc',
10
9
  itemFree: '.checkout-widget__item-free',
11
10
  itemDeficit: '.checkout-widget__item-deficit',
@@ -27,22 +26,6 @@ export function updateOrderSummary(data, equalMap, isVoucher) {
27
26
  }
28
27
  }
29
28
 
30
- if (obj.item === osEl.delivery) {
31
- $(osEl.delivery).each(function () {
32
- if (
33
- !$(this).siblings(osEl.deliveryCostMessage).length &&
34
- !$(this).closest('[data-hide-delivery-cost-message]').length
35
- ) {
36
- $(this).after(`
37
- <li class="checkout-widget__item checkout-widget__item-delivery-cost-message">
38
- <span class="checkout-widget__item-value" id="order-delivery-cost-message">
39
- Final delivery cost confirmed at checkout
40
- </span>
41
- </li>`);
42
- }
43
- });
44
- }
45
-
46
29
  $(obj.item).find(obj.itemValue).text(obj.dataValue);
47
30
  if (isVoucher ? obj.dataValue : obj.value && obj.dataValue) {
48
31
  $(obj.item).find(obj.itemValue).show();
@@ -81,37 +64,20 @@ export function updateOrderSummary(data, equalMap, isVoucher) {
81
64
  }
82
65
 
83
66
  function createCheckoutWidgetItem(obj) {
84
- const isDelivery = obj.item === osEl.delivery;
85
- const hideMessage = $(osEl.checkoutWidgetDetails).closest(
86
- '[data-hide-delivery-cost-message]'
87
- ).length;
88
- const costMessageExists = $(osEl.deliveryCostMessage).length > 0;
89
67
  return `
90
68
  <li class="checkout-widget__item ${obj.item.substr(1)}">
91
69
  <span>${obj.title}</span>
92
70
  <span class="checkout-widget__item-value">${obj.dataValue}</span>
93
71
  </li>
94
- ${
95
- isDelivery && !hideMessage && !costMessageExists
96
- ? `
97
- <li class="checkout-widget__item checkout-widget__item-delivery-cost-message">
98
- <span class="checkout-widget__item-value" id="order-delivery-cost-message">
99
- Final delivery cost confirmed at checkout
100
- </span>
101
- </li>`
102
- : ''
103
- }
104
72
  `;
105
73
  }
106
74
 
107
75
  function hideUnusedDeliveryTypeCost(data, isVoucher) {
108
76
  $(osEl.delivery).show();
109
- $(osEl.deliveryCostMessage).show();
110
77
  $(osEl.cc).show();
111
78
  if (isVoucher) {
112
79
  if ('deliveryOrder' in data && data.deliveryOrder === false) {
113
80
  $(osEl.delivery).hide();
114
- $(osEl.deliveryCostMessage).hide();
115
81
  }
116
82
 
117
83
  if ('clickAndCollectOrder' in data && data.clickAndCollectOrder === false) {
@@ -120,7 +86,6 @@ function hideUnusedDeliveryTypeCost(data, isVoucher) {
120
86
  } else {
121
87
  if (data.clickAndCollectOnly) {
122
88
  $(osEl.delivery).hide();
123
- $(osEl.deliveryCostMessage).hide();
124
89
  } else if (data.deliveryItemsQuantity > 0 && data.pickupItemsQuantity === 0) {
125
90
  $(osEl.cc).hide();
126
91
  }
@@ -0,0 +1,339 @@
1
+ {{#extend "checkout-new" pageClass="page_checkout page_checkout-confirmation-new" title="Checkout - Confirmation"
2
+ logout=true}}
3
+ {{#content "steps"}}
4
+ <div class="header-wrap">
5
+ <h1 class="header__title">Order Confirmation</h1>
6
+ <p class="header__order-block">Order number: <span class="header__order-number">143402004</span></p>
7
+ </div>
8
+ {{/content}}
9
+ {{#content "main"}}
10
+
11
+ <div class="confirmation-result-wrap">
12
+ <div class="confirmation-result__notif">
13
+ <span class="notif-check"><i class="fas fa-check"></i></span>
14
+ <span class="notif-info">Your Order Was Successful!</span>
15
+ </div>
16
+
17
+ <p class="confirmation-result__info">
18
+ We have emailed your order confirmation to <a href="mailto:petra.mendez@gmail.com">petra.mendez@gmail.com</a> with details of when your order will be delivered. This email will also contain our contact details should you wish to get in touch with us.
19
+ </p>
20
+
21
+ <div class="confirmation-result__action">
22
+ <a href="https://www.wickes.co.uk/track-my-order" class="btn btn-primary"><i class="fas fa-map-marked-alt"></i> Track My Order</a>
23
+ <a href="https://www.wickes.co.uk/my-account/orders" class="btn btn-primary">View My Order</a>
24
+ <a href="./" class="btn btn-secondary">Return Shopping</a>
25
+ </div>
26
+ </div>
27
+
28
+ {{#with checkoutOrder.delivery.[0]}}
29
+ {{>checkout-order}}
30
+ {{/with}}
31
+
32
+
33
+ {{#with checkoutOrder.clickCollect.[0]}}
34
+ {{>checkout-order}}
35
+ {{/with}}
36
+
37
+
38
+ {{#with checkoutOrder.charity.[0]}}
39
+ {{>checkout-order charity="true"}}
40
+ {{/with}}
41
+
42
+
43
+ {{> checkout_payment-new giftcard=true giftcards=giftcards}}
44
+ {{> checkout_order-summary-new label="Subtotal:" confirmationSummary="true" giftCardDiscount="true"}}
45
+
46
+ <form class="checkout-tradepro form-bg">
47
+ <div class="checkout-tradepro__row">
48
+ <div class="checkout-tradepro__descr">
49
+ <div class="checkout-tradepro__info-wrap">
50
+ <div class="checkout-tradepro__info">
51
+ It looks like you're in the Trade?
52
+ You could be eligible to join TradePro and get
53
+ <strong>10% off future purchases whenever you shop in-store or online.</strong>
54
+ </div>
55
+ <a href="#" class="checkout-tradepro__learn-more">Learn more about TradePro</a>
56
+ </div>
57
+ <h3>TradePro Signup</h3>
58
+ <div class="warning-required">Required fields</div>
59
+ <h3 class="checkout-tradepro__title">Proof of Trade ID</h3>
60
+ <p class="checkout-tradepro__paragraph warning-required">
61
+ Please supply two forms of approved ID
62
+ </p>
63
+
64
+ <div class="signup-tradepro__attach checkout-tradepro__attach_id">
65
+ {{> attach-make make-attachment=true}}
66
+ {{> modal id="attac"}}
67
+ {{#extend "modal" id="attach" title="Choose Type of ID" fullWidth=true classMod="id-type"}}
68
+ {{#content "sections"}}
69
+
70
+ {{#extend "modal-body-section" customSectionClass="id-type-signup"}}
71
+ {{#content "body"}}
72
+ {{> notifications notification-page.warning withCloseBtn="true"
73
+ text="Unable to attach file. Only JPG, PNG, GIF, BMP, WEBP, TIFF and HEIF image files are supported."}}
74
+ <div class="signup-tradepro__modal-info">
75
+ Select two forms of ID.
76
+ <div class="tradepro-id-counter_wrap">
77
+ <span>1</span>
78
+ of
79
+ <span>2</span>
80
+ </div>
81
+ ID's chosen
82
+ </div>
83
+ <div class="signup-tradepro__modal-fields">
84
+ <div class="tradepro-field">
85
+ <span class="icon icon__link inactive-el">
86
+ <i class="far fa-link"></i>
87
+ </span>
88
+ <a href="#" class="signup-tradepro__modal-trigger inactive-el">Trade business website</a>
89
+ <div class="signup-tradepro__modal-action">
90
+ <div class="form-row" data-row-required="">
91
+ <label class="form-row__label"></label>
92
+ <div class="form-row__field">
93
+ {{> input need-pattern=true}}
94
+ <div class="form-row__error">{{error}}</div>
95
+ </div>
96
+ </div>
97
+ <div class="signup-tradepro__modal-buttons">
98
+ <div class="row">
99
+ <div class="button-done">
100
+ <button class="btn btn-primary">
101
+ Done
102
+ </button>
103
+ </div>
104
+ <div class="button-cancel">
105
+ <button class="btn btn-secondary">
106
+ Cancel
107
+ </button>
108
+ </div>
109
+ </div>
110
+ </div>
111
+ </div>
112
+ </div>
113
+ <div class="tradepro-field">
114
+ <span class="icon icon__link">
115
+ <i class="far fa-link"></i>
116
+ </span>
117
+ <span class="icon icon__pencil">
118
+ <i class="far fa-pencil"></i>
119
+ </span>
120
+ <a href="#" class="signup-tradepro__modal-trigger">Check a trade profile</a>
121
+ <div class="signup-tradepro__modal-action">
122
+ <div class="form-row" data-row-required="">
123
+ <label class="form-row__label"></label>
124
+ <div class="form-row__field">
125
+ {{> input need-pattern=true}}
126
+ <div class="form-row__error">{{error}}</div>
127
+ </div>
128
+ </div>
129
+ <div class="signup-tradepro__modal-buttons">
130
+ <div class="row">
131
+ <div class="button-done">
132
+ <button class="btn btn-primary">
133
+ Done
134
+ </button>
135
+ </div>
136
+ <div class="button-cancel">
137
+ <button class="btn btn-secondary">
138
+ Cancel
139
+ </button>
140
+ </div>
141
+ </div>
142
+ </div>
143
+ </div>
144
+ </div>
145
+ <div class="tradepro-field">
146
+ <span class="icon icon__link">
147
+ <i class="far fa-link"></i>
148
+ </span>
149
+ <a href="#" class="signup-tradepro__modal-trigger">Facebook trade business page</a>
150
+ <span class="icon icon__notification">
151
+ <span class="fas fa-check-circle"></span>
152
+ </span>
153
+ <div class="signup-tradepro__modal-action">
154
+ <div class="form-row" data-row-required="">
155
+ <label class="form-row__label"></label>
156
+ <div class="form-row__field">
157
+ {{> input need-pattern=true}}
158
+ <div class="form-row__error">{{error}}</div>
159
+ </div>
160
+ </div>
161
+ <div class="signup-tradepro__modal-buttons">
162
+ <div class="row">
163
+ <div class="button-done">
164
+ <button class="btn btn-primary">
165
+ Done
166
+ </button>
167
+ </div>
168
+ <div class="button-cancel">
169
+ <button class="btn btn-secondary">
170
+ Cancel
171
+ </button>
172
+ </div>
173
+ </div>
174
+ </div>
175
+ </div>
176
+ </div>
177
+ <div class="tradepro-field">
178
+ <span class="icon icon__link">
179
+ <i class="far fa-link"></i>
180
+ </span>
181
+ <a href="#" class="signup-tradepro__modal-trigger">Mybuilder profile</a>
182
+ <div class="signup-tradepro__modal-action">
183
+ <div class="form-row" data-row-required="">
184
+ <label class="form-row__label"></label>
185
+ <div class="form-row__field">
186
+ {{> input need-pattern=true}}
187
+ <div class="form-row__error">{{error}}</div>
188
+ </div>
189
+ </div>
190
+ <div class="signup-tradepro__modal-buttons">
191
+ <div class="row">
192
+ <div class="button-done">
193
+ <button class="btn btn-primary">
194
+ Done
195
+ </button>
196
+ </div>
197
+ <div class="button-cancel">
198
+ <button class="btn btn-secondary">
199
+ Cancel
200
+ </button>
201
+ </div>
202
+ </div>
203
+ </div>
204
+ </div>
205
+ </div>
206
+ <div class="tradepro-field">
207
+ <span class="icon icon__paperclip">
208
+ <i class="far fa-paperclip"></i>
209
+ </span>
210
+ {{> attach-make make-capture=true}}
211
+ <input class="tradepro-attachment" type="file" accept="image/*" capture>
212
+ </div>
213
+ <div class="tradepro-field">
214
+ <img src="img/placeholders/thumbnail-sm.png"/>
215
+ <span class="icon icon__paperclip">
216
+ <i class="far fa-paperclip"></i>
217
+ </span>
218
+ <span class="icon icon__camera">
219
+ <i class="far fa-camera"></i>
220
+ </span>
221
+ <a href="#" class="signup-tradepro__modal-trigger">Letterhead</a>
222
+ <input class="tradepro-attachment" type="file" accept="image/*" capture>
223
+ </div>
224
+ <div class="tradepro-field">
225
+ <span class="icon icon__paperclip">
226
+ <i class="far fa-paperclip"></i>
227
+ </span>
228
+ <span class="icon icon__camera">
229
+ <i class="far fa-camera"></i>
230
+ </span>
231
+ <a href="#" class="signup-tradepro__modal-trigger">Compliment slip</a>
232
+ <input class="tradepro-attachment" type="file" accept="image/*" capture>
233
+ </div>
234
+ <div class="tradepro-field">
235
+ <span class="icon icon__edit">
236
+ <i class="fas fa-edit"></i>
237
+ </span>
238
+ <a href="#" class="signup-tradepro__modal-trigger">Ltd company: Registration number</a>
239
+ <div class="signup-tradepro__modal-action">
240
+ <div class="form-row" data-row-required="">
241
+ <label class="form-row__label"></label>
242
+ <div class="form-row__field">
243
+ {{> input need-pattern=true}}
244
+ <div class="form-row__error">{{error}}</div>
245
+ </div>
246
+ </div>
247
+ <div class="signup-tradepro__modal-buttons">
248
+ <div class="row">
249
+ <div class="button-done">
250
+ <button class="btn btn-primary">
251
+ Done
252
+ </button>
253
+ </div>
254
+ <div class="button-cancel">
255
+ <button class="btn btn-secondary">
256
+ Cancel
257
+ </button>
258
+ </div>
259
+ </div>
260
+ </div>
261
+ </div>
262
+ </div>
263
+ <div class="tradepro-field">
264
+ <span class="icon icon__edit">
265
+ <i class="fas fa-edit"></i>
266
+ </span>
267
+ <a href="#" class="signup-tradepro__modal-trigger">Plc: Registration number</a>
268
+ <div class="signup-tradepro__modal-action">
269
+ <div class="form-row" data-row-required="">
270
+ <label class="form-row__label"></label>
271
+ <div class="form-row__field">
272
+ {{> input need-pattern=true}}
273
+ <div class="form-row__error">{{error}}</div>
274
+ </div>
275
+ </div>
276
+ <div class="signup-tradepro__modal-buttons">
277
+ <div class="row">
278
+ <div class="button-done">
279
+ <button class="btn btn-primary">
280
+ Done
281
+ </button>
282
+ </div>
283
+ <div class="button-cancel">
284
+ <button class="btn btn-secondary">
285
+ Cancel
286
+ </button>
287
+ </div>
288
+ </div>
289
+ </div>
290
+ </div>
291
+ </div>
292
+ </div>
293
+ {{/content}}
294
+ {{/extend}}
295
+
296
+ {{/content}}
297
+ {{/extend}}
298
+ </div>
299
+ <div class="chosen-form-container">
300
+ <div class="chosen-form-wrap">
301
+ <div class="chosen-form">
302
+ <div>
303
+ <img class="mr-2" src="img/placeholders/thumbnail-sm.png"/>
304
+ Trade business website
305
+ </div>
306
+ <span class="icon icon__notification">
307
+ <span class="fas fa-check-circle"></span>
308
+ </span>
309
+ </div>
310
+ <div class="form-row__error">Error message here</div>
311
+ <div class="chosen-form">
312
+ <div>
313
+ <img class="mr-2" src="img/placeholders/thumbnail-sm.png"/>
314
+ Ltd company: Registration number
315
+ </div>
316
+
317
+ <span class="icon icon__notification">
318
+ <span class="fas fa-check-circle"></span>
319
+ </span>
320
+ </div>
321
+ <div class="form-row__error">Error message here</div>
322
+ </div>
323
+ </div>
324
+ {{> signup-form}}
325
+ </div>
326
+ </div>
327
+ </form>
328
+
329
+ {{/content}}
330
+
331
+ {{#content "aside"}}
332
+ {{> checkout_information info-icon="true"}}
333
+ {{/content}}
334
+
335
+ {{#content "foot" mode="append"}}
336
+ <script defer src="./js/page/checkout-confirmation-new.js"></script>
337
+ {{/content}}
338
+
339
+ {{/extend}}
@@ -23,7 +23,7 @@
23
23
  Please choose a date for delivery from the calendar below.
24
24
  </p>
25
25
  <p class="date-selection__info-block">
26
- Our delivery slots are currently available up to 8 days in advance.<br> We release additional delivery slots daily.
26
+ Our delivery slots are currently available up to 8 days in advance. We release additional delivery slots daily.
27
27
  </p>
28
28
  <p class="date-selection__annotation">
29
29
  *Individual couriers will provide more information on delivery times, closer to your chosen delivery date.
@@ -32,7 +32,7 @@
32
32
 
33
33
  <div class="component component-date-selection">
34
34
  {{> date-selection
35
- titleDelivery="Next or Named day delivery"
35
+ titleDelivery="Next and Named day delivery"
36
36
  subtitleDelivery="Delivery between 7am - 7pm for £7*"
37
37
  wisdom=true
38
38
  }}
@@ -11,7 +11,7 @@
11
11
  {{/content}}
12
12
 
13
13
  {{#content "aside"}}
14
- {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true email=true hideDeliveryCostMessage=true}}
14
+ {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true email=true}}
15
15
  {{/content}}
16
16
 
17
17
 
@@ -11,7 +11,7 @@
11
11
  {{/content}}
12
12
 
13
13
  {{#content "aside"}}
14
- {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true clearPayIcon=clearPayIcon paymentsCheckoutV2="true" hideDeliveryCostMessage=true}}
14
+ {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true clearPayIcon=clearPayIcon paymentsCheckoutV2="true"}}
15
15
  {{/content}}
16
16
 
17
17
 
@@ -11,7 +11,7 @@
11
11
  {{/content}}
12
12
 
13
13
  {{#content "aside"}}
14
- {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true hideDeliveryCostMessage=true}}
14
+ {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true}}
15
15
  {{/content}}
16
16
 
17
17
 
@@ -11,7 +11,7 @@
11
11
  {{/content}}
12
12
 
13
13
  {{#content "aside"}}
14
- {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true hideDeliveryCostMessage=true}}
14
+ {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true}}
15
15
  {{/content}}
16
16
 
17
17
 
@@ -11,7 +11,7 @@
11
11
  {{/content}}
12
12
 
13
13
  {{#content "aside"}}
14
- {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true hideDeliveryCostMessage=true}}
14
+ {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true}}
15
15
  {{/content}}
16
16
 
17
17
 
@@ -17,7 +17,7 @@
17
17
  <div class="delivery-block">
18
18
  <h3 class="delivery-block__heading">Delivery Information</h3>
19
19
  {{> banner-news
20
- description="<b>Your order qualifies for Rapid delivery.</b></br>Alternative delivery options are available."
20
+ description="<b>Your order qualifies for Wickes Rapid delivery.</b></br>Alternative delivery options are available."
21
21
  classImg="fas fa-shipping-fast"
22
22
  }}
23
23
  <div class="delivery-block__wrapper">
@@ -27,15 +27,14 @@
27
27
  Please choose a date for delivery from the calendar below.
28
28
  </p>
29
29
  <p class="date-selection__info-block">
30
- Our delivery slots are currently available up to 8 days in advance.<br> We release additional delivery slots daily.
30
+ Our delivery slots are currently available up to 8 days in advance. We release additional delivery slots daily.
31
31
  </p>
32
- <p>*Individual couriers will provide more information on delivery times, closer to your chosen delivery date.</p>
33
32
  </div>
34
33
 
35
34
  <div class="component component-date-selection">
36
35
  {{> date-selection
37
- titleDelivery="Next or Named day delivery"
38
- subtitleDelivery="Delivery between 7am - 7pm for £12.00"
36
+ titleDelivery="Wickes Rapid delivery"
37
+ subtitleDelivery="Delivery within 3 hours for £12"
39
38
  imgDelivery="fas fa-shipping-fast"
40
39
  wisdom=true
41
40
  }}
@@ -132,11 +131,10 @@
132
131
  <div class="continue-btn">
133
132
  <button class="btn btn-action">Continue to Payment Details</button>
134
133
  </div>
134
+
135
135
  {{/content}}
136
136
 
137
137
  {{#content "foot" mode="append"}}
138
- {{> loader titleLoader="Loading Rapid delivery..." hidden=true modifier="basket-loader rapid-loader"}}
139
-
140
138
  <script defer src="./js/page/checkout-confirmation-new.js"></script>
141
139
  <script defer src="./js/page/select-address.js"></script>
142
140
 
@@ -13,7 +13,7 @@
13
13
  {{/content}}
14
14
 
15
15
  {{#content "aside"}}
16
- {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true hideDeliveryCostMessage=true}}
16
+ {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true}}
17
17
  {{/content}}
18
18
 
19
19
 
@@ -16,7 +16,7 @@
16
16
  {{/content}}
17
17
 
18
18
  {{#content "aside"}}
19
- {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true clearPayIcon=clearPayIcon billieIcon=true paymentsCheckoutV2=true hideDeliveryCostMessage=true}}
19
+ {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true clearPayIcon=clearPayIcon billieIcon=true paymentsCheckoutV2=true}}
20
20
  {{/content}}
21
21
 
22
22
 
@@ -16,7 +16,7 @@
16
16
  {{/content}}
17
17
 
18
18
  {{#content "aside"}}
19
- {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true clearPayIcon=clearPayIcon paymentsCheckoutV2=true checkout=true hideDeliveryCostMessage=true}}
19
+ {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true clearPayIcon=clearPayIcon paymentsCheckoutV2=true checkout=true}}
20
20
  {{/content}}
21
21
 
22
22
 
@@ -18,7 +18,7 @@
18
18
  {{/content}}
19
19
 
20
20
  {{#content "aside"}}
21
- {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true clearPayIcon=clearPayIcon billieIcon=true paymentsCheckoutV2=true checkout=true hideDeliveryCostMessage=true}}
21
+ {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true clearPayIcon=clearPayIcon billieIcon=true paymentsCheckoutV2=true checkout=true}}
22
22
  {{/content}}
23
23
 
24
24
 
@@ -46,7 +46,7 @@
46
46
  </div>
47
47
 
48
48
  <div class="billing-payment-block">
49
- <h3 class="billing-payment-block__heading">Billing & Payment</h3>
49
+ <h3 class="billing-payment-block__heading">Payment</h3>
50
50
  <div class="billing-payment-block__wrapper">
51
51
  {{> checkout-payment-details-v2 apple-pay=true google-pay=true clear-pay=true klarna-method=true}}
52
52
  </div>
@@ -13,7 +13,7 @@
13
13
  {{/content}}
14
14
 
15
15
  {{#content "aside"}}
16
- {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true basket="true" hideDeliveryCostMessage=true}}
16
+ {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true basket="true"}}
17
17
  {{/content}}
18
18
 
19
19
 
@@ -13,7 +13,7 @@
13
13
  {{/content}}
14
14
 
15
15
  {{#content "aside"}}
16
- {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true hideDeliveryCostMessage=true}}
16
+ {{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true}}
17
17
  {{/content}}
18
18
 
19
19
 
@@ -11,7 +11,6 @@
11
11
  Fire Doors
12
12
  </h1>
13
13
  {{> srp-injected}}
14
- {{> sponsor-top-banner }}
15
14
  </div>
16
15
 
17
16
  {{> color-picker-plp }}
@@ -11,6 +11,8 @@ badge-text-color='gray'
11
11
  step3=true
12
12
  currentlyInStock=true
13
13
  pagePdp=true
14
+ billieIcon=true
15
+ klarnaIcon=true
14
16
  }}
15
17
  {{#content "body"}}
16
18
 
@@ -11,6 +11,7 @@ badge-text-color='gray'
11
11
  step3=true
12
12
  currentlyInStock=true
13
13
  pagePdp=true
14
+ klarnaIcon=true
14
15
  }}
15
16
  {{#content "body"}}
16
17