• Resolved andreeemoberg

    (@andreeemoberg)


    Hello,

    Im looking for a way to make the cart update automatic when I change the quantity amount without clicking the update cart button.

    I have found some examples of codes to add in function.php but no one works with your cart plugin.

    add_action( 'wp_footer', 'cart_update_qty_script' ); 
    function cart_update_qty_script() { 
        if (is_cart()) : 
        ?> 
        <script> 
        jQuery('div.woocommerce').on('change', '.qty', function(){ 
            jQuery("[name='update_cart']").trigger("click");
             }); 
        </script> 
        <?php 
        endif; 
    }

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi andreeemoberg ,

    The option as you want is only available on our pro version.

    Best regards,

    • This reply was modified 4 years, 1 month ago by rosenguyen.
    • This reply was modified 4 years, 1 month ago by rosenguyen.
    Thread Starter andreeemoberg

    (@andreeemoberg)

    Okey,

    thanks, then I will think about upgrading.

    Don′t you sell a package for web developer, example for unlimited websites?

    Hi @andreeemoberg

    Currently, we do not have any sale package like that. But the plugin is sold at only $10 for the first 200 sales, then the price will go up. I hope that is a useful info for you.

    Best regards,

    • This reply was modified 4 years, 1 month ago by rosenguyen.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Update cart automatic’ is closed to new replies.