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

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 -2
  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
@@ -1,229 +1,232 @@
1
1
  <div class="pdp-price-container">
2
- {{#if isDiscount}}
3
- <div class="pdp__badges pdp-price-container__badges price__badges-v2 price__badges-v2-{{badge-color}}
4
- {{#if badge-text-color}}price__badges-v2-text-{{badge-text-color}}{{/if}}
5
- {{#if badge-wide}}price__badges-v2-wide{{/if}}">
6
- {{#ifCond switch-vat '&&' badge-text-exc}}
7
- <div class="pdp__badge including-vat">{{badge-text}}</div>
8
- <div class="pdp__badge excluding-vat d-none">{{badge-text-exc}}</div>
9
- {{else}}
10
- <div class="pdp__badge">{{badge-text}}</div>
11
- {{/ifCond}}
12
- </div>
13
- {{/if}}
14
- <div class="pdp-price">
15
- <div class="pdp-price__value">
16
- {{#if switch-vat}}
17
- <div class="pdp-price-sale__value including-vat">
18
- {{#if isDiscount}}
19
- <div class="pdp-price__old-price"><s>&pound;119.99</s></div>
20
- <div class="main-price">
21
- <div class="main-price__value pdp-price__new-price">&pound;79.99</div>
22
- <div class="main-price__vat">Inc.VAT</div>
23
- </div>
24
- {{#if isSQM}}
25
- <div class="pdp-price__sqm">&pound;40 per SQM</div>
26
- {{/if}}
27
- <div class="pdp-price__remainder">You save &pound;40</div>
28
- {{#if isExcludingDelivery}}
29
- <a href="#" class="pdp-price__excluding-delivery">Excluding delivery</a>
30
- {{/if}}
31
- {{#if isDescription}}
32
- {{#if isCashback}}
33
- <div class="pdp-price__description">
34
- *Cashback offer valid until 31st May 2019.
35
- Claim by 31st July 2019.
36
- Terms & conditions apply.
2
+ {{#if isDiscount}}
3
+ <div class="pdp__badges pdp-price-container__badges price__badges-v2 price__badges-v2-{{badge-color}}
4
+ {{#if badge-text-color}}price__badges-v2-text-{{badge-text-color}}{{/if}}
5
+ {{#if badge-wide}}price__badges-v2-wide{{/if}}">
6
+ {{#ifCond switch-vat '&&' badge-text-exc}}
7
+ <div class="pdp__badge including-vat">{{badge-text}}</div>
8
+ <div class="pdp__badge excluding-vat d-none">{{badge-text-exc}}</div>
9
+ {{else}}
10
+ <div class="pdp__badge">{{badge-text}}</div>
11
+ {{/ifCond}}
12
+ </div>
13
+ {{/if}}
14
+ <div class="pdp-price">
15
+ <div class="pdp-price__value">
16
+ {{#if switch-vat}}
17
+ <div class="pdp-price-sale__value including-vat">
18
+ {{#if isDiscount}}
19
+ <div class="pdp-price__old-price"><s>&pound;119.99</s></div>
20
+ <div class="main-price">
21
+ <div class="main-price__value pdp-price__new-price">&pound;79.99</div>
22
+ <div class="main-price__vat">Inc.VAT</div>
23
+ </div>
24
+ {{#if isSQM}}
25
+ <div class="pdp-price__sqm">&pound;40 per SQM</div>
26
+ {{/if}}
27
+ <div class="pdp-price__remainder">You save &pound;40</div>
28
+ {{#if isExcludingDelivery}}
29
+ <a href="#" class="pdp-price__excluding-delivery">Excluding delivery</a>
30
+ {{/if}}
31
+ {{#if isDescription}}
32
+ {{#if isCashback}}
33
+ <div class="pdp-price__description">
34
+ *Cashback offer valid until 31st May 2019.
35
+ Claim by 31st July 2019.
36
+ Terms & conditions apply.
37
+ </div>
38
+ <div class="pdp-price__terms">
39
+ <a href="#">
40
+ Cashback Terms and Conditions
41
+ </a>
42
+ </div>
43
+ {{else}}
44
+ <div class="pdp-price__description">
45
+ Offer price equivalent to &pound;24 per item
46
+ </div>
47
+ {{/if}}
48
+ {{/if}}
49
+
50
+ {{else}}
51
+ <div class="pdp-price__price">&pound;79.99</div>
52
+ {{/if}}
37
53
  </div>
38
- <div class="pdp-price__terms">
39
- <a href="#">
40
- Cashback Terms and Conditions
41
- </a>
54
+ <div class="pdp-price-sale__value excluding-vat d-none">
55
+ {{#if isDiscount}}
56
+ <div class="pdp-price__old-price"><s>&pound;118.99</s></div>
57
+ <div class="main-price">
58
+ <div class="main-price__value pdp-price__new-price">&pound;78.99</div>
59
+ <div class="main-price__vat">Exc.VAT</div>
60
+ </div>
61
+ {{#if isSQM}}
62
+ <div class="pdp-price__sqm">&pound;39 per SQM</div>
63
+ {{/if}}
64
+ <div class="pdp-price__remainder">You save &pound;39</div>
65
+ {{#if isExcludingDelivery}}
66
+ <a href="#" class="pdp-price__excluding-delivery">Excluding delivery</a>
67
+ {{/if}}
68
+ {{#if isDescription}}
69
+ {{#if isCashback}}
70
+ <div class="pdp-price__description">
71
+ *Cashback offer valid until 31st May 2019.
72
+ Claim by 31st July 2019.
73
+ Terms & conditions apply.
74
+ </div>
75
+ <div class="pdp-price__terms">
76
+ <a href="#">
77
+ Cashback Terms and Conditions
78
+ </a>
79
+ </div>
80
+ {{else}}
81
+ <div class="pdp-price__description">
82
+ Offer price equivalent to &pound;23 per item
83
+ </div>
84
+ {{/if}}
85
+ {{/if}}
86
+
87
+ {{else}}
88
+ <div class="pdp-price__price">&pound;79.99</div>
89
+ {{/if}}
42
90
  </div>
43
- {{else}}
44
- <div class="pdp-price__description">
45
- Offer price equivalent to &pound;24 per item
91
+ {{else}}
92
+ <div class="pdp-price-sale__value">
93
+ {{#if isDiscount}}
94
+ <div class="pdp-price__old-price"><s>&pound;119.99</s></div>
95
+ <div class="pdp-price__new-price">&pound;79.99</div>
96
+ {{#if isSQM}}
97
+ <div class="pdp-price__sqm">&pound;40 per SQM</div>
98
+ {{/if}}
99
+ <div class="pdp-price__remainder">You save &pound;40</div>
100
+ {{#if isExcludingDelivery}}
101
+ <a href="#" class="pdp-price__excluding-delivery">Excluding delivery</a>
102
+ {{/if}}
103
+ {{#if isDescription}}
104
+ {{#if isCashback}}
105
+ <div class="pdp-price__description">
106
+ *Cashback offer valid until 31st May 2019.
107
+ Claim by 31st July 2019.
108
+ Terms & conditions apply.
109
+ </div>
110
+ <div class="pdp-price__terms">
111
+ <a href="#">
112
+ Cashback Terms and Conditions
113
+ </a>
114
+ </div>
115
+ {{else}}
116
+ <div class="pdp-price__description">
117
+ Long offer message Lorem ipsum dolor sit amet,
118
+ consectetur adipiscing elit.
119
+ Aenean euismod bibendum laoreet
120
+ </div>
121
+ {{/if}}
122
+ {{/if}}
123
+ {{else}}
124
+ <div class="pdp-price__price">&pound;79.99</div>
125
+ {{/if}}
46
126
  </div>
47
- {{/if}}
48
127
  {{/if}}
49
-
50
- {{else}}
51
- <div class="pdp-price__price">&pound;79.99</div>
52
- {{/if}}
53
- </div>
54
- <div class="pdp-price-sale__value excluding-vat d-none">
55
- {{#if isDiscount}}
56
- <div class="pdp-price__old-price"><s>&pound;118.99</s></div>
57
- <div class="main-price">
58
- <div class="main-price__value pdp-price__new-price">&pound;78.99</div>
59
- <div class="main-price__vat">Exc.VAT</div>
128
+ {{#if klarna-placement}}
129
+ <div class="pdp-price__klarna-payment">
130
+ <klarna-placement
131
+ data-key="credit-promotion-badge"
132
+ data-locale="en-GB"
133
+ data-purchase-amount="12000"
134
+ {{#if klarna-method-ids}}data-custom-payment-method-ids="{{klarna-method-ids}}"{{/if}}
135
+ ></klarna-placement>
136
+ </div>
137
+ {{/if}}
138
+ {{#if billie-placement}}
139
+ <div class="pdp-price__billie-payment">
140
+ {{> billie-online-messaging}}
60
141
  </div>
61
- {{#if isSQM}}
62
- <div class="pdp-price__sqm">&pound;39 per SQM</div>
63
142
  {{/if}}
64
- <div class="pdp-price__remainder">You save &pound;39</div>
65
- {{#if isExcludingDelivery}}
66
- <a href="#" class="pdp-price__excluding-delivery">Excluding delivery</a>
143
+ {{#if clearpay-placement}}
144
+ {{> clearpay}}
67
145
  {{/if}}
68
- {{#if isDescription}}
69
- {{#if isCashback}}
70
- <div class="pdp-price__description">
71
- *Cashback offer valid until 31st May 2019.
72
- Claim by 31st July 2019.
73
- Terms & conditions apply.
74
- </div>
75
- <div class="pdp-price__terms">
76
- <a href="#">
77
- Cashback Terms and Conditions
78
- </a>
146
+ </div>
147
+ {{#if currentlyInStock}}
148
+ <div class="pdp-price__value pdp-price__value_extended">
149
+ <div class="pdp-price__delivery">
150
+ <span class="delivery-link">Delivery</span>
151
+ <span class="delivery-info">Available to certain postcodes</span>
79
152
  </div>
80
- {{else}}
81
- <div class="pdp-price__description">
82
- Offer price equivalent to &pound;23 per item
153
+ </div>
154
+ {{else if notifyMe}}
155
+ <div class="pdp-price__oos">
156
+ <a href="#" class="btn btn-action btn_full">
157
+ <span class="btn__text">Notify Me</span>
158
+ </a>
159
+ <p>Currently out of stock, use our Notify Me button to receive an email when this item is available</p>
160
+ </div>
161
+ {{else}}
162
+ <div class="pdp-price__oos">
163
+ <strong>Out of Stock</strong>
164
+ <p>Sorry, this product is out of stock</p>
165
+ </div>
166
+ <div class="pdp-price__in-store-only">
167
+ <p>In Store Only</p>
168
+ </div>
169
+ {{/if}}
170
+ <div class="pdp-price__controls">
171
+ {{#if isSize}}
172
+ <div class="pdp-price__size">
173
+ {{> form-row row-mod="sort-order-by" dropdown="true" id="d1" placeholder="Please select a size"}}
83
174
  </div>
84
- {{/if}}
85
175
  {{/if}}
86
-
87
- {{else}}
88
- <div class="pdp-price__price">&pound;79.99</div>
176
+ <div class="
177
+ pdp-price__control-holder
178
+ {{#unless wisdom}}
179
+ {{#if big-wins}}
180
+ control-holder__big-wins
89
181
  {{/if}}
90
- </div>
91
- {{else}}
92
- <div class="pdp-price-sale__value">
93
- {{#if isDiscount}}
94
- <div class="pdp-price__old-price"><s>&pound;119.99</s></div>
95
- <div class="pdp-price__new-price">&pound;79.99</div>
96
- {{#if isSQM}}
97
- <div class="pdp-price__sqm">&pound;40 per SQM</div>
98
- {{/if}}
99
- <div class="pdp-price__remainder">You save &pound;40</div>
100
- {{#if isExcludingDelivery}}
101
- <a href="#" class="pdp-price__excluding-delivery">Excluding delivery</a>
182
+ {{/unless}}
183
+ ">
184
+ <p>Minimum order quantity for delivery is 4</p>
185
+ {{#unless isQuantity}}
186
+ <label for="quantity-field" class="quantity-label">Quantity: </label>
187
+ <input type="text" inputmode="numeric" required="" pattern="[0-9]*\d" id="quantity-field"
188
+ class="tbx tbx_quantity"
189
+ value="1">
190
+ {{/unless}}
191
+ {{#unless default-store}}
192
+ <div class="pdp-price__calculator-wrapper">
193
+ <a href="#">
194
+ <span class="icon">
195
+ <i class="far fa-calculator"></i>
196
+ </span>
197
+ Calculator
198
+ </a>
199
+ </div>
200
+ {{/unless}}
201
+ </div>
202
+ {{#if mfeProductCalculator}}
203
+ <div class="pdp-price__quantity-calculator">MFE Calculator Placeholder</div>
102
204
  {{/if}}
103
- {{#if isDescription}}
104
- {{#if isCashback}}
105
- <div class="pdp-price__description">
106
- *Cashback offer valid until 31st May 2019.
107
- Claim by 31st July 2019.
108
- Terms & conditions apply.
109
- </div>
110
- <div class="pdp-price__terms">
111
- <a href="#">
112
- Cashback Terms and Conditions
113
- </a>
114
- </div>
115
- {{else}}
116
- <div class="pdp-price__description">
117
- Long offer message Lorem ipsum dolor sit amet,
118
- consectetur adipiscing elit.
119
- Aenean euismod bibendum laoreet
205
+ {{#if currentlyInStock}}
206
+ {{> pdp-price-actions
207
+ installation=install
208
+ order-sample=sample
209
+ c-and-c=cc
210
+ delivery=delivery
211
+ big-wins=big-wins
212
+ wisdom=wisdom
213
+ mcfc=mcfc
214
+ available=available
215
+ stock-accordion="stock-accordion"
216
+ isUserNonRegistered=isUserNonRegistered
217
+ nearest-purchase=nearest-purchase
218
+ unhappy=unhappy
219
+ nearestAmount=nearestAmount
220
+ nearestName=nearestName
221
+ }}
222
+ <div class="pdp-price__call-to-actions">
223
+ {{#unless default-store}}
224
+ <div class="pdp-price__control-holder pdp-price__actions">
225
+ <a href="#" class="link-secondary">Check stock in your local store</a>
226
+ </div>
227
+ {{/unless}}
120
228
  </div>
121
- {{/if}}
122
229
  {{/if}}
123
- {{else}}
124
- <div class="pdp-price__price">&pound;79.99</div>
125
- {{/if}}
126
- </div>
127
- {{/if}}
128
- {{#if currentlyInStock}}
129
- <div class="pdp-price__value pdp-price__value_extended">
130
- <div class="pdp-price__delivery">
131
- <span class="delivery-link">Delivery</span>
132
- <span class="delivery-info">Available to certain postcodes</span>
133
- </div>
134
- </div>
135
- {{else if notifyMe}}
136
- <div class="pdp-price__oos">
137
- <a href="#" class="btn btn-primary btn_full btn--notify-open" data-target="#modal-notify-me">
138
- <i class="fas fa-bell"></i>
139
- <span class="btn__text">Notify Me</span>
140
- </a>
141
- <p>Currently out of stock, use our Notify Me button to receive an email when this product is available</p>
142
- </div>
143
- {{else}}
144
- <div class="pdp-price__oos">
145
- <strong>Out of Stock</strong>
146
- <p>Sorry, this product is out of stock</p>
147
- </div>
148
- <div class="pdp-price__in-store-only">
149
- <p>In Store Only</p>
150
- </div>
151
- {{/if}}
152
- {{#if klarna-placement}}
153
- <div class="pdp-price__klarna-payment">
154
- <klarna-placement
155
- data-key="credit-promotion-badge"
156
- data-locale="en-GB"
157
- data-purchase-amount="12000"
158
- {{#if klarna-method-ids}}data-custom-payment-method-ids="{{klarna-method-ids}}"{{/if}}
159
- ></klarna-placement>
160
- </div>
161
- {{/if}}
162
- {{#if billie-placement}}
163
- <div class="pdp-price__billie-payment">
164
- {{> billie-online-messaging}}
165
- </div>
166
- {{/if}}
167
- {{#if clearpay-placement}}
168
- {{> clearpay}}
169
- {{/if}}
170
- </div>
171
- <div class="pdp-price__controls">
172
- {{#if isSize}}
173
- <div class="pdp-price__size">
174
- {{> form-row row-mod="sort-order-by" dropdown="true" id="d1" placeholder="Please select a size"}}
175
- </div>
176
- {{/if}}
177
-
178
- {{#if (or (not isQuantity) (not default-store))}}
179
- <div class="pdp-price__control-holder {{#unless wisdom}}{{#if big-wins}}control-holder__big-wins{{/if}}{{/unless}}">
180
- {{#unless isQuantity}}
181
- <label for="quantity-field" class="quantity-label">Quantity: </label>
182
- <input type="text" inputmode="numeric" pattern="[0-9]*" id="quantity-field"
183
- class="tbx tbx_quantity"
184
- value="1">
185
- {{/unless}}
186
- {{#unless default-store}}
187
- <div class="pdp-price__calculator-wrapper">
188
- <a href="#">
189
- <span class="icon">
190
- <i class="far fa-calculator"></i>
191
- </span>
192
- Calculator
193
- </a>
194
- </div>
195
- {{/unless}}
196
- </div>
197
- {{/if}}
198
-
199
- {{#if mfeProductCalculator}}
200
- <div class="pdp-price__quantity-calculator">MFE Calculator Placeholder</div>
201
- {{/if}}
202
- {{#if currentlyInStock}}
203
- {{> pdp-price-actions
204
- installation=install
205
- order-sample=sample
206
- c-and-c=cc
207
- delivery=delivery
208
- big-wins=big-wins
209
- wisdom=wisdom
210
- mcfc=mcfc
211
- available=available
212
- stock-accordion="stock-accordion"
213
- isUserNonRegistered=isUserNonRegistered
214
- nearest-purchase=nearest-purchase
215
- unhappy=unhappy
216
- nearestAmount=nearestAmount
217
- nearestName=nearestName
218
- }}
219
- <div class="pdp-price__call-to-actions">
220
- {{#unless default-store}}
221
- <div class="pdp-price__control-holder pdp-price__actions">
222
- <a href="#" class="link-secondary">Check stock in your local store</a>
223
- </div>
224
- {{/unless}}
225
230
  </div>
226
- {{/if}}
227
231
  </div>
228
- </div>
229
232
  </div>
@@ -0,0 +1,7 @@
1
+ {
2
+ "giftcards": [
3
+ "************92712",
4
+ "************18735",
5
+ "************76946"
6
+ ]
7
+ }
@@ -19,7 +19,7 @@
19
19
  },
20
20
  {
21
21
  "title": "Delivery:",
22
- "value": "£4.00",
22
+ "value": "applied at Checkout",
23
23
  "mod": "delivery"
24
24
  },
25
25
  {
@@ -77,6 +77,10 @@
77
77
  {
78
78
  "payment": "PayPal",
79
79
  "src": "./img/payment/checkout/paypal.svg"
80
+ },
81
+ {
82
+ "payment": "Gift Card",
83
+ "src": "./img/payment/checkout/giftcard.svg"
80
84
  }
81
85
  ]
82
86
  }
@@ -23,6 +23,10 @@
23
23
  {
24
24
  "payment": "PayPal",
25
25
  "src": "./img/payment/checkout/paypal.svg"
26
+ },
27
+ {
28
+ "payment": "Gift Card",
29
+ "src": "./img/payment/checkout/giftcard.svg"
26
30
  }
27
31
  ]
28
32
  }
@@ -1,14 +1,8 @@
1
1
  {
2
2
  "search-result_v2": {
3
- "sponsor-top-banner": {
4
- "src": "https://placehold.co/1200x200?text=Top+Banner+Desktop",
5
- "mobile-src": "https://placehold.co/600x200?text=Top+Banner+Mobile",
6
- "href": "/sitemap.html"
7
- },
8
3
  "product-banner": [
9
4
  {
10
- "src": "https://placehold.co/912x1426?text=Hybris+Banner+Desktop",
11
- "mobile-src": "https://placehold.co/600x400?text=Hybris+Banner+Mobile",
5
+ "src": "https://placehold.co/912x1426?text=Decorating+Tools\n+\nShop+Now",
12
6
  "href": "/sitemap.html",
13
7
  "desktop-position": 8,
14
8
  "mobile-position": 7,
@@ -70,8 +64,7 @@
70
64
  ],
71
65
  "sponsor-banner": [
72
66
  {
73
- "src": "https://placehold.co/912x1426?text=Sponsor+Banner+Desktop",
74
- "mobile-src": "https://placehold.co/600x400?text=Sponsor+Banner+Mobile",
67
+ "src": "https://placehold.co/912x1426?text=Decorating+Tools\n+\nShop+Now",
75
68
  "href": "/sitemap.html",
76
69
  "desktop-position": 6,
77
70
  "mobile-position": 8
@@ -7,10 +7,6 @@
7
7
  "name": "Essentials TEST",
8
8
  "keyword": "plaster",
9
9
  "bannerType": "image_url",
10
- "src": "https://placehold.co/1200x200?text=Injected+Banner+Desktop",
11
- "mobile-src": "https://placehold.co/600x200?text=Injected+Banner+Mobile",
12
- "href": "/sitemap.html",
13
- "alt": "Wickes Essentials",
14
10
  "htmlText": "<img src=\"https://media.wickes.co.uk/is/image/wickes/28120-Feb-Trade-Essentials-Homepage-Full-Width?&extend=0,0,0,0&fmt=png8\" usemap=\"#hotspot-map-186857\"><map name=\"hotspot-map-186857\"><area shape=\"rect\" coords=\"0,0,1400,400\" href=\"https://www.wickes.co.uk/trade/trade-offers\" alt=\"Wickes Essentials\"></map>",
15
11
  "dateEnd": "Fri Jan 12 20:06:43 UTC 1001968",
16
12
  "id": "186857"
@@ -187,6 +187,10 @@
187
187
  {
188
188
  "payment": "PayPal",
189
189
  "src": "./img/payment/footer/paypal.svg"
190
+ },
191
+ {
192
+ "payment": "Gift Card",
193
+ "src": "./img/payment/footer/giftcard.svg"
190
194
  }
191
195
  ]
192
196
  }
@@ -0,0 +1,28 @@
1
+ <svg width="36" height="23" viewBox="0 0 36 23" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_9103_110194)">
3
+ <rect width="36" height="22.5" rx="2.25" fill="white"/>
4
+ <path d="M31.875 19.5C29.625 19.125 27.375 15.75 27.375 15.75C27.375 15.75 25.5 18.75 23.25 19.5" stroke="#004587" stroke-width="1.35"/>
5
+ <path d="M22.3396 13.7778C23.0733 14.7513 24.6901 15.0189 26.4425 15.3385C26.4181 13.8977 26.0629 12.4876 25.3293 11.514C24.5957 10.5405 23.4966 10.1294 22.523 10.863C21.5495 11.5966 21.606 12.8042 22.3396 13.7778Z" fill="white" stroke="#004587" stroke-width="1.35"/>
6
+ <path d="M32.3733 13.7778C31.6396 14.7513 30.0228 15.0189 28.2703 15.3385C28.2948 13.8977 28.65 12.4876 29.3836 11.514C30.1172 10.5405 31.2163 10.1294 32.1899 10.863C33.1634 11.5966 33.1069 12.8042 32.3733 13.7778Z" fill="white" stroke="#004587" stroke-width="1.35"/>
7
+ <g clip-path="url(#clip1_9103_110194)">
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 0V9.15602L12.3866 11.2286L22.532 9.13257V0H2.25Z" fill="white"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.92773 0.664062V8.61365L12.3876 10.5436L21.8607 8.61276V0.664062H2.92773Z" fill="#004587"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.8332 5.78902C11.8267 5.56557 11.6264 5.40914 11.4047 5.40914C10.9115 5.40914 10.8341 5.82081 10.8341 6.18699C10.8341 6.52756 10.9838 6.87855 11.3563 6.87855C11.6619 6.87855 11.8167 6.70611 11.8583 6.42585H12.7143C12.6351 7.13387 12.0747 7.53996 11.3623 7.53996C10.5538 7.53996 9.95312 6.99672 9.95312 6.18699C9.95312 5.34674 10.4972 4.74609 11.3623 4.74609C12.0287 4.74609 12.6251 5.09351 12.686 5.78902H11.8332Z" fill="white"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.8652 3.83203H13.7461V5.70404L14.5498 4.82462H15.5691L14.5857 5.82161L15.6932 7.46473H14.6312L13.9753 6.40141L13.7461 6.61964V7.46473H12.8652V3.83203Z" fill="white"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.3009 6.35415C16.3162 6.71482 16.5282 6.95472 16.9022 6.95472C17.1135 6.95472 17.3203 6.85867 17.4044 6.66523H18.2271C18.0667 7.2766 17.491 7.53988 16.8903 7.53988C16.0166 7.53988 15.4199 7.02211 15.4199 6.13711C15.4199 5.32686 16.079 4.74609 16.8697 4.74609C17.8325 4.74609 18.3146 5.45947 18.2734 6.35415H16.3009ZM17.3928 5.87166C17.3778 5.57584 17.1651 5.33177 16.8697 5.33177C16.5594 5.33177 16.3526 5.55068 16.301 5.87166H17.3928Z" fill="white"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.1879 6.59204C19.1879 6.72636 19.2428 6.82286 19.3324 6.88801C19.4145 6.94929 19.5336 6.98048 19.6585 6.98048C19.8295 6.98048 20.0734 6.91005 20.0734 6.69971C20.0734 6.49599 19.798 6.45675 19.6436 6.42071C19.0882 6.28297 18.3948 6.26592 18.3948 5.55634C18.3948 4.92099 19.0939 4.74609 19.6225 4.74609C20.2134 4.74609 20.8282 4.91504 20.86 5.60265H20.0463C20.0463 5.48933 20.0061 5.41889 19.9327 5.37154C19.8592 5.32679 19.7627 5.30482 19.6537 5.30482C19.5079 5.30482 19.276 5.32128 19.276 5.50489C19.276 5.75387 19.8658 5.79967 20.2703 5.88522C20.8122 5.99281 20.9534 6.37909 20.9534 6.59882C20.9534 7.30713 20.2703 7.53988 19.6638 7.53988C19.026 7.53988 18.3737 7.3323 18.3477 6.59204H19.1879Z" fill="white"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.78099 7.46473H6.81584L6.30981 4.96222H6.29784L5.79173 7.46473H4.81408L3.81445 3.83203H4.77611L5.30124 6.48651H5.31011L5.85305 3.83203H6.75878L7.30308 6.48651H7.31323L7.83632 3.83203H8.79896L7.78099 7.46473Z" fill="white"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.86499 4.49387H9.74677V3.83202H8.86499V4.49387ZM8.86499 7.46479H9.74677V4.82461H8.86499V7.46479Z" fill="white"/>
16
+ </g>
17
+ <path d="M27.375 0V16.125M27.375 22.5V16.125M27.375 16.125H35.625M27.375 16.125H0.75" stroke="#004587" stroke-width="1.35"/>
18
+ </g>
19
+ <rect x="0.375" y="0.375" width="35.25" height="21.75" rx="1.875" stroke="#CCCCCC" stroke-width="0.75"/>
20
+ <defs>
21
+ <clipPath id="clip0_9103_110194">
22
+ <rect width="36" height="22.5" rx="2.25" fill="white"/>
23
+ </clipPath>
24
+ <clipPath id="clip1_9103_110194">
25
+ <rect width="20.25" height="11.2277" fill="white" transform="translate(2.25)"/>
26
+ </clipPath>
27
+ </defs>
28
+ </svg>
@@ -0,0 +1,28 @@
1
+ <svg width="36" height="23" viewBox="0 0 36 23" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_9103_110194)">
3
+ <rect width="36" height="22.5" rx="2.25" fill="white"/>
4
+ <path d="M31.875 19.5C29.625 19.125 27.375 15.75 27.375 15.75C27.375 15.75 25.5 18.75 23.25 19.5" stroke="#004587" stroke-width="1.35"/>
5
+ <path d="M22.3396 13.7778C23.0733 14.7513 24.6901 15.0189 26.4425 15.3385C26.4181 13.8977 26.0629 12.4876 25.3293 11.514C24.5957 10.5405 23.4966 10.1294 22.523 10.863C21.5495 11.5966 21.606 12.8042 22.3396 13.7778Z" fill="white" stroke="#004587" stroke-width="1.35"/>
6
+ <path d="M32.3733 13.7778C31.6396 14.7513 30.0228 15.0189 28.2703 15.3385C28.2948 13.8977 28.65 12.4876 29.3836 11.514C30.1172 10.5405 31.2163 10.1294 32.1899 10.863C33.1634 11.5966 33.1069 12.8042 32.3733 13.7778Z" fill="white" stroke="#004587" stroke-width="1.35"/>
7
+ <g clip-path="url(#clip1_9103_110194)">
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 0V9.15602L12.3866 11.2286L22.532 9.13257V0H2.25Z" fill="white"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.92773 0.664062V8.61365L12.3876 10.5436L21.8607 8.61276V0.664062H2.92773Z" fill="#004587"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.8332 5.78902C11.8267 5.56557 11.6264 5.40914 11.4047 5.40914C10.9115 5.40914 10.8341 5.82081 10.8341 6.18699C10.8341 6.52756 10.9838 6.87855 11.3563 6.87855C11.6619 6.87855 11.8167 6.70611 11.8583 6.42585H12.7143C12.6351 7.13387 12.0747 7.53996 11.3623 7.53996C10.5538 7.53996 9.95312 6.99672 9.95312 6.18699C9.95312 5.34674 10.4972 4.74609 11.3623 4.74609C12.0287 4.74609 12.6251 5.09351 12.686 5.78902H11.8332Z" fill="white"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.8652 3.83203H13.7461V5.70404L14.5498 4.82462H15.5691L14.5857 5.82161L15.6932 7.46473H14.6312L13.9753 6.40141L13.7461 6.61964V7.46473H12.8652V3.83203Z" fill="white"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.3009 6.35415C16.3162 6.71482 16.5282 6.95472 16.9022 6.95472C17.1135 6.95472 17.3203 6.85867 17.4044 6.66523H18.2271C18.0667 7.2766 17.491 7.53988 16.8903 7.53988C16.0166 7.53988 15.4199 7.02211 15.4199 6.13711C15.4199 5.32686 16.079 4.74609 16.8697 4.74609C17.8325 4.74609 18.3146 5.45947 18.2734 6.35415H16.3009ZM17.3928 5.87166C17.3778 5.57584 17.1651 5.33177 16.8697 5.33177C16.5594 5.33177 16.3526 5.55068 16.301 5.87166H17.3928Z" fill="white"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.1879 6.59204C19.1879 6.72636 19.2428 6.82286 19.3324 6.88801C19.4145 6.94929 19.5336 6.98048 19.6585 6.98048C19.8295 6.98048 20.0734 6.91005 20.0734 6.69971C20.0734 6.49599 19.798 6.45675 19.6436 6.42071C19.0882 6.28297 18.3948 6.26592 18.3948 5.55634C18.3948 4.92099 19.0939 4.74609 19.6225 4.74609C20.2134 4.74609 20.8282 4.91504 20.86 5.60265H20.0463C20.0463 5.48933 20.0061 5.41889 19.9327 5.37154C19.8592 5.32679 19.7627 5.30482 19.6537 5.30482C19.5079 5.30482 19.276 5.32128 19.276 5.50489C19.276 5.75387 19.8658 5.79967 20.2703 5.88522C20.8122 5.99281 20.9534 6.37909 20.9534 6.59882C20.9534 7.30713 20.2703 7.53988 19.6638 7.53988C19.026 7.53988 18.3737 7.3323 18.3477 6.59204H19.1879Z" fill="white"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.78099 7.46473H6.81584L6.30981 4.96222H6.29784L5.79173 7.46473H4.81408L3.81445 3.83203H4.77611L5.30124 6.48651H5.31011L5.85305 3.83203H6.75878L7.30308 6.48651H7.31323L7.83632 3.83203H8.79896L7.78099 7.46473Z" fill="white"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.86499 4.49387H9.74677V3.83202H8.86499V4.49387ZM8.86499 7.46479H9.74677V4.82461H8.86499V7.46479Z" fill="white"/>
16
+ </g>
17
+ <path d="M27.375 0V16.125M27.375 22.5V16.125M27.375 16.125H35.625M27.375 16.125H0.75" stroke="#004587" stroke-width="1.35"/>
18
+ </g>
19
+ <rect x="0.375" y="0.375" width="35.25" height="21.75" rx="1.875" stroke="#CCCCCC" stroke-width="0.75"/>
20
+ <defs>
21
+ <clipPath id="clip0_9103_110194">
22
+ <rect width="36" height="22.5" rx="2.25" fill="white"/>
23
+ </clipPath>
24
+ <clipPath id="clip1_9103_110194">
25
+ <rect width="20.25" height="11.2277" fill="white" transform="translate(2.25)"/>
26
+ </clipPath>
27
+ </defs>
28
+ </svg>