Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1. #11
    Join Date
    Apr 2007
    Posts
    98
    Plugin Contributions
    0

    Default Re: How to remove links from Information Sidebox?

    Where is the Define Page Status anyway? I can't seem to fine it inside ZC Admin. Did I looked at a wrong place?

    ** OK nevermind, I found it, I should have reduced my screen size smaller. It hides below there, literally.
    Last edited by maza; 11 Apr 2007 at 10:31 AM.

  2. #12
    Join Date
    Mar 2007
    Posts
    1
    Plugin Contributions
    0

    Default Re: How to remove links from Information Sidebox?

    I want to keep my Gift Certificate FAQ but would like to edit some of the text. Is there a way to do that or is it all or nothing? Thanks!

  3. #13
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,886
    Plugin Contributions
    6

    Default Re: How to remove links from Information Sidebox?

    The Gift Certificate FAQs are defined in the language file:
    /includes/languages/english/gv_faq.php

    If you read carefully how they are written the words for:
    Gift Certificate
    Gift Certificates

    are done with constants ... the upper case words that you will see ...

    This allows all of the usage in singular or plural to read the same ...

    Copy to your templates and overrides directory:
    /includes/languages/english/your_template_dir/gv_faq.php

    to make your changes ...
    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: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  4. #14
    Join Date
    Apr 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: How to remove links from Information Sidebox?

    Ok I have read thru these posts and dont seem to find the anwser to the question I have.

    How do you:

    1) Change the name in the Information Sidebox of Shipping & Refunds to just Shipping?

    2) Delete the Newsletter unsubscribe?

    Thanks

  5. #15
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: How to remove links from Information Sidebox?

    Quote Originally Posted by EHardman View Post
    Ok I have read thru these posts and dont seem to find the anwser to the question I have.

    How do you:

    1) Change the name in the Information Sidebox of Shipping & Refunds to just Shipping?

    2) Delete the Newsletter unsubscribe?

    Thanks
    Try this:
    /includes/languages/english.php
    do a search for shipping and notice you will find:
    define('BOX_INFORMATION_SHIPPING', 'Shipping & Refunds');
    change to 'Shipping'); make sure to place text between the two ' ' .

    Mark,
    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

  6. #16
    Join Date
    Apr 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: How to remove links from Information Sidebox?

    Quote Originally Posted by haredo View Post
    Try this:
    /includes/languages/english.php
    do a search for shipping and notice you will find:
    define('BOX_INFORMATION_SHIPPING', 'Shipping & Refunds');
    change to 'Shipping'); make sure to place text between the two ' ' .

    Mark,
    Yeap that worked now just need to figure out how o get rid of Newsletter Unsubscribe.

    Thanks

  7. #17
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: How to remove links from Information Sidebox?

    Try this:

    Admin > config > email options > Display "Newsletter Unsubscribe" Link? > set to false

    Mark,
    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

  8. #18
    Join Date
    Apr 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: How to remove links from Information Sidebox?

    Quote Originally Posted by haredo View Post
    Try this:
    /includes/languages/english.php
    do a search for shipping and notice you will find:
    define('BOX_INFORMATION_SHIPPING', 'Shipping & Refunds');
    change to 'Shipping'); make sure to place text between the two ' ' .

    Mark,
    Quote Originally Posted by haredo View Post
    Try this:

    Admin > config > email options > Display "Newsletter Unsubscribe" Link? > set to false

    Mark,
    Many thanks

  9. #19
    Join Date
    Aug 2006
    Posts
    60
    Plugin Contributions
    0

    Default Re: How to remove links from Information Sidebox?

    ok so how do I add additional links to the information side box ???

    thanks

  10. #20
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,886
    Plugin Contributions
    6

    Default Re: How to remove links from Information Sidebox?

    PHP Code:
        $information[] = '<a href="' zen_href_link(FILENAME_SOMETHING) . '">' BOX_INFORMATION_SOMETHING '</a>'
    Have you an example of what you are trying to link to?
    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: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Remove links at top of page
    By duckydoodles.com in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Jan 2008, 02:41 PM
  2. move page 2 to information sidebox
    By shopjackiesjewels in forum Customization from the Admin
    Replies: 4
    Last Post: 13 Nov 2007, 09:05 PM
  3. Information Sidebox links won't work
    By simon-m in forum Basic Configuration
    Replies: 7
    Last Post: 11 Jun 2006, 04:46 PM

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
  •