× If you expect answers you should describe your problem and give as much information's as possible. (SQL-Structure, Template Code, Joomla Version ...) Please read this before posting: joodb.feenders.de/support.html

Presale question - Filters

More
7 years 8 months ago #3913 by Stefanato
Presale question - Filters was created by Stefanato
Hi,
we're interested to your product JooDatabase. We whould know if possible to use more kind of filters or customized filters like :

•PRICE RANGE (2 input values: min and max)
•STARTING FROM (filter all values higher than the input.)

moreover we would know if it's possible to show an image gallery/slideshow starting from images links stored in a joined table.


If not, please tell me the cost of the eventual customization.

Thanks in advance.

Please Log in to join the conversation.

More
7 years 8 months ago #3914 by Dirk
Replied by Dirk on topic Presale question - Filters
You got two answers from us the 6 and 7th July.

PLEASE FIX YOUR EMAIL ACCOUNT BEFORE ORDER

theoretically that's possible.
In joodb pro you can provide a min and/or max range for
every field.
Like this
{joodb searchfield|price|min}
{joodb searchfield|price|max}

Or direct
<input type="text" name="fs[price][min]" value="30" />
<input type="text" name="fs[price][max]" value="60" />

You can also join tables and output the data in a subtemplate.

But as always. If you want more complex databases you have to know
what to do. Of course you can also implement galleries.
but you need to customize the template ad javascipt and so on.

We can not tell you any price for customization until
we know all parameters.

Please Log in to join the conversation.

Moderators: Dirkjoest