Hello,
I can see the "Session Cart" Action and I can see that its function is to add, remove or replace items just as a shopping cart might. But when I try to use it nothing seems to happen. I thought it may save the data in a session variable named for the action, but when I tried to retrieve that variable there is nothing there.
So can anyone explain how to use it, and how the data is managed? It looks to be quite useful to provide simple shopping cart functionality, if only I can find where the data ends up🙂
Cheers
Tim
I can see the "Session Cart" Action and I can see that its function is to add, remove or replace items just as a shopping cart might. But when I try to use it nothing seems to happen. I thought it may save the data in a session variable named for the action, but when I tried to retrieve that variable there is nothing there.
So can anyone explain how to use it, and how the data is managed? It looks to be quite useful to provide simple shopping cart functionality, if only I can find where the data ends up🙂
Cheers
Tim
The data is stored in {session:session_cart_name}
As to how you actually use the cart: no idea
As to how you actually use the cart: no idea
This topic is locked and no more replies can be posted.