Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Aug 2008
    Posts
    135
    Plugin Contributions
    0

    Default Use same shopping cart for different site?

    Is it possible to have a different website but do transactions through the shopping cart of our "main" site?

    Say we already have an e-commerce store, but want to begin another e-commerce site with the same products. Do we just use the same payment gateway and info in setting up the shopping cart in "Payment Modules" as we did with our main site?

    Thanks anyone if this makes sense and can point me in the right direction.

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Use same shopping cart for different site

    You should be able to use the same gateway information on both sites.

    If both sites are on the same server, you might be able to share the database. The store name and email will be the same for both, but you'll share all the product info and stock. Just remember a change made on one site may effect the other site. You'll have to use the same custom template name, but you can change the information in the custom files to make the sites look different.

    If you're going to set up a separate database, you don't have to think about that stuff.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #3
    Join Date
    Aug 2008
    Posts
    135
    Plugin Contributions
    0

    Default Re: Use same shopping cart for different site

    Hi Mary,

    Thank you for the information. That does make a little more sense.

    Both sites will be on the same server, but I'm not sure whether or not I want to use the same database. I'm thinking I want both sites to be completely different from each other, but still compliment each other (if that makes sense).

    And I'm also not sure how I feel about the fact that making a change to one site, could cause a change in the other.

    So can you please tell me a little what would be involved in setting up a separate database?

  4. #4
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Use same shopping cart for different site

    I don't know how you installed your current Zen Cart, but I can tell you how to proceed with a manual install (the best way). I used Fantastico once a loooong time ago to install Zen Cart, so I don't remember how it works.

    If you're going to get a new domain name for the new store, do that first and either add it to your current hosting (as an add-on domain or sub-domain, if your current hosting allows) or get separate hosting for it.

    Create a database for the new store from your webmaster panel. Make note of the database name, user and password. You'll need them later in the installation process.

    Install Zen Cart for the new store by FTPing it to the new location and running zc_install which will ask you for the database info.

    After that, you could use phpMyAdmin to back up the database from the current store and restore it to the new one. That'll copy all customer and product info to the new store, but it'll save you setting up the products all over again if you'll be selling all the same merchandise.

    If you elect to share the database, change made through the admin will effect both sites. For example, you turn on/off a sidebox. It'll be on/off on both sites. If you add a product, the product will appear on both sites.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  5. #5
    Join Date
    Aug 2008
    Posts
    135
    Plugin Contributions
    0

    Default Re: Use same shopping cart for different site

    Okay, I think I see. So it's actually duplicating your site for testing or something if you want.

    So, yes, I've decided that I will set up a completely new database. And I would like to restore the other database from our main site to it so that I would not have to add all the products and descriptions again. BUT, I would like to change the look a lot so that it is different from the main site. But you are saying that if I make one change to one, it will affect the other.

    How can I avoid this? Don't you have to change a config file????

    Thanks!!!

  6. #6
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Use same shopping cart for different site

    It's very much like duplicating your site and you can do the same thing to create the new site. Backup your current Zen Cart folders, files and database and restore them to the new location. Then it would just be a matter of changing some of the info in the admin and editing the configure files to point to the new database and reflect the new domain.

    If you have separate databases, changes to one will NOT effect the other, so you don't have to worry about that issue.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  7. #7

    Default Re: Use same shopping cart for different site

    Quote Originally Posted by afo View Post
    It's very much like duplicating your site and you can do the same thing to create the new site. Backup your current Zen Cart folders, files and database and restore them to the new location. Then it would just be a matter of changing some of the info in the admin and editing the configure files to point to the new database and reflect the new domain.

    If you have separate databases, changes to one will NOT effect the other, so you don't have to worry about that issue.
    I am trying to accomplish the same thing but everytime we do it, all heck breaks loose and I can't figure out why. I install zencart after setting up the database, log in to admin, make sure everything is peachy, etc.... Then we go and restore our database to the new cart so we can avoid inputing all the products all over again and once we do this, we can no longer log in to admin. I have verified the config files and even uploaded the clean ones that I backed up just incase. We have done this 3 times and evertime the same thing, why?!?!?

  8. #8
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Use same shopping cart for different site

    By restoring the database, you're probably restoring the admin log in info from the other installation. If you set up different IDs and passwords, you'll have to log in with the ID and password used on the original site and then set them up again.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  9. #9

    Default Re: Use same shopping cart for different site

    Quote Originally Posted by afo View Post
    By restoring the database, you're probably restoring the admin log in info from the other installation. If you set up different IDs and passwords, you'll have to log in with the ID and password used on the original site and then set them up again.
    So just verify I'm at the right admin site and use the other (1st) admins login, then go to admin setting and fix it? Or would it just be easier for us to just have everything th same and save us the hassle?

  10. #10
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Use same shopping cart for different site

    Whether you want to have the information the same on both sites is up to you. If the same people will be working on both sites, it's probably easier that way, but avoid assigning different people the same login information or they may accidently start fiddling with the wrong site.

    Did you try the "old" admin ID/password on the "new" site?
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h 2 different sites on same server but want to use same product images
    By ultravires in forum General Questions
    Replies: 10
    Last Post: 4 Apr 2013, 08:16 PM
  2. Is it possible to use same Paypal address for two different stores?
    By dinki in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 4 Mar 2010, 06:42 AM
  3. Use different templates at the same time on site?
    By TigerRag in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Aug 2008, 02:28 PM
  4. Replies: 3
    Last Post: 27 Feb 2008, 09:25 PM
  5. Replies: 2
    Last Post: 26 Sep 2007, 04:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg