авто открытие виджета elementor корзины при добавлении товара

PHOTO EMBED

Fri Jan 14 2022 11:10:40 GMT+0000 (Coordinated Universal Time)

Saved by @mastaklance

// auto open the shopping cart when adding a product to the cart 
jQuery(document).ready(function($){
             $( document.body ).on( 'added_to_cart', function(){
         $('.elementor-menu-cart__container').addClass('elementor-menu-cart--shown');
             });
             });
content_copyCOPY

https://wpguide.co.il/ווקמורס/כמה-שיפורים-לווידגט-סל-קניות-של-אלמנטו/