This is so that the postcode validation error is rendered next to the
postcode form field. It doesn't actually work in Django 1.5 but will
start working in Django 1.6. It is backwards compatible.
If AUTH_USER_MODEL is improperly configured as 'project.customer.User',
the error is:
ValueError: too many values to unpack
Use rather standard Django's error:
ImproperlyConfigured: AUTH_USER_MODEL must be of the form
'app_label.model_name'
This allows different shipping methods to be handled more consistently
in multilingual sites, where same shipping method will be saved with
different names.
Fixes #850
Update responsive, navigation and checkout CSS/LESS
- Some responsive updates for product listsings
- Checkout navigation now more consistent with rest of site
- Add full-width buttons in checkout
Fixes #893
* Added the same classes to single image as to multiple images to give
similar appearance ( border and image centred, bottom margin )
* Found Recently viewed carousel looking broken if related product visible
- ( as related is floated left with recommended ). These are now just
stacked product containers rather than divided.
* Removed some css was redundant -- couldn't find a hook in the markup.
Template tweaks to notifications area in accounts section
* Made table border consistent with rest of the accounts section
* Handle HTML in notifications
* Fix unread notifications display in navbar (done by @maikhoepfel)
Fixes #875.
Fixes #869.
* Removed tabs from order history detail page - content all on the same
page.
* Shipping address now in a table
* Tidy of order content table: changed 'quantity' to qty
* Changed position of 'write a review'
These changes are done by @informa in #876, with feedback by
@michaelhjuiskov.
I just failed to package it nicely into one commit, so had to revert
to creating a patch.
Fixes #867.
Fixes #876.
* The review list and detail page needed some direction, after looking at
amazon and barnes and noble reviews I added a product summary at the top
of the page. This works well as the average rating is also brought
through which adds "write review" button if "you" have now reviewed. The
previous button broke if you clicked on it and you have reviewed.
* Stars have been replaced by font icons - adding more flexibility to
styling.
* Added a reviews partial