Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

There was an error setting... Problem


obboy

Recommended Posts

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!!

Link to comment
Share on other sites

  • 2 months later...

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!

Link to comment
Share on other sites

  • 1 year later...

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 by sbetto
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...