Trim Prostore dollar amounts to floats using ssml
When you get a dollar amount value returned by Prostores, sometimes you want it as just a float. This is how.
<ss:value source="$string.replace($product.basePrice,'[$,]','')
Comments