Skip to content

Commit

Permalink
AM-132 - move adyen payment input to the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
nils.baczynski@fatchip.de authored and nils.baczynski@fatchip.de committed Oct 7, 2024
1 parent ea554d8 commit a4f19c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 62 deletions.
5 changes: 0 additions & 5 deletions metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,6 @@
'block' => 'checkout_order_address',
'file' => 'views/frontend/blocks/page/checkout/order_checkout_order_address.tpl'
],
[
'template' => 'page/checkout/order.tpl',
'block' => 'shippingAndPayment',
'file' => 'views/frontend/blocks/page/checkout/order_checkout_shippingandpayment.tpl'
],
//admin
[
'template' => 'module_config.tpl',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
[{include file="modules/osc/adyen/payment/adyen_assets.tpl"}]

[{if $payment->isAdyenCreditCardPayment()}]
[{assign var="payment" value=$oView->getPayment()}]
[{$payment->oxpayments__oxdesc->value}]
<div id="oscadyencreditcard-container" data-paymentid="payment_oscadyencreditcard">
</div>

<div class="">
<button type="submit" class="adyen-checkout__button adyen-checkout__button--pay btn-lg pull-right largeButton">
<i class="fa fa-check"></i> [{oxmultilang ident="SUBMIT_ORDER"}]
Expand Down

This file was deleted.

0 comments on commit a4f19c2

Please sign in to comment.