Zen Cart Logo
Forums / General Questions / Your Advice on editing live site

Your Advice on editing live site

Locked

Views: 1,137

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
31 Mar 2009, 11:25 PM
#1
mw4kids avatar

mw4kids

Zen Follower

Join Date:
Oct 2008
Posts:
403
Plugin Contributions:
0

Your Advice on editing live site

Hi All,

I want to make some changes to my css stylesheet and was hoping to get some advice how would be the best way to go about it on a live site.

I originally intended to make the changes on a test site but I've been having technical issues with copying over my template, so that is no longer an option.

I was thinking either doing it really late at night when hopefully little to no one is shopping or putting my site on Showcase mode.

Any advice on which would be the best route to go? :P

Thanks!

1 Apr 2009, 1:19 AM
#2
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Your Advice on editing live site

You could take your site down for maintenance (setting in the admin) while you tinker with the stylesheet. I suggest you keep a copy of the original somewhere just in case you need it.

1 Apr 2009, 1:29 AM
#3
mw4kids avatar

mw4kids

Zen Follower

Join Date:
Oct 2008
Posts:
403
Plugin Contributions:
0

Re: Your Advice on editing live site

Thanks for the response Afo! would i be able to see the changes i make while it's in down for maintenance mode?

thanks!

1 Apr 2009, 1:31 AM
#4
steven300 avatar

steven300

Totally Zenned

Join Date:
Jan 2008
Posts:
1,564
Plugin Contributions:
1

Re: Your Advice on editing live site

Depending on the extent of your changes, it might be an option to first use FireFox with the 'Web Developer' add-on. That way you could easily see what the changes would look like before actually making them.

1 Apr 2009, 1:37 AM
#5
mw4kids avatar

mw4kids

Zen Follower

Join Date:
Oct 2008
Posts:
403
Plugin Contributions:
0

Re: Your Advice on editing live site

oh my...i just installed that program and didn't even think about that! thanks!! :clap:

1 Apr 2009, 2:52 AM
#6
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Your Advice on editing live site

Great suggestion, Steven300!

mw4kids, you can see your site while it's in maintenance mode if you enter your IP in the space provided.

1 Apr 2009, 6:54 AM
#7
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Your Advice on editing live site

While we have xampp on our local machines for functionality testing, I use the following method that does not necessarily require xampp.

For all of the sites we manage, we have full duplicates of all the files on the local machines.

There is a very strict procedure when making edits to files.

  1. Files are edited/modified on the LOCAL copy first.
  2. The copy on the remote server is backed up.
  3. The edited copy from the local server is FTP'd to the server.
  4. The desired functionality is tested on the live site.

So the files on our local drives are always identical to their counterparts on the live server, because we work on the LOCAL COPY FIRST - not the server copy...

Modules and addons are never ported up to the servers or installed until they have been fully tested on our test sites, and only after critical processes have been thoroughly tested (login, registering, checkout processes, etc)