1 reply [Last post]
deepsenthil's picture
Offline
Joined: 06/12/2012
Juice: 25
Was this information Helpful?

I need Ubercart manufacturer module for drupal 6 version.

If i create manufacturer through taxonomy, i want to create block to display Manufacturer list. But i am new to Drupal. I dont know how to create blocks.

Any help will be appriciated.

DanZ's picture
Offline
Joined: 08/07/2011
Juice: 1625
Re: Ubercart manufacturer module for drupal 6

I'm not sure about D6, but on D7, you just go to admin/structure/block/add and add your block.

More sophisticated blocks that require PHP coding require you to add them in a module, I believe.