Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Apr 2009
    Location
    Oxford UK
    Posts
    192
    Plugin Contributions
    0

    Default Changing the manufactures box

    Hi all zenners could you help me out . I have searched and cant find a response to my question.

    In the manufacturers box i would like the logo's of the manufacturers not a list of text.

    So people easily recognise the brand name and can click on it to view them items.

    My site is in my signature so feel free to see what i mean .

    Many thanks from the gmrm team

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Changing the manufactures box

    there are 2 mods that you can take a look at

    http://www.zen-cart.com/index.php?ma...oducts_id=1264

    and

    http://www.zen-cart.com/index.php?ma...roducts_id=941

    i never used them , but should do what you been looking for

  3. #3
    Join Date
    Apr 2009
    Location
    Oxford UK
    Posts
    192
    Plugin Contributions
    0

    Default Re: Changing the manufactures box

    Hi tony i have tried these and none of them work for me. When i active the manufacturers_img mod it shows up with this code :-

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'BOX_MANUFACTURER_MAX_LOGOS' at line 6
    in:
    [select m.manufacturers_id, m.manufacturers_name, m.manufacturers_image, mi.manufacturers_url from manufacturers m left join manufacturers_info mi on (m.manufacturers_id = mi.manufacturers_id and mi.languages_id = '1') ORDER BY RAND() LIMIT 0,BOX_MANUFACTURER_MAX_LOGOS]

    What am i doing wrong ?

  4. #4
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Changing the manufactures box

    based on developer info .. add this to your language file .

    define('BOX_MANUFACTURER_MAX_LOGOS','10'); //replace 10 by any that you want

    i believe it should be added to your english.php

    if you go back to the contribution download , you also will see additional installation instruction.

  5. #5
    Join Date
    Apr 2009
    Location
    Oxford UK
    Posts
    192
    Plugin Contributions
    0

    Default Re: Changing the manufactures box

    Hi tony i have also tried that and it shows no code and no box and at the bottom the footer becomes missing. I placed all 3 lines of code into english.php. It still won't work.

  6. #6
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Changing the manufactures box

    i just installed this module.
    here are solution ..


    add the following to your english.php ..

    define('BOX_HEADING_MANUFACTURERS_IMG', 'Manufacturers');
    define('BOX_MANUFACTURER_HOMEPAGE_IMG', 'Web of %s');
    define('BOX_MANUFACTURER_MAX_LOGOS', '10');

    original installation was missing ' '

    2 : tpl_manufacturers_img_select.php needs to go to sidebox folder under Includes / templates/ YOURTEMPLATE/ sidebox .

    this should solve the problem .

 

 

Similar Threads

  1. changing the text placement of the side box header
    By willie bee in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Oct 2011, 07:01 AM
  2. DropDown Box: Manufactures
    By vr4indian in forum Basic Configuration
    Replies: 2
    Last Post: 25 Oct 2009, 05:52 PM
  3. Changing the look of the add'l images box to match template
    By laurahowes in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Jun 2009, 02:31 AM
  4. Checkout, Changing the size of the ‘Special Instru.’ box.
    By Peace Freak in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 30 Aug 2006, 07:07 AM
  5. Manufactures Box - Scroll bar not appearing...
    By Peace Freak in forum Basic Configuration
    Replies: 5
    Last Post: 14 May 2006, 02:47 AM

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