Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2009
    Posts
    4
    Plugin Contributions
    0

    Default Need to display manufacturer name in product detail page

    Just above my product title I want to show the product manufacturer.

    Is there an easy system generated variable that I can call just above this:

    <?php echo $products_name; ?>

    Wondering if $products_name is made available for general output on the page if a manufacturer name or code will be just as accessible.

    any ideas?
    Tabor Carlton // Interactive Art Director

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Need to display manufacturer name in product detail page

    In a copy of tpl_product_info_display.php you would have to find the following and move the highlighted into the order or before the title code
    NOTE: this is currently a "li" so you need a opening and closing "ul" at where you move it or alter it omitting the li
    Code:
    <!--bof Product details list  -->
    <?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
    <ul id="productDetailsList" class="floatingBox back">
      <?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT .  $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>'  : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>'  : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
    </ul>
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jun 2009
    Location
    Israel
    Posts
    161
    Plugin Contributions
    0

    Default Re: Need to display manufacturer name in product detail page

    Sorry to bump this off but I'm wondering...how can I echo out the manufacturer name to display it per product on the featured / whats new display...on my main page, not the sideboxes or something.

  4. #4
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Need to display manufacturer name in product detail page

    Quote Originally Posted by Asdesign View Post
    Sorry to bump this off but I'm wondering...how can I echo out the manufacturer name to display it per product on the featured / whats new display...on my main page, not the sideboxes or something.
    I asked the same a while back [http://www.zen-cart.com/forum/showthread.php?t=120181] and was directed to this thread: http://www.zen-cart.com/forum/showthread.php?t=57734

    Good luck :)
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  5. #5
    Join Date
    Aug 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Need to display manufacturer name in product detail page

    Thanks Kobra,

    sorry for not writing back. That was exactly what I was looking for.
    Tabor Carlton // Interactive Art Director

 

 

Similar Threads

  1. product detail not display on maxican paypal payment page
    By dilipvaghasiya in forum PayPal Express Checkout support
    Replies: 13
    Last Post: 13 Aug 2010, 12:43 PM
  2. Product Detail Page Display Issue
    By CompuWeb in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Jul 2010, 03:45 PM
  3. How to display lightbox directly from Product listing? (no product detail page)
    By y2caye in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Jan 2010, 03:38 AM
  4. Can I display estimate shipping costs in product detail page?
    By zhshji in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 8 Apr 2009, 03: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