Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #996282

    Hi,

    Have you solved this bug? I check and see it’s working as well on your site here

    Regards

    mawe Friend
    #996407

    Hi

    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


    1. ja-megafilter
    Ninja Lead Moderator
    #996629

    Hi,

    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 change

    return 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

    mawe Friend
    #996709

    Hi,

    This solved the problem!

    Thanks a lot!

    Kind regards

    Martin

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  mawe 7 years, 4 months ago.

The topic ‘Megafilter not working when entering value to field "Title" as Textbox’ is closed to new replies.