Colin J Posted January 26, 2007 Share Posted January 26, 2007 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. Quote Link to comment Share on other sites More sharing options...
Colin J Posted January 28, 2007 Author Share Posted January 28, 2007 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. 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.
Note: Your post will require moderator approval before it will be visible.