To use a shortcode inside a page template, you need to know which page template file you want to insert the shortcode into. This could be a custom template file that you’ve created or one of the default page templates that comes with your WordPress theme. Once you have located the page template file, open it in a text editor such as Notepad. To insert the do shortcode, simply copy and paste the PHP function
<?php echo do_shortcode('[woo_product_slider id="x"]');?>
into the appropriate place in your template file. Save the page template file. Go to the front end and refresh the page to see the changes.