Hi, I’d like to customize the element before the “add to cart button”, putting the installment price on it. I’d like to know what’s the product price HTML tag for me be able to do so. Just one example, I used to work with Shopify, and this is the code I used to use there.
<p style='font-size:14px'>or in <span style="color:#009d40"><b>12x</b></span> of <span style="color:#009d40"><b>{{ product.price | divided_by: 11.5 | money }}</b></span> on the credit card.</p>
I’d like to divide the price by 11.5 and display it.
I appreciate your help.
Regards,
Andrei