Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Nov 2005
    Posts
    48
    Plugin Contributions
    0

    help question Help with More Information Box

    How do i change the url in one of the links inside the More information side box? I have tried to find help here but havnt been able to. Can some one please help.

    Thanks

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

    Default Re: Help with More Information Box

    Based on a vague question ... the best I can tell you is to copy the more information sidebox to your templates and overrides directory and find the link that is in there that you wish to change and reset the URL for where it is going and the TEXT for the link ...

    Example, while this link has a switch or IF statement on it ...
    PHP Code:
        $more_information[] = '<a href="' zen_href_link(FILENAME_PAGE_4) . '">' BOX_INFORMATION_PAGE_4 '</a>'
    You could add a link to another page such as the privacy page by using:
    PHP Code:
        $more_information[] = '<a href="' zen_href_link(FILENAME_PRIVACY) . '">' BOX_INFORMATION_PRIVACY '</a>'
    Could you be a tad more specific on what you are trying to add?
    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
    Nov 2005
    Posts
    48
    Plugin Contributions
    0

    Default Re: Help with More Information Box

    Im sorry nd thank you. I am trying to add an extrnal url to on of the links in the more infoarmation box. I have re-named onee and would like it to point to another website not to page 2 or 3 . Bassically make the contact us link point to another wensite.

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

    Default Re: Help with More Information Box

    Same thing ... just translate it a bit ...
    PHP Code:
        $more_information[] = '<a href="' 'http://www.your_domain_name.com' '" target="_blank">' 'your_text_name' '</a>'
    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!

 

 

Similar Threads

  1. Help With More Information Category
    By in8inteligence in forum General Questions
    Replies: 1
    Last Post: 28 Aug 2009, 06:28 AM
  2. Help With Page 2-4 In More Information Side Box
    By kramerr in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Jul 2009, 11:10 AM
  3. Need help changing text on side box called more information?
    By Treasuresbycaz in forum Basic Configuration
    Replies: 2
    Last Post: 24 Dec 2008, 12:01 PM
  4. EZ Pages & More Information Box Help
    By headyntl in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 23 Aug 2008, 12:17 AM
  5. Changing Font Color in Information Box & More Information Box
    By scribbles in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Apr 2007, 02:54 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