diff options
author | James L Parry <jim_parry@bcit.ca> | 2014-12-04 05:53:40 +0100 |
---|---|---|
committer | James L Parry <jim_parry@bcit.ca> | 2014-12-04 05:53:40 +0100 |
commit | 694d400efb077666955672c2e8c22e4d1b3a3a06 (patch) | |
tree | d5da37cb8425e9665d5c84acac6bea4057cb5c8a /user_guide_src/source/libraries/cart.rst | |
parent | dfcca20182d608f68f56a6129cc57b41503244d9 (diff) |
Flag the smiley helper and shopping cart as deprecated.
They should be removed the next minor release.
Lowered the "javascript" deprecation message to "important" instead of "warning", for consistency with the rest of CI.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
Diffstat (limited to 'user_guide_src/source/libraries/cart.rst')
-rw-r--r-- | user_guide_src/source/libraries/cart.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user_guide_src/source/libraries/cart.rst b/user_guide_src/source/libraries/cart.rst index bedea4dbf..e06a4d127 100644 --- a/user_guide_src/source/libraries/cart.rst +++ b/user_guide_src/source/libraries/cart.rst @@ -2,6 +2,10 @@ Shopping Cart Class ################### +.. important:: This library is DEPRECATED and should not be used. + It is now no longer supported. + Currently only kept for backwards compatibility. + The Cart Class permits items to be added to a session that stays active while a user is browsing your site. These items can be retrieved and displayed in a standard "shopping cart" format, allowing the user to |