Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with Worldpay


sue3005

Recommended Posts

Could anyone please help with the following. I have been using Worldpay for a number of years and just recently realised that I wasn't having any orders paying by worldpay and when I looked into it, the page that should allow buyers to put in their card details doesn't exist. I called Worldpay and they told me that the particular page is old and it should have been updated to the address that they gave me but i have no idea how to change this. I have looked in oscommerce in my admin but I can't see anything there that is changeable.

I know how to edit filed on the server but dont know which file to look in if it has to be changed there.

Any help much appreciated

Thank you

Sue

 

Link to comment
Share on other sites

If you post a bit more information like which version of osc you are using? what worldpay mod version you have installed?, what address have you been asked to change? then I'm sure someone here will be in a better position to help if they can.

 

Link to comment
Share on other sites

In includes/modules/payment/rbsworldpay_hosted.php find line 36 approx

        if ( MODULE_PAYMENT_RBSWORLDPAY_HOSTED_TESTMODE == 'True' ) {
          $this->form_action_url = 'https://secure-test.worldpay.com/wcc/purchase';
        } else {
          $this->form_action_url = 'https://secure.worldpay.com/wcc/purchase';

Change the bottom URL keeping it between the ' ' to the new one supplied by worldpay. The top one is the test site, have they supplied one for that?

Live shop Phoenix 1.0.8.4 on PHP 7.4 Working my way up the versions.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...