Problem | Resolution |
---|---|
Unable to save Product listing, needs a warehouse | No warehouses have been setup, they’re a required attribute |
SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘dest_country’ in ‘where clause’ | Rewind dropcommon_setup back to 0.1.0 using script |
Can get rates from products when single warehouse, but when have 2 products from different warehouses doesn’t work | Need to set up how it will merge shipping methods |
Blank Screen with Combine Shipping Methods | Remove old shipping method from the database |
How Do I See Which Warehouses are Used?
To see in the logs which warehouses are being used the Logger will need to be enabled and set to “Debug”. For this example, the Logger is set to debug for the admin panel. The Logger configuration is detailed in the Logger article.
In the above screenshot it can be seen from the “Warehouse being added” log that the ID of the warehouse being used is 1. This corresponds with the ID column in the Shipping Mgr -> Manage Warehouses
list.
Each of the logs can be clicked on to see any additional information.
Furthermore, in the “Limiting carriers for warehouse” log the “flatrate” carrier is displayed, indicating that the Flat Rate shipping method is being used.