Hi @wooguy
You can definitely add additional instructions to the “Sorry, the download has expired. Go to shop” page. This can be achieved by modifying the template file in your WooCommerce plugin.
Here are the steps:
- Navigate to wp-content/plugins/woocommerce/templates.
- Look for the “order” folder and inside that, find the “order-downloads.php” file.
- Copy this file and paste it into your theme folder, maintaining the same directory structure. It should look like this: wp-content/themes/your-theme/woocommerce/order/order-downloads.php. If the “woocommerce” or “order” folder doesn’t exist in your theme folder, you’ll need to create them.
- Open the copied file in your theme folder and find the section where the “Sorry, the download has expired. Go to shop” message is displayed. Here, you can add your additional instructions.
Please note any changes you make will be theme-specific and won’t be overwritten when you update the WooCommerce plugin.
You can find a detailed template for overriding instructions here: https://woo.com/document/template-structure/#how-to-edit-files
Always remember to backup your site before making any changes to the code. If you’re not comfortable with the code, we recommend that you seek help from the following:
I wish I could help more, but hopefully, this gets you going in the right direction to get the job done.