You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I am trying to accomplish is to enable vendors have their own payment mechanism (for ex. stripe), set up their own stripe keys, and then the admin tracks the order fees (which is already possible via OrderCommission).
But I don't understand why there is the possibility to track the order commissions without having a personal payment gateway per vendor. So the vendors autonomously manage payments that get to their own payment gateway account, but then the admin bills the vendor monthly, by tracking the order commissions.
Am I missing something?
The text was updated successfully, but these errors were encountered:
Well I had the same problem in a project what I'm working on. The solution was to create a temporal class, but I change the cart a little bit. Now I have a sub-cart for each vendor. And then, I make a temporal class called PendingLineItem, for save the products of the vendors that I don't want to do the checkout flow. After all a new order will be created with the pending line items inside. It's not the best solution but works for me.
What I am trying to accomplish is to enable vendors have their own payment mechanism (for ex. stripe), set up their own stripe keys, and then the admin tracks the order fees (which is already possible via OrderCommission).
But I don't understand why there is the possibility to track the order commissions without having a personal payment gateway per vendor. So the vendors autonomously manage payments that get to their own payment gateway account, but then the admin bills the vendor monthly, by tracking the order commissions.
Am I missing something?
The text was updated successfully, but these errors were encountered: