diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-20 15:43:41 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-20 15:43:41 +0100 |
commit | ba231aab2b26279f536a52bf4ccdb4af0d191570 (patch) | |
tree | a3b24b361262085c596a4b6851b4979d5a4e3774 /user_guide_src/source/libraries/cart.rst | |
parent | ea801ab4ab80042638ffddc6056483a1ec43fa80 (diff) |
[ci skip] Replace incorrect usage of 'then', where it should be 'than'
Diffstat (limited to 'user_guide_src/source/libraries/cart.rst')
-rw-r--r-- | user_guide_src/source/libraries/cart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/cart.rst b/user_guide_src/source/libraries/cart.rst index ad1955d27..0c8c0a601 100644 --- a/user_guide_src/source/libraries/cart.rst +++ b/user_guide_src/source/libraries/cart.rst @@ -245,7 +245,7 @@ the product ID and any options associated with it. In nearly all cases, updating the cart will be something the user does via the "view cart" page, so as a developer, it is unlikely that you -will ever have to concern yourself with the "row ID", other then making +will ever have to concern yourself with the "row ID", other than making sure your "view cart" page contains this information in a hidden form field, and making sure it gets passed to the update function when the update form is submitted. Please examine the construction of the "view |