CmsFan Posted January 2, 2015 Share Posted January 2, 2015 (edited) Good morning and great 2015 to all, I have a little but very important problem. I sell products and services (mainly B2B, not individuals) Using Prestashop 1.6.0.9 I've been able to adapt the product-list.tpl ,so the products list is shown without VAT from the outside view (inside the product details VAT and Without VAT prices are both correctly shown). I've used the following code to show PRICES WITHOUT VAT in the products list: <span itemprop="price" class="price product-price"> {convertPrice price=$product.price_tax_exc} </span> The fact is that I need to do the same in HomeFeatured Module, but for some reason the above code is not working on HomeFeatured.tpl Can anybody help me with this issue? On the other hand, how could I show Prices with VAT smaller and Prices with VAT included higher sized? (like the image below) Many many thanks in advance! Edited January 6, 2015 by Bcnserv (see edit history) Link to comment Share on other sites More sharing options...
CmsFan Posted January 2, 2015 Author Share Posted January 2, 2015 Hello, anybody can't help me? Link to comment Share on other sites More sharing options...
CmsFan Posted January 2, 2015 Author Share Posted January 2, 2015 Some help, please...Maybe Vekia? Link to comment Share on other sites More sharing options...
CmsFan Posted January 3, 2015 Author Share Posted January 3, 2015 Please, help me... Link to comment Share on other sites More sharing options...
Richard S Posted January 6, 2015 Share Posted January 6, 2015 No need to post many help posts Have you checked if that field (price without taxes is selected in homefeatured module)? If not, you just need to select price without taxes from database or call a function Product::getPriceStatic with the right params Link to comment Share on other sites More sharing options...
CmsFan Posted January 6, 2015 Author Share Posted January 6, 2015 Hello Richard, I solved it through the Spanish forum, but many thanks anyway for your advice. Link to comment Share on other sites More sharing options...
vekia Posted January 6, 2015 Share Posted January 6, 2015 any chance to get an url to topic with solution? Link to comment Share on other sites More sharing options...
CmsFan Posted January 7, 2015 Author Share Posted January 7, 2015 Hello Vekia, here it is the link to the solved article in spanish forum: http://www.prestashop.com/forums/topic/391945-solucionado-hacer-precios-con-iva-o-sin-iva-m%C3%A1s-grandes-o-peque%C3%B1os/ Greetings! 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