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.