diff --git a/views/frontend/blocks/page/checkout/checkout_order_btn_submit_bottom.tpl b/views/frontend/blocks/page/checkout/checkout_order_btn_submit_bottom.tpl index 432e47a..69aa5c0 100644 --- a/views/frontend/blocks/page/checkout/checkout_order_btn_submit_bottom.tpl +++ b/views/frontend/blocks/page/checkout/checkout_order_btn_submit_bottom.tpl @@ -3,7 +3,11 @@ [{include file="modules/osc/adyen/payment/adyen_assets.tpl"}] [{if $payment->isAdyenCreditCardPayment()}] - [{$smarty.block.parent}] +
+ +
[{/if}] [{include file="modules/osc/adyen/payment/adyen_order_submit.tpl"}] diff --git a/views/frontend/tpl/payment/adyen_order_submit.tpl b/views/frontend/tpl/payment/adyen_order_submit.tpl index 9aecc12..9ff0961 100644 --- a/views/frontend/tpl/payment/adyen_order_submit.tpl +++ b/views/frontend/tpl/payment/adyen_order_submit.tpl @@ -1,7 +1,9 @@ [{assign var="sPaymentID" value=$payment->getId()}] [{assign var="containerId" value=$oViewConf->getTemplatePayButtonContainerId($payment)}]
- [{oxmultilang ident="OSC_ADYEN_BUY_NOW_PAY_WITH"}] + [{if !$payment->isAdyenCreditCardPayment()}] + [{oxmultilang ident="OSC_ADYEN_BUY_NOW_PAY_WITH"}] + [{/if}]