We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7f521 commit b5751d2Copy full SHA for b5751d2
app/design/frontend/base/default/template/rekko/rekko.phtml
@@ -48,9 +48,6 @@ $disabled = Mage::getStoreConfig('advanced/modules_disable_output/' . $moduleNam
48
convert_cart.shoppingCartItems = new Array();
49
}
50
convert_cart.totalCost =<?php echo $orderdetails['grand_total']; ?>;
51
- <?php if ($orderdetails['tax'] != ''): ?>
52
- convert_cart.taxes =<?php echo $orderdetails['tax']; ?>;
53
- <?php endif; ?>
54
convert_cart.discount =<?php echo $orderdetails['discount']; ?>;
55
<?php if ($orderdetails['shipping_total'] != ''): ?>
56
convert_cart.shipping =<?php echo $orderdetails['shipping_total']; ?>;
0 commit comments