Geetha
04/21/2020, 9:20 AMSteve Goldberg
04/21/2020, 9:22 AMSteve Goldberg
04/21/2020, 9:23 AMaddLine
and so you would probably benefit from either fetching item data (which is an additional cost if you make a fetch for a product that has not been cached by Backbone) or using an item model from the page you are onGeetha
04/21/2020, 9:30 AMSteve Goldberg
04/21/2020, 9:33 AMcartcc
, that is binding to the current context (which will be this
) but then immediately after, you are calling self.cartcc
. Have you defined what self
is? Have you binded cartcc
to it?Geetha
04/21/2020, 9:33 AM