View Single Post
Old 08-07-2006, 06:48 PM   #1 (permalink)
Halchka99
 
Newb Techie

Join Date: Mar 2005

Posts: 38

Halchka99

Send a message via AIM to Halchka99 Send a message via Yahoo to Halchka99
Default Help with PHP.. i bet its an easy fix...

}

function display_price($products_price, $products_tax, $quantity = 1) {
return $this->format(tep_add_tax($products_price, $products_tax) * $quantity);
}
}
?>


guys you see anything wrong with this?

i get an error saying:

Warning: Missing argument 2 for display_price() in /home/.hortense/j17d85m/domain_name.com/includes/classes/currencies.php on line 71
Halchka99 is offline