1 Comment

  • Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Leave a Reply

Your email address will not be published. Required fields are makes.

Back to top
jQuery(function($){ $('body').on('change', 'input.qty', function(){ $('[name="update_cart"]').prop('disabled', false); $('[name="update_cart"]').trigger('click'); }); });