*

crymatisticos

  • ***
  • 57 posts
Suggestion about the price slider
« on: July 27, 2016, 11:24:09 PM »
Hi frosticek

for the price slider if you can add the possibility that let the prices varies in a logarithmic way rather than linear one and give the possibility to the admin to select one of them cause some time the prices between the cheapest and the most expensive are very big and in the other hand the cheap element outnumber the expensive one so when try to set a lower limit with the slider it stays inefficient because it sets the higher price very high
 Hope you understand what I try to explain
you can check here this link to get the idea
http://rawajnet.com/search/cookie-action-side,done/country,DZ/region,782644/city,500965

try to lower the price to 100000 د.ج for example you will see that you can't
but if you make the variation logarithmic it will be easy


you can also give to user which kind of variation he want to use

*

MB Themes

Re: Suggestion about the price slider
« Reply #1 on: July 28, 2016, 06:59:59 AM »
@crymatisticos
Thanks for your suggestion, however I am not sure it is possibe to do in slider script that is used.
But you still can set to have more steps - intervals here so division is more fine.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

crymatisticos

  • ***
  • 57 posts
Re: Suggestion about the price slider
« Reply #2 on: July 29, 2016, 08:46:11 PM »
@crymatisticos
Thanks for your suggestion, however I am not sure it is possibe to do in slider script that is used.
But you still can set to have more steps - intervals here so division is more fine.


could you please show me how can I set these steps - intervals

*

MB Themes

Re: Suggestion about the price slider
« Reply #3 on: July 29, 2016, 08:52:46 PM »
In file:
oc-content/themes/zara/footer.php

Find:
Code: [Select]
step: <?php echo round($max_price/250); ?>,
Replace number 25 with higher number.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

crymatisticos

  • ***
  • 57 posts
Re: Suggestion about the price slider
« Reply #4 on: July 31, 2016, 01:03:23 AM »
Thanks