wp_insert_post
$('body').on('added_to_cart',function(){
// Callback -> product added
$('.cart').css('display','block');
});
remove_theme_support( 'wc-product-gallery-zoom' );
remove_theme_support( 'wc-product-gallery-lightbox' );
remove_theme_support( 'wc-product-gallery-slider' );