diff --git a/views/blocks/page/checkout/checkout_order_btn_submit_bottom.tpl b/views/blocks/page/checkout/checkout_order_btn_submit_bottom.tpl index e168318af..0ebde48a2 100644 --- a/views/blocks/page/checkout/checkout_order_btn_submit_bottom.tpl +++ b/views/blocks/page/checkout/checkout_order_btn_submit_bottom.tpl @@ -1,9 +1,8 @@ [{assign var="payment" value=$oView->getPayment()}] [{if "oscpaypal_acdc" == $payment->getId() || "oscpaypal" == $payment->getId()}]
- + -
[{/if}] [{if "oscpaypal_pui" == $payment->getId()}] diff --git a/views/blocks/page/checkout/shipping_and_payment.tpl b/views/blocks/page/checkout/shipping_and_payment.tpl index e972cc8e4..e06cadc11 100644 --- a/views/blocks/page/checkout/shipping_and_payment.tpl +++ b/views/blocks/page/checkout/shipping_and_payment.tpl @@ -1,4 +1,33 @@ [{assign var="payment" value=$oView->getPayment()}] +[{if "oscpaypal_acdc" == $payment->getId() || "oscpaypal" == $payment->getId()}] + + + +[{/if}] + [{if "oscpaypal_acdc" == $payment->getId() || "oscpaypal_pui" == $payment->getId() || $vaultedPaymentDescription}] [{if $oViewConf->isFlowCompatibleTheme()}] [{include file="modules/osc/paypal/shipping_and_payment_flow.tpl"}]