Firstly download vQmod and then place that file in vqmod/xmldawebdeveloper wrote:Hi Simon,
I downloaded the BETTER CONTACT US.rar
Where should I paste the uksb_better_contact_form.xml file?
Please help.
Thanks
Hi,
Sorry to hijack this thread ..
I have installed vqmod-catalog-contact-form-information-with-drop-downs.xml and it works great
I just cannot figure out how to add some additional fields..
can anyone give any pointers ?
thanks v much
adam
Sorry to hijack this thread ..
I have installed vqmod-catalog-contact-form-information-with-drop-downs.xml and it works great
I just cannot figure out how to add some additional fields..
can anyone give any pointers ?
thanks v much
adam
I have updated the form for 1.5.3.1, but I am stuck with the subject..... I get Enquiry #, where # is the counter for the order the form was submited....
Have a look and see if you can fix it.
Have a look and see if you can fix it.
Attachments
1.5.3.1 but subject doesn't come through
Hello,
We released new module which creates ulimited form according to your needs just by drag and drop .
http://leopediastore.com/opencart-form-creator
Thanks
We released new module which creates ulimited form according to your needs just by drag and drop .
http://leopediastore.com/opencart-form-creator
Thanks
Leopedia Web Solutions
http://www.leopedia.com
http://www.opencart.com/index.php?route ... e=leopedia
i am having trouble with this mod.
first, for some reason, i couldn't install the vqmod app to install mods... so i edited the files as directed by the XML file.
as a result, i see the "old" form on the page, but with the required field views... no telephone, no subject lines. when i hit "send," i get this error:
Notice: Undefined index: subject in C:\Sites\Single24\jobilu\webroot\opensoul\upload\catalog\controller\information\contact.php on line 223
This corresponds to one of the mod's edits:
if ((strlen(utf8_decode($this->request->post['subject'])) < 6)) {
$this->error['subject'] = $this->language->get('error_subject');
}
Can someone please help? It's keeping me from moving on with the site... thank you!
first, for some reason, i couldn't install the vqmod app to install mods... so i edited the files as directed by the XML file.
as a result, i see the "old" form on the page, but with the required field views... no telephone, no subject lines. when i hit "send," i get this error:
Notice: Undefined index: subject in C:\Sites\Single24\jobilu\webroot\opensoul\upload\catalog\controller\information\contact.php on line 223
This corresponds to one of the mod's edits:
if ((strlen(utf8_decode($this->request->post['subject'])) < 6)) {
$this->error['subject'] = $this->language->get('error_subject');
}
Can someone please help? It's keeping me from moving on with the site... thank you!
Thank you very much for the info.
I downloaded Simon's vqmod files, but did not work at first. Until I changed "uksb_better_contact_form.xml" according to your reply, everything works very good.
BTW, I am using opencard 1.5.4.1, host Hostpapa. Hope this information is helpful to the others as well.
Jane
I downloaded Simon's vqmod files, but did not work at first. Until I changed "uksb_better_contact_form.xml" according to your reply, everything works very good.
BTW, I am using opencard 1.5.4.1, host Hostpapa. Hope this information is helpful to the others as well.

