Hi,
I want to change my shoppingbasket, which is a session array, with Javascript.
I know it's possible but I don't have a clue how it's possible.
My array looks very simple, like that:
$basket[] = "2,1";
Where 2 is the id of the product and 1 is the amount the user wants to order.
I want to be able to delete, add and change items of this array with Javascript.
Please Help!
TIA
Kersten