Tagged: JA Megafilter
-
AuthorPosts
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 21, 2016 at 12:30 pm #996407Hi
No, the problem ist not to sort the products.
Please use the yellow button "Filter", so the JA Megafilter opens (see attached screenshot).
Please try to filter the products (eg. by the keyword: adapter, there should be four products).I tested it with Edge, FireFox, Chrome and IE – but no Success!
Kind regards
Martin
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 22, 2016 at 8:42 am #996629Hi,
I spent more time to detect the problem on your site and the title product of VirtueMart on your site is null value and I added the code to components/com_jamegafilter/assets/js/libs.js file
find and changereturn item.getField(field).match(new RegExp(val, 'i'));
to
if (item.getField(field)!=null) { return item.getField(field).match(new RegExp(val, 'i')); }
Now, the problem on your site is gone
Regards
December 22, 2016 at 3:13 pm #996709Hi,
This solved the problem!
Thanks a lot!
Kind regards
Martin
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by mawe 7 years, 11 months ago.
The topic ‘Megafilter not working when entering value to field "Title" as Textbox’ is closed to new replies.