Tagged: woocommerce
Hi Support
I’m using WooCommerce with enfold and advanced editor.
On the front office when a product is added to cart
→ With the default editor : there’s not green message, something like “You’re product has been added to cart > See Cart”
→ With the advanced editor : no message, but the mini cart is briefly deployed under the cart icon (on the header). you can verify this process with http://kriesi.at/themes/enfold-shop/product/red-velvet/ when a product is added to cart.
My question is, how can I lengthen (add few second) of the mini cart
Many thanks guys !
Hi Ikyo!
Thank you for using Enfold.
You have to modify the config-woocommerce > woocommerce-mod.js. Look for the first_load_amount function then modify this line:
setTimeout( function(){dropdown.trigger('mouseleave'); }, 2500);
Adjust the “2500” value. Set it to 20000 if you want it to linger for 20 seconds.
Cheers!
Ismael
Many Thanks for your very helpful and effective help !