$product_id_rules
$product_id_rules :
Shopping Cart Class
update( $items = array()) : boolean
Update the cart
This function permits the quantity of a given item to be changed. Typically it is called from the "view cart" page if a user makes changes to the quantity before checkout. That array must contain the product ID and quantity for each item.
$items |
_update( $items = array()) : boolean
Update the cart
This function permits the quantity of a given item to be changed. Typically it is called from the "view cart" page if a user makes changes to the quantity before checkout. That array must contain the product ID and quantity for each item.
$items |