Whats wrong with this one.
parse error in that line }else{
if ($price < 1.00 );{ $price = (number_format($price1 0.1682, 2)); } else { $price = $price1; }
if ($price < 1.00 );{ should be if ($price < 1.00 ){
Hi and thanks 🙂