Untitled

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