Myloomedia
Forum Replies Created
-
Oke did that have a fresh install without CKeditor…..and it works ..
So strange
I workaround it till there is a update.
Patrick
Hi,
Yes if everything is off there is no progress
Thnx to mathew.hollingsworth
Ive got him.
I was able to resolve this on my site.
For whatever reason wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.js was not included.
I manually added it by uploading it to /js/add-to-cart-variation.js in my template and adding the below to my functions.php in the template.function mv_my_theme_scripts() { wp_enqueue_script('add-to-cart-variation', get_template_directory_uri() . '/js/add-to-cart-variation.js',array('jquery'),'1.0',true); } add_action('wp_enqueue_scripts','mv_my_theme_scripts');
?>
did not work four me
tell me how to contact you ?
[ Moderator note: This forum does not provide support via email. ]
same here
i meant also the add to cart button….
and @siteground this is also set it is strange that when i set it to variable the “add to cart” button is gone.Sjobidoo,
Got the same problem it seems a bug.
If i set to variable the cart button disappeers