Thank you very much for the answers. Kenneth, i took a look at satchless but i think satchmo will fit my porpouses better. But knowing it is 100% Django is really useful:).
Bill, Good to know of this lack of flexibility. But thankfully the point 1 you mentioned, won't be a problem and 2. i will have to code anyway, since we are gonna use a brazilian payment service. 2011/9/22 Bill Freeman <ke1g...@gmail.com> > On Thu, Sep 22, 2011 at 7:56 AM, kenneth gonsalves > <law...@thenilgiris.com> wrote: > > On Thu, 2011-09-22 at 08:45 -0300, Renato Beserra wrote: > >> 1) Is satchmo a good choice for a simple project? > > > > it is good - but for a simple project you may may also look at > > satchless. > >> > >> 2) How different is it from a regular django app? I mean, will my > >> Django background - and code - be useful? Do they build some kind of > >> abstraction layer on top of it? > >> > > > > it is a regular django project - so your django knowledge will come in > > handy. > > -- > > regards > > Kenneth Gonsalves > > I have to agree that it is good. It has been a while (in software > development > terms) so things may have improved, but my nits were: > > 1. If the customer wants something unusual, such as a funky quantity > discount > structure, the mods were tougher than I would have hoped (had to fight the > structure a little). > > 2. All of the payment methods offered involved handling credit card numbers > on > site and passing them to a processer (Authorize.net, for example), rather > than > using the scheme where at checkout you redirect to the processor, who, > possibly > using your logo and colors, takes the card number while displaying an item > list > and price summary, then contacts you on a back channel to say that the > order > has been paid, and redirects the customer to your designated thank you > page. > Keeping the credit card numbers off of the site makes PCI (payment > card industry) > compliance much simpler. > > Bill > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- Renato Beserra Sousa -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.