-
Notifications
You must be signed in to change notification settings - Fork 11
Cart Library
Luis Felipe Perez edited this page Jan 20, 2019
·
1 revision
The Cart library is DEPRECATED and should not be used. It is currently only kept for backwards compatibility.
Official documentation cart library reference
Trigger: cicartin
Results: $this->cart->insert();
Trigger: cicart
Results: $this->cart->contents()
Trigger: cicartup
Results: $this->cart->update()
Trigger: cicarttotal
Results: $this->cart->total()
Trigger: cicartopt
Results: $this->cart->product_options()
Trigger: cicarthas
Results: $this->cart->has_options()
Trigger: cicarttotali
Results: $this->cart->total_items()
Trigger: cicartdes
Results: $this->cart->destroy()