Results 1 to 3 of 3
  1. #1

    Default adding top link to prod listing bottom links

    I am trying to get a top of page link where the "1, 2, 3 , next" product listing links are at the bottom of each listing page.
    I dont want the "back to top" link in the footer.
    I found the area that I think is involved "tpl_modules_prouct_listing.php"
    Is there an easy way to add some code here to re call the current page so customers can jump to the top of the same page?
    www.igofresh.com (zc 1.3.9 f)
    History does not repeat itself but it [FONT="Century Gothic"][/FONT]does rhyme - Mark Twain

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: adding top link to prod listing bottom links

    Ig,
    includes/ templates/ your template/ templates / tpl_product_display_info.php

    <a id="top"> quote
    right after this piece of code in tpl_product_display_info.php
    <?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>
    Then added this bit of code to my tpl_product_display_info.php where you want your link at the bottom to page up:

    <a href="<?php echo zen_output_string_protected($_SERVER['REQUEST_URI']); ?>#top">Top of Page</a>

  3. #3

    Default Re: adding top link to prod listing bottom links

    Hardo,
    Thanks for your reply.
    Couple of questions as I am not the most advanced user.
    I have a tpl_product_info_display.php rather than tpl_product_display_info.php. Im assuming thats just a typo?
    I dont have tpl_product_info_display.php in MY_CUSTOM_TEMPLATE. Should I get it from template_default and put it in CUSTOM after modifying?
    Will this give me a "top of page" link on my listing page or product info page? I am looking to add one to listing as my pages are pretty long
    History does not repeat itself but it [FONT="Century Gothic"][/FONT]does rhyme - Mark Twain

 

 

Similar Threads

  1. Replies: 2
    Last Post: 24 Feb 2012, 12:33 AM
  2. Top and bottom nav links
    By mrsam999 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 24 Aug 2010, 12:47 AM
  3. adding in a 'home' and 'Page Top' link to bottom of product listing page
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 28 Jun 2010, 03:09 PM
  4. Replies: 3
    Last Post: 22 May 2010, 11:41 PM
  5. Put Add to Cart button at top and bottom of Prod. Page
    By kabbink in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 May 2008, 10:59 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