[ic] save contents of shopping carts

ACC&S cpi@accxs.net
Wed, 24 Jan 2001 21:06:52 +0100


Hi,

I don't know how start with the functions to save contents of shopping
carts.
Is it the same of MV3.14 ? (i think no !!) Like this :

  [if value carts]
   [userdb function=get_cart_names hide=1]

    [set sauvegarde]
    mv_todo=return
    mv_nextpage=ord/basket
    [userdb function=set_cart nickname="[value c_nickname]"]
    [/set]

     [loop arg="[value carts]"]
     <input type=hidden name=mv_check value=sauvegarde> <input type=checkbox
name=c_nickname value=[loop-code] click=this.form.submit()>
     &nbsp;<tt>[loop-code]</tt>&nbsp;
     [/loop]
       </form>.........

 Could you help me
thanks