kenio Posted December 5, 2013 Share Posted December 5, 2013 Witam, Chciałbym zmienić aby przy złotówkach jak dam np rabat 10zł, to żeby nie wyglądał on tak: -10,00 tylko po prostu -10. Czy można to jakoś przerobić bez większych problemów? domyslam sie ze trzeba coś zmienić tu;) <p id="reduction_amount" {if !$product->specificPrice OR $product->specificPrice.reduction_type != 'amount' && $product->specificPrice.reduction|intval ==0} style="display:none"{/if}><span id="reduction_amount_display">{if $product->specificPrice AND $product->specificPrice.reduction_type == 'amount' && $product->specificPrice.reduction|intval !=0}-{convertPrice price=$product->specificPrice.reduction|floatval}{/if}</span></p> pewnie coś z intval i floatval ? Dziękuję i pozdrawiam. 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