-
I'm playing with the Multivendor plugin but I have a question that I don't think is a bug or related to the multivendor plugin. I'm having some trouble getting to the payment process after pulling together a cart from two different sellers. Here is some info about what I did: Create a new customer:
Login with the new customer:
Create an Order
Set Order Shipping Address
Get Shipping methods
Set Shipping Method
And Finally Checkout
Error:
I think I'm not setting something correctly but can't find the right way to do it. Any help would be appreciated. Thanks! In the browser, I can see everything looks good. I can see the order and both shipping methods that are set. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
After doing some digging, the error looks to be generated in mv-order-process.ts at the lines here:
Still digging... This is the same problem that appears here during the demo: https://youtu.be/jTOhzrA1baQ?t=901 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hmm. I just tried the same and got the same result - though only created a single order to see if that made any difference. My feeling is that the problem is that |
Beta Was this translation helpful? Give feedback.
-
@tlodge Sorry was a busy weekend. After doing some tests on my end, I would agree with your fix. I will move to the issue you linked and see if I run into that as well |
Beta Was this translation helpful? Give feedback.
I kept the outer condition but changed the inner to look at shippingLines rather than lines - full method:
I didn't change anything else. I have convinced myself that this could be the right fix, but not 100% sure it won't break something else. Found another anomaly that I'll add as a new discussion so I don't hijack this …