I am using woocommerce to develop a ecommerce site
In single-product.php I am facing a problem.
I can't display the add to cart button under the product in this page.
So far I am using this code:
<?php
//global $post;
echo do_shortcode('[add_to_cart id="$post->ID"]');
?>
But no luck for me yet!