Comment by ivape
3 days ago
If I were to sell 10 items from 10 different brands, is the checkout process unified when the user as multiple items in the cart? As in, does the user have to checkout 10 different times at 10 different vendors?
3 days ago
If I were to sell 10 items from 10 different brands, is the checkout process unified when the user as multiple items in the cart? As in, does the user have to checkout 10 different times at 10 different vendors?
Yes, but something like Stripe Order Intents (https://www.youtube.com/watch?v=bVQwIZYk9UM) would obfuscate this poor UX and make it really easy!
Would that interfere with trychannel's payment handling? I guess my use case isn't really what this is for.