Thanks for the post. I would like to know is this applicable for multiple website with single stores on each .
for eg; Wesite1(Engllish)
–> Wesite 1 store view(English)
–> English Store
Wesite2(Japanese)
–> Wesite 2 store view(Japanese)
–> Japanese Store
My site is in an infinite redirect loop.
]]>alert(33);
]]>company.com and I am selling from companystore.com , but when checkout I want it to checkout from company.com. The problem is the store can add product but when checkout it going to another URL and it shows cart is empty.
Anyone knows the problem.
regards
]]>I have Multiple Web Sites and Stores – each are diferent providers from different locations all over the world.
I want the customer to be able to buy from any of those “Web Site” or “Store” – and to checkout from the main WebSite “Base”.
-I need in the Global Cart, the total amount of purchases + all shipping fees.
A idea?
]]>not sure how google will treat the page linking css from the other site in terms of rank, but you should be able to make it pull in the css etc from the current URL. Please check you have set the baseurl for each website, to the correct domain in the Magento admin (/index.php/admin/system_config/edit/section/web/)
]]>I would greatly appreciate your advice. I think I face an SEO issue with the configuration of my multi web sites. Here you are what I have :
site.fr
site.com
site.de
site.ru
site.cn
When I look the code source they all get their “stylesheet” from an other domain : site.info
For example the site.com code source is :
link rel=”stylesheet” type=”text/css” href=”http://www.site.info/skin/frontend/sitecom/site/css/reset.css” media=”all” />
link rel=”stylesheet” type=”text/css” href=”http://www.site.info//skin/frontend/sitecom/site/css/boxes.css” media=”all” />
When I look the magento mall example it is more like i should have somthing like that :
link rel=”stylesheet” type=”text/css” href=”http://www.site.com/skin/frontend/sitecom/site/css/reset.css” media=”all” />
link rel=”stylesheet” type=”text/css” href=”http://www.site.com/skin/frontend/sitecom/site/css/boxes.css” media=”all” />
I do think that this is an SEO issue specilay for google. Would it be possible that google does not like the fact the some files of the code come from an other domain?
I wonder that because I am very well rank (1st or 2nd place) for more than 150 keywords on Yahoo, Baidou and Yandex, but I stay at 2nd or 3rd page one google.
What do you think of that?
Thank you for your answer
]]>I want to develop the same site on my local machine (except design) but the functionality and url pattern should be same).
PLease help me Jools.
ANd shopping cart should share common in all store. and i have to implement in on my local machine and then to webserver.
Please help Jools waiting for u r valuable answer with the steps to be followed to implement it on local machine.
Thanks In advance
I don’t think you can do that. To share the cart, each store must live under a single website, and run from the same domain. Of course you could have store.domain and store2.domain (in that case you might need to set the cookie domain differently in the admin panel).
]]>SOLVED!
I copied the php.ini file in the root folder of magento to my second store subfolder and voila!
What is probably happening is that this php.ini overrides some settings of the main php.ini of my host and apparently this doesn’t happen unless it’s in the root folder of the store.
Thanks for all your help.
]]>So I guess I will try to email my hosting provider although I’m pretty sure he will not have a clue.
Tal
]]>yes.
]]>Another question:
In your site structure, are the symbolic links ?
js -> ../magento/js
media -> ../magento/media
skin -> ../magento/skin