[FONT="Comic Sans MS"]when I removed the .htaccess file, the contact us worked. So I guess it has something to do with https[/FONT]
[FONT="Comic Sans MS"]when I removed the .htaccess file, the contact us worked. So I guess it has something to do with https[/FONT]
You can just remove the rewrite for https
[FONT="Comic Sans MS"]If I remove the rewrites, my site is no longer secure. Ugh[/FONT]
ZenCart, if set correctly, is smart enough to auto switch to https when sensitive infomation is to be entered - login and payment.If I remove the rewrites, my site is no longer secure
Other than that you do not need and should not be using https
Shopping, looking etc is no secret!!
[FONT="Comic Sans MS"] That works and you are right it does know to go to https with login and check out...I didn't know that. Great thanks for your help...how much are you going to charge me LOL[/FONT]
Maybe some Smithfield Ham. with red-eyed gravy and corn bread....how much are you going to charge me
No Fair, i'm hungry now
@op you may want to turn off this page that still shows on your sitemap page
http://www.theenchantedcottageshoppe...in_page=page_2
Admin --> configuration --> define pages status
Webzings Design
Semi retired from Web Design
Hi,
May I check with you how do you remove your shop name on the contact us page?? I could not find the code. Been searching for quite sometime.. Would appreciate any help greatly..
Thanks!
Javen,
A fully different question....
Please do not hijack anothers thread with an unrelated issue as it makes it difficult and confusing for those looking for the same issue.
Admin > config > my store
Or in the code
A copy for your template of /includes/templates/template_default/templates/tpl_contact_us_default.php
Code:<?php if (CONTACT_US_STORE_NAME_ADDRESS== '1') { ?> <address><?php echo nl2br(STORE_NAME_ADDRESS); ?></address> <?php } ?>
Hi, I am running the 1.3.9h versio of Zencart and I have a similar problem.
If I send an email from the admin area Tools-Send Email, no problem.
However the Contact us form is not working. The messages dissappear into the ether.
I am running an SSL certificate that covers my domain, but my shop is a level below the main domain i.e /mydomain.com/myeshop.
I have looked at the .htaccess file and there are no references to https.
Any ideas?