Page 8 of 74 FirstFirst ... 6789101858 ... LastLast
Results 71 to 80 of 734
  1. #71
    Join Date
    Feb 2006
    Posts
    40
    Plugin Contributions
    0

    Default Re: Things every New Zenner needs to know

    I think this would be great and if I knew more about Zencart, I probably would have already done this (since I write documentation for a living or at least partially). My biggest problem is knowing where to change things. I can muddle my way through the code and figure it out most of the time. It's just a matter of knowing where to look. What would be nice is screen shots of each page in the template and captions is to where that particular field/column etc can be changed.

    I have spent the past several days trying to figure out where to change the stupid center header bar that says home and still can't find it.

    This would absolutely be wonderful if someone put together a guide of each field and what it does, etc.

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

    Default Re: Things every New Zenner needs to know

    Quote Originally Posted by bwhitmire
    I think this would be great and if I knew more about Zencart, I probably would have already done this (since I write documentation for a living or at least partially). My biggest problem is knowing where to change things. I can muddle my way through the code and figure it out most of the time. It's just a matter of knowing where to look. What would be nice is screen shots of each page in the template and captions is to where that particular field/column etc can be changed.

    I have spent the past several days trying to figure out where to change the stupid center header bar that says home and still can't find it.

    This would absolutely be wonderful if someone put together a guide of each field and what it does, etc.

    How do I remove the Home in the middle column next to the Categories box?


    This is called the breadcrumb (think Hansel and Gretel) showing where you are and how to get back to previous locations. You can either turn it off completely or you can turn it off only on the main page.

    You can turn it off in admin -> configuration -> layout settings -> Define Breadcrumb Status and set to 0.

    To turn it off on the main page in includes -> templates -> YOUR_TEMPLATE -> templates -> common -> tpl_main_page.php find the following lines of code

    <!-- bof breadcrumb -->
    <?php if (DEFINE_BREADCRUMB_STATUS == '1') { ?>
    <div id="navBreadCrumb"><?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></div>
    <?php } ?>
    <!-- eof breadcrumb -->

    and change to:

    <!-- bof breadcrumb -->
    <?php if (DEFINE_BREADCRUMB_STATUS == '1' && ($current_page!='index' || (int)$cPath>0 )) { ?> <div id="navBreadCrumb"><?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></div>
    <?php } ?>
    <!-- eof breadcrumb -->

  3. #73
    Join Date
    Jan 2006
    Posts
    4
    Plugin Contributions
    0

    Default Re: Things every New Zenner needs to know

    Hello Everyone,

    As a newbie, I believe the help needs to also start from the very beginning. The installation information is very vague especially if a person wishes to set it up using their computer as the local host. The generic statements of set up works only for those who can start at the middle. New people need a specific step by step, first this and then next with exact wording....stop assuming the reader knows what you mean....very frustrating.

    Thanks

  4. #74
    Join Date
    Jan 2006
    Posts
    4
    Plugin Contributions
    0

    Default Re: Things every New Zenner needs to know

    It is sad when you read other posts and they speak about getting answers from the zen forum like ...read the faq and other comments that imply the questioner is an idiot or lazy....the comments here about a clear explanation being more reading and one is expected to put out effort...yaddy yadda....smells of the same sense of condescension....If things were clear newbies would not be so confused or frustrated.
    More reading is not the problem it is the desperate need for reading that is clear, sequential and relevant that is needed. As things stand and it has been stated over and over.....hours and days and weeks of searching can be one heck of a hayride made worse if your not sure what needle your looking for or the information is like reading a foreign language.

    Please consider that pleas for help and useful responses =a bigger zen community and positive word-of-mouth advertisement and disgruntled chastised folks leave zen and go use the competition.

    We are not lazy and we do not mind reading, obviously we are reading to be here and we are willing to work and put effort by trying to learn how to work with zen....do not imply insult to those asking help.

    Thanks

  5. #75
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,133
    Plugin Contributions
    11

    Default Re: Things every New Zenner needs to know

    Let's see how we can make this a one size fits all kind of world?
    1. Everyone must use white background and the standard logo! That would eliminate the need for questions about changing the background.
    2. Everyone must host on the same type server with the same version of MySQL and PHP! Boy would that simplify matters!
    3. It's too difficult to set up SSL so it will no longer be supported.
    4. No more language files. Everyone WILL switch to Latin.

    Think abut just those four variables and what it would take to create a document that would cover all the REAL choices you can make with ZenCart.

    What I'm saying is that few of us have the bandwidth needed to download what an all-encompassing "how to" document would look like. Not picking on Clyde as he has helped me several times but not everyone has heard of Hansel and Gretel.

    As you read further through the posts in this forum, you will see how patient and helpful the devs are in many cases where I would find it difficult to withhold a .
    It's quite obvious that many folks don't even know there is a docs folder! However, anyone with a question that even acts like they have taken the time to research the problem will generally get an answer faster than anywhere I have experienced before.
    Sometimes the answer is a gentle prod to read some of the basic information. As Ajeh is want to say, "You might accidentally learn something." That's a program that has worked quite well for me these last two years.

  6. #76
    Join Date
    Oct 2005
    Location
    New Mexico
    Posts
    393
    Plugin Contributions
    0

    Default Re: Things every New Zenner needs to know

    digart,

    We are working on some 'step-by-step guides' that should help you with issues.

    The reason people say 'look in the FAQ' is because the question that just asked has been answered dozens, if not hundreds of times, before. Put yourself in the place of the person answering your question when a new user asks a question that you have answered yourself twice a week for a year. As dbltoe said, it can get frustrating.

    There is a philosophy in the forum that tries to balance two things: give the answer the user needs now versus teach the user how to find their own answers. Not everyone handles it the same way. Overall, I feel there is a very good balance.

    While the software bears no financial cost to download, there is a substantial cost in learning. Either pay with your time and effort or pay with your credit card. Your choice.

    I could only find your two posts here. Do you have a question that has not been answered? If so, find the best topic and post a clear simple question. Someone will help.

    Good luck.

  7. #77
    Join Date
    Feb 2006
    Posts
    15
    Plugin Contributions
    0

    Default Re: Things every New Zenner needs to know

    Quote Originally Posted by Merlinpa1969
    If you need help with the paypal let me know,
    I need to update the current paypal tutorial anyway might as well put it all in one place
    Hi. Do you have the paypal tutorial available? how could I take a look a this?

    thanks

  8. #78
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Things every New Zenner needs to know

    Quote Originally Posted by carlosferrandis
    Hi. Do you have the paypal tutorial available? how could I take a look a this?
    Here's a place to start:
    http://www.zen-cart.com/wiki/index.p...ment_Module.3F
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #79
    Join Date
    Mar 2006
    Posts
    5
    Plugin Contributions
    0

    Default Re: Things every New Zenner needs to know

    I am not a professional webbie - just a an artist trying to set up a site. Months ago when I first downloaded ZenCart, there was a link to step by step instructions for downloading and installing it. I am unable to find this and although I think the Wikie is great, its in greek as far as I am concerned.

    Is there anyway to get a true beginner install doc? I am just lost at this point because there I have no manual or anything to resource.

    THank you very much for any and all help - this is a fantastic product and very generous venture.

    Regard,
    Kate

  10. #80
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Things every New Zenner needs to know

    In your download /docs/ are step by step installation instructions.

 

 
Page 8 of 74 FirstFirst ... 6789101858 ... 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