Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2007
    Posts
    78
    Plugin Contributions
    0

    Default Pulling Preview Image

    Right now, when a customer hits a product.. it shows the product with a preview image and "Click for Larger" image link. When the customer clicks the "Larger Image", a popup with the large product opens up.

    I wrote my own script to do something else, but I need the source of the image.
    I.E, the source link of the large image to pass into my function.
    displayImage(source_of_large_image);

    I'm trying to make sense of this:

    Code:
     echo '<a href="' . zen_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $_GET['products_id']) . '" target="_blank">' . zen_image($products_image_medium, $products_name, MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br><div class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</div></a>';


    I tried using zen_image($products_image_medium, $products_name, MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) but that gives me the entire thing with tags and all(<img src="" title...>). In addition, when I call this function the source is blank. All I care about is the source, physical path of the image.

    Thank you in advance!

  2. #2
    Join Date
    Nov 2007
    Posts
    78
    Plugin Contributions
    0

    Default Re: Pulling Preview Image

    Figured it out:

    Use: $products_image_large

 

 

Similar Threads

  1. v154 Image preview in CKEditor
    By swguy in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 25 Mar 2015, 08:52 PM
  2. Pulling image from URL
    By Hollywood691 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 10 Dec 2011, 06:46 PM
  3. Image display issue for preview with image handler, please help
    By bengalliboy in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 16 May 2010, 06:34 PM
  4. Preview Image
    By webd in forum General Questions
    Replies: 2
    Last Post: 24 Oct 2008, 06:49 AM
  5. Image Management Issue: Need Gif Preview With JPG Larger Image
    By dontknowwhatimdoing in forum General Questions
    Replies: 11
    Last Post: 14 Aug 2008, 05:14 PM

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