Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Is anyone familiar with the DEVOSC Pay Pal IPN Module?


Recommended Posts

Posted

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.

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.

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