Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

nickitcp

Archived
  • Posts

    5
  • Joined

  • Last visited

Everything posted by nickitcp

  1. /catalog/includes/modules/payment/paypal_ipn.php Line 523 $parameters['return'] = tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL'); change this to: $parameters['return'] = "https://www.artifexshirts.com/thank_you.php"; Should do the trick.
  2. Hi all, I have finally intergrated the paypal IPN support into our shopping cart system. Im having a problem on my live site which i did not see on my test/development site. For some reason when an order gets returned from paypal and the status gets updated an extra blank product line gets inserted into the order. I have tried sifting through the 180 odd pages here to find a solution but thats not proving to be easy. Does anyone have a solution for this or has anyone seen this happen before?
  3. Please dis-regard this second issue. Turns out that was my fault, a small bit of code i removed when trying to get rid of an old paypal module prior to the installation of this module. How-ever im still having a the duplicate order problem as described in previous post.
  4. I am finding a few issues very similar to the ones described here in the last 10 pages or so. Firstly: I have managed to get the Paypal IPN orders status to atleast update to "awaiting dispatch" after going through the payment process. How-ever for some reason the order duplicates at this point. Which still leaves a order in "Preparing [Paypal IPN]" status. I initially had trouble with the status not updating at all how-ever i managed to get past that point. Secondly: For some reason ever since installing this module i have had issues with my checkout process alltogether. It seems that NO information is passed to the admin area. I basically get a blank order for ANY payment method, (paypal, cheque/money order etc..) There is no telephone number, address, price, tax, shipping information getting passed into the order on the admin site. The confirmation email gets sent with full information without any problems and all information is displayed correctly there, how-ever just nothing at all in the admin site. Has anyone seen these issues before, or know anyway to fix them?!? Luckily of course this is only installed on my development site for the moment. How-ever we were hoping to get this into production within the next week after all testing is completed.
×
×
  • Create New...