Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

484
 
500
 
500
 
currencies.php
_> 11 <?php
  22 /*
<> 3 -  $Id: currencies.php 484 2006-04-17 23:32:41Z hpdl $
   3+  $Id: currencies.php 500 2006-04-18 06:27:10Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
6666 
  6767       $price = tep_round($price, $this->currencies[DEFAULT_CURRENCY]['decimal_places']);
  6868 
<> 69 -      if ( (DISPLAY_PRICE_WITH_TAX == 'true') && ($tax_class_id > 0) ) {
   69+      if ( (DISPLAY_PRICE_WITH_TAX == '1') && ($tax_class_id > 0) ) {
<_ 7070         $price += tep_round($price * ($osC_Tax->getTaxRate($tax_class_id) / 100), $this->currencies[DEFAULT_CURRENCY]['decimal_places']);
  7171       }
  7272