3 Posts
tstsistem
6 years ago
4
Topic

I need to format currency a drop-down list minimum price and maximum price example of what I need https://www.tucarro.com.co/

Get a Book for SEBLOD
4229 Posts
Kadministrator
6 years ago
3
Level 1

You need 2 select-numeric dropdowns with same storage (storage must be set to the database and column that has this info) and different matching (=< and =>)

3 Posts
tstsistem
6 years ago
2
Level 2

I already have the search form with two fields of selection and point to the price field, when I do the search it does it correctly but I can not give currency format to those two fields.

this is my project

http://www.constructoracodimo.com/proyecto/usados-y-lotes

and I need that in this way

https://www.tucarro.com.co/

thank you I remain attentive

4229 Posts
Kadministrator
6 years ago
1
Level 3

If your problem is how to include $ in the drop downs you can use select simple and configure labels manually in the form LABEL=value , e.g. $5000=5000

3 Posts
tstsistem
6 years ago
0
Level 4

my problem is not just to include the $ sign. I also need to format the value. Example. 50000000 should show = $ 50,000,000 and when searching show results correctly.

Get a Book for SEBLOD