theepan Posted September 17, 2010 Share Posted September 17, 2010 hii am trying to give discount to different user, so when they log in i want them to see their discount price as well default price as well beside, i magane to display on product page but cant get work on product list pagethis is the cade was in product list .tpl{convertPrice price=$product.price}this is basicaly when they log in will tell their discount pricehow do i change this to display default price as well on next line.thankx in advance Link to comment Share on other sites More sharing options...
theepan Posted September 18, 2010 Author Share Posted September 18, 2010 please can some help me on product-list.tplhow to getPriceWithoutReductpleasethank you Link to comment Share on other sites More sharing options...
safa Posted September 20, 2010 Share Posted September 20, 2010 smarty math functionsample discount{math equation="(15*$product.price/100)" format="%.2f"}regards Link to comment Share on other sites More sharing options...
theepan Posted September 20, 2010 Author Share Posted September 20, 2010 hi thanx for replay,sorry i try this code not working am i missing something ; ;{convertPrice price=”(15*$product.price/100)” format=”%.2f”} Link to comment Share on other sites More sharing options...
safa Posted September 20, 2010 Share Posted September 20, 2010 hi , you're right, not work http://www.smarty.net/manual/en/language.function.math.phpsample code:{math equation="(x * y)-2" x=5 y=5 format="%.2f"}I can not assign a value to the variable price Link to comment Share on other sites More sharing options...
theepan Posted September 20, 2010 Author Share Posted September 20, 2010 haha thanx i will play with code and let u know when work out^^thanx for the info^^ 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