Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fix: Making Currencies Work!


hjd_uk

Recommended Posts

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...