php - OpenCart multiple separate stores, universal customer/product database? -


i'm running setup involves multiple separate merchants own opencart stores , administrators (merchants), , 1 main "mall" site. of these run on 1 domain (stores use subdomains). want following:

  1. universal user accounts (one time registration, log in on stores). thinking of exporting oc_customers , related tables out "mall" database, , create custom registration form on mall website. able achieve on opencart 1.4.x, there several more tables on latest version, , want make sure right. know how 1 go around doing this?

  2. allow mall website display products stores. used cron job import xml feeds each separate store , merge in changes main products table. want make more real-time, , neater don't have "sync" changes every time product added/modified/deleted.

sorry wall of text. hoping guidance. thanks! :)


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -