Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions view/base/web/images/svg/zakelijk_achteraf_betalen_aab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion view/frontend/web/css/express-payments.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@
margin: 10px 0;
box-sizing: border-box;
cursor: pointer;
display: none;
}

/* Hide Apple Pay wrapper in checkout payment method selection - use Place Order button instead */
.buckaroo_magento2_applepay.payment-method #apple-pay-wrapper {
display: none !important;
}

/* Apple Pay Button Styling */
Expand Down
4 changes: 4 additions & 0 deletions view/frontend/web/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,10 @@
display: inline;
}

.buckaroo_magento2_applepay.payment-method #apple-pay-wrapper {
display: none !important;
}

/* iDIN product page styles */
#buckaroo_idin_product {
background: #d4eded;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@
<!--/ko-->
</div>

<!-- Apple Pay button wrapper removed - using only Place Order button for checkout -->
<div class="actions-toolbar" data-bind="visible: canShowPaymentMethod()">
<div class="primary">
<div id="apple-pay-wrapper" data-bind="afterRender: showPayButton"></div>
</div>
</div>

<!-- ko if: payWithBaseCurrency() -->
<div class="buckaroo_magento2_currency-notification">
Expand Down