Results 1 to 8 of 8
  1. #1
    Join Date
    Jun 2007
    Posts
    7
    Plugin Contributions
    0

    Default deleting link/changing link names

    I want to remove some of the links in the "information" layout box on the left and either add or change the name of one of them as well. the only way i can figure to remove those links is to just turn off the layout box, but i don't want to go that far. any help would be greatly appreciated.
    thanks.

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: deleting link/changing link names

    Specifically which links in that box?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Jun 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: deleting link/changing link names

    i definitely want to get rid of "gift certificate faq". if i could find out how to remove that i can remove the other ones. i also want to add a general info link in that box.
    thank you!

  4. #4
    Join Date
    Aug 2007
    Location
    St. Louis
    Posts
    110
    Plugin Contributions
    0

    Default Re: deleting link/changing link names

    I want to know this too. I've been looking all over in the admin section and don't see any answer...

    Thanks

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

    Default Re: deleting link/changing link names

    The Gift Certificate is controlled by the status of if it is installed or not in the Order Totals ...

    To turn it off when Gift Certificates are installed you will need to customize the sidebox:
    PHP Code:
      // only show GV FAQ when installed
      
    if (MODULE_ORDER_TOTAL_GV_STATUS == 'true') {
        
    $information[] = '<a href="' zen_href_link(FILENAME_GV_FAQ) . '">' BOX_INFORMATION_GV '</a>';
      } 
    and comment out the code:
    PHP Code:
      // only show GV FAQ when installed
      
    if (MODULE_ORDER_TOTAL_GV_STATUS == 'true') {
    //    $information[] = '<a href="' . zen_href_link(FILENAME_GV_FAQ) . '">' . BOX_INFORMATION_GV . '</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!

  6. #6
    Join Date
    Aug 2007
    Posts
    47
    Plugin Contributions
    0

    Default Re: deleting link/changing link names

    I'm unsure where to find the code you've posted.

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

    Default Re: deleting link/changing link names

    One method to find something you cannot locate is to use the Tools ... Developers Tool kit and enter any text or code that you see ...

    This will locate for you the file(s) that contain the code ...

    Example, a search on:
    // only show GV FAQ when installed

    would show:
    /shipping/includes/modules/sideboxes/information.php
    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!

  8. #8
    Join Date
    Aug 2007
    Location
    Turku, Finland
    Posts
    51
    Plugin Contributions
    0

    Default Re: deleting link/changing link names

    Someone posted a great way to get rid of the Gift Cert FAQ from the side box:

    Admin->Configuration->Email Options-> newsletter subscribe link

    Admin->Modules->Order Total-> and uninstall Discount Coupons and Gift Certificates


    And it worked really well.

    Ajeh, I must be not understanding the Dev Tools in ZC properly because every time I use them it comes up with an error message and can't find anything!
    Andy

 

 

Similar Threads

  1. Changing link names
    By arcanesanctuary in forum General Questions
    Replies: 2
    Last Post: 27 Sep 2011, 04:46 AM
  2. Changing The Link Names in the INFORMATION box
    By allenrubin in forum Basic Configuration
    Replies: 1
    Last Post: 23 Jan 2010, 04:47 AM
  3. Changing a Text Link to a Button with Link
    By thegoodlifestore in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 30 Sep 2008, 06:07 PM
  4. Changing link names (Page 2, 3 and 4)
    By BlushFashions in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Mar 2007, 04:13 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