hjd_uk Posted January 12, 2005 Posted January 12, 2005 In catlog/includes/classes/currencies.php, at the bottom of the file, change the code to the following: function display_price($products_price, $products_tax, $quantity = 1) { // return $this->format(tep_add_tax($products_price, $products_tax) * $quantity); //old line return $this->format(tep_add_tax($products_price, $products_tax) * $quantity,true,LANGUAGE_CURRENCY,'');//new line
Recommended Posts
Archived
This topic is now archived and is closed to further replies.