Hello, I am currently encountering a problem.
After adding different warehouses to the shopping cart, there is no matching corresponding shipping class.
The details are as follows:
The transportation category of commodity 1 in warehouse A (main warehouse) is "a", and the transportation category in warehouse B is "b".
I set the inventory of this product in warehouse A to 0 and the inventory in warehouse B to 1.
Add the products in stock B to the shopping cart.
Theoretically, the transportation category should be "b",
However, in FS(Flexible Shipping) DEBUG mode, the entered shipping category is "a", resulting in an error in freight rates.
After my testing, no matter which warehouse I add the inventory, the transportation category is the main warehouse, that is "a", the transportation category of warehouse A.
How should I start to solve this problem? Thanks!