This is a discussion on Paypal RC3 within the osCMax v2 Features Discussion forums, part of the osCMax v2.0 Forums category; I'm testing the Paypal module out with a fresh RC3 module and when I set it to testing and use ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I'm testing the Paypal module out with a fresh RC3 module and when I set it to testing and use the sandbox, all values get passed correctly, but when I set it to live, only the order subtotal is passed. Can anyone tell me what I am doing wrong please? |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| Okay progress on resolving this but I don't know where to look for the solution with the paypal payment module. The form sent to paypal sandbox has a value in this line e.g <input type="hidden" name="shipping" value="0.25"> but when set to live, the same value appears as <input type="hidden" name="shipping" value="0.00"> Can anyone suggest what I can do to change this and get the shipping value passed correctly? |
|
#3
| |||
| |||
| I've reverted back to the Paypal module that was included in RC2 (works perfectly on a store) however, I have now got values in the field I posted above but it's still not taking them to paypal. Could it be this line? <input type="hidden" name="no_shipping" value="1"> I am such a novice and really tearing my hear out, please can someone take pity on me? Here is the form.. <form name="checkout_confirmation" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="item_name" value="Store Name"> <input type="hidden" name="shipping" value="0.25"> <input type="hidden" name="tax" value="0.00"> <input type="hidden" name="business" value="pay@mydomain.co.uk"> <input type="hidden" name="amount" value="1.99"> <input type="hidden" name="currency_code" value="GBP"> <input type="hidden" name="invoice" value="17"> <input type="hidden" name="custom" value="12"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="notify_url" value="http://www.mydomain.co.uk/ext/modules/payment/paypal_ipn/ipn.php"> <input type="hidden" name="return" value="http://www.mydomain.co.uk/checkout_process.php"> <input type="hidden" name="cancel_return" value="http://www.mydomain.co.uk/checkout_payment.php"> <input type="hidden" name="bn" value="osCommerce PayPal IPN v1.0"> <input type="image" src="includes/languages/english/images/buttons/button_confirm_order.gif" border="0" alt="Confirm Order" title=" Confirm Order "> </form> |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| paypal and paypal IPN, whats the diff? | lhotch | osCommerce 2.2 Installation Help | 1 | 09-06-2003 06:34 PM |