Page 11 of 33 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 321
  1. #101
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by bethalicea View Post
    I have not read this whole thread, but I have searched it and didn't see an answer to my problem, so here goes.

    Someone please take a look at my site. www.ncmodularhomesales.com (I realize it's not rendering quite right. I have been testing using Firefox, and a friend just pointed out the issues with IE. But that's not my issue.)

    Notice that on the Index page, manufacturer listing, and category listing, in the heading, the greeting looks fine, but go to any other pages and it says "TEXT_GREETING_GUEST" or "TEXT_GREETING_PERSONAL"

    I'm driving myself nuts, can someone help me? I'm using the "rustic" template. I just installed it last night. Thanks in advance y'all.

    (I am new to Zen-Cart, so please try not to talk over my head.)

    It would not bother me to take the greeting off of all the pages except the index page, whatever makes it easier to fix quickly.
    Can you post the contents of:

    includes/languages/english/rustic/header.php

  2. #102

    Default Re: Rustic Template Support Thread

    <?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: header.php 2940 2006-02-02 04:29:05Z drbyte $
    */

    // header text in includes/header.php
    define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
    define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
    define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
    define('HEADER_TITLE_CHECKOUT', 'Checkout');
    define('HEADER_TITLE_TOP', 'Top');
    define('HEADER_TITLE_CATALOG', 'Home');
    define('HEADER_TITLE_LOGOFF', 'Log Out');
    define('HEADER_TITLE_LOGIN', 'Log In');

    // added defines for header alt and text
    define('HEADER_ALT_TEXT', 'Integrity Mountain Custom Homes');
    define('HEADER_SALES_TEXT', '<strong>Custom Homes</strong>');

    define('HEADER_LOGO_WIDTH', ' ');
    define('HEADER_LOGO_HEIGHT', ' ');
    define('HEADER_LOGO_IMAGE', 'logo.gif');

    // header Search Button/Box Search Button
    define('HEADER_SEARCH_BUTTON','Search');
    define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');

    ?>
    Thank you!

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

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by bethalicea View Post
    Thank you!
    You've apparently deleted several lines of code from this file.

    Add the highlighted portion and that will correct the problem.

    You should also add the height and width for your logo.gif

    Code:
    <?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: header.php 2940 2006-02-02 04:29:05Z drbyte $
    */
    
    // header text in includes/header.php
    define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
    define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
    define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
    define('HEADER_TITLE_CHECKOUT', 'Checkout');
    define('HEADER_TITLE_TOP', 'Top');
    define('HEADER_TITLE_CATALOG', 'Home');
    define('HEADER_TITLE_LOGOFF', 'Log Out');
    define('HEADER_TITLE_LOGIN', 'Log In');
    
    // added defines for header alt and text
    define('HEADER_ALT_TEXT', 'Integrity Mountain Custom Homes');
    define('HEADER_SALES_TEXT', '<strong>Custom Homes</strong>');
    
    define('HEADER_LOGO_WIDTH', ' ');
    define('HEADER_LOGO_HEIGHT', ' ');
    define('HEADER_LOGO_IMAGE', 'logo.gif');
    
    // header Search Button/Box Search Button
    define('HEADER_SEARCH_BUTTON','Search');
    define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');
    
    // 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>?');
    
    
    
    ?>

  4. #104

    Default Re: Rustic Template Support Thread

    You're the best man! I can't thank you enough, and thanks for putting up with this n00b!

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

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by bethalicea View Post
    You're the best man! I can't thank you enough, and thanks for putting up with this n00b!
    Glad to help

  6. #106

    Default Re: Rustic Template Support Thread

    I would like to know if this is possible - I basically don't want to waste my time pursuing it if it's going to be too complicated.

    My site again is ncmodularhomesales.com

    Since we are marketing modular homes, of course, customers can't actually purchase on our site. I would like to know if I can change everywhere it says "Shopping Cart" to "Wish List." And can I get the price to disappear? I've changed the cart status to "showcase with no prices" but the price still shows up in the cart and in the heading. It is most important to me to get the dollar amount out of the heading.

    Thanks!

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

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by bethalicea View Post
    I would like to know if this is possible - I basically don't want to waste my time pursuing it if it's going to be too complicated.

    My site again is ncmodularhomesales.com

    Since we are marketing modular homes, of course, customers can't actually purchase on our site. I would like to know if I can change everywhere it says "Shopping Cart" to "Wish List." And can I get the price to disappear? I've changed the cart status to "showcase with no prices" but the price still shows up in the cart and in the heading. It is most important to me to get the dollar amount out of the heading.

    Thanks!
    Not a template specific question, but...

    You could set the price to 0 and mark it as "Product is Call for Price"

  8. #108

    Default Re: Rustic Template Support Thread

    Thanks Clyde. I really wasn't sure if it was template specific or not. I will figure out where to post elsewhere. I did try what you suggested, but in the listings the call for price is everywhere and is a little annoying.

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

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by bethalicea View Post
    Thanks Clyde. I really wasn't sure if it was template specific or not. I will figure out where to post elsewhere. I did try what you suggested, but in the listings the call for price is everywhere and is a little annoying.
    You can always edit the text to suit your needs:

    includes/languages/rustic/english.php
    Line #460 : define('PRODUCTS_PRICE_IS_CALL_FOR_PRICE_TEXT','Call for Price');
    Line #461 : define('TEXT_CALL_FOR_PRICE','Call for price');

    ----

    You can also change/create a new "call for price" graphic and save it to
    includes/templates/rustic/images/call_for_prices.jpg

  10. #110

    Default Re: Rustic Template Support Thread

    Thanks again! I can't begin to tell you how much you have helped me. Telling me where things are is doing the work for me, and I do appreciate it very much.

 

 
Page 11 of 33 FirstFirst ... 91011121321 ... LastLast

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 107
    Last Post: 11 Nov 2024, 08:28 PM
  2. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  3. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  4. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 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