Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2008
    Posts
    2
    Plugin Contributions
    0

    Default Removing Manufacturer Image without losing manufacturer

    On my main page is a list of all my manufacturers images that you can click to get into the products. I want to remove these images without losing the manufacturer in the drop down search box. the page makes it load slower then i would like so i just want rid of the pictures maintaining everything else. Can someone point me in the right direction?
    thank you for the input!

    you can see what i mean buy going to www.pettreatsplus.com

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Removing Manufacturer Image without losing manufacturer

    Make a copy of includes/modules/category_row.php and put it in includes/modules/YOUR_TEMPLATE/ Then edit the override file to change this:

    HTML Code:
        $list_box_contents[$row][$col] = array('params' => 'class="categoryListBoxContents"' . ' ' . 'style="width:' . $col_width . '%;"',
                                               'text' => '<a href="' . zen_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . zen_image(DIR_WS_IMAGES . $categories->fields['categories_image'], $categories->fields['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br />' . $categories->fields['categories_name'] . '</a>');
    to this:

    HTML Code:
        $list_box_contents[$row][$col] = array('params' => 'class="categoryListBoxContents"' . ' ' . 'style="width:' . $col_width . '%;"',
                                               'text' => '<a href="' . zen_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . $categories->fields['categories_name'] . '</a>');
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Aug 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Removing Manufacturer Image without losing manufacturer

    Thanks you for the assistance hopefully this will work

  4. #4
    Join Date
    Feb 2005
    Posts
    246
    Plugin Contributions
    0

    Default Re: Removing Manufacturer Image without losing manufacturer

    I had a similar issue. I had uploaded a manufacturer image, but decided I didn't want it. I couldn't find a way to remove it from zencart. I had to go into phpmyadmin (A MySQL interface provided by my host) and null the entry. Is there another way?

  5. #5
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Removing Manufacturer Image without losing manufacturer

    Why not...

    admin/Catalog/Manufacturers
    - select the manufacturer you want to change
    - click the Edit button (the little e in a circle)
    - delete the reference to the image file in any field there
    - save your changes

    (I don't have any manufacturers with images to test, but it can't hurt to try.)

    Rob

  6. #6
    Join Date
    Sep 2007
    Posts
    60
    Plugin Contributions
    0

    Default Re: Removing Manufacturer Image without losing manufacturer

    Quote Originally Posted by rstevenson View Post
    Why not...

    admin/Catalog/Manufacturers
    - select the manufacturer you want to change
    - click the Edit button (the little e in a circle)
    - delete the reference to the image file in any field there
    - save your changes

    (I don't have any manufacturers with images to test, but it can't hurt to try.)

    Rob
    I am having this problem too. It will not let you remove the reference.

    This is a pretty funny thing to forget when designing an admin... Now im stuck with broken red x's on my cart.

 

 

Similar Threads

  1. v151 How to find products without manufacturer?
    By matteoraggi in forum Basic Configuration
    Replies: 1
    Last Post: 31 Jan 2014, 12:25 AM
  2. Replies: 1
    Last Post: 25 Jan 2011, 07:39 PM
  3. Add Manufacturer image to Manufacturer product page
    By vito in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 23 Jul 2010, 05:05 PM
  4. manufacturer image on manufacturer page
    By bigbadboy in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 27 Dec 2009, 10:00 AM
  5. Question About Removing Columns On Certain Pages Without Losing Boarder
    By enchantedone in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Jun 2006, 03:27 PM

Posting Permissions

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