Hi,

> On Oct 30, 2015, at 11:41 AM, Kyle McKenna <rlfuni...@gmail.com> wrote:
> 
> 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

It depends. If all you need is a way for them to choose how fast they want it 
and provide some custom message then you could overwrite the checkout template 
and it’s view to handle it before pass the rest of the data back to satchmo to 
handle it.
Satchmo has all kinds of signals you can listening to as well for post/pre 
processing.
But if it is more involved I would create a custom shipping module.


Hope it helps.

Laszlo
http://twitter.com/LZAntal


> 
> -- 
> 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 satchmo-users+unsubscr...@googlegroups.com 
> <mailto:satchmo-users+unsubscr...@googlegroups.com>.
> To post to this group, send email to satchmo-users@googlegroups.com 
> <mailto:satchmo-users@googlegroups.com>.
> Visit this group at http://groups.google.com/group/satchmo-users 
> <http://groups.google.com/group/satchmo-users>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
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 satchmo-users+unsubscr...@googlegroups.com.
To post to this group, send email to satchmo-users@googlegroups.com.
Visit this group at http://groups.google.com/group/satchmo-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to