Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2009
    Posts
    18
    Plugin Contributions
    0

    Default Changing the "newest additions" link on main page

    Hi,

    I would like to change the link of "...newest additions" (going to "main_page=products_new") on the main page for a logged in user to a link leading to the "featured products" page.

    I have found, where I can edit the text (includes/languages/english/MY_CUSTOM/index.php), but the link is just <a href="%s"> - donīt know what to do with this.

    Ingo

  2. #2
    Join Date
    Jan 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: Changing the "newest additions" link on main page

    Okay, I have found out what to do:

    in /includes/functions/functions_customers.php go to Line #139 and at the end of that line change

    Code:
    {
    
        if (isset($_SESSION['customer_id']) && $_SESSION['customer_first_name']) {
          $greeting_string = sprintf(TEXT_GREETING_PERSONAL, zen_output_string_protected($_SESSION['customer_first_name']), zen_href_link(FILENAME_PRODUCTS_NEW));
        }
    to

    Code:
    {
    
        if (isset($_SESSION['customer_id']) && $_SESSION['customer_first_name']) {
          $greeting_string = sprintf(TEXT_GREETING_PERSONAL, zen_output_string_protected($_SESSION['customer_first_name']), zen_href_link(FILENAME_FEATURED_PRODUCTS));
        }
    Funny though, that the override system doesnīt work here. i tried first to add the edited file into includes/functions/MY_CUSTOM/functions_customers.php but that didnīt change anything. So I made a back-up of the original file and replaced it directly and that way it worked.

 

 

Similar Threads

  1. Display the "more" link for specials product on main page?
    By Cindy2010 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Feb 2011, 01:10 AM
  2. Want to use "newest additions" page as my homepage
    By marcuspierce in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 12 Nov 2009, 01:05 PM
  3. Changing the "more information" page link
    By The End Zone in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Feb 2009, 11:17 PM
  4. Remove post login "... see our newest additions"
    By nrcpma in forum Basic Configuration
    Replies: 1
    Last Post: 6 Feb 2008, 06:24 PM
  5. Need help changing text size for: "Congratulations" & "Welcome Guest" on main page
    By STFlats in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 16 Apr 2007, 04:32 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR