KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: pooja on January 16, 2015, 11:13:04 pm

Title: One page checkout error
Post by: pooja on January 16, 2015, 11:13:04 pm
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.
Title: Re: One page checkout error
Post by: julie on January 19, 2015, 08:15:05 am
The method validateOrderTotals() in KonaKart\custom\appn\src\com\konakart\al\KKAppEngCallouts.java is probably returning false.