Hallo, wir haben interesse an der "Kemana" Modul in Gold und haben noch fragen. 1. ist das Modul auch SSL tauglich? 2. Welche mindestanforderung benötigt der Server 3. gibt es eine Deutsches Sprachpaket für front- & back end? 4. ist eine umkreissuche (stadt) möglich? 5. welche module sind in der "gold" edition enthalten? vielen dank für die antwort.
Mario
I’m sorry, I don’t understand German, so I use translator:
Kemana is available for free download, but I accept donation. With each donation, I will give you some rewards.
To 4. Search: is it possible to have a "concept" in a "city" with circle search? Example ... Car "Audi" in "Berlin" circle "50 miles" search.
Unfortunately, not out-of-the-box.
But, in theory you can do it by using custom field, and some custom scripting:
SELECT*,(3959* acos(cos(radians('".$lat."'))* cos(radians(lat))* cos( radians(long)- radians('".$lng."'))+ sin(radians('".$lat."'))*sin(radians(lat))))AS distance FROM carpark WHERE distance<15 ORDER BY distance LIMIT0,10
Hopefully that will give you some idea of doing so.
Subscribe to our newsletter for the latest updates and exciting promotions!