almost finished new design on product page / reproduced bug with amount not updating
This commit is contained in:
@@ -24,6 +24,14 @@ var CartActions = {
|
||||
});
|
||||
},
|
||||
|
||||
setItemCount: function(itemId, count) {
|
||||
AppDispatcher.handleAction({
|
||||
actionType: CartConstants.SET_ITEM_COUNT,
|
||||
itemId: itemId,
|
||||
count: count
|
||||
});
|
||||
},
|
||||
|
||||
dataLoaded: function() {
|
||||
AppDispatcher.handleAction({
|
||||
actionType: CartConstants.CART_DATA_LOADED
|
||||
|
||||
Reference in New Issue
Block a user