Hi,
I found links interpreted badly for this page, they don't work. Perhaps
caused by the recent freemarker lib upgrade?
The links are defined like this:
<a href="javascript:submitForm($('checkoutInfoForm'), 'NC', '');"
class="button">${uiLabelMap.AccountingCreditCard}</a>
I've changed them to:
<a href="javascript:submitForm(document.checkoutInfoForm, 'NC', '');"
class="button">${uiLabelMap.AccountingCreditCard}</a>
And set the form name properly. I just followed the way that is used in
other pages for the same process. See checkoutoptions.ftl.
Regards,
--
-----
Jonatan Soto