Hi All,
I am facing problem in the anonOnePageCheckout. After adding varient product into cart and as I submit shipping information in step2(ajax request createUpdateShippingAddress) of onePageCheckout, it generate error on console and let it continue to step3 for checkout. On clicking button "continue to step3" of Step2, it call ajax request "createUpdateShippingAddress", that is not working properly and making error. This case is not happening for configurable products.

The error on console is

[ControlEventListener.java:63 :INFO ] Creating session: A9145B683D5C783B594CCB90527E4A12.jvm1 2009-03-17 18:24:27,069 (http-0.0.0.0-8080-1) [ UspsMockApiServlet.java:69 :ERROR] Unsupported API [RateV2] 2009-03-17 18:24:27,100 (http-0.0.0.0-8443-3) [ UspsServices.java:1368:INFO ] USPS response: 2009-03-17 18:24:27,100 (http-0.0.0.0-8443-3) [ ServiceDispatcher.java:522:ERROR] Error in Service [uspsRateInquire]: No rate available at this time 2009-03-17 18:24:27,101 (http-0.0.0.0-8443-3) [ TransactionUtil.java:275:ERROR] ---- exception report ----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace ---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:274)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:256)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:526)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:162)

These infomation are properly get stored corresponding entities.

Reply via email to