diff --git a/js/communityStore.js b/js/communityStore.js index f7015e0a..d514bfa4 100755 --- a/js/communityStore.js +++ b/js/communityStore.js @@ -85,6 +85,10 @@ var communityStore = { }, addToCart: function(form) { + ConcreteEvent.publish('StoreOnBeforeAddToCart', { + 'form': form + }); + var valid = true; var priceinput = $(form).find('.store-product-customer-price-entry-field');