[Django]-How can I use multiple shipping values in satchmo?

3👍

âś…

arrg I’m dumb.

Just found my answer by going through the shipping folder again and by reading the source code.

  1. seems like I have to add the “satchmo.shipping.modules.tiered” app in my INSTALLED_APPS list.
  2. run “python manage.py syncdb” to add the appropriate models in the database
  3. Add some custom carriers in the Carriers table using the admin interface

Leave a comment