Re: Contact form not displaying successful message
Fantastic, that's worked, thank you very much, can't believe such a small issue would cause a malfunction.
Jump to post- Tue Aug 02, 2016 7:26 pm
- Replies 11
- Views 3076
Re: Contact form not displaying successful message
Thanks here's what I have: <?php // Heading $_['heading_title'] = 'Contact Us'; // Text $_['text_location'] = 'Our Location'; $_['text_contact'] = 'Contact Form'; $_['text_address'] = 'Address:'; $_['text_email'] = 'E-Mail:'; $_['text_telephone'] = 'Telephone:'; $_['text_fax'] = 'Fax:'; $_['text_mes...
Jump to post- Tue Aug 02, 2016 4:19 pm
- Replies 11
- Views 3076
Re: Contact form not displaying successful message
Yes I found this:
2016-08-01 14:32:48 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/site/catalog/language/english/information/contact.php:57)
- Tue Aug 02, 2016 1:01 am
- Replies 11
- Views 3076
Re: Contact form not displaying successful message
1.5.6.4
Thanks for getting back
- Tue Aug 02, 2016 12:01 am
- Replies 11
- Views 3076
Contact form not displaying successful message
Hello,
The standard contact form is functioning, i receive the emails but it does not display the sent successful notification and redirect to the default page, once the form is sent it remains blank.
Does anyone have any idea what is causing this?
Thanks
- Mon Aug 01, 2016 10:44 pm
- Replies 11
- Views 3076
Re: Company information
Great thanks for the advice, I'll probably get text wrangler or similar, using dreamweaver at the moment.
Thanks for all your help
- Fri Jul 22, 2016 3:43 am
- Replies 19
- Views 1237
Re: Company information
I don't know how it's happened but it appears to have gone now!
I commented it out, then uploaded and then un commented it, uploaded again and it no longer appears.
That quite strange?
- Fri Jul 22, 2016 2:46 am
- Replies 19
- Views 1237
Re: Company information
I think it has something to do with
Code: Select all
<?php echo $address; ?>
- Fri Jul 22, 2016 2:43 am
- Replies 19
- Views 1237
Re: Company information
Thanks, have got the default template up now, but still having the same issue, "company information" label still appears
Jump to post- Fri Jul 22, 2016 2:39 am
- Replies 19
- Views 1237
Re: Company information
Jump to post2016-07-21 18:56:35 - PHP Notice: Error: Could not load template /home/costinco/public_html/site/catalog/view/theme/default/template/module/ecslideshow.tpl! in /home/costinco/public_html/site/vqmod/vqcache/vq2-system_engine_controller.php on line 90
- Fri Jul 22, 2016 2:14 am
- Replies 19
- Views 1237
Re: Company information
It's quite a heavily modified template, so nothing appears when I switch the template back to default.
Jump to post- Fri Jul 22, 2016 1:59 am
- Replies 19
- Views 1237
Re: Company information
Yes a couple of them, but for the products nothing for any other operation.
Jump to post- Fri Jul 22, 2016 1:41 am
- Replies 19
- Views 1237
Re: Company information
Yes it's all still there, I can't figure out where it's being generated from.
Jump to post- Fri Jul 22, 2016 12:49 am
- Replies 19
- Views 1237
Re: Company information
This is the code in question: <h4><?php echo $heading_title; ?></h4> <form action="<?php echo $action; ?>" method="post" enctype="multipart/form-data"> <div class="row-fluid"> <div class="span4"> <!--<h2><?php echo $text_location; ?></h2>--> <div cla...
Jump to post- Fri Jul 22, 2016 12:40 am
- Replies 19
- Views 1237
Re: Company information
Thanks again, Yes that is the file I've been editing, it's in the correct place and I have already done changes to it which have worked, but for some reason the two titles I mentioned do not appear in this file, I've even deleted the <div class="right"> where I thought the titles appeared ...
Jump to post- Fri Jul 22, 2016 12:37 am
- Replies 19
- Views 1237
Re: Company information
Thanks for getting back,
I've been editing contact.tpl as pointed out, but there is no reference to those titles, seems to be generating it from elsewhere.
Could it be another language file other than contact.php?
Thanks
- Fri Jul 22, 2016 12:24 am
- Replies 19
- Views 1237
Company information
Hello Can anyone tell me where "Company Information" and "Our Email" labels are generated from? http://costinlondon.com/site/index.php?route=information/contact I've looked in the contact.tpl and contact.php but cannot find any reference to these heading and can't see where they'...
Jump to post- Thu Jul 21, 2016 11:48 pm
- Replies 19
- Views 1237
Re: Contact page
Ok I've found a solution, it's not what I was initially thinking, as I thought you could add a contact page through the admin end, but simply add this line to footer.tpl in the template/common folder: <li><a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a></li> to: <div id=&...
Jump to post- Thu Jul 21, 2016 7:22 pm
- Replies 9
- Views 806
Re: Contact page
Yes I see what you mean, but thats just a link in the page, ok something as basic as a contact page should be there as standard and not so convoluted.
Thanks for your help.
- Wed Jul 20, 2016 8:19 pm
- Replies 9
- Views 806
Re: Contact page
Can it not be linked directly?
If I added a menu item and put the hyperlink to information/contact?
Thanks
- Wed Jul 20, 2016 4:31 pm
- Replies 9
- Views 806