Hi, does anyone know the script and where to put it so that as soon as someone has sent an e-mail it says 'Thank you' and redirects back to contact page.
Thanks in advance![]()
Hi, does anyone know the script and where to put it so that as soon as someone has sent an e-mail it says 'Thank you' and redirects back to contact page.
Thanks in advance![]()
Wild Fashions (Alternative)
Using Zen Cart 1.38 and Purple Lily Template
If you are talking about your Zen Cart - it should do that automatically - BTW- the shop you have in your signature is broken - sending a contact_us goes to a blank page.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Hi and thanks for the reply, The Contact Us page does send you to a blank page after sending an e-mail, but it does send. How do I fix the blank page problem?
Wild Fashions (Alternative)
Using Zen Cart 1.38 and Purple Lily Template
After submission a person should be redirected to: contact_us.html?action=success
If you are using a Custom Template, what happens when you switch to Classic Template and try it?
Hi, exactly the same happens when I switch to Classic! A blank page!
Wild Fashions (Alternative)
Using Zen Cart 1.38 and Purple Lily Template
Troubleshooting tool posted in your duplicate post on another thread: http://www.zen-cart.com/forum/showth...800#post579800
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Wild Fashions (Alternative)
Using Zen Cart 1.38 and Purple Lily Template
If your contact-us page is broken, you probably have incorrectly altered one or more files, including but not limited to:
/includes/modules/pages/contact_us/header_php.php
/includes/languages/english/contact_us.php
/includes/templates/your_template/templates/tpl_contact_us_default.php
Maybe you need to replace those files with the originals?
Maybe turning on the debug-logging tool mentioned in my previous post might shed some light on the specific PHP errors you've got which are causing the problem.
Maybe comparing those files with the originals that come with Zen Cart might identify causes.
Granted, there's not much more we can do to help you without knowing what version of Zen Cart you're using, whether it's been upgraded, from what version, a list of all addons you've added, your PHP version, and even what you're using for your email settings.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Hi ran debugging tool and it produced the following error (generated 3 reports)
[05-Jul-2008 04:46:38] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/wildfash/public_html/catalogue/includes/languages/english.php:1401) in /home/wildfash/public_html/catalogue/includes/init_includes/init_templates.php on line 78
Your help is appreciated and hopefully I will be a quick learner![]()
Wild Fashions (Alternative)
Using Zen Cart 1.38 and Purple Lily Template
Another FAQ found by looking up that message:
https://www.zen-cart.com/tutorials/index.php?article=87
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.