From b32b82acf16f9ef5fa061ee283a08c513f6dcef0 Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Tue, 9 Nov 2010 17:01:18 -0600 Subject: Fix #225 typo in cart lib docs --- user_guide/libraries/cart.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide') diff --git a/user_guide/libraries/cart.html b/user_guide/libraries/cart.html index fb5f6621c..ba95b24c5 100644 --- a/user_guide/libraries/cart.html +++ b/user_guide/libraries/cart.html @@ -314,7 +314,7 @@ function when the update form is submitted. Please examine the construction of t

Returns TRUE (boolean) if a particular row in the cart contains options. This function is designed to be used in a loop with $this->cart->contents(), since you must pass the rowid to this function, as shown in the Displaying the Cart example above.

-

$this->cart->options(rowid);

+

$this->cart->product_options(rowid);

Returns an array of options for a particular product. This function is designed to be used in a loop with $this->cart->contents(), since you must pass the rowid to this function, as shown in the Displaying the Cart example above.

-- cgit v1.2.3-24-g4f1b