0
votes
0answers
20 views

Tax class is not calculated products although applied manual tax class in product

If you have idea related to tax rules applied on perticular product then suggest to me idea about that. I have created also tax rules in it but some products can't calculated tax for this product. ...
1
vote
0answers
160 views

How to add VAT Tax Price in Grand total on cart page in magento?

I have add VAT Tax display and add in Grand Total Price on cart page . So, how is it possible in magento? If you have any idea about it then suggest to me. Thanks
0
votes
1answer
467 views

Add free shipping label to magento product pages with price over a certain amount?

I would like to add a "Free Shipping" label somewhere on my Magento product pages. That code is pretty simple: <?php echo $this->__('FREE SHIPPING') ?> The problem is, I only offer free ...