- 15
Hi,
My client required that I add a "Product Sub Title" field to the site. Obviously this is not a nopCommerce field so I popped it into GenericAtttributes and modified the LoadAllProducts (nopcommerce 4.0) procedure.
I have recently been weighing up how to get this to work with FULL TEXT SEARCH, and so I have also saved a copy into LocalizedProperties, and hard coded a search in EN-US into LoadAllProducts.
Whilst this works on a bare NopCommerce site, the client complained that the search is not working in the live site. I have discovered that Ajax Filters doesn't seem to sit on top of LoadAllProducts, and worse it's content is secured and not editable.
How can I get Ajax Filters to function in a system that has already has custom search logic - is there somewhere I could implement this logic for Ajax Filters?
Cheers,
Mark
My client required that I add a "Product Sub Title" field to the site. Obviously this is not a nopCommerce field so I popped it into GenericAtttributes and modified the LoadAllProducts (nopcommerce 4.0) procedure.
I have recently been weighing up how to get this to work with FULL TEXT SEARCH, and so I have also saved a copy into LocalizedProperties, and hard coded a search in EN-US into LoadAllProducts.
Whilst this works on a bare NopCommerce site, the client complained that the search is not working in the live site. I have discovered that Ajax Filters doesn't seem to sit on top of LoadAllProducts, and worse it's content is secured and not editable.
How can I get Ajax Filters to function in a system that has already has custom search logic - is there somewhere I could implement this logic for Ajax Filters?
Cheers,
Mark