Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

    red flag Alt Text in Manufacturer Image

    Does anybody know how to get alt text into the manufacturer image on the product information page using this code please?

    PHP Code:
    if ($check_image zen_get_products_manufacturers_image((int)$_GET['products_id'])) {     echo zen_image(DIR_WS_IMAGES $check_image);   } else {     echo 'NO IMAGE';   } 
    See closed thread:

    https://www.zen-cart.com/showthread....roduct-Display
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  2. #2
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Alt Text in Manufacturer Image

    Quote Originally Posted by Nick1973 View Post
    Does anybody know how to get alt text into the manufacturer image on the product information page using this code please?

    PHP Code:
    if ($check_image zen_get_products_manufacturers_image((int)$_GET['products_id'])) {     echo zen_image(DIR_WS_IMAGES $check_image);   } else {     echo 'NO IMAGE';   } 
    See closed thread:

    https://www.zen-cart.com/showthread....roduct-Display
    Assuming you want manufacturer name it would be
    Code:
    if ($check_image = zen_get_products_manufacturers_image((int)$_GET['products_id'])) {     echo zen_image(DIR_WS_IMAGES . $check_image, zen_get_products_manufacturers_name((int)$_GET['products_id']));   } else {     echo 'NO IMAGE';   }
    image size would be another comma '50%') for responsive, '50', '50') for non-responsive. (not tested)
    Dave
    Always forward thinking... Lost my mind!

  3. #3
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

    red flag Re: Alt Text in Manufacturer Image

    Quote Originally Posted by davewest View Post
    Assuming you want manufacturer name it would be
    Code:
    if ($check_image = zen_get_products_manufacturers_image((int)$_GET['products_id'])) {     echo zen_image(DIR_WS_IMAGES . $check_image, zen_get_products_manufacturers_name((int)$_GET['products_id']));   } else {     echo 'NO IMAGE';   }
    image size would be another comma '50%') for responsive, '50', '50') for non-responsive. (not tested)
    Hi Dave I want the product name/title not the manufacturer name
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  4. #4
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

    Default Re: Alt Text in Manufacturer Image

    Quote Originally Posted by Nick1973 View Post
    Hi Dave I want the product name/title not the manufacturer name
    Its ok I figured it out Dave :-)

    PHP Code:
    if ($check_image zen_get_products_manufacturers_image((int)$_GET['products_id'])) {     echo zen_image(DIR_WS_IMAGES $check_imagezen_get_products_name((int)$_GET['products_id']));   } else {     echo 'NO IMAGE';   } 
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  5. #5
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

    Default Re: Alt Text in Manufacturer Image

    Same image - do you know how to get a link back to the parent category with a title tag wrapped around the image?

    e.g.
    HTML Code:
    <a href="myparentcategory" title="thenameofmyparentcategory">manufacturerimage.png</a>
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

 

 

Similar Threads

  1. edit alt text(title) of a sidebox image
    By wagnerguy in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Jan 2012, 07:44 AM
  2. Adding alt text to an image
    By member in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 15 Nov 2010, 04:28 PM
  3. Image ALT text
    By Zeezmom in forum General Questions
    Replies: 5
    Last Post: 28 Apr 2010, 09:28 PM
  4. Attribute Image Alt/Title Text
    By ibezenned in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Jun 2009, 03:31 PM
  5. Alt text for image
    By res in forum General Questions
    Replies: 4
    Last Post: 14 Jul 2008, 01:20 AM

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