diff options
author | Andrey Andreev <narf@devilix.net> | 2014-12-04 10:51:55 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-12-04 10:51:55 +0100 |
commit | 61f17be68fca126effb7fff7780ca2fd10e7c4dc (patch) | |
tree | b9cf228814fba6e68ea9039b8a504ed6d48d5583 /user_guide_src/source/libraries/cart.rst | |
parent | 309d7012a737f140076cabbe8873dc39f25331b2 (diff) | |
parent | 694d400efb077666955672c2e8c22e4d1b3a3a06 (diff) |
Merge pull request #3388 from jim-parry/fix/deprecation
Flag the smiley helper and shopping cart as deprecated.
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 |