Results 1 to 1 of 1
  1. #1
    Join Date
    Feb 2008
    Posts
    1
    Plugin Contributions
    0

    Default Help for Function zen_href_link for an image

    Hello,
    I am new at Zen Cart and I need to modify a template I have.

    I need to pull the full url for a product image. the zen_image function returns more html output than I need:

    function zen_image($src, $alt = '', $width = '', $height = '', $parameters = '')

    And zen_href_link inputs 'index.php?main_page=' into the url

    $link .= 'index.php?main_page=' . $page;

    I know I can do this a few different ways, but what is the "PROPER" Zen Approved way?

    I found this thread interesting, but I just wanted to ask before I used this approach.

    http://www.zen-cart.com/showthread.p...tml_output-php

    Could someone please suggest the best way to accomplish what I am trying to do?

    I only want the url to the image

    thanks

    this is what I've used so far

    data-largeimage="' . zen_href_link(DIR_WS_IMAGES . $new_products->fields['products_image']) . '"

    data-largeimage="' . zen_image(DIR_WS_IMAGES . $new_products->fields['products_image']) . '"
    Last edited by doriggidy; 26 Jul 2012 at 01:28 PM.

 

 

Similar Threads

  1. looking for function definition get_products(), please help
    By tcarden in forum General Questions
    Replies: 1
    Last Post: 20 May 2013, 10:50 PM
  2. HELP! INCLUDE or REQUIRE function for new file
    By liugenping in forum General Questions
    Replies: 1
    Last Post: 8 Oct 2011, 02:10 PM
  3. Can someone please help me to modify this sanitizer function for Google Base Feeder?
    By lankeeyankee in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 27 Jan 2008, 05:37 AM
  4. Help using zen_href_link() for new module.
    By madteckhead in forum General Questions
    Replies: 2
    Last Post: 4 Jun 2007, 05:03 PM
  5. custom image popup script only work for main image, not for additional images
    By gems14k in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 4 Oct 2006, 05:19 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