How can i display the quantity times the product price?

How can i display the quantity times the product price on the product page? I was thinking that i would need something like this:

{{ {{ product.price }} | times: {{ product.quantity }}}}

Or i would need to define these variables from the liquid to {{total}}

But A. I can not get the correct variable from the quantity selector and B if I will need to be dynamic, so if someone changes the quantity on the product page it will display the new total amount.

Hi @nealm759 ,

Please send your site and if your site is password protected, please send me the password. I will check it.