• Resolved espy7

    (@espy7)


    This is indentical to this problem:
    #post-8900811
    which was not solved. This problem was solved by not using this plugin, which mean the problem still exist.

    I created 3 buttons $10, $20 and $30. Everything looked fine. The stripe pop up is correct, but when I come to the receipt page, I am charged $30 every time. No matter which button I pushed.

    This is the code I use:

    [accept_stripe_payment name="Donation" price="10" button_text="10 USD" description="Thank you for your support" item_logo="https://www.1lifeapp.no/wp-content/uploads/2014/10/1lifeapp-logo.png" currency="USD"]
    [accept_stripe_payment name="Donation" price="20" button_text="20 USD" description="Thank you for your support" item_logo="https://www.1lifeapp.no/wp-content/uploads/2014/10/1lifeapp-logo.png" currency="USD"]
    [accept_stripe_payment name="Donation" price="30" button_text="30 USD" description="Thank you for your support" item_logo="https://www.1lifeapp.no/wp-content/uploads/2014/10/1lifeapp-logo.png" currency="USD"]
    • This topic was modified 9 years, 2 months ago by espy7.
Viewing 2 replies - 1 through 2 (of 2 total)
  • You have to use a different name for each of your items to differentiate them.

    The issue is that you have named them all the same which is “Donation”. That means there is only ONE item. The plugin uses the name value to differentiate between the items.

    Name them something like Donation Option 1, Donation Option 2, Donation Option 3.

    Then the shortcode would be something like the following:

    [accept_stripe_payment name=”Donation Option 1″ price=”10″ button_text=”10 USD” description=”Thank you for your support” item_logo=”https://www.1lifeapp.no/wp-content/uploads/2014/10/1lifeapp-logo.png” currency=”USD”]

    Thread Starter espy7

    (@espy7)

    Thank you. It worked.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Multiple buttons w diff prices, all processing last button amount’ is closed to new replies.