aurmil / magento-customize-price-filter

Allows to customize the layered navigation price filter with some options (e.g. custom price ranges)
MIT License
19 stars 7 forks source link

Special Price #18

Closed cybricks closed 8 years ago

cybricks commented 8 years ago

Hey! Would like the plugin to take into account the special price if available for a product.

aurmil commented 8 years ago

hello

can you provide a sample case showing the bug that I could check on my side? for example with base magento + sample datas

this module is just another way to deal with price filter but does not change the way Magento filters the results so I'm not sure to see where this kind of bug could happen

cybricks commented 8 years ago

Hey!

Check this - http://www.pinkshink.com/dev/sarees/cotton.html http://www.pinkshink.com/dev/sarees/cotton.html

All products are slashed to INR 1199 but price filter still shows filter 1500-300 cause their original price was INR 2399

Any solution for this ?

Cheers!


http://www.cybricks.com/ Ashwin Haryani ashwin@cybricks.com mailto:ashwin@cybricks.com / 9999917244

CYBRICKS 011-41040440 M-10, 4th Floor, South Extension Part 2 http://www.cybricks.com http://www.cybricks.com/   https://www.facebook.com/cybricks  https://twitter.com/cybricks https://www.linkedin.com/company/cybricks


This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.

On 22-Jun-2016, at 8:16 PM, Aurélien Millet notifications@github.com wrote:

hello

can you provide a sample case showing the bug that I could check on my side? for example with base magento + sample datas

this module is just another way to deal with price filter but does not change the way Magento filters the results so I'm not sure to see where this kind of bug could happen

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aurmil/magento-customize-price-filter/issues/18#issuecomment-227767243, or mute the thread https://github.com/notifications/unsubscribe/AJG86TYpzk8mMaBejIQNvEvjtlUq0TWfks5qOUqsgaJpZM4I71vr.

aurmil commented 8 years ago

please paste here how the module is configured for this page (check in system > config, don't forget global and store scope, same for config of this specific category) what is your magento version ? I would need to try to reproduce this bug on my side to try to fix it

cybricks commented 8 years ago

Magento Ver 1.9.2.4

Same config for all categories & stores.

Cheers!


http://www.cybricks.com/ Ashwin Haryani ashwin@cybricks.com mailto:ashwin@cybricks.com / 9999917244

CYBRICKS 011-41040440 M-10, 4th Floor, South Extension Part 2 http://www.cybricks.com http://www.cybricks.com/   https://www.facebook.com/cybricks  https://twitter.com/cybricks https://www.linkedin.com/company/cybricks


This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.

On 22-Jun-2016, at 8:21 PM, Aurélien Millet notifications@github.com wrote:

please paste here how the module is configured for this page (check in system > config, don't forget global and store scope, same for config of this specific category) what is your magento version ? I would need to try to reproduce this bug on my side to try to fix it

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aurmil/magento-customize-price-filter/issues/18#issuecomment-227768956, or mute the thread https://github.com/notifications/unsubscribe/AJG86brpwUII-LIiymjIETthAJ13l9qQks5qOUvlgaJpZM4I71vr.

aurmil commented 8 years ago

OK so please copy/paste here the price ranges you configured thanks

cybricks commented 8 years ago

-1500;1500-3000;3000-4500;4500-

cybricks commented 8 years ago

Also check now, i have added special price to as another filter. http://www.pinkshink.com/dev/sarees/cotton.html

aurmil commented 8 years ago

OK I'll have to check how Magento deals with this by default and if this is really of bug in the module or a normal behavior from Magento can't promise a deadline, as usual... :-/

cybricks commented 8 years ago

Sure.. Appreciate the help ..

aurmil commented 8 years ago

hi

looking closer to your example, there is something I don't understand: you say you configured the module like this: "-1500;1500-3000;3000-4500;4500-" items you show as example prices are: 999 instead of 2,399 and the filter displayed is "₹1,500 and above (25)" there can't be such a filter with my module and the configuration you set, it should have been configured with "1500-" at the end...

I just tested on a fresh Magento CE 1.9.2.4 + sample data I checked with the "Sale" category which groups 4 items with special prices with and without the module, everything works as expected, filters manage special price so I was not able to reproduce this bug I'm afraid you will have to test and debug this on your own as I can not do it

regards

aurmil commented 8 years ago

were you able to check your config (see first paragraph of my previous post)?