One of them may probably be, that all SITES related are physically placed on the same Server, using the same BASIC ROOT path, i.E.
/home/yourname/www/site_a/shop/
/home/yourname/www/site_b/shop/
/home/yourname/www/site_c/shop/
/home/yourname/www/site_d/shop/
http://www.opencart.com/index.php?route ... ure&path=4
GOOGLE for: "Opencart Multi Store"
for further details, I have never tried that stuff yet.
Ernie
bigmax.ch/shop/
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
one of those days, I wanna find out on this. One short Question: Does it really somehow 'file-lock', if multiple 'Tasks' are done with/on the same item?labeshops wrote:Yes. See the links in my signature - I run more than 20 multistores this way.
Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Not understanding your question. I am the only admin on my stores so do you mean so multiple people cannot edit the same item? If so, I have no idea.IP_CAM wrote:one of those days, I wanna find out on this. One short Question: Does it really somehow 'file-lock', if multiple 'Tasks' are done with/on the same item?labeshops wrote:Yes. See the links in my signature - I run more than 20 multistores this way.
Ernie
Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
i want to run 3 or 4 different websites IE, www.site1.com, www.differentsite.com, www.anothersite.com
i do NOT want sub domains, each shop will have its own exclusive domain but all on the same server / host
they will all sell exactly the same products with the same item descriptions etc
the reason i wnat more than one site selling same stuff is because i want to use different skins / themes for each site
I meant, how does OC avoid a DB-Collision, if an item is called/ordered/processed, possibly exactly at the same time. Under Perl, Db-Access is 'file-locked', in such a Case, for a second or so, to avoid it to be 'editable' by more than one User at once in order to prevent a 'Collision'.labeshops wrote:Not understanding your question. I am the only admin on my stores so do you mean so multiple people cannot edit the same item? If so, I have no idea.
Code: Select all
if($config{flock}){
flock(FILE,2);
seek(FILE,0,2);
}
Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Sorry, but that is way too technical for me to answer. Perhaps someone else can.IP_CAM wrote:I meant, how does OC avoid a DB-Collision, if an item is called/ordered/processed, possibly exactly at the same time. Under Perl, Db-Access is 'file-locked', in such a Case, for a second or so, to avoid it to be 'editable' by more than one User at once in order to prevent a 'Collision'.labeshops wrote:Not understanding your question. I am the only admin on my stores so do you mean so multiple people cannot edit the same item? If so, I have no idea.Is this done in any way in OC, or, how does handle OC such 'things'?Code: Select all
if($config{flock}){ flock(FILE,2); seek(FILE,0,2); }
Ernie
Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
Multistores works the same in v2 as they do in 1.5.premint wrote:firstly im using cubecart 2, not 1.5
i want to run 3 or 4 different websites IE, http://www.site1.com, http://www.differentsite.com, http://www.anothersite.com
i do NOT want sub domains, each shop will have its own exclusive domain but all on the same server / host
they will all sell exactly the same products with the same item descriptions etc
the reason i wnat more than one site selling same stuff is because i want to use different skins / themes for each site
I use exclusive domains for each store. Only the store you set up as the main installation actually is "hosted" (labeshops.com in my case) - all others are set up as addon domains in your host's control panel that point to your oc installation directory. (see http://forum.opencart.com/viewtopic.php?f=19&t=98202 for step by step instructions).
By default, all stores would have the same item descriptions (I use a mod to let me have different ones for each store as well as custom product names/titles per store). You can add products to any of the stores you want, including all of them if that is what you want.
You can use different themes for each store.
Now from an SEO standpoint, I would NOT use exactly the same products with exactly the same descriptions as google will view them as duplicate content so you will not rank as well. If you are going to use other means of advertising such as PPC, this is less important, but know that your organic reach may not be very high.
Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.
Users browsing this forum: Amazon [Bot] and 56 guests