Posted on
28.06.2010
by
Kai Diefenbach
within
django,
news
Today we released LFS 0.5.0 beta 1 - the first public beta release.
What does this mean?
- No new features for the 0.5.0 branch - only bugfixes.
- The API is considered stable. Changes will go through a proper deprecation process.
- We will provide migration scripts for all future versions (if necessary).
New Stuff
- Discounts
- Configurable products
- Product/Price/Property units
- Packaging units
Improvements
- Send mail, when order state is changed to 'sent'
- Added exclude_from_navigation attribute to Page model
- Optimized top sellers
- Cleaned up contact form
- And a lot of bugfixes
Posted on
20.04.2010
by
Kai Diefenbach
within
django,
news
IRC Channel
New Stuff
- Development: added pluggable payment methods
- Management: added static block also to the product class
- Management: added possibility to define a default variant
- Management: added deleting of existing file/image for categories
- Management: added pluggable distance criterion
- Checkout: added optional toc confirmation
- Search: added manufacturer and manufacturer id to searchable text
- Misc: all outgoing mails fail silently now
- Translations: Thanks to transifex we have a lot updates of translations
- Documentation: Added a lot of new documentation
New Shop
Work in Progress
Posted on
20.04.2010
by
Kai Diefenbach
within
django,
news
After a long time, here are some updates about LFS:
News:
New Code:
- Added vouchers
- Added redirects (based on Django's redirects app)
- Added pluggable templates (Jens Zeidler - iqplusplus)
- Added manufacturers (Michaela Hering - Demmelhuber)
- Added featured products (Michael Thornhill - Maithu IT Solutions)
- Added spain translations (sorry, I forgot who provided this :(
- Added more tests
New live shops:
What's coming next:
- Michael is working hard on integration of country specific addresses based on django-countries and django-postal (we hope we are getting it out of the door soon)
- I made some tests with a GXT-based management interface: Screencast. Will see whether this will go in LFS some time.
- Better documentation for users and developers
- Having more lfs-fun :)
Posted on
20.04.2010
by
Kai Diefenbach
within
django,
news,
twil
After some time here are some news about LFS:
Misc
Documentation
- Goeff Kelsall provided some documentation on how to install LFS on Windows and some stuff on how to get started:
- http://code.google.com/p/django-lfs/wiki/InstallationWindowsTest
- http://code.google.com/p/django-lfs/wiki/GettingStartedDesign
- http://code.google.com/p/django-lfs/wiki/GettingStartedShop
New Stuff
- Send rating mails: the shop owner is now able to ask customers to rate their bought products after the order has been closed for some time.
Posted on
20.04.2010
by
Kai Diefenbach
within
django,
news,
twil
Sorry for being quite for such a long time. We'll try to be more regular in future.
There has been a lot of progress in the last couple of weeks. Here are the important things:
Improvements
- A more generic and flexible category tree (added start level and expand level)
- Better manage views for products, customer, orders, carts, reviews
- Improved topseller portlet
- Removed all URLs from Javascript
Bugfixes
- Calculation of average rating
- Calculation of delivery time for variants
- Take care of non active products at several places (e.g. product navigation).
New stuff
- Pluggable credit cart handling (needs some improvements though)
- Pluggable generic export of products
And that's all for this week. Next week there will be more about LFS.