X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Re-design shop during production? (https://forum.x-cart.com/showthread.php?t=24957)

bash3r 09-15-2006 09:57 AM

Re-design shop during production?
 
Here's my question, I want to redesign my shop on my webserver while the current one is still in production. Can this be done? How about licensing? It will be the same domain just need a new look. Also, could I install 4.1 to do the re-design instead of for 4.0.x

Look forward to your recommedations on how to redeisgn the store while leaving the current one online.

Thanks!!

balinor 09-15-2006 10:14 AM

Re: Re-design shop during production?
 
4.1 and 4.0 aren't compatible, so you will want to design on the same version you are currently using. When the design is done, just replace the old skin1 folder on your live site with the one from your new design. (save the old one just in case).

bash3r 09-15-2006 10:27 AM

Re: Re-design shop during production?
 
but how do I do the redesign while not interrupting the online store. if I do a separate skin folder, i'd still have to set that new skin folder active to see it, right? and that would interrupt business.. am I correct. I basically need a second store for designing online only.

balinor 09-15-2006 10:29 AM

Re: Re-design shop during production?
 
Install a second copy of the site in a subdirectory (i.e. yourdomain.com/newstore). X-Cart shouldn't have a problem with that as long as you aren't running two live stores.

bash3r 09-15-2006 10:51 AM

Re: Re-design shop during production?
 
ok.. got it. Now are there layout settings that are stored in the database. Would I need a testing database as well. For example, if you change it from 3 column to 1 column layout..

balinor 09-15-2006 10:53 AM

Re: Re-design shop during production?
 
You need to install a completly new shop in the sub-directory...database and all. It won't have anything at all to do with the main site. Settings like 3 column to 1 column you'll need to set on the old site once you move it over.

bash3r 09-15-2006 11:53 AM

Re: Re-design shop during production?
 
on the new shop, I changed the config.php to use a different database, but when I test by changing a customer lastname, when I hit Save, it always goes to https:// and the live store.

any ideas?

balinor 09-15-2006 11:56 AM

Re: Re-design shop during production?
 
You need to also put the correct info in this area:

$xcart_http_host ="www.yourhost.com";
$xcart_https_host ="www.yourhost.com";
$xcart_web_dir ="";

Put the sub-directory in the xcart_web_dir area like so:

$xcart_http_host ="www.yourhost.com";
$xcart_https_host ="www.yourhost.com";
$xcart_web_dir ="/test";

bash3r 09-15-2006 11:59 AM

Re: Re-design shop during production?
 
my bad, i didn't change the $xcart_web_dir variable to the new location

bash3r 09-15-2006 12:15 PM

Re: Re-design shop during production?
 
one more thing, my product thumbnails/product images do not show up on the new store folder, all the images are in the directories.


All times are GMT -8. The time now is 10:36 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.