Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2010
    Posts
    38
    Plugin Contributions
    0

    Default changing text to image

    Good evening. My product pages show at the bottom "Manufactured by: ..."

    This is obviously followd by the manufacturer name. I would like to replace the manufacturer name with their logo. Here is the code that generates this:

    <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>


    Anyone know what I need to do to this code to pull manufacture images instead of names?

    Thanks.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: changing text to image


  3. #3
    Join Date
    Jun 2010
    Posts
    38
    Plugin Contributions
    0

    Default Re: changing text to image

    Perfect... as long as you place it in all applicable files. Thanks so much for the help.

 

 

Similar Threads

  1. Changing text colour in centrebox & Define Pages Editor problem with text
    By annav in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Oct 2010, 10:55 AM
  2. Remove category text in product listing and changing "What's New" to an image
    By chloe21 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 18 May 2009, 04:38 PM
  3. Help Changing Header Text to Image on EZ Pages and indexDefault
    By MrMurk in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Apr 2008, 06:41 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