Page 1 of 3 123 LastLast
Results 1 to 10 of 27
  1. #1
    Join Date
    Apr 2007
    Posts
    71
    Plugin Contributions
    0

    Default Really really hard to customize - any easy hints?

    I appreciate all the power that Zen Cart seems to offer, but I am finding it really, really, really (really!) hard to customize. I don't mean special customization either - just getting my shop's basic info to override the sample text...

    I read through the FAQs, but the folder hierarchies for override files never seem to *quite* be where they say they are in the FAQs and I am getting completely lost about where to keep things.

    And when I edit documents with the page editor in Admin Tools they end up in some default area rather than in the custom override folder and I don't know where to move them afterwards, or if I need to.

    And I can't figure out where some text is in order to edit it.

    I'm afraid that I'm just making a big mess of it. Plus I'm worried that the way I did it I will lose modifications when it comes time to upgrade.

    At the pace I'm proceeding it seems like it will take months to finish getting my site up.

    Are there any up-to-date newbie documents with current path hierarchies and step-by-step instructions that would help get me through this process?

    Thanks!

    doug

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,696
    Plugin Contributions
    123

    Default Re: Really really hard to customize - any easy hints?

    You mean, like some sort of manual? :)

    http://www.zen-cart.com/index.php?main_page=page&id=16
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: Really really hard to customize - any easy hints?

    Hello Doug

    It certainly helps if you have a reasonable knowledge of PHP and MySQL, but, like yourself, many new Zenners struggle with the fundamental principles of how this whole thing hangs together.

    I would strongly advise that you buy the book (see link, top right of this page).

    This book will help you establish the purposes (and resultant effects) of all the ADMIN configurations that are available.

    The book does not delve significantly into the PHP code itself (other than a few references), as this is not its purpose.

    However... by working your way through the book, you will soon learn how to configure many layout options.

    I believe that if you use the book in this way, when you are confident enough to "tweak" the core code, you'll do so with a better understanding of how ADMIN participates in these processes.
    20 years a Zencart User

  4. #4
    Join Date
    Apr 2007
    Posts
    71
    Plugin Contributions
    0

    Default Re: Really really hard to customize - any easy hints?

    Quote Originally Posted by schoolboy View Post
    Hello Doug

    It certainly helps if you have a reasonable knowledge of PHP and MySQL, but, like yourself, many new Zenners struggle with the fundamental principles of how this whole thing hangs together.

    I would strongly advise that you buy the book (see link, top right of this page).

    This book will help you establish the purposes (and resultant effects) of all the ADMIN configurations that are available.

    The book does not delve significantly into the PHP code itself (other than a few references), as this is not its purpose.

    However... by working your way through the book, you will soon learn how to configure many layout options.

    I believe that if you use the book in this way, when you are confident enough to "tweak" the core code, you'll do so with a better understanding of how ADMIN participates in these processes.
    Thanks for your response.

    I think the problem I am having is not so much dealing with PHP or SQL as with the organization of the actual Zen Cart files hierarchy itself - what is controlled where - particularly taking into account customizations and avoiding having things overwritten when upgrades occur.

    The problem is that the FAQ seems to say one thing about where the files are located, but I am actually finding them in different locations. So I have no confidence about what I'm doing.

    Does the book have to be ordered and physically shipped, or is there an online version?

    Thanks...

    doug

  5. #5
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,696
    Plugin Contributions
    123

    Default Re: Really really hard to customize - any easy hints?

    To get a baseline understanding of customizations, I tell people to read

    http://www.zen-cart.com/forum/faq.ph...late_customize

    Scott
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #6
    Join Date
    Oct 2006
    Posts
    137
    Plugin Contributions
    0

    Default Re: Really really hard to customize - any easy hints?

    I found this helpful
    http://www.zen-cart.com/forum/faq.ph...late_customize

    once you get the hang of customisation, it is quite easy
    I have made my own notes so I can build a site in virtually no time at all

    I am also still confused with the define pages editor in admin for main page, shipping info etc

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

    Default Re: Really really hard to customize - any easy hints?

    While swguy and zas are pointing to some good FAQ information, those particular FAQ documents are superceded by the knowledgebase, found at: https://tutorials.zen-cart.com
    There, you'll find numerous articles on templating, overrides, etc ... which are more up to date than the older FAQ system (all the FAQs were copied over to the KB and updated).
    .

    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.

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

    Default Re: Really really hard to customize - any easy hints?

    Also, the Overrides Chart is a helpful reference:
    http://www.zen-cart.com/index.php?ma...roducts_id=298
    .

    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. #9
    Join Date
    Apr 2007
    Posts
    71
    Plugin Contributions
    0

    Default Re: Really really hard to customize - any easy hints?

    Quote Originally Posted by DrByte View Post
    While swguy and zas are pointing to some good FAQ information, those particular FAQ documents are superceded by the knowledgebase, found at: https://tutorials.zen-cart.com
    There, you'll find numerous articles on templating, overrides, etc ... which are more up to date than the older FAQ system (all the FAQs were copied over to the KB and updated).
    That's where I was getting my info from, like on how to edit header.php, etc.

    But the big problem with those tutorial pages is that the exact folder hierarchies don't literally match up with what is in those documents. Following the instructions literally led me to create a file and place it in the hierarchy and have it have no effect.

    Then I noticed if I sort of looked at the hierarchy and moved the custom header.php file elsewhere the customizations took effect.

    But I can't do that for each and every file because it was just happenstance that I stumbled across the right location.

    I know I'm not explaining myself clearly, but the hierarchies described in the tutorials/FAQs are definitely different than the actual ones.

    doug

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

    Default Re: Really really hard to customize - any easy hints?

    Quote Originally Posted by douglerner View Post
    I know I'm not explaining myself clearly, but the hierarchies described in the tutorials/FAQs are definitely different than the actual ones.
    If you don't mind pointing out which ones are wrong, we'll take a review of them to get them fixed.
    .

    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.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Really Easy Question
    By dandaman992 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 May 2008, 01:14 AM
  2. Need advice. pages are really, really ssllooowwww to load
    By psgbuilder in forum General Questions
    Replies: 3
    Last Post: 12 Jul 2007, 11:49 PM
  3. How hard is it really to update?
    By bjraines in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 8 Jan 2007, 03:54 AM
  4. PLEASE HELP really really stuck with shipping
    By wolf99 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 25 Oct 2006, 08:38 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