herchri Posted January 25, 2012 Share Posted January 25, 2012 Hi, I want to customize my product.tpl. I want to show the correct tax_name behind the product price. I can add $tax_rate or $product->tax_rate, but $tax_name or product->tax_name does not work. Can anyone tell me, how I can show the tax_name? I'm on 1.4.6.2 thanks and kind regards Chris Link to comment Share on other sites More sharing options...
Richard S Posted January 30, 2012 Share Posted January 30, 2012 If you are using only one tax, you could just add line {l s='Your name'} and you will also be able to translate it in your backoffice. If you are using more than one tax, you would need to edit ProductController.php as it is not added to Smarty for showing. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now