When you install the WP Express Checkout plugin to accept PayPal payments, it will create the following required pages for you automatically:
- Thank You Page (customers are sent to this page after a transaction)
- Shop Page (it will list all the products you create in a grid view)
If you accidentally delete a required page, you can use the following steps to re-create it.
Thank You Page
- Create a new WordPress page called “Thank You” and add the following shortcode to it (you can name the page anything you want):
[wpec_thank_you] - Take note of the URL of the page that you just created.
- Go to the Settings menu of the Express Checkout Plugin and enter the URL of this page in the Thank You Page URL field.
- Save the settings.
Shop Page
- Create a new WordPress page called “Shop” and add the following shortcode (you can name the page to anything you want):
[wpec_show_all_products] - Take note of the URL of the page you just created.
- Go to the Settings menu of the WP Express Checkout Plugin and enter the URL of this page in the Shop Page URL field.
- Save the settings.