Skip to content

Commit f8d633b

Browse files
1 parent f68aa8e commit f8d633b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

frontend/js/plugin.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

frontend/template/checkout/inc_payment_methods.tpl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
extends 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'}

info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

0 commit comments

Comments
 (0)