Answers for "check if product is discounted"

0

check if product is discounted

if($product->getFinalPrice() < $product->getPrice()){
   //had a discount
}
Posted by: Guest on February-14-2021

Code answers related to "check if product is discounted"

Browse Popular Code Answers by Language