If statement with .00 value
-
I saw the code at another topic which is
[IF({saleprice[1][.=”0,00″]})][ELSE]{saleprice[1]}[ENDIF]My value is sale price (promotional price) is .00
when it is .00 I want to leave empty sale price
I tried this
[IF({promopricec[1][.=”.00″]})][ELSE]{promopricec[1]}[ENDIF]if there is promo price its ok its worked
but when it hasnt, it shows 0.00 at product sale priceWhat is the problem at the code? Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘If statement with .00 value’ is closed to new replies.