Hi, no problem
But, honestly, I didn't understand your answer, and perhaps my question was poorly worded. I'll repeat it and try to explain myself better.
Our eCommerce platform does not have a global shipping method configured for all vendors, as each vendor is expected to set up their own shipping method.
The issue is that some vendors do not configure any shipping method. When this happens and a customer tries to purchase a product from such a vendor (without a shipping method), the checkout process becomes blocked and the payment cannot be completed.
On the other hand, if I configure a global shipping method for all vendors, even when a vendor has their own shipping method set up, only the global shipping method is displayed during checkout, and the vendor’s own method is ignored.
In short, the requirement I need is:
- When a vendor has their own shipping method configured, the checkout should display the vendor’s shipping method.
- When a vendor has not configured a shipping method, the checkout should display the global eCommerce shipping method instead.
Is this possible?
Thank you