Hi,
When I click on "Repeat" in my orders, it first shows the message "We're sorry but unfortunately there has been a problem processing your order." for a second and then shows the actual order details. Below is the code in CatalogCheckoutOnePageBody.jsp which shows this error message.
<div id="error-dialog" title="<kk:msg key="one.page.checkout.problem.title"/>" class="content-area rounded-corners">
<div>
<div class="form-section">
<div class="form-section-title no-margin">
<h3><kk:msg key="one.page.checkout.problem"/></h3>
</div>
<a onclick='closeErrorDialog();' class="button small-rounded-corners">
<span ><kk:msg key="common.close"/></span>
</a>
</div>
</div>
</div>
I am not getting why this is happening.
Can somebody please help me to fix it?
Thanks in advance.
The method validateOrderTotals() in KonaKart\custom\appn\src\com\konakart\al\KKAppEngCallouts.java is probably returning false.