Help for this page

Select Code to Download


  1. or download this
    #@ UPDATE_CART
    sub update_cart
    ...
        update ($cart_ref->{$item_id}->{qty} = $qty);
    }
    #@ UPDATE_CART
    
  2. or download this
    update(2);