View Single Post
  #34  
Old 04-30-2007, 12:24 AM
 
stevekem stevekem is offline
 

Senior Member
  
Join Date: Dec 2006
Posts: 111
 

Default Re: Replacing "Featured Products" with "Recommend

I tried this mod on 4.1.3, but when the following lines are added below to show pricing, I get a "Fatal error: Call to undefined function: func_get_product_taxes() in /home/path/to/random.php on line 8" error:

if (is_array($randoms) && count($randoms) > 0) {
foreach ($randoms as $k=>$v) {
$randoms[$k]["taxes"] = func_get_product_taxes($randoms[$k], $login);
}
}

Anyone know why this is happening?
__________________
X-Cart Gold v4.4.1
Reply With Quote