How to differentiate between similar currencies?
-
When selecting currencies, if you want to select USD or CAD, how do you figure out which one to select from the huge select dropdown?
There are multiple dollars to select, one is USD, one is CAD, another is AUD, etc.
Can you fix this so that the select option contains also the name?
You could loop through the
$WOOCS->world_currencies->get_all_currencies()
and just display the name likeAUD - $
, etc.I tried changing that but the way you are storing these values as MD5 (not really sure why tho) is breaking the
selected
function, because thesymbol
that you are using is md5 hash.It’s virtually impossible to select the correct currency from the dropdown…
- The topic ‘How to differentiate between similar currencies?’ is closed to new replies.