wickes-css2 2.98.0-billie.1 → 2.98.0-develop.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.
- package/Readme.md +0 -1
- package/build/css/category-main.css +1 -1
- package/build/css/components/checkout-payment-details-v2.css +1 -1
- package/build/css/components/global-search.css +1 -1
- package/build/css/components/loader.css +1 -1
- package/build/css/homepage-main.css +1 -1
- package/build/css/main.css +1 -1
- package/build/css/my-account-main-v2.css +1 -1
- package/build/css/my-account-main.css +1 -1
- package/build/css/pages/checkout-new.css +1 -1
- package/build/css/pages/my-account-v2.css +1 -1
- package/build/css/pages/page_home.css +1 -1
- package/build/css/pages/page_my-orders.css +1 -1
- package/build/css/pdp-main-before-combine.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/calm-primary-logo.png +0 -0
- package/build/js/basket.min.js +1 -1
- package/build/js/emulation.min.js +0 -5
- package/build/js/page/basket-v2.js +15 -8
- package/build/js/page/checkout-payment-details.js +0 -3
- package/build/js/page/components/charity.js +58 -43
- package/package.json +2 -2
- package/src/components/basket-charity-donations-new.hbs +40 -0
- package/src/components/checkout-payment-details-v2.hbs +54 -100
- package/src/components/checkout_payment-new.hbs +1 -10
- package/src/components/donation-cart-new.hbs +38 -0
- package/src/components/my-account/active-orders/list-orders.hbs +1 -1
- package/src/components/my-account/active-orders/order.hbs +0 -2
- package/src/components/payment-loader.hbs +0 -4
- package/src/components/payments-checkout-v2.hbs +6 -12
- package/src/components/payments-checkout.hbs +0 -6
- package/src/components/payments.hbs +4 -10
- package/src/data/data_shopping-cart-v2.json +51 -0
- package/src/img/calm-primary-logo.png +0 -0
- package/src/js/emulation/paymentLoader.js +1 -5
- package/src/js/page/basket-v2.js +15 -8
- package/src/js/page/checkout-payment-details.js +0 -3
- package/src/js/page/components/charity.js +58 -43
- package/src/page_checkout_delivery-address-customer-journey.html +2 -2
- package/src/page_my-account.html +0 -1
- package/src/page_shopping-cart-v2.html +3 -4
- package/src/scss/components/_charity-donations.scss +114 -186
- package/src/scss/components/_donation-cart-new.scss +192 -0
- package/src/scss/components/_payments-v2.scss +0 -8
- package/src/scss/components/checkout-payment-details-v2.scss +0 -67
- package/src/scss/components/loader.scss +0 -8
- package/src/scss/components/my-account/_active-orders.scss +0 -2
- package/src/scss/pages/_checkout-confirmation-new.scss +3 -10
- package/src/scss/pages/checkout-new.scss +1 -0
- package/src/scss/pages/my-account-v2.scss +0 -1
- package/src/sitemap.html +0 -27
- package/build/img/billie-logo.svg +0 -4
- package/build/img/billie-spinner.svg +0 -5
- package/build/img/billie.svg +0 -4
- package/build/img/payment/checkout/billie.svg +0 -4
- package/build/img/payment/footer/billie.svg +0 -4
- package/src/components/checkout-payment-info-block.hbs +0 -47
- package/src/components/checkout-payment-option.hbs +0 -40
- package/src/components/my-account/active-orders/payment-status.hbs +0 -8
- package/src/img/billie-logo.svg +0 -4
- package/src/img/billie-spinner.svg +0 -5
- package/src/img/billie.svg +0 -4
- package/src/img/payment/checkout/billie.svg +0 -4
- package/src/img/payment/footer/billie.svg +0 -4
- package/src/page_checkout_confirmation-billie.html +0 -339
- package/src/page_payment-details-with-billie.html +0 -66
- package/src/page_product-details-billie.html +0 -86
- package/src/page_shopping-cart-charity.html +0 -56
- package/src/scss/components/my-account/_payment-status.scss +0 -36
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
{{#extend "checkout" pageClass="page_checkout-delivery-new page_checkout-confirmation-new" title="Checkout - Payment details with Billie" isAsideSticky="true" clearPayIcon=true billieIcon=true}}
|
|
2
|
-
|
|
3
|
-
{{#content "head" mode="append"}}
|
|
4
|
-
<link type="text/css" rel="stylesheet" href="./css/pages/checkout-new.css">
|
|
5
|
-
<link type="text/css" rel="stylesheet" href="./css/pages/page_checkout_delivery-new.css">
|
|
6
|
-
<link type="text/css" rel="stylesheet" href="./css/components/payment-details-BPS-form.css">
|
|
7
|
-
<link type="text/css" rel="stylesheet" href="./css/components/checkout-payment-details-v2.css">
|
|
8
|
-
|
|
9
|
-
<script src="https://applepay.cdn-apple.com/jsapi/v1/apple-pay-sdk.js"></script>
|
|
10
|
-
{{/content}}
|
|
11
|
-
{{#content "notification"}}
|
|
12
|
-
{{> notifications notification-page.error text="Sorry, there are errors on this page. Please review the information you've entered and update sections marked in red."}}
|
|
13
|
-
{{/content}}
|
|
14
|
-
{{#content "steps"}}
|
|
15
|
-
{{> steps-three-steps active-step-index="2"}}
|
|
16
|
-
{{/content}}
|
|
17
|
-
|
|
18
|
-
{{#content "aside"}}
|
|
19
|
-
{{> order-summary delivery-address-v2.summary no-action=true id=1 basket-id=true clearPayIcon=clearPayIcon billieIcon=true paymentsCheckoutV2=true}}
|
|
20
|
-
{{/content}}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
{{#content "main"}}
|
|
24
|
-
<div class="delivery-block">
|
|
25
|
-
<h3 class="delivery-block__heading">Delivery Information</h3>
|
|
26
|
-
<div class="delivery-block__wrapper">
|
|
27
|
-
{{#with checkoutOrder.deliveryPayments.[0]}}
|
|
28
|
-
<div class="checkout-order">
|
|
29
|
-
{{> checkout-order-block}}
|
|
30
|
-
</div>
|
|
31
|
-
{{/with}}
|
|
32
|
-
</div>
|
|
33
|
-
</div>
|
|
34
|
-
|
|
35
|
-
<div class="click-collect-block">
|
|
36
|
-
<h3 class="click-collect-block__heading">Click & Collect</h3>
|
|
37
|
-
<div class="click-collect-block__wrapper">
|
|
38
|
-
{{#with checkoutOrder.clickCollectDeliveryAddress.[0]}}
|
|
39
|
-
<div class="checkout-order">
|
|
40
|
-
{{> checkout-order-block}}
|
|
41
|
-
</div>
|
|
42
|
-
{{/with}}
|
|
43
|
-
</div>
|
|
44
|
-
</div>
|
|
45
|
-
|
|
46
|
-
<div class="billing-payment-block">
|
|
47
|
-
<h3 class="billing-payment-block__heading">Billing & Payment</h3>
|
|
48
|
-
<div class="billing-payment-block__wrapper">
|
|
49
|
-
{{> checkout-payment-details-v2 apple-pay=true google-pay=true clear-pay=true billie=true}}
|
|
50
|
-
</div>
|
|
51
|
-
</div>
|
|
52
|
-
|
|
53
|
-
{{/content}}
|
|
54
|
-
|
|
55
|
-
{{#content "foot" mode="append"}}
|
|
56
|
-
<script
|
|
57
|
-
async
|
|
58
|
-
src="https://pay.google.com/gp/p/js/pay.js">
|
|
59
|
-
</script>
|
|
60
|
-
<script defer src="./js/page/checkout-confirmation-new.js"></script>
|
|
61
|
-
<script defer src="./js/page/checkout-payment-details.js"></script>
|
|
62
|
-
<script defer src="./js/page/klarna-modal-scroll-disable.js"></script>
|
|
63
|
-
{{> checkout-terms-and-conditions-modal }}
|
|
64
|
-
{{> payment-loader billie-logo="true" hidden="true"}}
|
|
65
|
-
{{/content}}
|
|
66
|
-
{{/extend}}
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
{{#extend "base" pageClass="page-product-details" title="Product details page new with Billie"
|
|
2
|
-
isDiscount=true
|
|
3
|
-
isSQM=true
|
|
4
|
-
isDescription=true
|
|
5
|
-
isCashback=false
|
|
6
|
-
isSize=true
|
|
7
|
-
hourly-delivery=true
|
|
8
|
-
badge-text='15% off'
|
|
9
|
-
badge-color='yellow'
|
|
10
|
-
badge-text-color='gray'
|
|
11
|
-
step3=true
|
|
12
|
-
currentlyInStock=true
|
|
13
|
-
pagePdp=true
|
|
14
|
-
}}
|
|
15
|
-
{{#content "body"}}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
<main class="pdp__main">
|
|
19
|
-
<div class="container">
|
|
20
|
-
<div class="pdp">
|
|
21
|
-
<div class="pdp__title">
|
|
22
|
-
<h1 class="pdp__heading">Bosch PSB 1800 LI-2 18V Li-Ion Cordless Combi Drill Example with long
|
|
23
|
-
title in two rows
|
|
24
|
-
</h1>
|
|
25
|
-
<div class="pdp__reviews_small">
|
|
26
|
-
<span class="product-code product-code-v2">Product code: <strong id="product-code-val">236334</strong></span>
|
|
27
|
-
<div class="product-card__reviews review-star">
|
|
28
|
-
<div class="product-rating product-rating-v2">
|
|
29
|
-
<div class="rating-bg">
|
|
30
|
-
<i class="fa fa-star" aria-hidden="true"></i>
|
|
31
|
-
<i class="fa fa-star" aria-hidden="true"></i>
|
|
32
|
-
<i class="fa fa-star" aria-hidden="true"></i>
|
|
33
|
-
<i class="fa fa-star" aria-hidden="true"></i>
|
|
34
|
-
<i class="fa fa-star" aria-hidden="true"></i>
|
|
35
|
-
<div class="rating-overlay"
|
|
36
|
-
data-rating="{{#if review-rating}}{{review-rating}}{{else}}0{{/if}}">
|
|
37
|
-
<i class="fa fa-star" aria-hidden="true"></i>
|
|
38
|
-
<i class="fa fa-star" aria-hidden="true"></i>
|
|
39
|
-
<i class="fa fa-star" aria-hidden="true"></i>
|
|
40
|
-
<i class="fa fa-star" aria-hidden="true"></i>
|
|
41
|
-
<i class="fa fa-star" aria-hidden="true"></i>
|
|
42
|
-
</div>
|
|
43
|
-
</div>
|
|
44
|
-
</div>
|
|
45
|
-
<span class="review-star-average review-star-average-v2">(4.6)</span>
|
|
46
|
-
</div>
|
|
47
|
-
<span class="pdp__reviews-link-wrap"><a href="#" data-link="#pdp-reviews" id="open-review">82 reviews</a></span>
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
50
|
-
|
|
51
|
-
<div class="pdp__gallery">
|
|
52
|
-
{{> gallery-pdp-v2 }}
|
|
53
|
-
</div>
|
|
54
|
-
<div class="pdp__aside">
|
|
55
|
-
{{> price-block-v2
|
|
56
|
-
isProductSaved=false
|
|
57
|
-
isUserLogedOut=true
|
|
58
|
-
install=true
|
|
59
|
-
sample=true
|
|
60
|
-
big-wins=true
|
|
61
|
-
stock-accordion="stock-accordion"
|
|
62
|
-
cc=false
|
|
63
|
-
nearestAmount=12
|
|
64
|
-
isUserNonRegistered=true
|
|
65
|
-
delivery=true
|
|
66
|
-
nearest-purchase=true
|
|
67
|
-
clearpay-placement=true
|
|
68
|
-
}}
|
|
69
|
-
{{> fulfilment-accordions }}
|
|
70
|
-
</div>
|
|
71
|
-
<div class="pdp__description">
|
|
72
|
-
{{> product-main-info-v2 isAdvice=true}}
|
|
73
|
-
</div>
|
|
74
|
-
</div>
|
|
75
|
-
</div>
|
|
76
|
-
</main>
|
|
77
|
-
{{/content}}
|
|
78
|
-
{{#content "foot" mode="append"}}
|
|
79
|
-
<script type="text/html" id="mini-basket-popup">
|
|
80
|
-
{{> popover-mini-basket mod="popover-mini-basket_just-added" products=mini-basket.just-added just-added=true}}
|
|
81
|
-
</script>
|
|
82
|
-
<script defer src="./js/page/pdp.js"></script>
|
|
83
|
-
{{> click-and-collect-modal}}
|
|
84
|
-
{{> thank-you-modal}}
|
|
85
|
-
{{/content}}
|
|
86
|
-
{{/extend}}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
{{#extend "right-aside" page_shopping-cart pageClass="page_basket" title="Basket" pageBasket=true}}
|
|
2
|
-
{{#content "head" mode="append"}}
|
|
3
|
-
<link type="text/css" rel="stylesheet" href="./css/pages/page_shopping-cart.css">
|
|
4
|
-
<link type="text/css" rel="stylesheet" href="./css/pages/checkout.css">
|
|
5
|
-
{{/content}}
|
|
6
|
-
{{#content "heading"}}
|
|
7
|
-
<div class="notification-area desktop">
|
|
8
|
-
{{> notifications notification-page.warning-tiles-changed withCloseBtn="true"}}
|
|
9
|
-
</div>
|
|
10
|
-
|
|
11
|
-
<div class="page-header">
|
|
12
|
-
<a href="./" class="page-header__back-link">Continue shopping</a>
|
|
13
|
-
|
|
14
|
-
<div class="notification-area mobile">
|
|
15
|
-
{{> notifications notification-page.warning-tiles-changed withCloseBtn="true"}}
|
|
16
|
-
</div>
|
|
17
|
-
|
|
18
|
-
<h1 class="page-header__title">Your Basket</h1>
|
|
19
|
-
</div>
|
|
20
|
-
{{/content}}
|
|
21
|
-
{{#content "main"}}
|
|
22
|
-
{{> checkout_actions
|
|
23
|
-
top-actions=true
|
|
24
|
-
modifier="checkout-widget__basket-block_small"}}
|
|
25
|
-
{{> checkout_order-summary_basket label="Total: " id=1 }}
|
|
26
|
-
{{#extend "lines-group" name="For delivery" count=4 id=136589003}}
|
|
27
|
-
{{#content "content"}}
|
|
28
|
-
{{#each linesDelivery}}
|
|
29
|
-
{{>order-line mod="order-line_shrink" dynamic=true deliveryChecked=true pageShopCart=true}}
|
|
30
|
-
{{/each}}
|
|
31
|
-
{{/content}}
|
|
32
|
-
{{/extend}}
|
|
33
|
-
{{#if charityDonations}}
|
|
34
|
-
{{> charity-donations charityDonations}}
|
|
35
|
-
{{#each linesCharity}}
|
|
36
|
-
{{>order-line mod="order-line_shrink" dynamic=true}}
|
|
37
|
-
{{/each}}
|
|
38
|
-
{{/if}}
|
|
39
|
-
{{/content}}
|
|
40
|
-
{{#content "aside"}}
|
|
41
|
-
{{> checkout_order-summary_basket label="Total: " id=2}}
|
|
42
|
-
{{/content}}
|
|
43
|
-
{{#content "prefooter"}}
|
|
44
|
-
<div class="container component pb-0">
|
|
45
|
-
<hr>
|
|
46
|
-
</div>
|
|
47
|
-
|
|
48
|
-
{{/content}}
|
|
49
|
-
{{#content "footer"}}
|
|
50
|
-
{{> footer_basket }}
|
|
51
|
-
{{/content}}
|
|
52
|
-
{{#content "foot" mode="append"}}
|
|
53
|
-
<script defer src="./js/page/basket.js"></script>
|
|
54
|
-
{{> click-and-collect-modal }}
|
|
55
|
-
{{/content}}
|
|
56
|
-
{{/extend}}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
.payment-status {
|
|
2
|
-
display: flex;
|
|
3
|
-
align-items: center;
|
|
4
|
-
padding: 8px;
|
|
5
|
-
background-color: $gray-bg;
|
|
6
|
-
gap: 8px;
|
|
7
|
-
margin-top: 12px;
|
|
8
|
-
grid-area: paymentStatus;
|
|
9
|
-
|
|
10
|
-
&__logo {
|
|
11
|
-
width: 38px;
|
|
12
|
-
height: 24px;
|
|
13
|
-
display: flex;
|
|
14
|
-
align-items: center;
|
|
15
|
-
justify-content: center;
|
|
16
|
-
flex-shrink: 0;
|
|
17
|
-
|
|
18
|
-
.payments-status__image {
|
|
19
|
-
max-width: 100%;
|
|
20
|
-
height: auto;
|
|
21
|
-
display: block;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
&__text {
|
|
26
|
-
font-size: .75rem;
|
|
27
|
-
font-weight: 400;
|
|
28
|
-
line-height: 1rem;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
@include media-breakpoint-up(lg) {
|
|
33
|
-
.payment-status {
|
|
34
|
-
margin-top: 16px;
|
|
35
|
-
}
|
|
36
|
-
}
|