This function displays the price in the front.
{$product.price_amount}">{$product.price}
How do I add a formula to this function that will allow me to output the result with a discount?
For example, the amount currently displayed is 1000 $
It is necessary that the amount is displayed with the deduction of a discount of 7% of this price.
And displayed 930 $