Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Working on Basic Template While Existing Site Remains Active?

Working on Basic Template While Existing Site Remains Active?

Locked

Views: 3,053

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
10 Mar 2007, 4:01 PM
#1
crystal_vysion avatar

crystal_vysion

New Zenner

Join Date:
Mar 2007
Location:
Robin Hood land (notts)
Posts:
30
Plugin Contributions:
0

Working on Basic Template While Existing Site Remains Active?

Due to numerous problems with the template I purchased for my site, I am coming to the conclusion that I will have to scrap it and begin again with a basic template. :ohmy:

I don't, however, want my existing website to be offline/inactive while I work on the new template (and with my very basic level of understanding this stuff, I'm scared I will run into problems and the changes will take ages)... so is there a way I can download the template I want, work on that offline, and then override the existing web template?

(Answers in very easy to understand terms would be much appreciated!)

Thanks guys
Katie

10 Mar 2007, 5:53 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Working on Basic Template While Existing Site Remains Active?

You certainly can.
The best way to handle development work is to set up a server package on your home computer and work there, so you can test the behavior of your site. When you have it all as you want, then you can transfer it to your live server.

See Making a Local Copy of Your Web Site in the wiki for a start, and check the FAQs.

11 Mar 2007, 8:08 PM
#3
crystal_vysion avatar

crystal_vysion

New Zenner

Join Date:
Mar 2007
Location:
Robin Hood land (notts)
Posts:
30
Plugin Contributions:
0

Re: Working on Basic Template While Existing Site Remains Active?

Ok, let me see if I'm understanding this.

Install a package like WAMP or EasyPHP and then run ZenCart 1.37 through this package - do I install WAMP (for example) and then come to ZenCart.com to download 1.37? At that point do I just edit the ZenCart by opening up the WAMP package and making necessary changes? And then when eventually I have finished that, upload the files to my website and select them as the template to activate?

I do have the ZenCart book on order, by the way, so hopefully I will be getting guidance from that when it is delivered... I just have such a basic knowledge of the terms and ideas behind this stuff that figuring it all out is tough!

Thanks guys
Katie

11 Mar 2007, 8:25 PM
#4
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Re: Working on Basic Template While Existing Site Remains Active?

That just about sums it up.

Another method is to create a directory on your server called something like NEWSTORE and - if your host permits it - set up a second database and build your store on the server; the advantage of that is that your test environment is exactly the same as the live store will be; the disadvantage is that it will take longer as you'll have to keep uploading edited files.

11 Mar 2007, 8:48 PM
#5
crystal_vysion avatar

crystal_vysion

New Zenner

Join Date:
Mar 2007
Location:
Robin Hood land (notts)
Posts:
30
Plugin Contributions:
0

Re: Working on Basic Template While Existing Site Remains Active?

Thanks Ryk.

I'm not sure if I would be permitted to create the directory on my server - would I be able to do that even though my existing website is running 1.2.7 and the new template would be 1.37? (My existing template can't run with 1.37)

Thanks
Katie

11 Mar 2007, 8:56 PM
#6
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Re: Working on Basic Template While Existing Site Remains Active?

Creating a directory for your NEWSTORE and uploading ZC137 into it should not be a problem; the only problem you may have is whether your hosting package allows you to have more than one database (now you CAN run it from the same database using a different table prefix, but my own preference is to always keep development stuff well separated from live stuff - even more so if you're not 100% confident in what you're doing :wink2: )

If your host does not permit this, now may be the time to consider switching to a Zen Cart Certified Host (who will be able to help if you have issues), and perhaps build your new store on there.

Whichever, there is no conflict between versions if you keep things apart.

11 Mar 2007, 9:08 PM
#7
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Working on Basic Template While Existing Site Remains Active?

Since you have the book on order, it may help you to know that it goes through the process of setting up a local XAMPP server in complete step-by-step detail.

11 Mar 2007, 9:18 PM
#8
crystal_vysion avatar

crystal_vysion

New Zenner

Join Date:
Mar 2007
Location:
Robin Hood land (notts)
Posts:
30
Plugin Contributions:
0

Re: Working on Basic Template While Existing Site Remains Active?

Ooh marvellous, step-by-step detail sounds very appealing! I will wait for the book.

Thanks again!
Katie

15 May 2007, 6:02 PM
#9
hdonald avatar

hdonald

New Zenner

Join Date:
Oct 2006
Posts:
32
Plugin Contributions:
0

Re: Working on Basic Template While Existing Site Remains Active?

I want to re-work my store while keeping the other one live. I am able to create a new database on my server and do it that way, which is easier for me, but my question is this. When I get the new site complete, how do I go about taking out the old one and replacing with the new one? It is probably easier than I am thinking it will be, but I want to make sure that I do it right so that the change is seamless. Any input would be great!

15 May 2007, 7:46 PM
#10
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Working on Basic Template While Existing Site Remains Active?

It is easy; there is a full explanation of this question in the FAQs (moving site on your server).

15 May 2007, 9:37 PM
#11
hdonald avatar

hdonald

New Zenner

Join Date:
Oct 2006
Posts:
32
Plugin Contributions:
0

Re: Working on Basic Template While Existing Site Remains Active?

Thank you!