Jump to content

Manufacturers Block not working


Recommended Posts

Hi,

 I just installed a clean version of the new prestashop 1.6 on my website (piechiam.com). While taking a look at all the new features, I noticed that my manufacturers block drop down menu is not working. However, the plain text links work fine. Anybody else have this problem?

 

Thanks!

Link to comment
Share on other sites

  • 2 weeks later...

I never did solve the problem and nobody from here responded, so I just put the manufacturers in the horizontal navigation bar. Then I bought a theme, so maybe the theme install will be able to get the manufacturers block working.

Link to comment
Share on other sites

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

  • Like 7
Link to comment
Share on other sites

 

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

This should also work if you are using a theme just go to themes/YOURTHEMENAME/modules/blockmanufacturer. It worked for me.

Edited by aperson (see edit history)
Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
  • 3 months later...
×
×
  • Create New...