In product page the formatted price with symbol comes from product.js which returns different than the way Smarty does.
This cause a bug with Israeli shekel because when using it in RTL language the direction is RTL and the symbol need to have a space between the price and the currency symbol (because the symbol needs to be on the left side of the price).
the content is from smarty "{convertPrice price=$productPrice|floatval}" and the price is from product.js
₪59.66
Question
yaniv14
In product page the formatted price with symbol comes from product.js which returns different than the way Smarty does. This cause a bug with Israeli shekel because when using it in RTL language the direction is RTL and the symbol need to have a space between the price and the currency symbol (because the symbol needs to be on the left side of the price).
the content is from smarty "{convertPrice price=$productPrice|floatval}" and the price is from product.js ₪59.66
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now