We would like to add items to a quote, but we want to choose from multiple quotes and add items to just one of them.
Imagine that in the top-right corner we have a quote picker. It will allow a customer to pick the quote they are building. Once they select it, that will be their selected quote. Then, when they are shopping the product catalog, there is a "Add to currently selected quote" button. It's not different cart contexts though. There are multiple quotes, one cart context.
Is there a way with cartcmd to pick a particular quote? For example: cartcmd&cartcontext=ORDERCONTEXT2"EID=12345? (the QUOTEID is made up in that example)
What's the best way to add items to a particular quote?