cart display now shows price and amount per item
This commit is contained in:
@@ -102,7 +102,8 @@ var CartStore = _.extend({}, EventEmitter.prototype, {
|
||||
|
||||
var state = {
|
||||
count: numberOfItems,
|
||||
items: _itemsForDisplay
|
||||
items: _itemsForDisplay,
|
||||
itemCounts: states
|
||||
};
|
||||
return state;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user