diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index ad4eb3b57..09b86e7b7 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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 diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 60e868b05..864ddc40c 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -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