Question
Adding Multiple Items to Cart with One Click
We are launching a feature that allows customers to add multiple items to cart with a single click. How would you design a data layer to support this? Would you set up multiple product objects or use and array?
Does anyone have an example of how the add to cart would work? Do you fire the scadd event once or multiple times?
Any guidance here would be helpful!