xavilt Posted April 13, 2016 Share Posted April 13, 2016 Hi, I have all my product prices rounded, but the shipping costs are with decimals. Is there any way of displaying decimals just in the shopping cart shipping cost and total cost? If I configure the shop to display decimals, they will be always displayed (products shopping cart, product page with ".00"), but if I configure it to not display decimals, it will round the shipping cost. Thanks, xavi Link to comment Share on other sites More sharing options...
tuk66 Posted April 13, 2016 Share Posted April 13, 2016 Try something like {capture assign=productPriceCaptured}{convertPrice price=$productPrice}{/capture} {assign var="productPriceCaptured" value=str_replace('.00', '', $productPriceCaptured)} {assign var="productPriceCaptured" value=str_replace(',00', '', $productPriceCaptured)} {$productPriceCaptured} Link to comment Share on other sites More sharing options...
xavilt Posted April 18, 2016 Author Share Posted April 18, 2016 It works perfectly, thanks! Link to comment Share on other sites More sharing options...
eguerreroj Posted June 4, 2016 Share Posted June 4, 2016 Hi! Where are we supposed to make those code changes? Thanks Link to comment Share on other sites More sharing options...
tuk66 Posted June 6, 2016 Share Posted June 6, 2016 In all files where the price is displayed. For example, in product.tpl and product-list.tpl. Link to comment Share on other sites More sharing options...
Andreea S. Posted April 14, 2017 Share Posted April 14, 2017 Hi everyone, I have exactly the same issue for PS 1.6.1.4 - if I update product.tpl and product-list.tpl with the above code, the decimals ,00 will still be displayed. @tuk66, any other ideas? Thanks, Andreea 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