Jump to content

[SOLVED] Manufacturers block - list not woking


Recommended Posts

Hi
I have installed Prestashop 1.6.
On my homepage I have installed the manufacture block module.
This module has a drop down list to select from.
When I select a value from this list nothing happens.! The products belonging to the specific manufacturer do not show up.
My site is www.usedparts.gr where you can check this out.
Can someone help.

Thanks
George

Link to comment
Share on other sites

Vekia thanks but I do not understand this message.

Is it something to do with folder rights on the server . should I pass this error to my site Admin or is it something that I can fix through prestashops back office?

 

Thank you

Link to comment
Share on other sites

I have contacted my admin and we have checked the sites setup and the problem remains. The problem is ftom prestashops side. This is an out of the box installation without any changes in the code. The module should have been working. I have found on the internet other people having the same problem but have found no solution.

Does anyone have any other suggeations?

Link to comment
Share on other sites

I managed to get a solution to my problem.-

Someone else had the same problem with me.

I followed the solution mentioned below and everything is working fine.

 

Thank you all for your time.

 

Solution:

 

if it's a default prestashop theme go to

themes/default-bootstrap/modules/blockmanufacturer

and change line 56:

<select class="form-control" name="manufacturer_list">

to

<select id="manufacturer_list" class="form-control" onchange="autoUrl('manufacturer_list', '');">

 

now a drop down menu should works and redirect to manufacturer products

Link to comment
Share on other sites

  • 7 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...