On Mon, Jan 16, 2012 at 17:31, Lenz Hirsch <lenzhir...@googlemail.com> wrote:
> Servus,
>
> i would give plata a try because its from the creators of feincms wich
> is IMO the best django based CMS. As feincms is more a "cms framework"
> which ships with a very good "default implementation" i assume the
> same is true for plata. Plata is very new so maybe you are missing a
> lot of features. A "out of the box feature rich ready to go" solution
> is Kai´s LTFS. Maybe Kai can give us some insides if LTFS´s models
> (not product properties - that sure can be done very easily) are
> extendable in an easy way (no forking and under 10 lines of code) too.
>
> Depending on the requirements i would choose one of those two.
>

Thanks :-)

There is no stable release of Plata yet, but it is in use in several
shops right now, a few of them have been built by Feinheit, but I know
of two other companies which use it for their webshops.

The core hasn't changed much in months, and the basic ideas haven't
changed for even longer. I'd say even though there is no version 1.0
yet it is ready to build your shops on.

The current development version (https://github.com/matthiask/plata
branch master) comes without a product model -- the idea is that you
write your own because only you know which fields and which behavior
is needed. Models for contact information, discounts / vouchers,
carts, orders and payment tracking are included as are payment modules
for paypal, postfinance and cash-on-delivery. The checkout process is
fully managed by Plata, multi-currency shops are supported etc.

All of this means that yes, Plata isn't the best option if you want a
solution which works fine out of the box. If you anticipate you'll
have to customize the shop in several ways, choosing a lightweight
option with a small LOC count which solves the hard problems in a
reusable way (order tracking, payments, total calculation with taxes
and discounts), Plata might be the right choice for you.

Best regards
Matthias

-- 
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.

Reply via email to