WooCommerce doesnโt automatically create an Order Tracking page, so you’ll need to set it up manuallyโunless you’ve imported our demo content, in which case weโve already created the page for you.
๐ง Manually Create an Order Tracking Page #
To set up the page yourself:
- Go to Pages > Add New in your WordPress dashboard.
- Name the page something like “Order Tracking” (you can choose any name you like).
- In the page content area, add the following WooCommerce shortcode:
[woocommerce_order_tracking]
- Publish the page.
This shortcode generates a simple form where customers can enter their order ID and email address to track the status of their order.
๐ Assign the Order Tracking Page in WooCommerce #
To link this page to WooCommerce settings:
- Navigate to WooCommerce > Settings > Advanced.
- Under the Page Setup section, locate the Order tracking page dropdown.
- Select the page you just created.
- Save your changes.
Your customers can now easily track their orders using the page youโve set upโjust like that!