Jane
olimax wrote:To get this to work in 1.5.2.1
replace this line (at about line 28)
with this:Code: Select all
<search position="replace" offset="1"> <![CDATA[$mail->setSubject(sprintf($this->language->get('email_subject'), $this->request->post['name']));]]></search>
Code: Select all
<search position="replace" offset="1"> <![CDATA[$mail->setSubject(html_entity_decode(sprintf($this->language->get('email_subject'), $this->request->post['name']), ENT_QUOTES, 'UTF-8'));]]></search>
I have installed better_contact_form_editable_inputs into an opencart 1.5.5.1 in english language and nothing happen, the contact us form is stil lthe same as first.
http://www.restaurantsupplies.eu Restaurant Supplies
Opencart 1.5.6.4 VQMOD 2.4.1
Languages: Italian, French, German, Hungarian, English, Russian, Polish and Spanish
Same here. I thought it was the template so i edited the xml file replacing default with the name of my custom template, but it didn't make any difference.matteoraggi wrote:I have installed better_contact_form_editable_inputs into an opencart 1.5.5.1 in english language and nothing happen, the contact us form is still the same as first.
Any suggestions welcome.
How can I change it from Telephone to Order Number and make it required? As a side note, it would be great if when they start typing their name, it will bring up their name and then input their email address and let them pick the order number they are inquiring about.
Thanks!
Gilmore
I have two questions. Would really appreciate some assistance.
-How can i make the name field prefilled with both name AND surname of client when signed in?
-How can I get rid of "Enquiry must be between 10 and 3000 characters!"
Thank you
-How can i make the name field prefilled with both name AND surname of client when signed in?
-How can I get rid of "Enquiry must be between 10 and 3000 characters!"
Thank you
I am putting this here in hopes that it helps someone. I have updated and modified the VQMod in the OP.
I have made the following changes:
1) Modified to work with OpenCart 1.5.6.1(and later).
2) Modified wording to sound more natural (and American).
3) Added the user-filled "subject" into the body of the email.
4) Made the email easier to read with spacing and headers for Subject and Body.
5) Added the following content to the email(thanks to the person who posted the code for these earlier in this thread):
- Line at top that says email came from Contact Us form
- Date and Time when submitted
- Customers User Agent
- Location of form being filled out
6) Modified email's subject to start with "CONTACT US - " instead of "Enquiry: " so that it stands out better in the inbox.
7) Removed store owner line from store address.
I've left the original credits at the top of the modified VQMod file.
Enjoy!
I have made the following changes:
1) Modified to work with OpenCart 1.5.6.1(and later).
2) Modified wording to sound more natural (and American).
3) Added the user-filled "subject" into the body of the email.
4) Made the email easier to read with spacing and headers for Subject and Body.
5) Added the following content to the email(thanks to the person who posted the code for these earlier in this thread):
- Line at top that says email came from Contact Us form
- Date and Time when submitted
- Customers User Agent
- Location of form being filled out
6) Modified email's subject to start with "CONTACT US - " instead of "Enquiry: " so that it stands out better in the inbox.
7) Removed store owner line from store address.
I've left the original credits at the top of the modified VQMod file.
Enjoy!
Thank you very much for the updated files.
I've downloaded it and have dropped it in the vqmod xml folder and am in the process of trying to get it to work with me template, however I'm running into a problem I'm wondering if anyone might be able to help with. First it told me there was an error with the "message sent" message so I made the two files match up verbiage then this happened:
And when I remove the following lines:
It now spits out the following error:
And this at the top of the website when I submit a form:
Any advice?
I've downloaded it and have dropped it in the vqmod xml folder and am in the process of trying to get it to work with me template, however I'm running into a problem I'm wondering if anyone might be able to help with. First it told me there was an error with the "message sent" message so I made the two files match up verbiage then this happened:
Code: Select all
REQUEST URI : /index.php?route=information/contact
MOD DETAILS:
modFile : /home/MYSITE/public_html/vqmod/xml/uksb_better_contact_form.xml
id : A Better Contact Form
version : 3.0
vqmver : 2.1.4
author : http://www.opencart-extensions.co.uk
File Name : catalog/view/theme/theme324/template/information/contact.tpl(0)
VQModObject::applyMod - SEARCH NOT FOUND (ABORTING MOD): <?php echo $store; ?><br />
Code: Select all
<operation>
<search position="replace"><![CDATA[
<?php echo $store; ?><br />
]]></search>
<add><![CDATA[
<?php /* echo $owner; */ ?><!-- <br />
<?php echo $store; ?><br />
]]></add>
</operation>
Code: Select all
modFile : /home/MYSITE/public_html/vqmod/xml/uksb_better_contact_form.xml
id : A Better Contact Form
version : 3.0
vqmver : 2.1.4
author : http://www.opencart-extensions.co.uk
File Name : catalog/view/theme/theme324/template/information/contact.tpl(1)
VQModObject::applyMod - SEARCH NOT FOUND (ABORTING MOD): <span class="error"><?php echo $error_email; ?></span>
Code: Select all
ice: Undefined index: subject in /home/MYSITE/public_html/vqmod/vqcache/vq2-catalog_controller_information_contact.php on line 246
This VqMod works well on my latest Version 1.5.6.5-rc (1.5.6.4+), if it is activated, it works!
I used the one schown on this Page:
http://forum.opencart.com/download/file.php?id=21111
Ernie
bigmax.ch/shop
I used the one schown on this Page:
http://forum.opencart.com/download/file.php?id=21111
Ernie
bigmax.ch/shop
Last edited by IP_CAM on Sun Feb 22, 2015 8:49 am, edited 1 time in total.
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Thank you for taking the time to reply @Ernie.IP_CAM wrote:This VqMod works well on my latest Version 1.5.6.5-rc (1.5.6.4+), if it is activated, it works!
http://forum.opencart.com/posting.php?m ... 6#pr498746
After installation I should some indication but the "contact us" page remains the same, no change at all and if there is some issue then I should get error message or warning page but nothing so how to proceed ahead pl advice.
..TY
Edit: There are 4 xml files given here,can you please point out the correct file which you used and is working...TY
Regards,
Sun Systems
Industrial Electronics and Instrumentation
Who is online
Users browsing this forum: Majestic-12 [Bot] and 11 guests