Close

Feature Requests

maziarka.radoslaw
9 years ago
#8284 Quote
Avatar
  • 1
I am looking forward to implementing it cause now i need to make some hacks to integrate Ajax Filters on search page.
UserThomas
9 years ago
#8311 Quote
Avatar
  • 90
Deni wrote:
Is there a way to exclude certain products from there attributes showing up in the filters?  I have some items that have very specific attributes to them and it just makes the filters much longer by having them included.  

Or is there a way to exclude certain product attributes from showing up in the filters?

For now there is not such setting, but you can suggest it in our UserVoice portal.


This seems to have a lot of votes. Any chance it will be implemented?  
UserThomas
9 years ago
#8312 Quote
Avatar
  • 90
Another suggestion: If an item has multiple colors available and has a picture associated with each attribute, when selecting a color to filter the items down, the thumbnail image needs to change to the picture of the color selected.  

It's VERY confusing for customers to pick "Black" and then several of the items show pictures of different color products.

They don't know to click on the item and view the item details and end up thinking we don't carry the color they want and the don't make a purchase.   

Thanks!
Boyko
9 years ago
#8324 Quote
Avatar
  • Moderator
  • 1570
UserThomas wrote:
This seems to have a lot of votes. Any chance it will be implemented?  


We still haven't planned the ability to remove specific attributes from the Ajax Filters.
So most probably it won't be done for the next release of the plugin.

Now we are working on some features with higher priority.


UserThomas wrote:
Another suggestion ...


Would you mind suggesting it again in the UserVoice portal?




Regards,
Nop-Templates.com Team
jakubz
9 years ago
#8843 Quote
Avatar
  • 182
Hi! maybe you can add filter to "shows only products with Free Delivery"? 




We have two ways to create settings: 
1. On product details we have checked "free delivery"
2. In Ajax Filter plugin settings we can add "value" where products are sends for free. 




For example scenario 
We have promo with free delivery. Condition is "free shipping when your cart is 100$ or greater value. 


We click on products list and filter show us all products with "free delivery" (greater than 100% or have "checked" in product details.
iliyan.tanev
9 years ago
#8850 Quote
Avatar
  • Moderator
  • 347
Hi,

This is an interesting idea. Could you suggest it in our User Voice portal ?
Regards,
Iliyan Tanev
Nop-Templates Dev Team
bolandunited
9 years ago
#9106 Quote
Avatar
  • 1
What I'd like to see, is Product Attribute filtering based on Stock. 
E.g. I have a Product Attribute Size, and stock based on Product Attribute Combinations.
if Size L is out of stock, the product cannot be added to the cart.
However, Product Attribute filtering DOES show the product...
iliyan.tanev
9 years ago
#9108 Quote
Avatar
  • Moderator
  • 347
Hi,

This will be very big feature, it will require a lot of changes.
That is why we have not implemented it yet.
We also have a suggestion about this in our User Voice portal. Could you vote for it ? This way you will be notified by email when the future is planned and ready.
Regards,
Iliyan Tanev
Nop-Templates Dev Team
justinhof
8 years ago
#9219 Quote
Avatar
  • 28
Allow prepareSpecificationAttributes to be set to True so specification attributes are returned within each product. This would be similar to the PrepareProductOverviewModels function in the CategoryController class that is default to false but can be set to True.
iliyan.tanev
8 years ago
#9223 Quote
Avatar
  • Moderator
  • 347
Hi,

Actually when we return the filtered products we are using the PrepareProductOverviewModels, but with the default value of prepareSpecificationAttributes (which is false). We are not setting it to true, because it could represent a performance issue for some of our clients with huge number of specifications. 
If you want you could change it default value from CatalogController and this will affect the filtered products as well.
Regards,
Iliyan Tanev
Nop-Templates Dev Team