I installed this add on and update our current products. Is anyone having trouble with SSL error messages in firefox?
Zen cart 1.3.8
Thanks
I installed this add on and update our current products. Is anyone having trouble with SSL error messages in firefox?
Zen cart 1.3.8
Thanks
Hi,
Once you start using URI Mapping you must have the same root level for your URIs.. ie. you can't have
http://www.mysite.com/shop
and
https://sharedsssl.com/mysite.com/shop
You should purchase a SSL certificate for www.mysite.com so your SSL URIs are almost identical (i.e. end up as https://www.mysite.com)
That should get you sorted.
All the best...
Conor
ceon
Hi Conor
First off would like to say fantastic mod! and its free ....even better
Had abit of confusion when installing it, but persevered and it was down to my own user error (as expected!)
I do have a question tho, may have been covered off somewhere in this vast thread so appologies if it has!
Is there anyway to stop duplicates ....so if for some reason me or client added in 2 products of the same name, it would dissalow the second- maybe with an error message saying there was duplicate or something? Otherwise you wont be able to access the seperate products as they would now have the same url
I can just guarantee i would have a client that will do it haha
Neway thanks for a awesome mod!
Many regards
Scott
By how I understand how the zencart SQL database is setup. The products are created with an ID number and not a name but I learning something new everyday. I been using it for months
Hi,
You don't have to have "www" in the domain name but you must make sure that both the SSL version of the site and the non-SSL version share the same paths after the initial root directory slash.
I.e. You can't have
http://mysite.com/SHOP
and
https://mysite.com/SSLSHOP
The full path after the domain name must be identical on both the SSL and NON-SSL versions of the sites.
The best practice is to just buy the SSL certificate for the main domain name.
It is our official recommendation that the only difference between the following in your configure.php file should be the "s" after "http" in the second line:
define('HTTP_SERVER', 'http://mysite.com');
define('HTTPS_SERVER', 'https://mysite.com');
That's all you need to get things working. Enjoy the module!
All the best...
Conor
ceon
Last edited by conor; 28 Jan 2010 at 07:29 PM.
Hi Scott,
Thanks for the nice comments, it's always nice to hear the work on the software is useful to others and appreciated! :)
I did consider that when writing the software but the amount of code necessary for such a simple check just to warn someone that they've two products of the same name in the same category made me decide that it was better just to tell people not to have two products in the same category with the same name.. after all it simply isn't logical!
I know what you mean though about the potential of some "dipsy" client ( ;) ) encountering such a situation in the future but I'm afraid that is simply something we'll have to hope doesn't happen!
I may upgrade the software in future to add a check for this but it's down the list at the minute I'm afraid! :)
All the best...
Conor
ceon
Thanks for the quick reply :)
All very valid reasons not to have done it! :)
Thanks again,
Scott
Is there a way to change the home link on the site to direct to / rather than /index.php?main_page=index .... ? I am using the ceon uri remap, but I dont see a way to do this in there... has anyone done this. Google is showing duplicate home pages which I dont want. I only want google to see / not /index.php or /index.php?main_page=index
I have left the main_page field blank and tried using a / neither work. Is this possible?
Bookmarks