When you install the Stripe Payments plugin, it will create 2 required pages for you automatically.
- Checkout-Results Page (Thank you page)
- Products Page (Page that displays your products)
If you accidentally delete these pages you can use the following steps to recreate them.
Checkout-Result Page (Thank You page)
- Create a new WordPress page called “Checkout-Result” and add the following shortcode (you can name the page anything you want):
[accept_stripe_payment_checkout] - Take note of the URL of the page you just created.
- Go to the settings menu of the Stripe Payments Plugin and enter the URL of this page in the “Checkout Results Page URL” field.
- Save the settings.
Products Page
- Create a new WordPress page called “Products” and add the following shortcode (you can name the page anything you want):
[asp_show_all_products] - Take note of the URL of the page you just created.
- Go to the settings menu of the Stripe Payments Plugin and enter the URL of this page in the “Products Page URL” field.
- Save the settings.