Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2007
    Posts
    120
    Plugin Contributions
    0

    Default zen_href_link... ?

    Hi,

    I've been asked to change a banner on a zen-cart site and currently the link is;

    <a href="<?=zen_href_link('specials')?>">. I need to make a link to somewhere else and was simply wondering what criteria was being used here and where it is set? I.e., what/where is 'zen_href_link' (and for that matter, 'specials'...).

    Appreciate any pointers....

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: zen_href_link... ?

    A current link to Specials is used in the Categories sidebox:
    PHP Code:
    '<a class="category-links" href="' zen_href_link(FILENAME_SPECIALS) . '">' CATEGORIES_BOX_HEADING_SPECIALS '</a>' 
    In More Information sidebox, a link to Page 2 would be:
    PHP Code:
    '<a href="' zen_href_link(FILENAME_PAGE_2) . '">' BOX_INFORMATION_PAGE_2 '</a>' 
    You can do something similar to make any other link, but it might help if you gave a better idea of what link you are trying to make ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Aug 2007
    Posts
    120
    Plugin Contributions
    0

    Default Re: zen_href_link... ?

    Basically I need to split the banner with 2 links, each going to a different product category...

 

 

Similar Threads

  1. v139h zen_href_link question
    By gaffettape in forum General Questions
    Replies: 1
    Last Post: 29 Feb 2012, 05:39 AM
  2. zen_href_link
    By dw08gm in forum General Questions
    Replies: 5
    Last Post: 29 Apr 2011, 07:52 AM
  3. zen_href_link
    By shlomoweb1 in forum Bug Reports
    Replies: 1
    Last Post: 20 Aug 2010, 01:14 AM
  4. zen_href_link
    By nikfiend in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 8 Jun 2010, 11:09 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