Post by raj79 » Fri Jun 06, 2014 4:12 pm

Hello !

I am using openkart opensource for my store as mmjariwala.com .

in this site , search function is not working . Please guide me...

Online Grocery shopping in delhi


New member

Posts

Joined
Fri Jun 06, 2014 3:57 pm
Location - Delhi

Post by qahar » Sun Jun 08, 2014 5:24 pm

The search is working properly, my test
The problem is your big search input at header not included search value.

I suggest you to ask your themes developer to fix the issue

User avatar
Expert Member

Posts

Joined
Tue Jun 29, 2010 10:24 pm
Location - Indonesia

Post by raj79 » Mon Jun 09, 2014 1:43 pm

qahar wrote:The search is working properly, my test
The problem is your big search input at header not included search value.

I suggest you to ask your themes developer to fix the issue

Thanks qahar !

we are using free theme . so please help me what we have to do.

Online Grocery shopping in delhi


New member

Posts

Joined
Fri Jun 06, 2014 3:57 pm
Location - Delhi

Post by qahar » Tue Jun 10, 2014 12:37 am

Try this.
Backup first then open catalog/view/javascript/common.js

Find

Code: Select all

var search = $('input[name=\'search\']').attr('value');

if (search) {
    url += '&search=' + encodeURIComponent(search);
}
Replace with

Code: Select all

var filter_name = $('input[name=\'filter_name\']').attr('value')

if (filter_name) {
    url += '&filter_name=' + encodeURIComponent(filter_name);
}

User avatar
Expert Member

Posts

Joined
Tue Jun 29, 2010 10:24 pm
Location - Indonesia

Post by raj79 » Tue Jun 10, 2014 2:57 pm

qahar wrote:Try this.
Backup first then open catalog/view/javascript/common.js

Find

Code: Select all

var search = $('input[name=\'search\']').attr('value');

if (search) {
    url += '&search=' + encodeURIComponent(search);
}
Replace with

Code: Select all

var filter_name = $('input[name=\'filter_name\']').attr('value')

if (filter_name) {
    url += '&filter_name=' + encodeURIComponent(filter_name);
}

Thanks friends !

Its working fine !

Thanks lot !

My skype : raj_singla79

Online Grocery shopping in delhi


New member

Posts

Joined
Fri Jun 06, 2014 3:57 pm
Location - Delhi
Who is online

Users browsing this forum: No registered users and 5 guests