Hi,
We are setting up a website with EE 1.6.1 for a real estate agency.
At first we did not know how to sort different houses/object on price as a search result. We found some clues in the forum that said ‘change in MySQL the data field to numeric (that contained the prizes that were filled in into a custom field). We managed to solve that case. Not mentioned in the forum, but it was the decimal we had to choose. It was a little strange to find out that this issue was so superficially described. We could not find anything about sorting numbers in the manual that could have helped us out. Also wondering why this is not a custom field option (decimal or numeric). But ok, solved.
Now we would like to know how to get an easy way of displaying it in the right Dutch annotation:
We don’t need a Euro sign, we don’t need the decimals behind the comma. We need points after thousands, like this:
100.000 (= hundred thousand euro’s in Dutch etc.)
150.000
2.300.000
If we publish a new item and put in the price, like 120.000 then EE shows this in the result entry as 120
We now can put in the price like 120000 (without the point). But the annotation on the webpage should be or become: 120.000
(hunderd and twenty thousand).
{title}
{price}
{adress}
We prefer to not adjust the datbase again or do magic tricks with php (which we do not know much about). We just would like to have this handled in the right way by Expression Engine.
Is that possible? Is it simple?
Thanks in advance.