
Originally Posted by
kobra
Unfortunately, there is not a tutorial that "directly" addresses this but parts of moving to a new server/host are applicable and the basis for what I have proffered.
Basically, install a development install(call it what you like) of ZenCart with no products or a minimal one or two test items if this assists in configuring the things you need.
As configuration settings are held in the DB and many associated with the active template, you also create a "custom" template and make adjustments to all settings. This same template name will be used across all of your installs.
Note: The name is the same to maintain DB associated settings. The graphics can be fully unique.
Add any 3rd party modules and these can consist of files and DB tables and/or sql changes. Most modules utilize the override system and the files will be placed into appropriate folders named for your template name. Some have core file replacements.
Once this dev install has been configured as you want - tar.gz the complete set of cart files and make a DB copy of same.
Now you have a complete copy of the pre-configured base install to be moved to another domain name/server. Use the steps in the tutorial on moving to relocate these files and DB. Now it is ready for graphics and product.
This assumes your shops all have a unique complement of products.