• Resolved KKostreva

    (@kkostreva)


    If you click the purchase button on https://meritorious.nyc/payment, it takes you to a Stripe checkout page (using your plugin). But if you click the back arrow on the checkout page, it takes you to the homepage, not https://meritorious.nyc/payment. I assume the back arrow within the page is the same as “cancel” as every time I click it, it shows as a cancelled order on Stripe dashboard. I can only get back to payment page by click the back arrow on the URL bar.

    I have the following code added, per your instructions on Noor’s Plugin website. Does not work. Where is the error?

    [wp_stripe_checkout_v3 sku=”sku_GtlU30TWOjLFGN” button_text=”CLICK TO PAY WITH STRIPE” cancel_url=”https://meritorious.nyc/payment”%5D

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Noor Alam

    (@naa986)

    @kkostreva, The shortcode looks broken. Try this:

    
    [wp_stripe_checkout_v3 sku="sku_GtlU30TWOjLFGN" button_text="CLICK TO PAY WITH STRIPE" cancel_url="https://meritorious.nyc/payment/"]
Viewing 1 replies (of 1 total)
  • The topic ‘CANCEL URL NOT WORKING’ is closed to new replies.