Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Apr 2011
    Location
    Online
    Posts
    9
    Plugin Contributions
    0

    red flag Before I Destroy My Store...

    I've got this huge chunk of text from the creators of the template that I'd like to get rid of. I've gone through the stack of files in my FTP server and even got as far as deleting the main index (that went far). The page says this:

    "Welcome Guest! Would you like to log yourself in?
    Since the e-commerce became an integral part of business building it is very important how your storefront looks. Well-designed website brings you a boundless opportunity to drive your online-business more efficiently, stimulate sales online and increase your success.
    12leaves.com experienced team is ready to assist you with a creation of powerful, visually pleasing and user friendly e-commerce website. We offer a wide range of ecommerce web design services, including logo design, banner design and PSD to HTML services.Browse our free Zen Cart Templates, free osCommerce Templates and premium ecommerce templates.

    This is the main define statement for the page for english when no template defined file exists. It is located in: /includes/languages/english/index.php"

    My site is http://www.professorapple.com/store

    Eh, what exactly do I do? I think the directions are wrong.

  2. #2
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: Before I Destroy My Store...

    Can you find this text here?
    admin panel/ tools/ define pages editor/ click the drop down and choose... define_main_page.php
    Mark
    Hare Do

  3. #3
    Join Date
    Apr 2011
    Location
    Online
    Posts
    9
    Plugin Contributions
    0

    red flag Re: Before I Destroy My Store...

    Quote Originally Posted by haredo View Post
    Can you find this text here?
    All I've got in the text box is my image URL, that's it. There's no other code in the main page in the editor...

  4. #4
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Before I Destroy My Store...

    sorry mis-read
    Last edited by rbarbour; 28 Apr 2011 at 06:02 AM. Reason: mis-read
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

  5. #5
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Before I Destroy My Store...

    Do a search in ADMIN > TOOLS > DEVELOPERS TOOL KIT

    at the bottom of the page where it says:

    Look-up in all files:
    enter:

    Since the e-commerce

    choose "All Files - Catalog" > ".php only

    what files return?
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

  6. #6
    Join Date
    Apr 2011
    Location
    Online
    Posts
    9
    Plugin Contributions
    0

    red flag Re: Before I Destroy My Store...

    Quote Originally Posted by rbarbour View Post
    Do a search in ADMIN > TOOLS > DEVELOPERS TOOL KIT

    at the bottom of the page where it says:

    Look-up in all files:
    enter:

    Since the e-commerce

    choose "All Files - Catalog" > ".php only

    what files return?
    Wowzers you got me closer to the answer!

    /home/content/56/7724556/html/store/includes/languages/english/lite_grey/index.php

    If you noticed, I changed the first word of the index.php document from *Since* to *TEST* and it worked.

    Problem is, after *TEST* if I change any more wording (although it's not even between other code) the page instantly loads blank!...

  7. #7
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Before I Destroy My Store...

    Quote Originally Posted by moCtoDelppArosseforP View Post
    If you noticed, I changed the first word of the index.php document from *Since* to *TEST* and it worked.

    Problem is, after *TEST* if I change any more wording (although it's not even between other code) the page instantly loads blank!...
    I do not understand

    Since the e-commerce are the beginning words of that
    Quote Originally Posted by moCtoDelppArosseforP View Post
    huge chunk of text from the creators of the template that I'd like to get rid of
    When you did the search, is this the file it returned?
    Quote Originally Posted by moCtoDelppArosseforP View Post
    /home/content/56/7724556/html/store/includes/languages/english/lite_grey/index.php
    if so that:
    Quote Originally Posted by moCtoDelppArosseforP View Post
    huge chunk of text from the creators of the template that I'd like to get rid of
    is located there.

    can you post the code for that index.php file
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

  8. #8
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: Before I Destroy My Store...

    Quote Originally Posted by moCtoDelppArosseforP View Post
    Problem is, after *TEST* if I change any more wording (although it's not even between other code) the page instantly loads blank!
    What program are you using to edit that file ?

  9. #9
    Join Date
    Apr 2011
    Location
    Online
    Posts
    9
    Plugin Contributions
    0

    Default Re: Before I Destroy My Store...

    Quote Originally Posted by stevesh View Post
    What program are you using to edit that file ?
    TextEdit (Mac)

  10. #10
    Join Date
    Apr 2011
    Location
    Online
    Posts
    9
    Plugin Contributions
    0

    Default Re: Before I Destroy My Store...

    Quote Originally Posted by rbarbour View Post
    I do not understand

    Since the e-commerce are the beginning words of that


    When you did the search, is this the file it returned?


    if so that:

    is located there.

    can you post the code for that index.php file
    <?php
    /**
    * Template designed by 12leaves.com
    * 12leaves.com - Free ecommerce templates and design services
    *
    * @package languageDefines
    * @copyright Copyright 2009-2010 12leaves.com
    * @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','TEST the e-commerce became an integral part of business building it is very important how your storefront looks. Well-designed website brings you a boundless opportunity to drive your online-business more efficiently, stimulate sales online and increase your success.<br /><a href="http://www.12leaves.com">12leaves.com</a> experienced team is ready to assist you with a creation of powerful, visually pleasing and user friendly e-commerce website. We offer a wide range of <a href="http://www.12leaves.com/services.html">ecommerce web design services</a>, including logo design, banner design and <a href="http://www.12leaves.com/services.html">PSD to HTML</a> services.Browse our <a href="http://www.12leaves.com/shop/html/free-zen-cart-templates-c172-p-1.html">free Zen Cart Templates</a>, <a href="http://www.12leaves.com/shop/html/oscommerce-templates-c171-p-1.html">free osCommerce Templates</a> and premium <a href="http://www.12leaves.com/shop/html/index.html">ecommerce templates</a>.<br /><br />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', 'Welcome to OnlineStore');
    } 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.');
    }
    ?>

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 Check point list before opening store?
    By ninabell in forum General Questions
    Replies: 8
    Last Post: 5 Jul 2012, 07:30 PM
  2. Check external session before store loads
    By urgentprog in forum General Questions
    Replies: 15
    Last Post: 19 Nov 2011, 09:02 PM
  3. pay before subscribing to your store
    By darkzipper in forum Managing Customers and Orders
    Replies: 2
    Last Post: 7 Jun 2008, 02:19 PM
  4. store orders before payment
    By tbrides in forum Addon Payment Modules
    Replies: 4
    Last Post: 9 Apr 2007, 12:25 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR