Hello, I have created a cart written in VB ASP.NET. I've been through the pdf and vb code.
My question is when the user has multiple item types in the cart can I pass all of the values to AlertPay at once.
For example. The user has opted to buy 1 fig at $1.00, 3 apples at $1.50, 4 oranges at $2.00. Can I send all of those values to AlertPay and have them pay once or do I need to tally up the entire order and call it (example) orderid12345 and send AlertPay the totaled order (orderid12345) as one item?
Thanks, Dave