Untitled
unknown
plain_text
a year ago
118 B
6
Indexable
if ($product->is_on_sale()){
$price = $product->get_sale_price();
} else {
$price = $product->get_regular_price();
}Editor is loading...
Leave a Comment
if ($product->is_on_sale()){
$price = $product->get_sale_price();
} else {
$price = $product->get_regular_price();
}