Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2008
    Posts
    1
    Plugin Contributions
    0

    Default Need help with deleting Congraulations

    Hi there, every time I try to delete the Congratulations I get a error. Now, I put the index.php back to the normal and i get the error

    Fatal error: Call to undefined function: zen_check_url_get_terms() in /home/content/s/c/o/scotty417/html/greeninc/store/index.php on line 59

    the website is greenincve.com/store

    Any suggestions/ideas please say So!!! This is for a trade fair and I need site done by tomorrow please help!!!!


    This is the index.php file information

    <?php

    /**

    * @package languageDefines

    * @copyright Copyright 2003-2006 Zen Cart Development Team

    * @copyright Portions Copyright 2003 osCommerce

    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

    * @version $Id: index.php 6550 2007-07-05 03:54:54Z drbyte $

    */



    define('TEXT_MAIN','This is the main define statement for the page for english when no template defined file exists. It is located in: <strong>/includes/languages/english/index.php</strong>');



    // Showcase vs Store

    if (STORE_STATUS == '0') {

    define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">log yourself in</a>?');

    } else {

    define('TEXT_GREETING_GUEST', 'Welcome, please enjoy our online showcase.');

    }



    define('TEXT_GREETING_PERSONAL', 'Hello <span class="greetUser">%s</span>! Would you like to see our <a href="%s">newest additions</a>?');



    define('TEXT_INFORMATION', 'Define your main Index page copy here.');



    //moved to english

    //define('TABLE_HEADING_FEATURED_PRODUCTS','Featured Products');



    //define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');

    //define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');

    //define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');



    if ( ($category_depth == 'products') || (zen_check_url_get_terms()) ) {

    // This section deals with product-listing page contents

    define('HEADING_TITLE', 'Available Products');

    define('TABLE_HEADING_IMAGE', 'Product Image');

    define('TABLE_HEADING_MODEL', 'Model');

    define('TABLE_HEADING_PRODUCTS', 'Product Name');

    define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');

    define('TABLE_HEADING_QUANTITY', 'Quantity');

    define('TABLE_HEADING_PRICE', 'Price');

    define('TABLE_HEADING_WEIGHT', 'Weight');

    define('TABLE_HEADING_BUY_NOW', 'Buy Now');

    define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');

    define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.');

    define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: ');

    define('TEXT_SHOW', 'Filter Results by:');

    define('TEXT_BUY', 'Buy 1 \'');

    define('TEXT_NOW', '\' now');

    define('TEXT_ALL_CATEGORIES', 'All Categories');

    define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');

    } elseif ($category_depth == 'top') {

    // 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&trade; 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&trade; E-Commerce Solution.');

    }

    ?>






    Thanks,

    Greeninc
    Last edited by GreenInc; 18 Nov 2008 at 10:24 PM. Reason: Changes

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,711
    Plugin Contributions
    13

    Default Re: Need help with deleting Congraulations

    You need to follow the instructions found in the Tutorials/FAQ link at the top of the page.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Nov 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Need help with deleting Congraulations

    One rule to remember is to never alter the default template, you will need to make a custom folder and make a copy of the default template and edit the copy and place it in the custom folder you created. always make a backup of your work.

    Anywhere in the directories you see a dir called classic, you can make a custom folder to work with other default templates such as header etc... and dbltoe is right the tuorials will help you alot, you may even want to scan through a few and do what I did and print them for reference, most are short but precise to the point one page tips.
    Last edited by pcdctr106; 19 Nov 2008 at 04:26 AM. Reason: adding more tips

 

 

Similar Threads

  1. v151 Need help deleting all products!
    By discountvapor.net in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 25 Feb 2014, 04:46 AM
  2. Need help with stylesheet - Need to delete the categories
    By annav in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 12 Jun 2009, 12:41 PM
  3. Deleting some pages I don't need
    By Scooby Doo in forum General Questions
    Replies: 4
    Last Post: 26 Apr 2007, 12:03 AM
  4. Need Help with a couple of issues with the shop
    By chrisb in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 3 Oct 2006, 12:36 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