Skip to content

Commit b5751d2

Browse files
committed
Remove tax tagging
1 parent be7f521 commit b5751d2

File tree

1 file changed

+0
-3
lines changed
  • app/design/frontend/base/default/template/rekko

1 file changed

+0
-3
lines changed

app/design/frontend/base/default/template/rekko/rekko.phtml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ $disabled = Mage::getStoreConfig('advanced/modules_disable_output/' . $moduleNam
4848
convert_cart.shoppingCartItems = new Array();
4949
}
5050
convert_cart.totalCost =<?php echo $orderdetails['grand_total']; ?>;
51-
<?php if ($orderdetails['tax'] != ''): ?>
52-
convert_cart.taxes =<?php echo $orderdetails['tax']; ?>;
53-
<?php endif; ?>
5451
convert_cart.discount =<?php echo $orderdetails['discount']; ?>;
5552
<?php if ($orderdetails['shipping_total'] != ''): ?>
5653
convert_cart.shipping =<?php echo $orderdetails['shipping_total']; ?>;

0 commit comments

Comments
 (0)