Chapter 10
Shopping Bag
At this point, if you followed along, you have a registered user who is ready to add products into his or her shopping bag. In this chapter, I show you how to add a product to the shopping bag, update the product’s quantity, delete an individual product or all of them from the bag, and update the total amount. The customer should be able to see what’s in the bag when he or she returns to it.
Shopping Bag Model
First, the model to represent an item in a shopping bag: create a PFObject subclass, and name it EMABOrderItem. Then register this class name with EMABConstant by giving it an NSString key: kOrderItem. This subclass has two properties: one is the quantity, and the other is an EMABProduct instance. Also create ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access