obboy Posted December 17, 2009 Share Posted December 17, 2009 Hi all! Just wondering if anyone else is experiencing similar problems after installing the OPC. The main problem is the setting of the different sections of the checkout i.e. payment, shipping etc. The error is always along the lines of, "There was an error setting shipping method, please inform IT Web Experts about this error" or "There was an error setting payment method, please inform IT Web Experts about this error" However, the ajax still updates as after a refresh, whatever changes i have made to the order still remain. Any help would be greatly appreciated!! Thanks!! Quote Link to comment Share on other sites More sharing options...
jferezy Posted February 22, 2010 Share Posted February 22, 2010 Have you ever found the fix for this? I am having the problem with Authorize.net. Any help would be greatly appreciated. Quote Link to comment Share on other sites More sharing options...
obboy Posted February 26, 2010 Author Share Posted February 26, 2010 Nope still no luck im afraid. I ended up combining the shipping and payment pages into one which reduces the pages a little. Then the confirmation page will still interact with your authorize.net installation as it did. If you ever find anything on your hunt please let me know! Quote Link to comment Share on other sites More sharing options...
sbetto Posted March 28, 2011 Share Posted March 28, 2011 (edited) I too had a similar error 'there was an error setting payment method, please inform....' - it turned out to be a simple fix in catalog/includes/classes/onepage_checkout.php find /* Comment line below for oscommerce versions before MS2.2 RC2a */ $confirmation = $GLOBALS[$payment]->confirmation(); /* Uncomment line below for oscommerce versions before MS2.2 RC2a */ //$confirmation = $GLOBALS[$payment]->selection(); change it to /* Comment line below for oscommerce versions before MS2.2 RC2a */ //$confirmation = $GLOBALS[$payment]->confirmation(); /* Uncomment line below for oscommerce versions before MS2.2 RC2a */ $confirmation = $GLOBALS[$payment]->selection(); More details on the support thread for one page checkout - http://www.oscommerce.com/forums/topic/333292-one-page-checkout-support/page__st__2160__gopid__1574405#entry1574405 Edited March 28, 2011 by sbetto Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.