Hi, I built a website where 3rd party shipping doesn't make sense, but local deliveries do (it's a flower shop). Right now people can order online, but there is no shipping/delivery information. Currently the business just calls them for the delivery details, but I'd like to implement it as part of the checkout process.
I tried adding more fields to satchmo/apps/satchmo_store/shop/models.py (and the corresponding values in admin.py) but it's giving me a "field not in database" error, I see some migrations for it so I'm wondering if I could just write my own migration script to add these fields? Not sure how I would apply it though. I'm not sure this is even the right way to go about it though. Would it make more sense to have a custom shipping module for delivery? Or would it make more sense to have delivery as it's own app? Thanks! Kyle -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/satchmo-users. For more options, visit https://groups.google.com/d/optout.
