[Woo Commerce] Checkout button not showing on Woo commerce product
-
The add to cart button is not showing on Variable products…there is another thread with this but it is closed:
Why it is closed? Who knows….but in that thread they say add this to the functions.php file…
Doesnt work…i am telling you and i need this fixed ASAP…
Does anyone have ideas? I would really appreciate it. Thank you in advance.
function mv_my_theme_scripts()
{
wp_enqueue_script(‘add-to-cart-variation’, plugins_url() . ‘/woocommerce/assets/js/frontend/add-to-cart-variation.js’,array(‘jquery’),’1.0′,true);
}
add_action(‘wp_enqueue_scripts’,’mv_my_theme_scripts’);
?>
- The topic ‘[Woo Commerce] Checkout button not showing on Woo commerce product’ is closed to new replies.