
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
RE: [ic] Background cart modification..
> I have been searching high and low, and I can't seem to find
> a single command that deletes the cart without having the
> user submit a form telling it to erase the cart.
>
> I know IC is dynamic and great, but is there way to erase the
> current cart?
>
> I tried
>
> [delete_cart MAIN]
>
> with no success. Do I need to modify some session variables
> in order to get rid of it? Thanks in advance! -Brendan
This one should get into the FAQ.
<!-- emptying cart.
[calc]
@{$Carts->{$CGI->{mv_cartname} || 'main'}} = ();
return;
[/calc]
-->
Dan Browning
Kavod Technologies
_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users