Akhtarujjaman Shuvo
Results
4
issues of
Akhtarujjaman Shuvo
How can i destroy cache before the last step so when user reload he will start over from the beginning?
Fixed: 'edd_quantity_updated' should trigger when add item to cart #8080 Proposed Changes: 1. `$(document.body).trigger('edd_quantity_updated', [ response.cart_quantity ]);` moved after ``` $('span.edd-cart-quantity').each(function() { $(this).text(response.cart_quantity); }); ``` so `$(document.body).trigger('edd_quantity_updated', [ response.cart_quantity ]);`...