File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,6 @@ class MonduCheckoutPlugin {
100100 }
101101 }
102102
103-
104-
105103 _isMonduPaymentSelected ( ) {
106104 return window . MONDU_CONFIG != undefined && window . MONDU_CONFIG . selected ;
107105 }
Original file line number Diff line number Diff line change 11extends file="{ $parent_template_path } /checkout/inc_payment_methods.tpl"}
22
33{ block name= ' checkout-inc-payment-methods-note' }
4- <span class =" checkout-payment-method-note" >
4+ { if $zahlungsart -> cAnbieter == ' Mondu' }
5+ <span class =" checkout-payment-method-note" >
56 <small >{ $zahlungsart -> cHinweisText |trans|replace : " [br]" :" <br />" |replace :" [b]" :" <b>" |replace :" [/b]" :" </b>" |replace :" [url=" : " <a target=\" _blank\" href=\" " |replace :" [/url]" :" </a>" |replace :" ]" :" \" >" } </small >
6- </span >
7+ </span >
8+ { else }
9+ { $zahlungsart -> cHinweisText |trans}
10+ { /if }
711{ /block }
812
913{ block name= ' checkout-inc-payment-methods-image-title' }
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 >3.0.5 </Version >
10+ <Version >3.0.6 </Version >
1111 <CreateDate >2022-06-07</CreateDate >
1212 <Install >
1313 <Hooks >
You can’t perform that action at this time.
0 commit comments