Interchange Developer Resource
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date ][Interchange by thread ]

[ic] Delete all items in the Basket.



Mark Lehman [mlehman@epix.net] wrote:
> 
> Is there a Interchange(4.8.6) command that I can put at the start of a
> page, to delete all current items in a customers basket?
> 
How about this:

    [calc]
        $Carts->{main} = [];
    [/calc]

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin@cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/



Search for: Sort by: