Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

drfreeclouds

Archived
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Real Name
    Freecloud
  • Gender
    Male
  • Location
    Fountain Valley, California

drfreeclouds's Achievements

  1. I made all the necessary changes in my PayPal IPN version 1.1.2.11 that were recommended here in this thread and once again I'm still not getting the shipping money from my PayPal transactions. I've had this issue behave badly 2 different ways: #1. some transactions will show the shipping price within the final invoice, but PayPal doesn't collect the shipping money at all. #2. past couple of days I've had an order process through and the shipping doesn't even show up at all on the invoice. I've had my customers tell me that they didn't see any choices for shipping (we use USPS), and were able to just click to the next screen and complete the order without seeing or paying for any shipping whatsoever. ------------------------------------------------------------------------ Here's a copy of the thread I used to try and fix my problem: ------------------------------------------------------------------------ Following these steps you should be able to change the value of no_shipping without updating the module: - Locate the following file in your OSC installation [installation Directory]\catalog\includes\modules\payment\paypal_ipn.php - Make a backup copy of the file - Open it up with a text editor - Search for the following string: "no_shipping" - You should find the following line: $parameters['no_shipping'] = '1'; - Change the "1" in "2" to read $parameters['no_shipping'] = '2'; This appears to have worked for me. I have had several orders today which went through no problems some with different billing addresses to shipping. let me know if it works for you and I will update paypal ----------------------------------------------------------------------------------- Does anybody have any idea why it still doesn't work? Should I upgrade my PayPal IPN to the latest version, will that fix it? or is this a problem with the USPS shipping module? any help would be greatly appreciated!!! My Website: http://www.drfreeclouds.com thanks... Ron D
  2. I made all the necessary changes in my PayPal IPN version 1.1.2.11 that were recommended here in this thread and once again I'm still not getting the shipping money from my PayPal transactions. I've had this issue behave badly 2 different ways: #1. some transactions will show the shipping price within the final invoice, but PayPal doesn't collect the shipping money at all. #2. past couple of days I've had an order process through and the shipping doesn't even show up at all on the invoice. I've had my customers tell me that they didn't see any choices for shipping (we use USPS), and were able to just click to the next screen and complete the order without seeing or paying for any shipping whatsoever. ------------------------------------------------------------------------ Here's a copy of the thread I used to try and fix my problem: ------------------------------------------------------------------------ Following these steps you should be able to change the value of no_shipping without updating the module: - Locate the following file in your OSC installation [installation Directory]\catalog\includes\modules\payment\paypal_ipn.php - Make a backup copy of the file - Open it up with a text editor - Search for the following string: "no_shipping" - You should find the following line: $parameters['no_shipping'] = '1'; - Change the "1" in "2" to read $parameters['no_shipping'] = '2'; This appears to have worked for me. I have had several orders today which went through no problems some with different billing addresses to shipping. let me know if it works for you and I will update paypal ----------------------------------------------------------------------------------- Does anybody have any idea why it still doesn't work? Should I upgrade my PayPal IPN to the latest version, will that fix it? or is this a problem with the USPS shipping module? any help would be greatly appreciated!!! My Website: http://www.drfreeclouds.com
×
×
  • Create New...