product_options([$row_id = ''])
Parameters: |
|
---|---|
Returns: |
Array of product options |
Return type: |
array |
Returns an array of options for a particular product. This method is designed to be used in a loop with contents()
, since you must pass the rowid to this method, as shown in the Displaying the Cart example above.
Please login to continue.