Document Shop and Cart changes for users.

This commit is contained in:
Colin Kuskie 2010-05-03 15:17:17 -07:00
parent 4933e5d52e
commit ec2d6a85e5
2 changed files with 9 additions and 1 deletions

View file

@ -3,7 +3,7 @@
functions. Include it from www/extras/underscore/underscore-min.js.
Documentation is available at http://documentcloud.github.com/underscore/.
- fixed #11535: i18n - Asset_MapPoint - Tag form_fax - wrong text
- Implement hierarchial keywords differently.
- Implement hierarchial wiki keywords differently.
- fixed Redundant per item address display in cart.
- added a way to pass additional headers to WebGUI::Mail::Send from WebGUI::Inbox::Message API
- added: WebGUI::Wizard framework to build step-by-step wizards
@ -14,6 +14,7 @@
- fixed #11547: Default Inbox View Template Delete buttton failure
- fixed #11542: Date macro can pass in epoch values that do not pass regex checks
- fixed #11537: Wiki, sorting by most popular
- added: Rewrite of the Shop and Cart.
7.9.3
- added #11477: No synopsis in asset now means no synopsis in search index

View file

@ -22,6 +22,13 @@ save you many hours of grief.
the user must be logged in has been moved back in the checkout process. Before a user is allowed
to enter in any address information, they must be logged in.
* There are only two cart screens now. The main cart, where address information is entered, and
second screen where the summary of all charges (taxes, shipping, etc.) are summarized before the
user pays. Both screens are templatable.
* The Cart will now work without javascript. Javascript is used to make parts of the cart easier,
and to automatically update the user's cart so they don't have to manually update it.
7.9.3
--------------------------------------------------------------------
* Test:Deep, which had been an optional dependency for testing, has been used