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 :

  1. polo shirt , 500
  2. v-neck shirt , 500
  3. pijamas , 500
  4. polo shirt , 750
  5. 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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -