Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

L!mit

Archived
  • Posts

    154
  • Joined

  • Last visited

Profile Information

  • Real Name
    L!mit

L!mit's Achievements

  1. Hello! First off, great contribution! I encounter some strange issue when using express checkout. I have everything working, but the confirmed address setting. First - I am forcing the return address to Paypal. If you have "Require a confirmed address" set to true, but use an unconfirmed address in sandbox. It will push an error on the final checkout "Transaction cannot complete. (10417)". From what I read (10417) is a payment mismatch, but that doesn't seem to be the case here. Is there an XML code to tell paypal not to allow an unconfirmed address during the address selection? Its odd that they can select an unconfirmed address without warning, yet doesn't kick out an error until the final process. I understand this could probably be set in the Paypal profile, but am wondering if there is a setting you can send in the initial response? Any suggestion would be great. I am using a basic MS2 install.
  2. I am being double taxed when I first checkout - Sub-Total: $5.00 FedEx Ground: $8.27 CA Sales Tax 8.25%: $0.41 tax: $0.41 Total: $13.68 Anyone know what might cause this? If I run through the cart a second time still logged in I dont get the second tax. It seems to only happen on the first checkout or new customers. I am using an RC2 version of oscommerce. If anyone could offer advise that would be great.
  3. Did you setup your .pem file ? You need to set that up or it kicks out an error, at least in my case it did. Read the instructions, it tells you what to do.
  4. Reinstall it and follow the instructions. You probably forgot to put the include into application_top.php //---PayPal WPP Modification START ---// include(DIR_WS_INCLUDES . 'paypal_wpp/paypal_wpp_include.php'); //---PayPal WPP Modification END ---//
  5. Yeah I will also need Paylater. l Haven't had a chance to look at the code for Paylater.
  6. Disregard I figured it out. Possibly to help others - One thing I noticed is Payapl doesn't 't seem to handle negative submitted values. I had to do the calculations separately and then subtract from the total. Not sure how it works with CCGV, I am using discount coupons by KGT all seems to work fine once integrated. I moved the coupon box from checkout payment to checkout shipping, so no need for the "payment page" to be enabled. I just wanted the Express Checkout feature and this was the best contrib, so not sure how direct payment works. Thanks dynamo for the great work..
  7. Hi Great contrib, I have WPP installed along with Discount Coupons (by KGT) . Is order "discrepancy" supposed to show up when using express checkout along with a discount or is that some sort of security thing? Anyone have this working with KGT's discount coupons? I see its been modified for CCGV, but that's not what I have installed. Also how can I debug the express checkout info being sent to Paypal? I know the code is processed through checkout_process, but cant figure out how I can see whats being sent. Its getting tiresome having to complete a transaction each time I want to test my code. Any help would be great.
  8. I'm having the same problem - multiple IPN notices.. I posted earlier here, but no solution.. http://www.oscommerce.com/forums/index.php?s=&...t&p=1256597
  9. Hello, I am using Oscommerce Paypal_IPN V 2.2 and on some orders I get 2 - 3 extra "IPN Notices in the order section". The notices are all the same status and usually are in a couple seconds from each other. Example - This only happens on some orders not all. I get about 150 orders a day. I also get duplicate emails every time this happens. Its not a duplicate order its the same order but with multiple notices. Does anyone know how to prevent "duplicate" notices from being entered or how to correct this? I have tried to duplicate this problem using sandbox, but haven't been able to. Any help on how to possibly debug this would be great.
  10. Hello, I am using Oscommerce Paypal_IPN V 2.2 and on some orders I get 2 - 3 extra "IPN Notices in the order section". The notices are all the same status and usually are in a couple seconds from each other. Example - This only happens on some orders not all. I get about 150 orders a day. I also get duplicate emails every time this happens. Its not a duplicate order its the same order but with multiple notices. Does anyone know how to prevent "duplicate" notices from being entered or how to correct this? I have tried to duplicate this problem using sandbox, but haven't been able to. Any help on how to possibly debug this would be great.
  11. Hello , If anyone can please help with this I would greatly appreciate it! I have searched and just don't know where to start. I am using the Oscommerce_Paypal_IPN moulde and seem to be having an issue. When a customer first visits the site (No cache , no cookies etc) and then proceeds to checkout everything goes great until they get sent to paypal. Instead of it sending them to the paypal shopping cart its sends them to the https://www.paypal.com/cgi-bin/webscr page , but only is showing a login box and thats it.. (no items nothing) So if I hit back or refresh the confirmation page it then works. It looks like its only building the form url and none of the variables (<form name="checkout_confirmation" action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="image" src="includes/languages/english/images/buttons/button_confirm_order.gif" border="0" alt="Confirm Order" title=" Confirm Order "></form>) When I refresh the confirmation page it then builds the form and works.. Please any help would be great..
  12. Hi I baiscally just need to know how I can disable the shipping module from reading the shipping zone based on the payment module. Here an example of what I tired. $selection = $payment_modules->selection(); if (($selection ['module'] == 'CREDIT_CARD') && ((int)MODULE_SHIPPING_FLAT_ZONE > 0) ) { $check_flag = false; I just cant figue out how to call the payment module into the shipping file. Anyone know what the global would be or how I can do it? Any help would be great I have been trying this for hours. Still new to PHP.
  13. L!mit

    ZONE BASED SHIPPING

    Ah man! It posted in the wrong place - supposed to be in the Official Google Checkout thread. Pease move or delete I will repost there...
  14. Hello - anyone know how to get the zones to work? Is this jus an error on my end or with the module? When I use the "Standard Flat Rate" module and have a preset zone I get a notice from goolge saying "Seller doesnt ship from that location". Everything else works fine. Also adding CCGV/DISOUNT COUPONS would be great. Thanks for your time!
  15. If your not able to checkout try removing the "dr" from you address. For some reason paypal direct payment doesn't like, AVE or DR it just returns you to the payment page. Not sure if that's your problem, but I saw that in your paypal dump. ([street1] => 4340 Meadow Dr.)
×
×
  • Create New...