osCmax v2.5 User Manual
Results 1 to 4 of 4

Removing manufacturer

This is a discussion on Removing manufacturer within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Since my customer provides a service rather than a product, is it possible to completely remove any reference to Maunfacturer? ...

      
  1. #1
    Lurker
    Join Date
    Jul 2003
    Posts
    1
    Rep Power
    0


    Default Removing manufacturer

    Since my customer provides a service rather than a product, is it possible to completely remove any reference to Maunfacturer? In particular, I'd like to remove the manufacturer option on the advanced search page. Deleting the lines of code that define that field and search results didn't work....the drop down box is still there with ENTRY_MANUFACTURERS as the option name and TEXT_ALL_MANUFACTURERS as the first choice in the drop down box. (Not to mention all those default maunfacturers like Canon and Fox are still there in spite of having removed them from categories/products).

    Does anyone have any suggestions how to get rid of this form field? Thanks!

  2. #2
    Lurker
    Join Date
    Sep 2003
    Posts
    1
    Rep Power
    0


    Default

    In /catalog/includes/column_left.php, comments out the following:

    // if ((USE_CACHE == 'true') && empty($SID)) {
    // echo tep_cache_manufacturers_box();
    // } else {
    // include(DIR_WS_BOXES . 'manufacturers.php');
    // }

    Seems to work. I'm not positive what the USE_CACHE and empty SID comparison is for, but haven't seen any negatives (yet).

    Someone please comment if the above causes some sort of issue(s).

    Thanks!

  3. #3
    New Member
    Join Date
    Sep 2003
    Posts
    12
    Rep Power
    0


    Default

    That only removes Manufacturer Box from column_left,
    but has no impact on Advanced Search.

    Anyone know how to hide/or remove Manufacturer's dropdown from the Advanced Search page?

    Thanks,
    Eric

  4. #4
    Member
    Join Date
    Aug 2003
    Location
    Lost
    Posts
    65
    Rep Power
    0


    Default

    In the advanced_search.php in the main catalog, remove the entire <tr>-</tr> with the Manufacturers info in it.

    About line 199 or so.

    At least thats what I did

    Make sure you delete the entire row, and leave the <tr> tags around it intact.

    Hope you get it!

    or in this case of late date, already GOT it
    ~~!!It did WHAT??!!~~

Similar Threads

  1. modify the manufacturer box
    By BoNzO in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 03-15-2005, 12:29 PM
  2. Manufacturer URLs
    By apexdog in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 01-27-2005, 10:46 AM
  3. Getting the Manufacturer name in the title
    By lem in forum osCmax v1.7 Discussion
    Replies: 8
    Last Post: 12-01-2004, 09:34 PM
  4. how to add manufacturer to product_info.php
    By atech in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 04-14-2004, 08:03 PM
  5. Manufacturer Description?
    By Jood in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 09-29-2003, 06:14 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •