Márcio Silva Posted July 21, 2018 Share Posted July 21, 2018 Hello everyone I use this code to generate installments of prices always worked in PS 1.6 but now does not work in PS 1.7. {if $product.price < 30} <div class="clearfix"></div> {else} <p style="font-size:14px;color: #F58134; font-weight: bold;"> {l s=" 3x de {convertPrice price=$product.price/3 } interest-free ."} </p> {/if}</span> <p style="font-size:14px; color:rgba(0,153,0,1);"> Deposit {convertPrice price=$product.price *5 /100 - $product.price}</p> Example results in product page PRICE = 90,00 OR 3X 30,00 OR DEPOSIT 84,50 5% discountedWould anyone have any idea Thanks!! 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