We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How can I add numbers in HTML for item pricing and shipping fees?

How can I add numbers in HTML for item pricing and shipping fees?

hamzashatat
Visitor
1 0 0

I have tried to add price of items with shipping fee but it is not working can someone tell me how i can fix this problem

<div class="footer">
<h3>Price</h3>
<p>Price of Items: {{ order.subtotal_price | money }}</p>
<p>Shipping Fee: 2.5 BD</p>
<p>Total: {{ order.subtotal_price |plus: 2.5 | money }}</p>

Replies 0 (0)