Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2012
    Posts
    4
    Plugin Contributions
    0

    Default Can I add an internal link on product info page?

    Is it possible to add an internal link on the product info page?

    I will have several different "manufacturers" for digital content, most of which have their own "Terms of Use" for their content. The terms of use for all manufacturers will be located on the "Conditions of Use" page.

    What I want to accomplish is this:

    I would like to create a link to the "Conditions of Use" page that will appear on every product info page.

    Something like this:

    Name:  tou_link_mockup.jpg
Views: 97
Size:  21.8 KB

    (Sorry it's so small...)

  2. #2
    Join Date
    Apr 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: Can you add an internal link on product info page?

    Any help with this would be much appreciated!

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    20,981
    Plugin Contributions
    25

    Default Re: Can you add an internal link on product info page?

    You can add your link HTML to /includes/templates/your_template/templates/tpl_product_info_display.php. (Copy it from /template_default/templates/ if you don't already have a copy).

  4. #4
    Join Date
    Apr 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: Can you add an internal link on product info page?

    Quote Originally Posted by gjh42 View Post
    You can add your link HTML to /includes/templates/your_template/templates/tpl_product_info_display.php. (Copy it from /template_default/templates/ if you don't already have a copy).
    I know where the code needs to go in order to accomplish this...my problem is, I don't know "how" to code it. Sorry, I should have been a little clearer about that. Thanks so much for you help!

  5. #5
    Join Date
    Feb 2010
    Location
    New York
    Posts
    969
    Plugin Contributions
    3

    Default Re: Can you add an internal link on product info page?

    Quote Originally Posted by Jessica Marie View Post
    I know where the code needs to go in order to accomplish this...my problem is, I don't know "how" to code it. Sorry, I should have been a little clearer about that. Thanks so much for you help!
    <a href="<?php echo zen_href_link(FILENAME_CONDITIONS, '', 'NONSSL'); ?>"><?php echo BOX_INFORMATION_CONDITIONS; ?></a>

  6. #6
    Join Date
    Apr 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: Can you add an internal link on product info page?

    Quote Originally Posted by rbarbour View Post
    <a href="<?php echo zen_href_link(FILENAME_CONDITIONS, '', 'NONSSL'); ?>"><?php echo BOX_INFORMATION_CONDITIONS; ?></a>
    Perfect! I had something similar to this and "Conditions of Use" showed on the product page but wasn't linked. Now it is! Thank you so much!

 

 

Similar Threads

  1. HTML Link in Product Info Page
    By moesoap in forum General Questions
    Replies: 6
    Last Post: 14 Mar 2012, 02:31 PM
  2. Add unique link on product info page for different products
    By MzBeanz in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 24 Jan 2012, 02:20 PM
  3. Add 'More Info' link to product description on Category page
    By gotlogos in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Dec 2010, 03:33 AM
  4. Add Atributes Inside The Add To Cart Box on The Product Info Page
    By CoolCarPartsOnline in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Jul 2008, 09:29 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •