How to test ubercart on a running ecommerce website?

Posts: 47
Joined: 12/11/2007

I've a very simple ecommerce website which I want to transform to ubercart. Can I create a folder in root directory (public_html) and make my ubercart website their in first and then just copy all the files and folders to the root? Will this work?

Or, Can I test this on another website and then copy all files and folders to the real one? Is there a problem with database when doing so??

Posts: 68
Joined: 06/24/2008

I've almost the same question.

I'm running a personal website currently, which I'll be converting to a income generating source for me by ubercart, but I don't want my website to go offline during work and experiments.

??

Posts: 4727
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

I've used this workflow w/ no trouble in the past:

1. Already have a running website I don't want to mess up.
2. Create a subdirectory in there and upload Drupal.
3. Create a new database in MySQL.
4. Set the site up using the default site's settings.php.
5. Once I'm done, zipping up the old site/removing it from the server.
6. Moving the code from the subdirectory to the document root.
7. Browsing around to make sure everything is fine.

You really just need to look out for hard coding paths in your nodes. Everything else should be handled relative to the Drupal index.php so you shouldn't have to change a thing...

Posts: 68
Joined: 06/24/2008

It's like babies work, copying and pasting, I'll be aware of the hard-coding that I'll do.........Thanks dude.

Man, the support team here is uber-fast.