Skip to content

Commit

Permalink
Updated Cart library documentation to reflect the new item() method.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefarris committed Sep 6, 2011
1 parent 0f63d57 commit 91e6039
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user_guide/libraries/cart.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -308,6 +308,10 @@ <h2>$this->cart->contents();</h2>
<p>Returns an array containing everything in the cart.</p> <p>Returns an array containing everything in the cart.</p>




<h2>$this->cart->item(rowid);</h2>

<p>Returns an array containing the details of a specific item in the cart.</p>



<h2>$this->cart->has_options(rowid);</h2> <h2>$this->cart->has_options(rowid);</h2>


Expand Down

0 comments on commit 91e6039

Please sign in to comment.