This Magento module was developed as proof of concept during the Mageday::2014 Workshop.
The module extends the "single warehouse" limitation of Magento through the creation of a custom warehouse entity.
- version 0.1.1
- extension key: Webgriffe_Multiwarehouse
- extension on GitHub
- 0.1.4 - Fixes some issues
- 0.1.3 - Fixes some issues
- 0.1.2 - Fixes some issues
- 0.1.1 - Proof of concept
- Magento >= 1.8
- Not tested with previous versions; if you do and it works, please let us know in order to update the compatibility declaration. Thank you in advance.
This extension can be installed through Modman.
For further information about Modman see https://github.com/colinmollenhour/modman/wiki/Tutorial
This extension alters your DB schema by creating the following additional tables:
- wg_warehouse
- wg_warehouse_product
To uninstall this extension, manually drop the above tables and remove the following from your Magento installation directory:
- app/code/community/Webgriffe/Multiwarehouse folder
- app/etc/modules/Webgriffe_Multiwarehouse.xml file
- app/design/adminhtml/default/default/layout/webgriffe/multiwarehouse/layout.xml file
- app/design/adminhtml/default/default/template/webgriffe/multiwarehouse/qty.phtml
- app/design/adminhtml/default/default/template/webgriffe/multiwarehouse/order.phtml
- skin/adminhtml/default/default/images/webgriffe/multiwarehouse/warehouse_icon.png
- skin/adminhtml/default/default/webgriffe_multiwarehouse.css
- var/log/wgmulti.log file (if any)
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
Alessandro Ronchi
Roberto Gambuzzi
OSL - Open Software Licence 3.0
(c) 2014+ Webgriffe