types - Can Joomla make auto currency to displayed after typing specific format? -
i have seen websites if user wrote specific format in back-end example :
- polo shirt , 500
- v-neck shirt , 500
- pijamas , 500
- polo shirt , 750
- jeans , 750
then in front-end display (in table form):
$500
polo shirt
v-neck shirt
pijamas
$750
polo shirt
jeans
they automatically divide items , price comma , typing number automatically gives currency symbol. items ordered based on price.
can joomla that? thank you.
joomla can't itself, it's quite easy implement such feature.
anyway i'd still suggest having 2 separate fields in form @ least validation , type hints.
probably you've seen in backend does't let save form when 1 of fields invalid , marks field border red color.
if after speed in filling in forms, use tab
button.
Comments
Post a Comment