Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2009
    Posts
    6
    Plugin Contributions
    0

    Default Really Need Help with using my own template look

    Hello I am new and just downloaded Zen Cart 1.3.8 to my server. Everything seemed to install correctly and now I'm ready to customize, but this is very confusing to me.

    I have a small amount of knowledge on CSS and php and have been using all the resources i can find to get better at understanding how things are laid out here in zen cart but its still very confusing.

    My thing is I would like to design my look in either say photoshop or even Dreamweaver but how do I get my template to lay across the page as if it were just like any new website going up on the web.

    I'm unsure as to where to place my content as I have been doing little test runs and uploading but don't see any images come up on the page when it loads, etc.

    If someone could point me to a well laid out resource that can assist I would really appreciate it overall I would like to create something like http://www.victoriasecret.com

    just the idea of having the site look something like this. I can design a site to look this way with the links and all but I don't know how to implement it into the zen cart structure.

    Please any assistance/knowledge would be helpful .

    Thanks everyone.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Really Need Help with using my own template look

    Start by looking at the free templates available for downloading and you can preview many of these at http://(sorry, site offline)/

    PS & DW are great for an html site - - But ZenCart is php and as such is laid out in pieces. At the most basic level it is:
    header
    left
    center
    right
    footer

    Additionally, as it relies heavily on information contained in the database, for the most part there is a split between the files that extract the information and the files that display this information.

    The display/layout files for pieces and pages is mostly in files the are prefixed with tpl_...and these "core" files are found in /includes/templates/template_default

    Never, never, edit the core file as there exists a system that associates changed files with a template ...review the tutorials on this system and you can search for other subjects to read up on.

    Overide system
    https://www.zen-cart.com/tutorials/i...hp?article=230
    https://www.zen-cart.com/tutorials/i...hp?article=143
    https://www.zen-cart.com/tutorials/index.php?article=36

    Templates
    https://www.zen-cart.com/tutorials/i...hp?article=346
    https://www.zen-cart.com/tutorials/i...hp?article=232
    https://www.zen-cart.com/tutorials/i...hp?article=142
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Really Need Help with using my own template look

    Hi thank you for the quick reply.
    So if I designed say the front page look a nice photo put together in photoshop and then say created top bottom borders a certain height and width and etc, I could save these as jpgs and replace them in place of what is currently sitting on my default page.

    I just tried changing the logo and I'm understanding slowly how this is working.

    I will look into the resources you provided.

    I guess what makes it a bit confusing is I'm used to seeing coding like css/php.actionscript with clear comments above each section to let you know whats happening. Its here and there here but I guess it just reading them over and testing till you see something happen.

    Would you have any other advice as far as getting your look set up.
    I've seen some really nice ones in the live shop reviews.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Really Need Help with using my own template look

    Would you have any other advice as far as getting your look set up.
    As this is fully dependant upon "your look" it is difficult to have a one fits all guide....
    Just concentrate on each piece, for my taste - avoid nested tables in favor of divs
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Feb 2009
    Posts
    6
    Plugin Contributions
    0

    Default Question about the left side bar navigation links?

    Would you or anyone happen to know if it is possible that when a user logs into my site instead of the links that are on the left side showing. For example my default custom page has

    Hardware
    Software
    etc
    etc
    etc

    Is there a way to not have that show when the page initially comes up.

    And secondly I noticed that those same links show on the top of my page going horizontally across so what i wanted to do was only have the horizontal ones showing when the page loads and when someone clicks on a link then the page that comes up would have the navigation on the top horizontally as well as the left side vertically.

    Thanks for any assistance.
    I think Im starting to get this

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Question about the left side bar navigation links?

    This can be accomplished by adding tests to sidebox and header files to display or not - in this case based on the value of a variable named $this_is_home_page (can be true or false).

    if ($this_is_home_page) {
    //do something if true
    } else {
    //something else if false
    }

    This can be applied in many different ways, and has been discussed many times, so search the forum for keys like "disable sidebox", and check the tutorials.

    There is also a CSS method using the stylesheet, but that does not stop the processing of the box, so can waste time.

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

    Default Re: Really Need Help with using my own template look


 

 

Similar Threads

  1. Really need help with this:
    By Soniccc in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 27 Dec 2010, 09:49 PM
  2. Using my own template
    By vision2003 in forum Templates, Stylesheets, Page Layout
    Replies: 23
    Last Post: 28 Jul 2008, 09:08 PM
  3. please! really need some help with this!
    By ssbeats in forum General Questions
    Replies: 4
    Last Post: 29 Aug 2007, 05:38 PM
  4. really need help - changing template acting funny
    By bjraines in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Dec 2006, 06:46 AM
  5. I really need help with page title
    By biohazardjoker in forum General Questions
    Replies: 2
    Last Post: 13 May 2006, 05:32 PM

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