I care about your words
$price = $_product->getPrice(); $specialprice = $_product->getFinalPrice(); if($specialprice != $price) { //your stuff here echo $specialprice; }
No comments:
Post a Comment