SamyT Posted October 25, 2008 Posted October 25, 2008 I was able to follow instruction on how to get my US Server website to display Australian time and I could get every payment method except for Pay Pal to work with this. I think it's the Pay Pal checkout process page that's doing it, but don't know PHP to fix it - here is the code I think is causing the trouble.. $sql_data_array['date_purchased'] = 'now()';tep_db_perform(TABLE_ORDERS, $sql_data_array); The now() needs to be changed to some sort of $aus_date_time thing, but I don't know how to get the code right, does anyone know? Or is it other pages that set the date in the orders table? Right now most orders have Australian date, except for Pay Pal and it is making a mess. Quote
SamyT Posted October 28, 2008 Author Posted October 28, 2008 I guess the maker of this module no longer visits the forums, his website no longer exists either :mellow: Quote
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.