• Resolved edwardsmark

    (@edwardsmark)


    hello all – up front, i have yet to even install this plugin.

    we have an existing home-grown (or home-groan) shopping cart need to consider new options.

    currently we are passing hidden parameters to paypal like so:

    <input type=”hidden” id=”4545V1″ name=”custom” value=”this string will get passed to paypal!”>

    and after the purchase is complete, a script called “paypalSubscribe.php” will receive the value like so:

    $customValue = $_POST[‘custom’]; // equals “this string will get passed to paypal!

    is there a way to do the same thing using WP Simple Paypal Shopping cart?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘sending custom variables to PP’ is closed to new replies.