Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1
    Join Date
    Sep 2010
    Posts
    7
    Plugin Contributions
    0

    Default How do I fit a new site in with an old admin area?

    Hi,

    A few years ago, someone built me a site using zen cart. I am still able to access the admin.

    However I've got a lot better at designing and coding since then so I wanted to code it myself, but I don't know how I can tie this in to the existing admin area.

    Is it best I start over from scratch?

    I know nothing about PHP but I do know CSS

    I have bought the zen cart manual but I can't how to do this.

    Kind regards

    Kate
    Last edited by keitosan; 29 Sep 2010 at 01:56 PM. Reason: Update

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: How do I fit a new site in with an old admin area?

    Give us a better idea of what you're trying to accomplish and we can give you advice about it.

  3. #3
    Join Date
    Sep 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: How do I fit a new site in with an old admin area?

    I have a domain name: www.cutecreations.co.uk

    However this does not tie in with the Zencart CMS that I have from my previous site which was built by someone else.

    I am going to be creating a new design so that I can sell products but I need to tie this in somehow with the CMS.

    Is it best to delete the CMS I have and start over again? I don't have the template that the guy used to design my site.

  4. #4
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: How do I fit a new site in with an old admin area?

    You change the design of a Zen Cart site by building a new template for it and adding it to the includes/templates folder (the quick and simplified version of what you need to do).

    The template needs to be a Zen Cart template, with the Zen Cart structure intact. To get an idea take a look at some of the free templates which you can download from this site.

    Vger

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

    Default Re: How do I fit a new site in with an old admin area?

    You want to redo your existing site? You can create a new template folder/structure and do your work in that, leaving the existing template as is for now.

    What you really need to do if your existing site is live is to copy its entire file structure to a subfolder (/test/ or something) and its database to a new blank database; that way you can work without disturbing the live site. See tutorials on moving a site, and making a testing/development copy.

    Using a new domain simplifies this in one way, that there will be no interference with the existing one. If your site is established, it is probably not a good idea to change domains unless you really want the new name instead of the existing one. You will lose recognition, and search engine rankings (that can be helped with a 301 redirect to the new site when it is ready).
    Last edited by gjh42; 29 Sep 2010 at 02:45 PM.

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

    Default Re: How do I fit a new site in with an old admin area?

    I don't have the template that the guy used to design my site.
    Actually, you do have it - the template is the files in the /custom/ template folder, whatever that is named in your case.

    /includes/templates/your_template/

    There should also be in the /templates/ folder two other template structures:

    /includes/templates/template_default/
    /includes/templates/classic/
    Last edited by gjh42; 29 Sep 2010 at 02:52 PM.

  7. #7
    Join Date
    Sep 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: How do I fit a new site in with an old admin area?

    Just found these :) However I tried opening the css in the Dreamweaver and it won't let me view the design, just the code.

  8. #8
    Join Date
    Sep 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: How do I fit a new site in with an old admin area?

    Will I have to delete all the files on the ftp server relating to my current site? I can't get the old site to show up.

  9. #9
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: How do I fit a new site in with an old admin area?

    Dreamweaver is useless for what you need to do. Zen Cart is a dynamic PHP + MySQL based website, and it needs a web server for it to work on.

    You can turn your PC into an offline web server (Intranet) which you can install a local copy of Zen Cart on. I recommend you install XAMPP (http://www.apachefriends.org/en) - it's a 1-click install which will install all elements you need (an Apache web server, PHP, MySQL, phpMyAdmin etc.)

    You then modify files using a plain text editor, like PS Pad or Crimson Editor. You don't use Dreamweaver or Word or Word Pad etc.

    You modify the code and can then refresh your website on your local web server and see the results.

    Vger

  10. #10
    Join Date
    Sep 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: How do I fit a new site in with an old admin area?

    Quote Originally Posted by Vger View Post
    Dreamweaver is useless for what you need to do. Zen Cart is a dynamic PHP + MySQL based website, and it needs a web server for it to work on.

    You can turn your PC into an offline web server (Intranet) which you can install a local copy of Zen Cart on. I recommend you install XAMPP (http://www.apachefriends.org/en) - it's a 1-click install which will install all elements you need (an Apache web server, PHP, MySQL, phpMyAdmin etc.)

    You then modify files using a plain text editor, like PS Pad or Crimson Editor. You don't use Dreamweaver or Word or Word Pad etc.

    You modify the code and can then refresh your website on your local web server and see the results.

    Vger
    Thanks Vger, I'll see if I can get this working :)

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Changed to a new site---How do I look at old orders now?
    By mjlampe in forum General Questions
    Replies: 2
    Last Post: 11 Oct 2012, 05:27 AM
  2. How do I fit more pictures in the "New products for April" area?
    By apples in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Apr 2009, 06:49 AM
  3. Setup new site with old site ?
    By kimsonvu in forum General Questions
    Replies: 2
    Last Post: 10 Feb 2009, 05:08 PM
  4. ad links to product in old site--how to link to new zen site?
    By robinraraavis in forum General Questions
    Replies: 30
    Last Post: 21 Oct 2008, 04:51 AM
  5. Problem with admin area after install new language
    By Adder in forum Addon Language Packs
    Replies: 1
    Last Post: 15 Nov 2006, 12:10 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