diff --git a/frontend/css/style-1-0-10.css b/frontend/css/style-1-0-11.css similarity index 100% rename from frontend/css/style-1-0-10.css rename to frontend/css/style-1-0-11.css diff --git a/frontend/js/plugin-1-0-10.js b/frontend/js/plugin-1-0-11.js similarity index 96% rename from frontend/js/plugin-1-0-10.js rename to frontend/js/plugin-1-0-11.js index 27228cd..6a602e5 100644 --- a/frontend/js/plugin-1-0-10.js +++ b/frontend/js/plugin-1-0-11.js @@ -86,9 +86,6 @@ class MonduCheckoutPlugin { if (typeof ppp !== 'undefined') { if (ppp.getPaymentMethod() != null) { $('.active-mondu-method').removeClass('active-mondu-method'); - - $('[name="Zahlungsart"]').filter(':checked').prop('checked', false); - $('[name="Zahlungsart"]').filter(':checked').trigger('change'); } } } diff --git a/frontend/template/checkout/step5_confirmation.tpl b/frontend/template/checkout/step5_confirmation.tpl new file mode 100644 index 0000000..b6f60db --- /dev/null +++ b/frontend/template/checkout/step5_confirmation.tpl @@ -0,0 +1,9 @@ +extends file="{$parent_template_path}/checkout/step5_confirmation.tpl"} + +{block name='checkout-step5-confirmation-payment-method'} +

{lang key='paymentOptions'}

+

{$smarty.session.Zahlungsart->angezeigterName|trans}

+ {if isset($smarty.session.Zahlungsart->cHinweisText) && !empty($smarty.session.Zahlungsart->cHinweisText)}{* this should be localized *} +

{$smarty.session.Zahlungsart->cHinweisText|replace:"[url=": ""|replace:"]":"\" >"}

+ {/if} +{/block} \ No newline at end of file diff --git a/info.xml b/info.xml index 634886f..fd87bfb 100644 --- a/info.xml +++ b/info.xml @@ -7,7 +7,7 @@ MonduPayment 100 5.0.0 - 1.0.10 + 1.0.11 2022-06-07 @@ -476,7 +476,7 @@ body - plugin-1-0-10.js + plugin-1-0-11.js 1 body @@ -489,7 +489,7 @@ - style-1-0-10.css + style-1-0-11.css 4