Get product subtotal as float
-
In the Cart, how can I get the product subtotal as float (no string with currecy)
I need the subtotal for every product
get_product_subtotal gives you a string, as shown with var_dump
string ‘<span class=”amount”>$100.00</span>’ (length=39)
Thanks!
- The topic ‘Get product subtotal as float’ is closed to new replies.