How to copy default files without losing customized ones?

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
RecognitionInc
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Thu Feb 04, 2010 3:35 pm

How to copy default files without losing customized ones?

Post by RecognitionInc » Thu Jun 03, 2010 1:33 pm

Hello, I need a spot of help: I've inherited maintenance of a site that has been heavily customized in non-semantic ways, such that if I try to change the theme of the site, the layout completely breaks. I need to work on a semantic redesign of the layout based on a clean template. Is there any way for me to access the original files and pages of my site without resetting the current layout to its defaults, so that I can make a copy of the entire original, out-of-the-box site to play with on my work machine?

User avatar
mikek
Commander (CMDR)
Commander (CMDR)
Posts: 112
Joined: Wed Oct 15, 2008 9:30 pm
Location: Boston, MA
Contact:

Re: How to copy default files without losing customized ones?

Post by mikek » Thu Jun 03, 2010 3:12 pm

Hello,

You can setup a local copy of the production site database on your local machine and then set up a clean AC7x site (on your local machine) pointing to the local production copy of the database. This setup will
require a separate development license for the local AC7 install. You can then start customizing the local site layout from scratch against the existing production products/categories data. Once the new
site is ready it can be uploaded on the server under separate web root folder, switching to the new site will only require root folder change in IIS and AC7 license reinstall.

I would recommend setting up both production and development sites under version control (Subversion or Mercurial any version control will do it) and deploying the new site from a version control branch.
Mike Kolev

User avatar
s_ismail
Commander (CMDR)
Commander (CMDR)
Posts: 162
Joined: Mon Nov 09, 2009 12:20 am
Contact:

Re: How to copy default files without losing customized ones?

Post by s_ismail » Fri Jun 04, 2010 5:59 am

I will recommend you to first install SVN and AC on your local machine then work there instead of live site then on completing work on local machine ,first take a backup of your live site on your live server then upload/replace your respective files only.

Post Reply