Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in /page/checkout/inc/payment_other.tpl #12

Open
wolkenkrieger opened this issue Aug 15, 2017 · 1 comment
Open

typo in /page/checkout/inc/payment_other.tpl #12

wolkenkrieger opened this issue Aug 15, 2017 · 1 comment

Comments

@wolkenkrieger
Copy link

Original:

<label for="payent_[{$sPaymentID}]"> <input type="radio" name="paymentid" id="payent_[{$sPaymentID}]" value="[{$sPaymentID}]" [{if $oView->getCheckedPaymentId() == $sPaymentID}]checked[{/if}]> <b class="h3">[{$paymentmethod->oxpayments__oxdesc->value}]</b> [{if $paymentmethod->oxpayments__oxaddsum->value}]&nbsp;(+[{oxprice price=$paymentmethod->getPrice() currency=$currency }])[{/if}] </label>

Bereinigt:

<label for="payment_[{$sPaymentID}]"> <input type="radio" name="paymentid" id="payment_[{$sPaymentID}]" value="[{$sPaymentID}]" [{if $oView->getCheckedPaymentId() == $sPaymentID}]checked[{/if}]> <b class="h3">[{$paymentmethod->oxpayments__oxdesc->value}]</b> [{if $paymentmethod->oxpayments__oxaddsum->value}]&nbsp;(+[{oxprice price=$paymentmethod->getPrice() currency=$currency }])[{/if}] </label>

in payment_[{$sPaymentID}] fehlt jeweils das 'm' :)

@vanilla-thunder
Copy link
Owner

leider auch in anderen Templates :D doofes copy-paste Fehler.
Ich habs lokal schon bereinigt, werde gleich auf github hochladen.
Danke!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants