PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
inc
/
extensions
/
flatsome-cart-refresh
Flatsome.behavior('cart-refresh', { attach: function () { if (!jQuery('.cart-auto-refresh').length) { return } var updateCartButton = jQuery('button[name=\'update_cart\']') var updateCart = null jQuery('.woocommerce-cart-form').find('.cart_item .qty').on('change', function () { if (updateCart != null) { clearTimeout(updateCart) } updateCart = setTimeout(function () { updateCartButton.trigger('click') }, 1200) }) } })
[-] flatsome-cart-refresh.js
[edit]
[+]
..
[-] flatsome-cart-refresh.php
[edit]