Manufacturer

Manufacturer
Manufacturer Module

This is small Module to show manufactuturer List or manufactuturer Dropdown.
The tpl file have both code for dropdown view and list view. If you want to show the manufacturer as dropdown then you have to remove the code -

<?php foreach ($manufacturers as $manufacturer) { ?>
<?php if ($manufacturer['manufacturer_id'] == $manufacturer_id) { ?>
<a href="<?php echo $manufacturer['href']; ?>" class="list-group-item active"><?php echo $manufacturer['name']; ?></a>
<?php } else { ?>
<a href="<?php echo $manufacturer['href']; ?>" class="list-group-item"><?php echo $manufacturer['name']; ?></a>
<?php } ?>
<?php } ?>

and remove the comment tag and active this code---
<select onchange="gobrandpage(this.value)" class="form-control">
<?php foreach ($manufacturers as $manufacturer) { ?>
<option value="<?php echo $manufacturer['href']; ?>" <?php if ($manufacturer['manufacturer_id'] == $manufacturer_id){ echo "SELECTED"; } ?> class="list-group-item active"><?php echo $manufacturer['name']; ?></option>
<?php } ?>
</select>

Instructions:
Step 1: Backup following files
catalog\controller\module\manufacturer.php
catalog\view\theme\default\template\module\manufacturer.tpl
Step 2: Just copy and paste contents of upload folder to your Root directory.

Note:
If you use custom template copy manufacturer.tpl in catalog\view\theme\[your theme]\template\module

For support : waseem@whcommerce.com / er.waseem123@gmail.com / www.whcommerce.com

For More Extensions visit More Extension

Hire Us @15 USD per Bug. if anyone interested send an email to er.waseem123@gmail.com

Just copy and paste all files to the root folder and install it.

* No File Overwrite
* No VQMOD required
* Please check and comment .

What customers say about Manufacturer

ELUKSHOP
Versiunea 3.0.3.8 and 3.0.3.7 , is super ok, thx man . 10++
~ELUKSHOP
techteema
Great, The developer had been sent the drop-down version of file with in an hour (for opencart 3.x). Excellent and quick support.
~techteema




Download
  • Developed by OpenCart Community
  • Documentation Included

Rating

Compatibility
3.0.0.0, 3.0.1.1, 3.0.1.2, 3.0.2.0, 4.x.x.x, 2.0.0.0, 2.0.1.0, 2.0.1.1, 2.0.2.0, 1.5.4, 1.5.4.1, 1.5.5.1, 1.5.6, 1.5.6.1, 1.5.6.2, 1.5.6.3, 1.5.6.4, 2.0.0.0, 2.0.1.0, 2.0.1.1, 2.0.2.0

Last Update
26 Mar 2018

Created
5 Jan 2015
1918 Downloads
50 Comments
er.waseem123
er.waseem123
Member since: 5 Nov 2014

View all extensions Get Support