single-product.php
not working for single products. I do not have woocommerce.php
file in my theme but still single.php
executing for single products.
This is a custom theme and when i change my theme name to twentyten
then single-product.php
started to execute but when i change its name to something else (custom theme name) than this template does not work at all and instead it execute single.php
Any suggestion will be much appreciated.
single-product.php
not working for single products. I do not have woocommerce.php
file in my theme but still single.php
executing for single products.
This is a custom theme and when i change my theme name to twentyten
then single-product.php
started to execute but when i change its name to something else (custom theme name) than this template does not work at all and instead it execute single.php
Any suggestion will be much appreciated.
I add this line in my theme's functions.php file and now everything working fine.
add_theme_support( 'woocommerce' );