is_on_sale() ) {
$regular_price = (float) $product->get_regular_price();
$sale_price = (float) $product->get_sale_price();
if ($regular_price > 0) {
echo '-' . round( ( ($regular_price - $sale_price) / $regular_price ) * 100 ) . '%';
}
}
?>
GRUPO SAUCE
is_on_sale() ) : ?>
get_regular_price() ); ?>
get_price_html(); ?>
get_price();
if ($price > 0) {
$cuota = $price / $installments;
echo '
' . $installments . ' cuotas de ' . wc_price($cuota) . '
';
}
?>