multiple orders in a single transaction
Implementation question.. What is the best practice for tracking a single transaction that contains multiple "orders"?
Is there a way to differentiate multiple orders in one single s.products string? (only one s.t() call)
What happens if I fire s.tl() multiple times.. each with a new set of products?
I'm hoping you can provide a sample s.products as well as a recommendation.