Results 1 to 3 of 3

Paypal RC3

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

      
  1. #1
    Member
    Join Date
    Apr 2005
    Posts
    31
    Rep Power
    0


    Default Paypal RC3

    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?

  2. #2
    Member
    Join Date
    Apr 2005
    Posts
    31
    Rep Power
    0


    Default

    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. #3
    Member
    Join Date
    Apr 2005
    Posts
    31
    Rep Power
    0


    Default

    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>

Similar Threads

  1. paypal and paypal IPN, whats the diff?
    By lhotch in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 09-06-2003, 07:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •