Page 42 of 74 FirstFirst ... 32404142434452 ... LastLast
Results 411 to 420 of 734
  1. #411
    Join Date
    Nov 2007
    Posts
    4
    Plugin Contributions
    0

    red flag Re: Things every New Zenner needs to know

    I did the same change and the same problem happened to me - spent couple of hours but still can't fiture out which page the "Sales Message Goes here" points to!!!

    Who had some experience in this? I highly appreciate the turorial however it looks like may be a little outdated considering the fact it was released in 2006 and there mght be changes in the template afterwards. ??!!!???

    Quote Originally Posted by clydejones View Post

  2. #412
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Things every New Zenner needs to know

    Quote Originally Posted by Sherrylxf View Post
    I did the same change and the same problem happened to me
    I'm afraid that neither the change you made, nor the problem that you're having are obvious from either your post, or the one from which you were quoting.
    Quote Originally Posted by Sherrylxf View Post
    spent couple of hours but still can't fiture out which page the "Sales Message Goes here" points to!!!
    It doesn't point to any page. It's simply a piece of text displayed in every page's header as a sales message.

    Quote Originally Posted by Sherrylxf View Post
    I highly appreciate the turorial however it looks like may be a little outdated considering the fact it was released in 2006 and there mght be changes in the template afterwards.
    The tutorial may be almost a year old, but it is still completely accurate for a standard installation of Zen Cart.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #413
    Join Date
    Nov 2007
    Posts
    4
    Plugin Contributions
    0

    red flag Re: Things every New Zenner needs to know

    Thanks for your msg. I am pretty new to this and might got confused easily. According to the tutorial,

    If you want to change "Congratulations! You have successfully installed your Zen Cart™; E-Commerce Solution" with your own text open the includes/languages/ENGLISH/index.php file and find the following code:
    // 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.');


    First of all, I was never able to find any code like this in my Index.php file under English folder. Secondly, when I change the destination of my website in my Web Host's set up and pointed that to the English folder, I got a 404 forbidden error. Guess I am confused of how Zen Cart works! - After I set up my destination in web host's Admin, when I load the page, it will automatically load the page named "index.php" in the destination folder correct? How come I couldn't find any code like what is mentioned in the Tutorial??? All I see is a bunch of code tells me the "Overview of flow".

    Thanks for anybody's help and response!

    Quote Originally Posted by kuroi View Post
    I'm afraid that neither the change you made, nor the problem that you're having are obvious from either your post, or the one from which you were quoting.
    It doesn't point to any page. It's simply a piece of text displayed in every page's header as a sales message.

    The tutorial may be almost a year old, but it is still completely accurate for a standard installation of Zen Cart.

  4. #414
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Things every New Zenner needs to know

    Quote Originally Posted by Sherrylxf View Post
    First of all, I was never able to find any code like this in my Index.php file under English folder ... How come I couldn't find any code like what is mentioned in the Tutorial??? All I see is a bunch of code tells me the "Overview of flow".
    This means that you are looking at the index.php at the top level of your Zen Cart and not the one mentioned in the tutorial which is buried down in the includes/languages/ENGLISH folder.
    Quote Originally Posted by Sherrylxf View Post
    Secondly, when I change the destination of my website in my Web Host's set up and pointed that to the English folder, I got a 404 forbidden error. Guess I am confused of how Zen Cart works! - After I set up my destination in web host's Admin, when I load the page, it will automatically load the page named "index.php" in the destination folder correct?
    There is no good reason to point the destination of your site into the English folder. This will certainly cause your site to collapse. It should be pointing to the top level of your Zen Cart.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  5. #415
    Join Date
    Nov 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Things every New Zenner needs to know

    Thanks so much! I did look at the folder in the buried down folder in includes/languages/ENGLISH Folder. There is one possible reason that I might have overridden that file with a file on my local drive. Is there anyway I can get that file back??

    Thank you very much for the help and response!


    Quote Originally Posted by kuroi View Post
    This means that you are looking at the index.php at the top level of your Zen Cart and not the one mentioned in the tutorial which is buried down in the includes/languages/ENGLISH folder.
    There is no good reason to point the destination of your site into the English folder. This will certainly cause your site to collapse. It should be pointing to the top level of your Zen Cart.

  6. #416
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Things every New Zenner needs to know

    Quote Originally Posted by Sherrylxf View Post
    I did look at the folder in the buried down folder in includes/languages/ENGLISH Folder. There is one possible reason that I might have overridden that file with a file on my local drive. Is there anyway I can get that file back??
    Ah yes. I see. Zen Cart has a lot of similarly and, in this case, identically, named files. The folder structure is therefore very important. The best place to go to get a fresh copy of the file would be the release package from which your Zen Cart was originally installed.

    If you don't have that, it can be downloaded via the link on this support site's home page. I always keep a copy of the release package handy on my local machine - you never know when you might need to refer to it.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  7. #417
    Join Date
    Nov 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Things every New Zenner needs to know

    Where can I find the link to the support site? Thanks!!


    Quote Originally Posted by kuroi View Post
    Ah yes. I see. Zen Cart has a lot of similarly and, in this case, identically, named files. The folder structure is therefore very important. The best place to go to get a fresh copy of the file would be the release package from which your Zen Cart was originally installed.

    If you don't have that, it can be downloaded via the link on this support site's home page. I always keep a copy of the release package handy on my local machine - you never know when you might need to refer to it.

  8. #418
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Things every New Zenner needs to know

    Quote Originally Posted by Sherrylxf View Post
    Where can I find the link to the support site? Thanks!!
    This is the support site. It's home page is www.zen-cart.com
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  9. #419
    Join Date
    Dec 2007
    Location
    Northern California
    Posts
    45
    Plugin Contributions
    0

    Default Re: Things every New Zenner needs to know

    A screenshot of the classic layout with each of the elements labeled with the name and where the code for them is located would be nice.

  10. #420
    Join Date
    Dec 2007
    Posts
    23
    Plugin Contributions
    0

    Default Re: Things every New Zenner needs to know

    Ok, I am brand New to this. Not completely unknowable but I would say midrange. I bought the Zen Cart Book. GREAT BOOK!! My problem is this:
    Bluehost is my web provider and they installed zen cart for me. Now what??? I have gotten through chapter 13/14 but I cannot find any information on customizing the templates to add my store name etc. I see all the language etc that needs to be modified but cannot find it. I opened up the website via filezilla but I think maybe I am missing some things. Page 272 in the book shows some directories but I think I am missing some. Where can I find instructions on customizing in English like this book?

    the book starts with includes/languages or includes/modules or includes/templates but there are no directions where to find these? I was so excited to get started, uploaded all my products etc and now I am stuck.

    Where can I get this info please help

 

 
Page 42 of 74 FirstFirst ... 32404142434452 ... LastLast

Similar Threads

  1. Newbie Zenner needs help with sideboxes
    By Bgray in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 14 Jun 2011, 01:29 AM
  2. New Zenner - Needs help Center Heading Text Color
    By atl2rva in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 24 Feb 2010, 09:51 PM
  3. Need to know how to do a few things......
    By davida50000 in forum General Questions
    Replies: 3
    Last Post: 16 Jun 2009, 08:37 PM
  4. Things every new zenner shouldn't have to know
    By TechOnADesk in forum Templates, Stylesheets, Page Layout
    Replies: 30
    Last Post: 4 Jan 2008, 05:49 PM
  5. Confused new zenner needs help upgrading from 1.3.5 to 1.3.6
    By MicrophonePro in forum Upgrading from 1.3.x to 1.3.9
    Replies: 8
    Last Post: 3 Nov 2006, 06:41 AM

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