File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed
Expand file tree Collapse file tree 4 files changed +12
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -86,9 +86,6 @@ class MonduCheckoutPlugin {
8686 if ( typeof ppp !== 'undefined' ) {
8787 if ( ppp . getPaymentMethod ( ) != null ) {
8888 $ ( '.active-mondu-method' ) . removeClass ( 'active-mondu-method' ) ;
89-
90- $ ( '[name="Zahlungsart"]' ) . filter ( ':checked' ) . prop ( 'checked' , false ) ;
91- $ ( '[name="Zahlungsart"]' ) . filter ( ':checked' ) . trigger ( 'change' ) ;
9289 }
9390 }
9491 }
Original file line number Diff line number Diff line change 1+ extends file="{ $parent_template_path } /checkout/step5_confirmation.tpl"}
2+
3+ { block name= ' checkout-step5-confirmation-payment-method' }
4+ <p ><strong class =" title" >{ lang key= ' paymentOptions' } </strong ></p >
5+ <p >{ $smarty .session.Zahlungsart-> angezeigterName |trans} </p >
6+ { if isset($smarty .session.Zahlungsart-> cHinweisText ) && ! empty($smarty .session.Zahlungsart-> cHinweisText )} { * this should be localized *}
7+ <p class =" small text-muted-util" >{ $smarty .session.Zahlungsart-> cHinweisText |replace :" [url=" : " <a target=\" _blank\" href=\" " |replace :" [/url]" :" </a>" |replace :" ]" :" \" >" } </p >
8+ { /if }
9+ { /block }
Original file line number Diff line number Diff line change 77 <PluginID >MonduPayment</PluginID >
88 <XMLVersion >100</XMLVersion >
99 <ShopVersion >5.0.0</ShopVersion >
10- <Version >1.0.10 </Version >
10+ <Version >1.0.11 </Version >
1111 <CreateDate >2022-06-07</CreateDate >
1212 <Install >
1313 <Hooks >
476476 <position >body</position >
477477 </file >
478478 <file >
479- <name >plugin-1-0-10 .js</name >
479+ <name >plugin-1-0-11 .js</name >
480480 <priority >1</priority >
481481 <position >body</position >
482482 </file >
489489
490490 <CSS >
491491 <file >
492- <name >style-1-0-10 .css</name >
492+ <name >style-1-0-11 .css</name >
493493 <priority >4</priority >
494494 </file >
495495 </CSS >
You can’t perform that action at this time.
0 commit comments