Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

WorldPay - Callback


Colin J

Recommended Posts

Hello:

 

Text below is from install.txt for Worldpay v4.0 Version 1.9. I am having the problem outlined. Pardon my ignorance but I am assuming this is dealt with via phpmyadmin. However, if I go to phpmyadmin order_status and then browse, the order status values and names appear to be in place.

 

Am I missing something?

 

I have noticed a number or references to this problem of orders not appearing in admin/orders once processing has occured but can't find a suggested resolution other then the one proposed below which does not seem to apply to me.

 

Any help is much, much appreciated.

 

____________________

 

ps. I found that orders were not appearing in my admin screen once payment had been received. I found this was nothing to do with the payment module but that 3 rows were missing from the order_status table.

 

INSERT INTO orders_status VALUES (1, 1, 'Pending');

INSERT INTO orders_status VALUES (2, 1, 'Processing');

INSERT INTO orders_status VALUES (3, 1, 'Delivered');

Will reslve this problem. Only do this if you experience the same problem.

Link to comment
Share on other sites

Answer to my own post. The problem was the callback url used in worldpay admin.

 

Do not use the quotes: https://<wpdisplay item="MC_callback">

Should be: https://<wpdisplay item=MC_callback>

 

Same goes for http.

 

Hello:

 

Text below is from install.txt for Worldpay v4.0 Version 1.9. I am having the problem outlined. Pardon my ignorance but I am assuming this is dealt with via phpmyadmin. However, if I go to phpmyadmin order_status and then browse, the order status values and names appear to be in place.

 

Am I missing something?

 

I have noticed a number or references to this problem of orders not appearing in admin/orders once processing has occured but can't find a suggested resolution other then the one proposed below which does not seem to apply to me.

 

Any help is much, much appreciated.

 

____________________

 

ps. I found that orders were not appearing in my admin screen once payment had been received. I found this was nothing to do with the payment module but that 3 rows were missing from the order_status table.

 

INSERT INTO orders_status VALUES (1, 1, 'Pending');

INSERT INTO orders_status VALUES (2, 1, 'Processing');

INSERT INTO orders_status VALUES (3, 1, 'Delivered');

Will reslve this problem. Only do this if you experience the same problem.

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