• Resolved David Bennett

    (@bennettskaya)


    In the Stripe Checkout Settings, there is only one option to name the text to display on the default blue button that users click to initiate a checkout process.

    I want to put two different products on a page and have the buttons state different things, e.g. along the lines of

    Pay For Product One With Card
    Pay For Product Two With Card

    Is there a way to accomplish this – either with the Lite version or the Pro version?

    https://wordpress.org/plugins/stripe/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Phil Derksen

    (@pderksen)

    Hi David,

    You should be able to simply add multiple Stripe checkout forms to the same page. This is doable with Lite & Pro.

    Make sure to close each shortcode “set” with an ending [/stripe].

    Example:

    [stripe name="My Store" description="My Product 1" amount="1000" payment_button_label="Pay for Product 1"]
    [/stripe]
    
    [stripe name="My Store" description="My Product 2" amount="2000" payment_button_label="Pay for Product 2"]
    [/stripe]

    Edit: Added payment_button_label attributes as requested.

    Phil

    Thread Starter David Bennett

    (@bennettskaya)

    Hi Phil,

    Perfect. Many thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text to display on the default Payment Button Label’ is closed to new replies.