Thread: Returns link

Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Returns link

    Does anyone know how I can link from this
    Code:
    Define('CONDITIONS','<li><a href="' . zen_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a></li>');
    to a specific section on my conditions page?

    I am using this link in my footer and want to place it as a separate link in my footer that simply goes to my 'Returns Policy' section on my conditions page.

    Any help is greatly appreciated!
    Thank you,
    autoace

  2. #2
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    541
    Plugin Contributions
    0

    Default Re: Returns link

    Look here for help under Section "The name Attribute".

  3. #3
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: Returns link

    Quote Originally Posted by tino.schlegel View Post
    Look here for help under Section "The name Attribute".
    Thanks for the reply, unfortunately, I have already been there and it really did not help much.

    Its kind of hard to apply their technique to:
    Code:
    Define('CONDITIONS','<li><a href="' . zen_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a></li>');
    I also tried doing, http://www.mydomain.com/index.php=conditions#returns, but because of syntax rules, when I add the '//' or '#' in the url, it comments out.

    Any other suggestions?
    Thank you,
    autoace

  4. #4
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    541
    Plugin Contributions
    0

    Default Re: Returns link

    First define a anchor name called returns in the Coditions page.
    For example
    Code:
    <a name="returns"><h2>Returns</h2></a>
    When you have this - the link is to jump to the location is

    Code:
    Define('CONDITIONS','<li><a href="' . zen_href_link(FILENAME_CONDITIONS) . '#returns">' . BOX_INFORMATION_CONDITIONS . '</a></li>');

 

 

Similar Threads

  1. Contact Us Link Returns Blank Page
    By dnolan in forum General Questions
    Replies: 3
    Last Post: 5 Jul 2008, 07:11 AM
  2. Remove Shipping and Returns subtitle on Shipping and Returns page
    By photojewelry in forum Basic Configuration
    Replies: 3
    Last Post: 1 Feb 2007, 05:07 PM
  3. Returns.....
    By khopek in forum Customization from the Admin
    Replies: 1
    Last Post: 18 Dec 2006, 08:11 PM
  4. Add link for Returns
    By boston in forum General Questions
    Replies: 0
    Last Post: 14 Jun 2006, 09:16 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