deansp2001 0 Posted December 7, 2007 Hi, ive downloaded and followed all the instructions for the Worldpay module, uploaded all the files. But I can not see the actuall module in the admin section to activate? Any ideas as to whats wrong? Thanks Share this post Link to post Share on other sites
wargaming 0 Posted December 7, 2007 it may be listed under secure credit card payment :) hope this helps Share this post Link to post Share on other sites
deansp2001 0 Posted December 8, 2007 it may be listed under secure credit card payment :) hope this helps Thanks! Found it now. Slight problem now though. The orders process fine through world pay in Test Mode. But the orders do not show in the back end admin site and when the user who made the order logs back into the site and they click on my account it shows that they have not ordered anything. Also once the page redirects to world pay and the credit card information is entered it does not automaticly redirect back the the home page, it just stays there. Will all this change when I make it live? Or have I done something wrong? Thank you Share this post Link to post Share on other sites
deansp2001 0 Posted December 8, 2007 I found this in the install instructions: 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. I tried messing around with PHPMYADMIN but kept getting errors. Anyone know how to do this? Thanks. Share this post Link to post Share on other sites