News:

Looking for documentation? Take a look on our wiki

Main Menu

default_pricelist.php missing code

Started by Reijo, January 31, 2015, 12:42:39 PM

Previous topic - Next topic

Reijo

Hello
Virtuemart 3.0.4
default_pricelist.php missing little code line 28
<th align="right" width="60px"><?php  echo "<span  class='priceColor2'>" $tax '</span>' ?></th>
but i think it must be
<th align="right" width="60px"><?php  echo "<span  class='priceColor2'>" vmText::('COM_VIRTUEMART_CART_SUBTOTAL_TAX_AMOUNT') . '</span>' ?></th>