Author Topic: Search Products by Manufacturer  (Read 10120 times)

Offline vstone

  • Newbie
  • *
  • Posts: 4
  • Karma: +3/-0
    • View Profile
Search Products by Manufacturer
« on: August 22, 2013, 12:00:12 PM »
Please add option to search for products by the manufacturer in the admin panel. Have not found a way to display all of the products entered according to the vendor.

Offline arshadkazmi42

  • Newbie
  • *
  • Posts: 5
  • Karma: +0/-1
    • View Profile
Re: Search Products by Manufacturer
« Reply #1 on: October 22, 2013, 01:20:51 PM »
Use manufacturer name as  keywords in Product Tags and Metatags.
Then by typing the manufacturer name also products realted to that manufacturer will be shown

Offline erictwendell

  • Newbie
  • *
  • Posts: 6
  • Karma: +2/-0
    • View Profile
Re: Search Products by Manufacturer
« Reply #2 on: March 14, 2014, 03:54:35 AM »
Please add option to search for products by the manufacturer in the admin panel. Have not found a way to display all of the products entered according to the vendor.

I have have used this code. Check whether it works for you.
$page_menu_bar =
'<div id="menu1"><ul id="rmenu2" class="clearfix rMenu-hor rMenu">' . "\n";
if ($bfa_ata['home_page_menu_bar'] != '') {
$page_menu_bar .= '<li class="page_item';
if (function_exists('is_front_page')) {
if (is_front_page() OR is_home()) {
$page_menu_bar .= ' current_page_item';
}
} elseif (is_home()) {
$page_menu_bar .= ' current_page_item';
}
$page_menu_bar .= '"><a href="' . get_option('home') . '/" title="' . get_option('blogname') . '">' .
$bfa_ata['home_page_menu_bar'] . '</a></li>' . "\n";
}
if ($bfa_ata['levels_page_menu_bar'] == "") {
$bfa_ata['levels_page_menu_bar'] = 0;
}
$page_menu_bar .= bfa_hor_pages($bfa_ata['sorting_page_menu_bar'], $bfa_ata['levels_page_menu_bar'],
$bfa_ata['titles_page_menu_bar'], $bfa_ata['exclude_page_menu_bar']);
$page_menu_bar .= '</ul></div>' . "\n"; ' <div><ul class="searchform">' .
include (TEMPLATEPATH . '/searchform.php');'</ul></div>' . "\n";

For more information you can also check WWW.ARIESTCO.COM

Offline Tishbyte

  • Newbie
  • *
  • Posts: 38
  • Karma: +7/-0
  • Still Learning
    • View Profile
    • Tishbyte Studios
Re: Search Products by Manufacturer
« Reply #3 on: November 20, 2017, 05:06:05 PM »
Please add option to search for products by the manufacturer in the admin panel. Have not found a way to display all of the products entered according to the vendor.

I have have used this code. Check whether it works for you.
$page_menu_bar =
'<div id="menu1"><ul id="rmenu2" class="clearfix rMenu-hor rMenu">' . "\n";
if ($bfa_ata['home_page_menu_bar'] != '') {
$page_menu_bar .= '<li class="page_item';
if (function_exists('is_front_page')) {
if (is_front_page() OR is_home()) {
$page_menu_bar .= ' current_page_item';
}
} elseif (is_home()) {
$page_menu_bar .= ' current_page_item';
}
$page_menu_bar .= '"><a href="' . get_option('home') . '/" title="' . get_option('blogname') . '">' .
$bfa_ata['home_page_menu_bar'] . '</a></li>' . "\n";
}
if ($bfa_ata['levels_page_menu_bar'] == "") {
$bfa_ata['levels_page_menu_bar'] = 0;
}
$page_menu_bar .= bfa_hor_pages($bfa_ata['sorting_page_menu_bar'], $bfa_ata['levels_page_menu_bar'],
$bfa_ata['titles_page_menu_bar'], $bfa_ata['exclude_page_menu_bar']);
$page_menu_bar .= '</ul></div>' . "\n"; ' <div><ul class="searchform">' .
include (TEMPLATEPATH . '/searchform.php');'</ul></div>' . "\n";

For more information you can also check WWW.ARIESTCO.COM

What file did you put this into and at what line?
Thanks.

Offline Tishbyte

  • Newbie
  • *
  • Posts: 38
  • Karma: +7/-0
  • Still Learning
    • View Profile
    • Tishbyte Studios
Re: Search Products by Manufacturer
« Reply #4 on: November 30, 2018, 10:05:05 PM »
If it's not too late, here is an early version of an extension I built.
http://marketplace.abantecart.com/mass_edit

 

Powered by SMFPacks Social Login Mod