Hi @dcunikart,
Thanks for reaching us.
Unfortunately, you are using the shortcode in a wrong place. We have two method to insert shortocode. If you want to insert the shortcode inside the website pages, posts, etc, you need to use the following shortcode format.
[woo_product_slider id="id no"]
Now, if you want to insert the shortcode in any template of your theme or in any custom template, you have to use the same shortcode in following way.
<?php echo do_shortcode('[woo_product_slider id="id no"]');?>
Hope the reply will help you to understand the process of using shortcode on your site. Feel free to contact us once again if you have any further queries.
Have a great day!