Another trigger for cart update
-
Hi,
I suggest to add another trigger for update cart value. For example i don’t need using the zip code, or country for calculate shipping cost, so
$('#billing_country, #shipping_country, .country_to_state').trigger('change');
doesn’t work. I change this to$('#shipping_method').trigger('change');
and cart is updated properly.i hope this is useful tip, and sorry for my english ??
- The topic ‘Another trigger for cart update’ is closed to new replies.