has_options($row_id = '')
Parameters: |
|
---|---|
Returns: |
TRUE if options exist, FALSE otherwise |
Return type: |
bool |
Returns TRUE (boolean) if a particular row in the cart contains options. 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.