Я гугглил и как понял функция летящего товавра в корзину есть только в плагине XT Floating Cart for WooCommerce. И только в Pro весрии.я нашел еще несколько.
все 8 страниц просматривал?
вполне может быть
$(document).ready(function(){
//Товары улетающие корзину
$(".product_type_simple.add_to_cart_button.ajax_add_to_cart").on("click",function(){
id = $(this).attr("data-product_id");
$(".post-"+id).find("img")
.clone()
.css({'position' : 'absolute', 'z-index' : '11100', top: $(this).offset().top-300, left:$(this).offset().left-100})
.appendTo("body")
.animate({
opacity: 0.05,
left: $("#cart-punkt").offset()['left'],
top: $("#cart-punkt").offset()['top'],
width: 20
}, 1000, function() {
$(this).remove();
});
});
});
Посмотрел все 3 плагина.Mini Cart Drawer For WooCommerce
Woo Mini Cart Drawer is an interaction mini cart with many styles, color and effects for WooCommerce.ru.wordpress.org
Floating Cart Product For Woocommerce
Floating Cart Product For Woocommerce is work when add to cart product than open cart in side.ru.wordpress.org
Finest Floating Cart for WooCommerce
Enhance your customers' shopping experience and boost conversions. A powerful plugin for creating a seamless and intuitive checkout process on yo …ru.wordpress.org