wickes-css2 2.105.0-develop.1 → 2.105.0-develop.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Readme.md +5 -4
- package/build/css/category-main.css +1 -1
- package/build/css/components/checkout-payment-details-v2.css +1 -1
- package/build/css/homepage-main.css +1 -1
- package/build/css/kitchen-plp-main.css +1 -1
- package/build/css/main.css +1 -1
- package/build/css/my-account-main-v2.css +1 -1
- package/build/css/my-account-main.css +1 -1
- package/build/css/pages/checkout-new.css +1 -1
- package/build/css/pages/checkout.css +1 -1
- package/build/css/pages/my-account-v2.css +1 -1
- package/build/css/pages/page_checkout_delivery-new.css +1 -1
- package/build/css/pages/page_discount.css +1 -1
- package/build/css/pages/page_product_search.css +1 -1
- package/build/css/pages/page_products-list-combined.css +1 -1
- package/build/css/pages/page_products-list.css +1 -1
- package/build/css/pages/tradePro-rewards.css +1 -1
- package/build/css/pdp-main-before-combine.css +1 -1
- package/build/css/pdp-main-critical.css +1 -1
- package/build/css/pdp-main-non-critical.css +1 -1
- package/build/css/pdp-main.css +1 -1
- package/build/css/plp-main.css +1 -1
- package/build/css/store-locator-main.css +1 -1
- package/build/img/google-pay-mark.svg +11 -0
- package/build/img/quick-filters/bath1.svg +10 -0
- package/build/img/quick-filters/bath3.svg +3 -0
- package/build/img/quick-filters/bath4.svg +10 -0
- package/build/img/quick-filters/bath5.svg +10 -0
- package/build/img/quick-filters/image1.jpg +0 -0
- package/build/img/quick-filters/image2.jpg +0 -0
- package/build/img/quick-filters/image3.jpg +0 -0
- package/build/js/account-members.min.js +1 -1
- package/build/js/basket.min.js +2 -2
- package/build/js/bundle.min.js +1 -1
- package/build/js/checkout.min.js +2 -2
- package/build/js/emulation.min.js +12140 -11596
- package/build/js/general.bundle.min.js +1 -1
- package/build/js/kitchen/kitchen-plp.min.js +1 -9
- package/build/js/merged-checkout.min.js +2 -2
- package/build/js/mini-basket-slider.min.js +1 -1
- package/build/js/my-account.min.js +1 -1
- package/build/js/page/basket/basket-update-cart-action.js +59 -56
- package/build/js/page/basket/basket-update-cart.js +27 -27
- package/build/js/page/basket/basket-utils.js +40 -33
- package/build/js/page/basket/mini-basket-total.js +70 -66
- package/build/js/page/basket/quantity-change-handler.js +73 -55
- package/build/js/page/basket/update-quantity-operation.js +39 -30
- package/build/js/page/basket/update-quantity.js +62 -62
- package/build/js/page/basket-v2.js +360 -225
- package/build/js/page/billie-business-type.js +27 -27
- package/build/js/page/checkout-payment-details.js +301 -299
- package/build/js/page/components/billie-modal.js +31 -0
- package/build/js/page/components/discounts.js +39 -36
- package/build/js/page/components/mini-basket-slider.js +604 -545
- package/build/js/page/filters/desktop-nav.js +64 -0
- package/build/js/page/filters/mobile-nav.js +93 -0
- package/build/js/page/filters/plp-filters-chips.js +92 -0
- package/build/js/page/filters/plp-filters-mobile.js +150 -0
- package/build/js/page/filters/plp-filters-panel.js +123 -0
- package/build/js/page/filters/plp-filters-utils.js +66 -0
- package/build/js/page/filters/plp-filters.js +268 -0
- package/build/js/page/filters/sort-by.js +172 -0
- package/build/js/page/kitchen/colour-swatches.js +5 -2
- package/build/js/page/klarna-modal-scroll-disable.js +4 -4
- package/build/js/page/my-account.js +32 -47
- package/build/js/page/online-exclusive.js +28 -31
- package/build/js/page/quick-filter.js +108 -0
- package/build/js/page/search-filter.js +62 -0
- package/build/js/page/share-project-list.js +57 -0
- package/build/js/page/tradePro-rewards.js +69 -39
- package/build/js/page/utils/copy-to-clipboard.js +79 -47
- package/build/js/page/utils/helpers.js +14 -9
- package/build/js/page/utils/show-more-less.js +273 -0
- package/build/js/pdp.bundle.min.js +1 -1
- package/build/js/plp-filters.min.js +9 -0
- package/build/js/plp.bundle.min.js +1 -1
- package/build/js/project-list.min.js +143 -85
- package/build/js/search-filter.min.js +1 -0
- package/build/js/share-project-list.min.js +1 -0
- package/build/js/tradePro-rewards.min.js +1 -1
- package/package.json +4 -2
- package/src/components/.DS_Store +0 -0
- package/src/components/accordion.hbs +2 -2
- package/src/components/checkout-payment-details-v2.hbs +1 -1
- package/src/components/date-selection.hbs +25 -6
- package/src/components/generate-project-id.hbs +1 -1
- package/src/components/kitchen/dropdown.hbs +6 -3
- package/src/components/kitchen/filter-modal-content-kitchen.hbs +10 -0
- package/src/components/kitchen/filter-modal.hbs +10 -13
- package/src/components/kitchen/kitchen-card.hbs +1 -1
- package/src/components/kitchen/plp-filters.hbs +3 -1
- package/src/components/kitchen/sort-by.hbs +1 -1
- package/src/components/my-account/barcode.hbs +1 -3
- package/src/components/my-account/cards-swap.hbs +10 -0
- package/src/components/my-account/clipboard-code-card.hbs +3 -3
- package/src/components/my-account/discount.hbs +1 -1
- package/src/components/my-account/greetings.hbs +1 -1
- package/src/components/order-summary.hbs +1 -0
- package/src/components/price-block-v2.hbs +1 -0
- package/src/components/quick-filter.hbs +56 -0
- package/src/components/search-filter-modal-content.hbs +102 -0
- package/src/components/search-filter.hbs +121 -112
- package/src/components/shopping-list-with-share-list-v2.hbs +28 -10
- package/src/components/shopping-list.hbs +5 -5
- package/src/data/data_plp_load-more.json +1 -1
- package/src/data/data_quick-filter.json +508 -0
- package/src/data/my-account/data_my-account.json +9 -0
- package/src/elements/btn.hbs +7 -0
- package/src/img/google-pay-mark.svg +11 -0
- package/src/img/quick-filters/bath1.svg +10 -0
- package/src/img/quick-filters/bath3.svg +3 -0
- package/src/img/quick-filters/bath4.svg +10 -0
- package/src/img/quick-filters/bath5.svg +10 -0
- package/src/img/quick-filters/image1.jpg +0 -0
- package/src/img/quick-filters/image2.jpg +0 -0
- package/src/img/quick-filters/image3.jpg +0 -0
- package/src/js/components/cards-swap.js +74 -0
- package/src/js/components/general/accordion.js +44 -33
- package/src/js/components/general/cart-slider.js +19 -16
- package/src/js/components/general/create-popup-slider.js +168 -173
- package/src/js/components/pdp-billie-modal-scroll-reset.js +53 -0
- package/src/js/components/share-project-list.js +8 -5
- package/src/js/emulation/big-wins.js +1081 -904
- package/src/js/emulation/billie-modal.js +39 -18
- package/src/js/emulation/checkout-payment-details.js +47 -38
- package/src/js/emulation/custom-slider-emulation.js +17 -13
- package/src/js/emulation/filters-emulation.js +164 -0
- package/src/js/emulation/forms.js +360 -323
- package/src/js/emulation/mini-basket-data.js +1051 -923
- package/src/js/emulation/paymentLoader.js +17 -17
- package/src/js/emulation/pdf-file-loader.js +89 -91
- package/src/js/emulation/popover-mini-basket.js +246 -239
- package/src/js/emulation/product-counter.js +50 -0
- package/src/js/emulation/project-list-pdp.js +320 -316
- package/src/js/emulation/repayment-toggle.js +23 -24
- package/src/js/emulation/reset-filter-desktop.js +5 -0
- package/src/js/emulation/selectable.js +22 -18
- package/src/js/emulation/wismo-details.js +23 -31
- package/src/js/page/basket/basket-update-cart-action.js +59 -56
- package/src/js/page/basket/basket-update-cart.js +27 -27
- package/src/js/page/basket/basket-utils.js +40 -33
- package/src/js/page/basket/mini-basket-total.js +70 -66
- package/src/js/page/basket/quantity-change-handler.js +73 -55
- package/src/js/page/basket/update-quantity-operation.js +39 -30
- package/src/js/page/basket/update-quantity.js +62 -62
- package/src/js/page/basket-v2.js +360 -225
- package/src/js/page/billie-business-type.js +27 -27
- package/src/js/page/checkout-payment-details.js +301 -299
- package/src/js/page/components/billie-modal.js +31 -0
- package/src/js/page/components/discounts.js +39 -36
- package/src/js/page/components/mini-basket-slider.js +604 -545
- package/src/js/page/filters/desktop-nav.js +64 -0
- package/src/js/page/filters/mobile-nav.js +93 -0
- package/src/js/page/filters/plp-filters-chips.js +92 -0
- package/src/js/page/filters/plp-filters-mobile.js +150 -0
- package/src/js/page/filters/plp-filters-panel.js +123 -0
- package/src/js/page/filters/plp-filters-utils.js +66 -0
- package/src/js/page/filters/plp-filters.js +268 -0
- package/src/js/page/filters/sort-by.js +172 -0
- package/src/js/page/kitchen/colour-swatches.js +5 -2
- package/src/js/page/klarna-modal-scroll-disable.js +4 -4
- package/src/js/page/my-account.js +32 -47
- package/src/js/page/online-exclusive.js +28 -31
- package/src/js/page/quick-filter.js +108 -0
- package/src/js/page/search-filter.js +62 -0
- package/src/js/page/share-project-list.js +57 -0
- package/src/js/page/tradePro-rewards.js +69 -39
- package/src/js/page/utils/copy-to-clipboard.js +79 -47
- package/src/js/page/utils/helpers.js +14 -9
- package/src/js/page/utils/show-more-less.js +273 -0
- package/src/page_empty-shared-project-list-bicester-hub.html +4 -0
- package/src/page_empty-shopping-list_guest.html +1 -0
- package/src/page_kitchen-plp.html +2 -2
- package/src/page_my-account-installer.html +1 -1
- package/src/page_my-account-trade-pro-carousel-double.html +127 -0
- package/src/page_my-account-trade-pro-carousel.html +134 -0
- package/src/page_my-account-trade-pro.html +1 -1
- package/src/page_my-shopping-list-add-notes.html +1 -0
- package/src/page_my-shopping-list-energy.html +1 -0
- package/src/page_my-shopping-list-hide-download.html +3 -2
- package/src/page_my-shopping-list-pdf.html +2 -0
- package/src/page_my-shopping-list-saved-ref.html +1 -0
- package/src/page_my-shopping-list-wisdom-oos-registered.html +1 -0
- package/src/page_my-shopping-list-wisdom-oos.html +1 -0
- package/src/page_my-shopping-list-wisdom-partial-registered.html +1 -0
- package/src/page_my-shopping-list-wisdom-registered.html +1 -0
- package/src/page_my-shopping-list-wisdom.html +1 -0
- package/src/page_my-shopping-list.html +1 -0
- package/src/page_my-shopping-list_not-register.html +3 -0
- package/src/page_plp-with-paint.html +2 -7
- package/src/page_plp.html +2 -7
- package/src/page_plp_v2-energy-efficiency.html +1 -6
- package/src/page_plp_v2-favourite-products.html +6 -7
- package/src/page_plp_v2-quick-filter_colourSwatches_11.html +79 -0
- package/src/page_plp_v2-quick-filter_colourSwatches_5.html +79 -0
- package/src/page_plp_v2-quick-filter_iconAndText_5.html +79 -0
- package/src/page_plp_v2-quick-filter_iconAndText_9.html +79 -0
- package/src/page_plp_v2-quick-filter_iconOnly_11.html +79 -0
- package/src/page_plp_v2-quick-filter_iconOnly_5.html +79 -0
- package/src/page_plp_v2-quick-filter_imageAndText_5.html +79 -0
- package/src/page_plp_v2-quick-filter_imageAndText_9.html +79 -0
- package/src/page_plp_v2-quick-filter_textOnly_5.html +79 -0
- package/src/page_plp_v2-quick-filter_textOnly_9.html +79 -0
- package/src/page_plp_v2-vat.html +2 -7
- package/src/page_plp_v2.html +22 -9
- package/src/page_product-details-tile-steps-klarna-widget-with-method-ids.html +120 -0
- package/src/page_product_search-vat.html +2 -7
- package/src/page_product_search.html +2 -7
- package/src/page_project-list-generate-project-list-ID.html +3 -0
- package/src/page_project-list-vat.html +4 -0
- package/src/page_project-list-with-new-share-popup-android.html +16 -0
- package/src/page_project-list-with-new-share-popup-ios.html +16 -0
- package/src/page_project-list-with-new-share-popup.html +2 -1
- package/src/page_search-results.html +2 -7
- package/src/page_shared-project-list-bicester-hub.html +3 -1
- package/src/page_shopping-cart-v2-klarna-with-method-ids.html +50 -0
- package/src/page_tradepro-discount-app.html +1 -1
- package/src/page_tradepro-discount-double.html +109 -0
- package/src/page_tradepro-discount.html +36 -2
- package/src/partials/head.hbs +1 -0
- package/src/scss/common/_common.scss +10 -4
- package/src/scss/components/_accordion.scss +1 -3
- package/src/scss/components/_custom-slider.scss +17 -16
- package/src/scss/components/_date-selection-add-new-styles.scss +48 -7
- package/src/scss/components/_date-selection.scss +80 -1
- package/src/scss/components/{kitchen/_filter-modal.scss → _filter-modal.scss} +55 -4
- package/src/scss/components/{kitchen/_plp-filters.scss → _plp-filters.scss} +31 -13
- package/src/scss/components/_popover-mini-basket.scss +3 -3
- package/src/scss/components/_quick-filter.scss +288 -0
- package/src/scss/components/_search-filter.scss +95 -15
- package/src/scss/components/_shared-shopping-list.scss +22 -0
- package/src/scss/components/_shopping-list.scss +18 -8
- package/src/scss/components/_sort-by.scss +190 -0
- package/src/scss/components/checkout-chip.scss +2 -2
- package/src/scss/components/checkout-payment-details-v2.scss +10 -4
- package/src/scss/components/checkout-payment-repayment-terms.scss +1 -1
- package/src/scss/components/kitchen/_price-tooltip.scss +1 -1
- package/src/scss/components/kitchen/_price.scss +1 -1
- package/src/scss/components/my-account/_barcode.scss +9 -1
- package/src/scss/components/my-account/_cards-swap.scss +60 -0
- package/src/scss/components/my-account/_clipboard-code.scss +11 -3
- package/src/scss/components/my-account/_discount.scss +12 -2
- package/src/scss/globals/_global-components.scss +3 -0
- package/src/scss/helpers/_colors-semantic.scss +68 -68
- package/src/scss/helpers/_variables.scss +244 -196
- package/src/scss/kitchen-plp-main.scss +0 -4
- package/src/scss/main.scss +65 -65
- package/src/scss/pages/_checkout-confirmation-new.scss +49 -21
- package/src/scss/pages/my-account-v2.scss +42 -5
- package/src/scss/pages/page_discount.scss +8 -4
- package/src/scss/pages/page_product-details-v2.scss +1 -4
- package/src/scss/pages/page_product_search.scss +9 -1
- package/src/scss/pages/page_products-list-combined.scss +28 -24
- package/src/scss/pages/page_products-list.scss +8 -0
- package/src/scss/pages/tradePro-rewards.scss +3 -4
- package/src/scss/plp-main.scss +1 -0
- package/src/sitemap.html +40 -4
- package/build/img/google-pay-mark.png +0 -0
- package/build/js/page/accordion.js +0 -35
- package/build/js/page/kitchen/plp-filters-chips.js +0 -90
- package/build/js/page/kitchen/plp-filters-mobile.js +0 -72
- package/build/js/page/kitchen/plp-filters-panel.js +0 -119
- package/build/js/page/kitchen/plp-filters-utils.js +0 -65
- package/build/js/page/kitchen/plp-filters.js +0 -205
- package/build/js/page/kitchen/sort-by.js +0 -157
- package/src/img/google-pay-mark.png +0 -0
- package/src/js/components/general/search-filter.js +0 -21
- package/src/js/page/accordion.js +0 -35
- package/src/js/page/kitchen/plp-filters-chips.js +0 -90
- package/src/js/page/kitchen/plp-filters-mobile.js +0 -72
- package/src/js/page/kitchen/plp-filters-panel.js +0 -119
- package/src/js/page/kitchen/plp-filters-utils.js +0 -65
- package/src/js/page/kitchen/plp-filters.js +0 -205
- package/src/js/page/kitchen/sort-by.js +0 -157
|
@@ -1,134 +1,143 @@
|
|
|
1
1
|
<form class="filter-results filter-results_desktop">
|
|
2
2
|
<div class="filter-results__heading">
|
|
3
|
-
<
|
|
4
|
-
|
|
3
|
+
<div class="flex">
|
|
4
|
+
<span class="heading-4">{{#unless filterTitle}}Filter by{{/unless}}{{filterTitle}}</span>
|
|
5
|
+
<button type="reset" class="filter-results__clear" value="Clear all">Clear all</button>
|
|
6
|
+
</div>
|
|
7
|
+
{{#unless filterTitle}}
|
|
8
|
+
<div class="sort-products-list__total">
|
|
9
|
+
<span class="product-count">{{plp_load-more.pagination.totalNumberOfResults}}</span> <span>results</span>
|
|
10
|
+
</div>
|
|
11
|
+
{{/unless}}
|
|
5
12
|
</div>
|
|
6
|
-
|
|
7
|
-
{{#
|
|
8
|
-
{{#each filters.colors}}
|
|
9
|
-
<div class="filter__item">
|
|
10
|
-
<label for="{{id}}" class="chb chb-color">
|
|
11
|
-
<input type="checkbox" value="{{label}}" id="{{id}}" name="{{id}}-filter">
|
|
12
|
-
<ins><i class="fas fa-check"></i></ins>
|
|
13
|
-
<span>{{label}}</span>
|
|
14
|
-
</label>
|
|
15
|
-
</div>
|
|
16
|
-
{{/each}}
|
|
17
|
-
{{/content}}
|
|
18
|
-
{{/extend}}
|
|
19
|
-
{{#extend "accordion" header="Shop by category" mod="filter category-filter" fixed-height=""}}
|
|
20
|
-
{{#content "content"}}
|
|
21
|
-
{{>category-tree filters}}
|
|
22
|
-
{{/content}}
|
|
23
|
-
{{/extend}}
|
|
24
|
-
{{#extend "accordion" header="Shop by pack quantity" mod="filter"}}
|
|
25
|
-
{{#content "content"}}
|
|
26
|
-
{{/content}}
|
|
27
|
-
{{/extend}}
|
|
28
|
-
{{#extend "accordion" header="Shop by type" mod="filter"}}
|
|
29
|
-
{{#content "content"}}
|
|
30
|
-
{{#each filters.type-list}}
|
|
31
|
-
<div class="filter__item">
|
|
32
|
-
<label for="{{id}}" class="chb chb-{{classForGtm}}">
|
|
33
|
-
<input type="checkbox" value="{{value}}" id="{{id}}"
|
|
34
|
-
name="{{id}}" {{#if checked}}checked{{/if}} {{#if disabled}}disabled{{/if}}>
|
|
35
|
-
<ins><i class="fas fa-check"></i></ins>
|
|
36
|
-
<span>{{label}}</span>
|
|
37
|
-
<span class="filter-quantity">({{quantity}})</span>
|
|
38
|
-
</label>
|
|
39
|
-
</div>
|
|
40
|
-
{{/each}}
|
|
41
|
-
{{/content}}
|
|
42
|
-
{{/extend}}
|
|
43
|
-
{{#extend "accordion" header="Shop by type 2" mod="filter"}}
|
|
13
|
+
<div class="accordions">
|
|
14
|
+
{{#extend "accordion" header="Color Family" mod="filter" facetStep="5"}}
|
|
44
15
|
{{#content "content"}}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
</div>
|
|
55
|
-
{{/each}}
|
|
16
|
+
{{#each filters.colors}}
|
|
17
|
+
<div class="filter__item">
|
|
18
|
+
<label for="{{id}}" class="chb chb-color">
|
|
19
|
+
<input type="checkbox" value="{{label}}" id="{{id}}" name="{{id}}-filter">
|
|
20
|
+
<ins><i class="fas fa-check"></i></ins>
|
|
21
|
+
<span>{{label}}</span>
|
|
22
|
+
</label>
|
|
23
|
+
</div>
|
|
24
|
+
{{/each}}
|
|
56
25
|
{{/content}}
|
|
57
|
-
|
|
58
|
-
|
|
26
|
+
{{/extend}}
|
|
27
|
+
{{#extend "accordion" header="Shop by category" mod="filter category-filter" fixed-height=""}}
|
|
59
28
|
{{#content "content"}}
|
|
60
|
-
|
|
61
|
-
<div class="filter__item">
|
|
62
|
-
<label for="{{id}}" class="chb chb-{{classForGtm}}">
|
|
63
|
-
<input type="checkbox" value="{{value}}" id="{{id}}"
|
|
64
|
-
name="{{id}}" {{#if checked}}checked{{/if}} {{#if disabled}}disabled{{/if}}>
|
|
65
|
-
<ins><i class="fas fa-check"></i></ins>
|
|
66
|
-
<span>{{label}}</span>
|
|
67
|
-
<span class="filter-quantity">({{quantity}})</span>
|
|
68
|
-
</label>
|
|
69
|
-
</div>
|
|
70
|
-
{{/each}}
|
|
29
|
+
{{>category-tree filters}}
|
|
71
30
|
{{/content}}
|
|
72
|
-
|
|
73
|
-
|
|
31
|
+
{{/extend}}
|
|
32
|
+
{{#extend "accordion" header="Shop by pack quantity" mod="filter" facetStep="5"}}
|
|
74
33
|
{{#content "content"}}
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
34
|
+
{{/content}}
|
|
35
|
+
{{/extend}}
|
|
36
|
+
{{#extend "accordion" header="Shop by type" mod="filter" facetStep="5"}}
|
|
37
|
+
{{#content "content"}}
|
|
38
|
+
{{#each filters.type-list}}
|
|
39
|
+
<div class="filter__item">
|
|
40
|
+
<label for="{{id}}" class="chb chb-{{classForGtm}}">
|
|
41
|
+
<input type="checkbox" value="{{value}}" id="{{id}}"
|
|
42
|
+
name="{{id}}" {{#if checked}}checked{{/if}} {{#if disabled}}disabled{{/if}}>
|
|
43
|
+
<ins><i class="fas fa-check"></i></ins>
|
|
44
|
+
<span>{{label}}</span>
|
|
45
|
+
<span class="filter-quantity">({{quantity}})</span>
|
|
46
|
+
</label>
|
|
47
|
+
</div>
|
|
48
|
+
{{/each}}
|
|
49
|
+
{{/content}}
|
|
50
|
+
{{/extend}}
|
|
51
|
+
{{#extend "accordion" header="Shop by type 2" mod="filter" facetStep="5"}}
|
|
52
|
+
{{#content "content"}}
|
|
53
|
+
{{#each filters.type-list2}}
|
|
54
|
+
<div class="filter__item">
|
|
55
|
+
<label for="{{id}}" class="chb chb-{{classForGtm}}">
|
|
56
|
+
<input type="checkbox" value="{{value}}" id="{{id}}"
|
|
57
|
+
name="{{id}}" {{#if checked}}checked{{/if}} {{#if disabled}}disabled{{/if}}>
|
|
58
|
+
<ins><i class="fas fa-check"></i></ins>
|
|
59
|
+
<span>{{label}}</span>
|
|
60
|
+
<span class="filter-quantity">({{quantity}})</span>
|
|
61
|
+
</label>
|
|
62
|
+
</div>
|
|
63
|
+
{{/each}}
|
|
64
|
+
{{/content}}
|
|
65
|
+
{{/extend}}
|
|
66
|
+
{{#extend "accordion" header="Shop by type 3" mod="filter" facetStep="5"}}
|
|
67
|
+
{{#content "content"}}
|
|
68
|
+
{{#each filters.type-list3}}
|
|
69
|
+
<div class="filter__item">
|
|
70
|
+
<label for="{{id}}" class="chb chb-{{classForGtm}}">
|
|
71
|
+
<input type="checkbox" value="{{value}}" id="{{id}}"
|
|
72
|
+
name="{{id}}" {{#if checked}}checked{{/if}} {{#if disabled}}disabled{{/if}}>
|
|
73
|
+
<ins><i class="fas fa-check"></i></ins>
|
|
74
|
+
<span>{{label}}</span>
|
|
75
|
+
<span class="filter-quantity">({{quantity}})</span>
|
|
76
|
+
</label>
|
|
77
|
+
</div>
|
|
78
|
+
{{/each}}
|
|
79
|
+
{{/content}}
|
|
80
|
+
{{/extend}}
|
|
81
|
+
{{#extend "accordion" header="Customer Rating" mod="filter" facetStep="5"}}
|
|
82
|
+
{{#content "content"}}
|
|
83
|
+
{{#each filters.rated}}
|
|
84
|
+
<div class="filter__item">
|
|
85
|
+
{{#ifvalue quantity value='0'}}
|
|
86
|
+
{{else}}
|
|
87
|
+
<label for="{{id}}" class="chb chb-{{classForGtm}}">
|
|
88
|
+
<input type="checkbox" value="{{value}}" id="{{id}}"
|
|
89
|
+
name="{{id}}" {{#if checked}}checked{{/if}} {{#if disabled}}disabled{{/if}}>
|
|
90
|
+
<ins><i class="fas fa-check"></i></ins>
|
|
91
|
+
<div class="filter__reviews">
|
|
92
|
+
<div class="product-rating">
|
|
93
|
+
<div class="rating-bg">
|
|
94
|
+
<i class="fa fa-star" aria-hidden="true"></i>
|
|
95
|
+
<i class="fa fa-star" aria-hidden="true"></i>
|
|
96
|
+
<i class="fa fa-star" aria-hidden="true"></i>
|
|
97
|
+
<i class="fa fa-star" aria-hidden="true"></i>
|
|
98
|
+
<i class="fa fa-star" aria-hidden="true"></i>
|
|
99
|
+
<div class="rating-overlay" data-rating="{{#if rating}}{{rating}}{{else}}0{{/if}}">
|
|
92
100
|
<span class="star-overlay">
|
|
93
101
|
<i class="fa fa-star" aria-hidden="true"></i>
|
|
94
102
|
</span>
|
|
95
|
-
|
|
103
|
+
<span class="star-overlay">
|
|
96
104
|
<i class="fa fa-star" aria-hidden="true"></i>
|
|
97
105
|
</span>
|
|
98
|
-
|
|
106
|
+
<span class="star-overlay">
|
|
99
107
|
<i class="fa fa-star" aria-hidden="true"></i>
|
|
100
108
|
</span>
|
|
101
|
-
|
|
109
|
+
<span class="star-overlay">
|
|
102
110
|
<i class="fa fa-star" aria-hidden="true"></i>
|
|
103
111
|
</span>
|
|
104
|
-
|
|
112
|
+
<span class="star-overlay">
|
|
105
113
|
<i class="fa fa-star" aria-hidden="true"></i>
|
|
106
114
|
</span>
|
|
107
|
-
</div>
|
|
108
|
-
</div>
|
|
109
|
-
({{quantity}})
|
|
110
|
-
</div>
|
|
111
115
|
</div>
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
+
</div>
|
|
117
|
+
({{quantity}})
|
|
118
|
+
</div>
|
|
119
|
+
</div>
|
|
120
|
+
</label>
|
|
121
|
+
{{/ifvalue}}
|
|
122
|
+
</div>
|
|
123
|
+
{{/each}}
|
|
124
|
+
{{/content}}
|
|
125
|
+
{{/extend}}
|
|
126
|
+
{{#extend "accordion" header="Shop by bulb shape" mod="filter" facetStep="5"}}
|
|
127
|
+
{{#content "content"}}
|
|
128
|
+
{{/content}}
|
|
129
|
+
{{/extend}}
|
|
130
|
+
{{#extend "accordion" header="Shop by number of gangs" mod="filter" facetStep="5"}}
|
|
131
|
+
{{#content "content"}}
|
|
116
132
|
{{/content}}
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
{{#content "content"}}
|
|
128
|
-
{{/content}}
|
|
129
|
-
{{/extend}}
|
|
130
|
-
{{#extend "accordion" header="Shop by wattage" mod="filter"}}
|
|
131
|
-
{{#content "content"}}
|
|
132
|
-
{{/content}}
|
|
133
|
-
{{/extend}}
|
|
133
|
+
{{/extend}}
|
|
134
|
+
{{#extend "accordion" header="Shop by bulb fitting" mod="filter" facetStep="5"}}
|
|
135
|
+
{{#content "content"}}
|
|
136
|
+
{{/content}}
|
|
137
|
+
{{/extend}}
|
|
138
|
+
{{#extend "accordion" header="Shop by wattage" mod="filter" facetStep="5"}}
|
|
139
|
+
{{#content "content"}}
|
|
140
|
+
{{/content}}
|
|
141
|
+
{{/extend}}
|
|
142
|
+
</div>
|
|
134
143
|
</form>
|
|
@@ -2,9 +2,12 @@
|
|
|
2
2
|
<div class="container component pt-0 globalMessages">
|
|
3
3
|
<div class="row">
|
|
4
4
|
<div class="col-12">
|
|
5
|
-
<div
|
|
6
|
-
|
|
7
|
-
<div
|
|
5
|
+
<div
|
|
6
|
+
class="primary-text mb-3">{{> notifications notification-page.success-product-added-to-shop-list withCloseBtn="true"}}</div>
|
|
7
|
+
<div
|
|
8
|
+
class="primary-text mb-3">{{> notifications notification-page.warning-product-added-to-shop-list withCloseBtn="true"}}</div>
|
|
9
|
+
<div
|
|
10
|
+
class="primary-text">{{> notifications notification-page.error-load-pdf-to-shop-list withCloseBtn="true"}}</div>
|
|
8
11
|
</div>
|
|
9
12
|
</div>
|
|
10
13
|
</div>
|
|
@@ -13,6 +16,7 @@
|
|
|
13
16
|
<h1 class="page-header__title">Hill - 24-07-23 - Ohio White</h1>
|
|
14
17
|
</div>
|
|
15
18
|
</div>
|
|
19
|
+
{{> generate-project-id}}
|
|
16
20
|
{{#if emptyShopList}}
|
|
17
21
|
<div class="container component py-4">
|
|
18
22
|
<div class="row">
|
|
@@ -35,15 +39,29 @@
|
|
|
35
39
|
<div class="row m-0">
|
|
36
40
|
<div class="actions actions--v2">
|
|
37
41
|
<div class="dropdown-share-list">
|
|
38
|
-
<button class="btn btn_full btn-secondary share-call share-call__desktop" role="button"
|
|
39
|
-
|
|
42
|
+
<button class="btn btn_full btn-secondary share-call share-call__desktop" role="button"
|
|
43
|
+
id="dropdownShareLinks" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"
|
|
44
|
+
data-display="static">
|
|
45
|
+
{{#if isAndroid}}
|
|
46
|
+
<i class="fas fa-share-alt icon"></i>
|
|
47
|
+
{{else}}
|
|
48
|
+
<svg class="ios-custom-share-icon" width="14" height="24" viewBox="0 0 14 16" fill="none"
|
|
49
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
50
|
+
<path
|
|
51
|
+
d="M7.70625 0.292969C7.31563 -0.0976562 6.68125 -0.0976562 6.29063 0.292969L2.29063 4.29297C1.9 4.68359 1.9 5.31797 2.29063 5.70859C2.68125 6.09922 3.31562 6.09922 3.70625 5.70859L6 3.41484V9.99922C6 10.5523 6.44688 10.9992 7 10.9992C7.55312 10.9992 8 10.5523 8 9.99922V3.41484L10.2937 5.70859C10.6844 6.09922 11.3188 6.09922 11.7094 5.70859C12.1 5.31797 12.1 4.68359 11.7094 4.29297L7.70937 0.292969H7.70625ZM2 10.9992C2 10.4461 1.55313 9.99922 1 9.99922C0.446875 9.99922 0 10.4461 0 10.9992V12.9992C0 14.6555 1.34375 15.9992 3 15.9992H11C12.6562 15.9992 14 14.6555 14 12.9992V10.9992C14 10.4461 13.5531 9.99922 13 9.99922C12.4469 9.99922 12 10.4461 12 10.9992V12.9992C12 13.5523 11.5531 13.9992 11 13.9992H3C2.44688 13.9992 2 13.5523 2 12.9992V10.9992Z"
|
|
52
|
+
fill="#0277BD" />
|
|
53
|
+
</svg>
|
|
54
|
+
{{/if}}
|
|
40
55
|
<span>Share</span>
|
|
41
56
|
</button>
|
|
42
57
|
<div class="dropdown-menu" aria-labelledby="dropdownShareLinks">
|
|
43
|
-
<div class="a2a_kit a2a_kit_size_32 a2a_default_style"
|
|
58
|
+
<div class="a2a_kit a2a_kit_size_32 a2a_default_style"
|
|
59
|
+
data-a2a-url="https://www-uat1.dev.wickes.co.uk/project-list/be91b064-13ad-4e27-b51d-67e77a53f430"
|
|
60
|
+
data-a2a-title="Please check my Wickes project list" style="line-height: 32px;">
|
|
44
61
|
<ul class="socials__list">
|
|
45
62
|
<li class="socials__item">
|
|
46
|
-
<a type="button" href="#" class="a2a_button_email" data-toggle="modal"
|
|
63
|
+
<a type="button" href="#" class="a2a_button_email" data-toggle="modal"
|
|
64
|
+
data-target="#share-list-modal"></a>
|
|
47
65
|
</li>
|
|
48
66
|
<li class="socials__item">
|
|
49
67
|
<a class="a2a_button_facebook" target="_blank" rel="nofollow noopener" href="/#facebook"></a>
|
|
@@ -58,9 +76,9 @@
|
|
|
58
76
|
</div>
|
|
59
77
|
</div>
|
|
60
78
|
</div>
|
|
61
|
-
<button href="#" class="btn btn_full btn-
|
|
79
|
+
<button href="#" class="btn btn_full btn-primary download-pdf">
|
|
62
80
|
<i class="fas fa-file-download icon"></i>
|
|
63
|
-
<span>Download</span>
|
|
81
|
+
<span>Download pdf</span>
|
|
64
82
|
</button>
|
|
65
83
|
</div>
|
|
66
84
|
|
|
@@ -71,7 +89,7 @@
|
|
|
71
89
|
<div class="content shop-list-info d-flex">
|
|
72
90
|
<div class="shop-list-info_item heading-4">
|
|
73
91
|
<span class="shop-list-info_count">5</span> item<span class="shop-list-info_one-item">s</span> (<span
|
|
74
|
-
|
|
92
|
+
class="shop-list-info_left">95</span> left)
|
|
75
93
|
</div>
|
|
76
94
|
</div>
|
|
77
95
|
</div>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<div class="container mb-3">
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
<a class="btn btn-secondary btn-back-to-project-list" href="/page_my-project-list-multiple.html">
|
|
3
|
+
<i class="fas fa-arrow-left"></i>
|
|
4
|
+
<span>
|
|
5
5
|
Back to Project Lists hub
|
|
6
6
|
</span>
|
|
7
|
-
|
|
7
|
+
</a>
|
|
8
8
|
</div>
|
|
9
9
|
<div class="globalMessages container component pt-0 pb-0">
|
|
10
10
|
<div class="row">
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
<i class="fas fa-share-alt icon"></i>
|
|
65
65
|
<span>Share</span>
|
|
66
66
|
</button>
|
|
67
|
-
<button href="#" class="btn btn_full btn-secondary download-pdf
|
|
67
|
+
<button href="#" class="btn btn_full btn-secondary download-pdf">
|
|
68
68
|
<i class="fas fa-file-download icon"></i>
|
|
69
69
|
<span>Download</span>
|
|
70
70
|
</button>
|