FlatRateShipment module configuration
"Flat rate" assumes that every package, without any dependance on number of items, their weight or cost, always results in same shipment price. No matter will you request 1 or 100 pieces, you will always get a flat rate shipment cost.
To Download & Install
1. Checkout module from SVN:
cd djw/modules
svn co http://svn.djwarehouse.org/djWarehouse/modules/trunk/FlatRateShipment
(alternatively all modules & source code daily stored at: http://djwarehouse.org/files/)
2. Add application to your INSTALLED_APPS (add those lines to your djw/custom/project_settings.py at the end):
INSTALLED_APPS += ( 'djw.modules.FlatRateShipment', )
3. Run:
djw/core/manage.py syncdb
So it will configure tables & add initial data for module.
Attachments
-
configure_flat_rate_shipment.gif
(32.9 KB) - added by alex
2 years ago.
