View Single Post
  #8  
Old 02-24-2009, 06:00 AM
 
geckoday geckoday is offline
 

X-Wizard
  
Join Date: Aug 2005
Posts: 1,073
 

Default Re: If statement for specific option class?

Try this php:
PHP Code:
foreach($products as $k=>$v){
     
$products[$k]['product_options'] = func_get_product_classes($products[$k]['productid'], false);

__________________
Manuka Bay Company
X-Cart Version 4.0.19 [Linux]

UGG Boots and other fine sheepskin products
http://www.snowriver.com
Reply With Quote