Jump to content

Manufacturer Description not showing


Recommended Posts

Hi sandipchandela,

Thanks for the reply.

I figured out what I had done.

 

I do have a few questions though.

Would you know how I could use Manufacturers as a Category so I can add a "Brands" kind of tab in my navigation bar?

 

If I cant do that, I'm not sure how to display the manufacturers at all now.

 

Thanks

Link to comment
Share on other sites

If you want to add manufactures link in Top Horizontal Menu then you can add it.

 

From back office, under modules select "Top horizontal menu",

While configuring, search/scroll  "Manufacturers"  in Available items as shown in right section of the page.

Double click on Manufacturers and it will add the link from right to left section.

 

You got your Manufacturer link in Top Menu on front site.

 

Thanks
  • Like 1
Link to comment
Share on other sites

Yes also you can change it also.

 

modules/blocktopmenu/

find this file blocktopmenu.php and open in some notepad  editor.

Around line 510 you will have following line.

$this->_menu .= '<li><a href="'.$link->getPageLink('manufacturer').'" title="'.$this->l('All manufacturers').'">'.$this->l('All manufacturers').'</a><ul>'.PHP_EOL;

Change it and save it.

 

Thanks

Link to comment
Share on other sites

Hi sandipchandela,

 

I made changes to that file. I only changed the Title I am assuming.

 
$this->_menu .= '<li><a href="'.$link->getPageLink('manufacturer').'" title="'.$this->l('Brands').'">'.$this->l('All manufacturers').'</a><ul>'.PHP_EOL;
$manufacturers = Manufacturer::getManufacturers();
 
I cant see the changes.
Link to comment
Share on other sites

 

Hi sandipchandela,

 

I made changes to that file. I only changed the Title I am assuming.

 
$this->_menu .= '<li><a href="'.$link->getPageLink('manufacturer').'" title="'.$this->l('Brands').'">'.$this->l('All manufacturers').'</a><ul>'.PHP_EOL;
$manufacturers = Manufacturer::getManufacturers();
 
I cant see the changes.

 

 

Also change "All manufacturers" as seen in the syntax.

  • Like 1
Link to comment
Share on other sites

Hi sandipchandela,

 

I made a change to that file again and changed to this:

$this->_menu .= '<li><a href="'.$link->getPageLink('manufacturer').'" title="'.$this->l('Brands').'">'.$this->l('Brands').'</a><ul>'.PHP_EOL;

$manufacturers = Manufacturer::getManufacturers();
 
That has now worked.
Now still stuck with how to get the manufacturers block appearing, or doesnt it work like that?
 
Thanks
Link to comment
Share on other sites

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...