Re: MultiSite Module Support Thread
Quote:
Originally Posted by
glemigh
I fear the answer is not simple, and we are using Cpanel, so adding domains via the parking feature is easy, and setting up the multisite module is straight forward, but we have a domain with SSL on one IP, and the other domains are parked on it.
We wanted to process the orders for all the domains on the SSL site.
we have
www.domain1.com,
www.domain2.com etc, they are not sub domains or subdirectories under one domain, we have many carts, many domains and products related to the domain in which they reside with.
The only option that is starting to surface is to duplicate all the files in all the sites and maintain separate SSL certs and IP's for each site this making the multisite module a wasted effort since all files have to be copied to each site.
Ideas anyone?
Thanks in advance.
George
Don't do that !
Instead, put two IPs to your server and one DNS on each IP, so you can have 2 SSL on the same server. And also one admin section...
Anyway, people uses the Multisite with two copy of the files, it still make sense as you get all the orders in the same admin section.
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
pfabrick
Thank you Gerome - You have been most helpful!
I did have one more question regarding the SaleMaker function in ZenCart:
Can you use the Salemaker function and have different sales in different stores. For example, on Site1 I would like to offer a 10% discount on products in a certain category and on Site2 a 15% discount on the same category?
Thank you again for your help!
Patti
I have to admit that I have never investigated yet this problem. Maynly because I don't have much time to do it now.
The discount might be setup by constant ( I presume...) so, hopefully, you could define these constant in your different sites and then get different discounts... However, I am not sure that it is working like that...
Re: MultiSite Module Support Forum
I currently have 4 subdomains set up using the multi-site / multicart setup and it seems to be working great for the cart functionality. The sessions are being retained throughout the order and browsing process as they should.
My question is with some troubles I am having with the "Featured Products" module in the site. I am unable to see any of the 3 Featured Products I have added via the Admin interface.
When I edit /includes/modules/featured_products.php and remove the cat_filter function, then I am able to see all of the products I set up to be "Featured". Any idea why I would be having an issue with the "Featured Products" area? All of the Category filtering for the category sidebox and linkage works perfectly but I am unable to figure out what is causing the "Featured Products" module to not work properly. Quite possibly I am missing something obvious...
Thanks for any and all help / advice,
phishee (Brandon)
Re: MultiSite Module Support Forum
Quote:
Originally Posted by
phishee
I currently have 4 subdomains set up using the multi-site / multicart setup and it seems to be working great for the cart functionality. The sessions are being retained throughout the order and browsing process as they should.
My question is with some troubles I am having with the "Featured Products" module in the site. I am unable to see any of the 3 Featured Products I have added via the Admin interface.
When I edit /includes/modules/featured_products.php and remove the cat_filter function, then I am able to see all of the products I set up to be "Featured". Any idea why I would be having an issue with the "Featured Products" area? All of the Category filtering for the category sidebox and linkage works perfectly but I am unable to figure out what is causing the "Featured Products" module to not work properly. Quite possibly I am missing something obvious...
Thanks for any and all help / advice,
phishee (Brandon)
I not antirely sur why could be the reason of this problem. First, can you see the featured products in one of the categories of your shops ?
It could be caused by having an "unknown" master_categories for your featured products.
Are you speaking of the sidebox, or the page featured_products ?
Re: MultiSite Module Support Thread
Gerome,
Thanks for your reply. Actually, I have set up three products as "Featured". Two are from one site and the third is from a separate site. The first two should show up but only one is being displayed. Even if I add three from the same site, the first one is only displayed. I've scoured the Admin > Configuration setting and it is set up properly to show up to 3 products.
The page I am referring to is the "featured_products" page, not the sidebox.
Where would I look for the 'master_category" for the featured products to determine if it is "unknown" or not?
Thanks again for any and all help - I will also keep poking around and see if I come up with anything else.
phishee (Brandon)
Re: MultiSite Module Support Thread
when you open a product from the admin section, the first line is:
"Product Master Category"
It should usually be the Category where the product is. If it is "0", then it won't show with the caqtegory filter of Multisite. You can have such problems when using Easy Populate...
If it doesn't work, could you send me a link of your test shop in private ? I will try to have a look and see what doesn't work correctly...
Re: MultiSite Module Support Thread
Gerome,
Thank you very much for your help. I was able to get my Zen multisite instances working properly. The "Master Categories" fields in the DB were null and thus the products were not being categorized entirely.
Thanks again for pointing me in the right direction!
phishee (Brandon)
Re: MultiSite Module Support Thread
Hi Gerome,
I was just wondering if this wonderful mod of yours will work with the Super Orders mod??
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
meatball
Hi Gerome,
I was just wondering if this wonderful mod of yours will work with the Super Orders mod??
I never tried "Super Order". It should hopfully work. If it doesn't, it shouldn't too hard to patch it.
Re: MultiSite Module Support Thread
I know this has been briefly touched on earlier, not to the muddied extent with which I will confuse everyone.
Right now both stores share a common customer database, however, is it possible to add something in the database to share only certain customers, and not others?
What I'm looking for is one site with a complete category listing, and one with a restricted number. But I do not want all customers able to view the complete site.