Re: Fixed price for attribute option combinations for Drupal 6

daddison's picture
Offline
Joined: 01/07/2010
Juice: 4
Re: Fixed price for attribute option combinations for Drupal 6

I got it to work by changing line 24 in the Deadwood-converted version

from $num_prod_attr = mysql_num_rows($result);

to $num_prod_attr = db_result($result);

Fixed price for attribute option combinations By: RaF (27 replies) Fri, 08/01/2008 - 10:46