Actions and Filters
Displaying Attachments on the Thank You Page
The WooCommerce Product Attachments plugin allows you to display order attachments using a shortcode on a custom Thank You page.
How to Use:
- For Overwriting WooCommerce Thank You Page:
- Open your theme’s
woocommerce/checkout/thankyou.php
file. - Insert the following PHP code where you want the attachments to appear:
<?php echo do_shortcode('[wcpoa_order_attachments]'); ?>