i got this error:
Parse error: syntax error, unexpected ',' in C:\wamp\www\flotech-latesbackup-Copy\shop\includes\boxes\featured.php on line 37
this is line 37:
$new_price = $currencies->display_price($random_product['products_price'], ($random_product['products_tax'], ($random_product['currency_id'], tep_get_tax_rate($random_product['products_tax_class_id']))));
Parse error: syntax error, unexpected ',' in C:\wamp\www\flotech-latesbackup-Copy\shop\includes\boxes\featured.php on line 37
this is line 37:
$new_price = $currencies->display_price($random_product['products_price'], ($random_product['products_tax'], ($random_product['currency_id'], tep_get_tax_rate($random_product['products_tax_class_id']))));
Comment