Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This is very easy. OpenCart supports Multi carts - mutli stores on different domains; you can even limit the user to that particular cart - so create users for that cart admin panel only; however it is a bit tricky and can get messy if not done properly. Can you explain exactly what you wish to do and I will produce a step by step.</p> <p>The other thing; opencart although is blazingly fast. Scaling needs to be considered. We use multi stores on opencart for some of our projects and use Rackspace cloud servers with 4-6 opencart instances per server which is load balanced, CDN for storage of static files and of course dns load balanced. The memory I would recommend for each store is 2gb with a separate database cloud instance 1 master db at 16gb and 4-5 slave load balanced for traffic at 4-8gb</p> <p>This depends on traffic and how it grows. The current setup we have can handle up to 4000 orders per day easily. We manage an average 3,500 on average so our application setup is always ready for high demand. We could essentially host opencarts for users as you want to do with effecting our network..</p> <ol> <li>Create user reg form</li> <li>Create and update nginx/htaccess with subdomain info</li> <li>Create and copy that info to an installer script based on that subdomain</li> <li>Make the opencart install and config based on that subdomain and data</li> <li>Send user an email abuot cname records so they can have store.com rather that substore3434.yourecomservice.com</li> </ol> <p>It would be something like this. Lot of validation. cURL usage and cron jobs. I personally would use CPANEL/WHM Apache server (I know people are going to negative me on this) but using Nginx would be a nightmare as CPANEL automates scripts using fantastico... you can use nginx later if your project is a success..</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload