Page 5 of 6 FirstFirst ... 3456 LastLast
Results 41 to 50 of 52
  1. #41
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How to display manufacturer image in product listing?

    Are you using an add-on such as:
    https://www.zen-cart.com/downloads.php?do=file&id=1966

    If not that one, than which one?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  2. #42
    Join Date
    Jul 2012
    Posts
    346
    Plugin Contributions
    0

    Default Re: How to display manufacturer image in product listing?

    Its live site that's why.

    This is url for module
    http://www.zen-cart.com/archived_con...urer_about.zip

  3. #43
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How to display manufacturer image in product listing?

    Which table did you put the manufacturers_description that you cannot get to work?

    Did you address the function file:
    functions_manufacturers_about.php

    and add the field in the select for the function zen_get_manufacturers_about so that the info is available to you?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #44
    Join Date
    Jul 2012
    Posts
    346
    Plugin Contributions
    0

    Default Re: How to display manufacturer image in product listing?

    manufacturer_description have its own table in DB and is appearing on manufacturer_about page but I want to know how to display it on manufacturer_info page. Manufacturer_info is zencart default (built in) page.

    Yes I have been trying but it did not work.
    Last edited by jsarwar; 2 Jan 2016 at 09:49 PM.

  5. #45
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How to display manufacturer image in product listing?

    Could you post that URL without your domain name on it as I have no idea what you are calling the manufacturer_info page as there isn't one in Zen Cart ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #46
    Join Date
    Jul 2012
    Posts
    346
    Plugin Contributions
    0

    Default Re: How to display manufacturer image in product listing?

    Sure. Its the url when you click on "Other products" from manufacturer side box on product page or from manufacturers sidebox on any page.

    index.php?main_page=index&manufacturers_id=xx

  7. #47
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How to display manufacturer image in product listing?

    What is the name of the table and field for the manufacturer_description that you want to display?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #48
    Join Date
    Jul 2012
    Posts
    346
    Plugin Contributions
    0

    Default Re: How to display manufacturer image in product listing?

    Table is zen_manufacturers_info


    Field/Column is manufacturers_about

  9. #49
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How to display manufacturer image in product listing?

    If you run this function:
    Code:
    $manufacturer_about = zen_get_manufacturers_about((int)$_GET['manufacturers_id']);
    $mfg_about = '';
    if ($manufacturer_about->RecordCount()) {
      $mfg_about = $manufacturer_about->fields['manufacturers_about'];
    }
    echo $mfg_about;
    Does that give you what you to show?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  10. #50
    Join Date
    Jul 2012
    Posts
    346
    Plugin Contributions
    0

    Default Re: How to display manufacturer image in product listing?

    I can try this but in which file and line number as I don't see separate file for manufacturer_info instead I see some code related to it in tpl_index_product_list.php.

 

 
Page 5 of 6 FirstFirst ... 3456 LastLast

Similar Threads

  1. Display manufacturer image on top of product index listing page
    By Thannaree in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 4 Oct 2012, 12:49 PM
  2. Manufacturer image in product listing admin setting
    By familynow in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 28 Nov 2011, 07:03 PM
  3. Manufacturer Image in Product Display
    By Fusion5 in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 27 Dec 2009, 01:43 AM
  4. Display Product Manufacturer Image
    By NullMind in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 30 Aug 2007, 10:18 PM
  5. Display Product Manufacturer Image
    By Svanis in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Jun 2006, 04:39 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR