Re: MultiSite Module Support Thread
Calljj
Just reaching. Not sure if you can pass any varriables from paypal but....
If Paypal lets you put in the return URL with a variable then create a php file and see if it will let you pass any parameters from the paypal successful order that will distinguish it from the others, then have your php read that variable and server the correct confirmation template based on that.
Like this http://myshopsite.com/returnSuccess....mygiftshopsite
in your returnSuccess.php
you will have an if statement that if mygiftshopsite then load mygiftshopsite.com/thankyou.html
makenoiz
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
makenoiz
Anyone doing this:::
I want to have the following set up:
1) 1 product DB
2) Multi sites on a VPS using that Product DB. These are seprate sites. IE
www.myshopsite.com,
www.giftshopsite.com etc....
3) One SSL Cert for all sites ( possiby wildcard?)
4) Mutli Check out templates to match the site user is using.
Can this be done with this mod reliably. Is any one doing. Can I pay you for your time to let me pick your brain on your configuration.....
Thank you
P.S. Ken - are you for hire ? ;)
1. yes
2. i have 3 completely seperate domains, all different templates, different products, same DB.
3. 99% of wildcard only cover subdomains, those that don't cost big $$
I've paid just pennies for 3 individual certs from godaddy, then got an extra load of IP address from my ISP to run them, for free.
4. as 2, yep each check out template matches site
As for VPS, no idea, think you will struggle with the SSL side of things due to the IP based serving required, rather than name based.. this is one of the reasons i chose to go for my own dedicated unit box rather than 3rd party shared hosting - that and its the 3rd quickest link in the world :D so great for hosting zen sites!
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
makenoiz
Calljj
Just reaching. Not sure if you can pass any varriables from paypal but....
makenoiz
Unfortunately not, just a plain old fixed URL.
Spoke to a human at Paypal - incredible i know! - and they been asked about this many times, but still nothing done for those hosting multiple sites of any sort.
Re: MultiSite Module Support Thread
Hello there,
I had this mod running a while ago. It does work. Only we had a problem specific to our setup.
What happened was that we have a retail site, and a wholesalte site (as the subdomain). So all set up via multisite module. Wholesale had minimum order setup to.
We had a few people buying wholesale items, say just a small order. But can't work out how they did it, as they should have been stopped going through checkout as it wasnt at the minimum level.
After digging around, I saw a few stray links in google, that could allow somebody to buy the wholesale item, but on the retail site. Even though it should have directed them to buy the said item on the wholesale site.
I hope it doesn't sound complicated. lol. Wondered if anyone has got this setup and maybe came up with a solution to stop this happening.
As I'm writing, I am just thinking, is it a simple case of altering htaccess file, or configuring the sitemap somehow.
Thanks in advance,
Heathenmagic :smile:
Re: MultiSite Module Support Thread
Hello,
I've just installed the current version of the multi site mod over a fresh install of ZenCart according to instructions. The admin seems ok, but the site has the error:
1054 Unknown column 'CATEGORIES_ROOT' in 'where clause'
in:
[select cd.categories_name from sl_categories c, sl_categories_description cd where cd.categories_description LIKE '%-SITE_NAME-%' AND cd.language_id=1 AND c.parent_id = CATEGORIES_ROOT and c.categories_id = cd.categories_id and cd.language_id='1' and c.categories_status=1]
I am, fortunately, running a local install on my computer with the same environment as my server.
I have not a clue where to go from here. Any ideas?
Thank you!
Re: MultiSite Module Support Thread
Hello again,
I have found that the problem seems to happen when I add the multi site includes/modules/meta_tags.php file. All of the other files copy over fine, but when I copy this file, I get the error message. When I replace this file with the original zen cart version, the site reappears. Anyone else have this problem? Do I simply need to change something in this file and what might that be?
Thank you!
Re: MultiSite Module Support Thread
Quote:
Originally Posted by
Calljj
If all the files have been put in the correct place then need to check your hosting/server/DNS/forwarding side of things. Things get a bit more complicated if you are on a shared host
My site is on a dedicated server with shared accounts.
Can anyone help me on this or talk to my web guy for me please.
Multi-Site Module Needs more support
First: I'd like to express my appreciation to all those who answer questions here in this thread. Thank you!
Second: The number of postings in this thread are now over 400. This makes it difficult to search for solutions to problems.
I don't know about anyone else, but I really don't want to read all 438 postings in order to track down the solution for a particular problem. Then have to do it all again for the next problem, and so on.
It is unfortunate, but it appears that the original author of the Multi-Site Module has abandoned the project.
I believe that the Multi-Site Module needs more support.
Not every person who wants to use Zen Cart knows how to program in PHP, or even know how to do any programming at all. The Multi-Site Module seems to have a lot of quirks and problems that someone only with PHP programming experience can solve. In retrospect, I think I would have been better off with a commercially supported shopping cart program.
Ultimately, the Module needs new programmers that will update & fix problems, releasing new versions.
Who knows? Maybe there is even money to be made providing support for it?
I would like to suggest that those who are expertly involved with the Multi-Site Module, get together to provide a better method of supporting the Module. Maybe all it needs is a separate Zen Cart Forum category capable of containing multiple threads? Or how about a wiki?
Re: MultiSite Module Support Thread
Mountain Mama
You missed the very first step in the instructions. Add "include(includes/config_sites/site_switch.php);"
to your configure.php.
double check the instructions for the line to add I'm not at my work computer
Re: MultiSite Module Support Thread
Ok we are getting this error in the order process:
1054 Unknown column 'order_site' in 'field list'
in:
[INSERT INTO orders (customers_id, customers_name, custo
And also
1054 Unknown column 'order_site' in 'field list'
in:
[db_cache table]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
In the admin area when you click on the orders in the customers section.