tintin Posted December 29, 2005 Share Posted December 29, 2005 (edited) I've installed OSC 2.x and the worldpay module. I had a previous OSC installation and worldpay running just fine. What didn't work then was the callback from Paypal so II never knew what orders had been made, just got payment notifications. I'm having the same problem now. I get the worldpay notifications but the shop doesn't have the new orders in there. Anyone has an idea what is wrong? Cheers and TIA /tintin More info: Just looked up the name on one of the customers to see if I could check his orders. Clicked on orders and got the following: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-20, 20' at line 1 select o.orders_id, o.customers_name, o.customers_id, o.payment_method, o.date_purchased, o.last_modified, o.currency, o.currency_value, s.orders_status_name, ot.text as order_total from orders o left join orders_total ot on (o.orders_id = ot.orders_id), orders_status s where o.customers_id = '1989' and o.orders_status = s.orders_status_id and s.language_id = '1' and ot.class = 'ot_total' order by orders_id DESC limit -20, 20 Edited December 29, 2005 by tintin Quote Link to comment Share on other sites More sharing options...
tintin Posted January 6, 2006 Author Share Posted January 6, 2006 Just bumping up the post and asking again. Does anyone know what could be wrong? I'm not a coder. /tintin Quote Link to comment Share on other sites More sharing options...
kingsleyh Posted January 7, 2006 Share Posted January 7, 2006 Just bumping up the post and asking again. Does anyone know what could be wrong? I'm not a coder. /tintin Hi Im having the same callback problem with the worldpay module I get to the wp thank you screen and it stops there without returning me to the success page on the shop, btw that admin customer sql error is to do with mysql 4.1 - theres some help on the forum somewhere - you have to add an else clause to one of the files and I think theres another file that has the same problem. Quote Link to comment Share on other sites More sharing options...
kingsleyh Posted January 8, 2006 Share Posted January 8, 2006 Well I fixed the problems that I was having with worldpay now - it was quite simple really. hope you also had good luck. Quote Link to comment Share on other sites More sharing options...
snout Posted January 20, 2006 Share Posted January 20, 2006 can you post what steps you took to resolve this please? Quote Link to comment Share on other sites More sharing options...
Guest Posted February 9, 2006 Share Posted February 9, 2006 Well I fixed the problems that I was having with worldpay now - it was quite simple really.hope you also had good luck. PLEASE PLEASE POST HOW YOU SOLVED THIS!!!!! Thanks, Anna 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.