Correct JS file
-
I was experiencing some irregularities with the cart subtotals updating after changing the quantity when more than one item was in the cart. Here is the fix on line 2 of the JS file:
$(document).on('change', '.qty', function() {
Please include this in future updates.
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Correct JS file’ is closed to new replies.