Thread: Quick Questions

Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Jun 2006
    Posts
    8
    Plugin Contributions
    0

    Default Quick Questions

    Can anyone point me in the right direction of changing:

    "Sales Message Goes Here"

    and

    "Congratulations you have successfully installed your zen cart"

    and where can I find the place to remove the EZ-Pages, Shared, Zen-Cart navigation before the new products start.

    I am driving myself crazy trying to find out how to do this.

    Thanks a bunch!

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Quick Questions

    For questions 1 and 2 try this:
    How do I change the "sales message goes here"/"TagLine Here" text?

    In order to add your own "sales text", changes will have to be made in includes -> languages -> English (or YOUR LANGUAGE) -> header.php.
    Open the file in a text editor and find the following line of code:

    define('HEADER_SALES_TEXT', 'TagLine Here');

    Make your changes to the text highlighted in red. Save the file and copy it to the includes -> languages -> English (or YOUR LANGUAGE) -> YOUR_TEMPLATE folder and upload it to your server.

    --------------

    How do I change Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution?

    look in includes -> languages -> english -> index.php and find this:

    // This section deals with the "home" page at the top level with no options/products selected
    /*Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
    define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');
    } elseif ($category_depth == 'nested') {
    // This section deals with displaying a subcategory
    /*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
    define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');
    }

    change the portions in red to whatever you want.
    For Question 3:
    Are these sideboxes or navigation bars?

  3. #3
    Join Date
    Jun 2006
    Posts
    8
    Plugin Contributions
    0

    Default Re: Quick Questions

    Hey thanks!

    I am going to try this now.

    For question number three it is a navigation bar above the side boxes and under my logo.

    It has ez pages, privacy notice, shared, and zen-cart

  4. #4
    Join Date
    Jun 2006
    Posts
    8
    Plugin Contributions
    0

    Default Re: Quick Questions

    Hey thanks for the tips!

    It worked for the most post. When I tried to enter in the second header line for index.php file it does not show up on the site for some reason.

    For the lack of knowlege I have with this I leave it the way it is with nothing rather than risk doing something major!

  5. #5
    Join Date
    May 2006
    Location
    On a ship near an island far, far away...
    Posts
    15
    Plugin Contributions
    0

    Default Re: Quick Questions

    Quote:
    How do I change the "sales message goes here"/"TagLine Here" text?

    In order to add your own "sales text", changes will have to be made in includes -> languages -> English (or YOUR LANGUAGE) -> header.php.
    Open the file in a text editor and find the following line of code:

    define('HEADER_SALES_TEXT', 'TagLine Here');

    Make your changes to the text highlighted in red. Save the file and copy it to the includes -> languages -> English (or YOUR LANGUAGE) -> YOUR_TEMPLATE folder and upload it to your server.

    --------------

    I tried this but the Sales message still won't go away. Is there something else I have to change?
    "There will come a moment when you have the chance to do the right thing."
    "I love those moments. I like to wave at them as they pass by."

  6. #6
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Quick Questions

    Quote Originally Posted by Kaptain Jack
    Quote:
    How do I change the "sales message goes here"/"TagLine Here" text?

    In order to add your own "sales text", changes will have to be made in includes -> languages -> English (or YOUR LANGUAGE) -> header.php.
    Open the file in a text editor and find the following line of code:

    define('HEADER_SALES_TEXT', 'TagLine Here');

    Make your changes to the text highlighted in red. Save the file and copy it to the includes -> languages -> English (or YOUR LANGUAGE) -> YOUR_TEMPLATE folder and upload it to your server.

    --------------

    I tried this but the Sales message still won't go away. Is there something else I have to change?
    if you don't want a sales message at all just change to:


    define('HEADER_SALES_TEXT', '');

 

 

Similar Threads

  1. Two quick Questions!
    By cablekid in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Dec 2009, 05:11 AM
  2. three quick questions!
    By powelli in forum General Questions
    Replies: 0
    Last Post: 3 Dec 2009, 05:08 PM
  3. 2 quick questions
    By elchoco in forum General Questions
    Replies: 4
    Last Post: 28 Apr 2009, 06:47 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