-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multi-store problem #1363
Comments
You need to read the instructions in the store url setting - if you forget to add the trailing backslash on the URL for the secondary and third stores the URL won't work and all your second and third store urls will redirect to the first store. Add in the trailing backslash to your second and third urls and that should fix it. Example url should read: http://www.test1.pizzamenus.menu/ (WORKS) http://www.test1.pizzamenus.menu (WON'T WORK -- AS YOU'VE ALREADY FOUND OUT) Message me if you need more help. Also - this is a bug tracker (not the support center) so if you have issues like the one you're having now if the future make sure to try use the forum (http://forum.opencart.com) - if you don't get an answer there then contact support via opencart.com's support site. Best of luck! DS-MATT |
Yes that did it on the test store, I added the trailing backslash and it work. This was just a test, on the real store it shows a blank page: |
I just noticed one more issue: Made copies of the default theme and change a little the CSS files to show difference between the sites, but my changes did not show looking at the html source of the page not all the CSS are pointing to the correct theme... |
@heldersepu - Use the forums to trouble shoot personal errors (because they are not bugs in the code). On the forum I'm DSGI - go ahead and send me a message if you want and I'll try to help you. Did you update your themes to point to the CORRECT tpl and css style sheets in the header.tpl? @jamesallsup or @danielkerr - please close this issue as this is not a bug. I'll work with @heldersepu to resolve his issues over at the Opencart Fourm. Thanks and Best of Luck! DS-MATT |
Thanks Matt, I'll closed it off now. |
We been struggling now for a while with the multi-store feature of OpenCart, I thought that maybe it was one of the extensions we installed. so we decided to try on a fresh install...
http://www.test1.pizzamenus.menu/
http://www.test2.pizzamenus.menu/
I configured each one with a different logo and MetaTags...
But they all are showing the info of the default store:
http://pizzamenus.menu/
Can anyone please help.
The text was updated successfully, but these errors were encountered: