Hello @masel1951,
The code above has already been updated to:
case 'product_price': {
$result = $this->format_price( $product->get_price(), $args, $product );
break;
}
case 'product_regular_price': {
$result = $this->format_price( $product->get_regular_price(), $args, $product );
break;
}
case 'product_sale_price': {
$result = $this->format_price( $product->get_sale_price(), $args, $product );
break;
}
You can find this in wp-content/themes/pro/cornerstone/includes/integration/woocommerce.php
file in line 1211.
Be advised that custom coding is beyond the scope of our support under our Support Policy. If you are unfamiliar with code and resolving potential conflicts, you may select our One service for further assistance.
Best Regards.