first commit

This commit is contained in:
2024-12-17 13:43:22 +01:00
commit 8e6cd8b410
21292 changed files with 3514826 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,15 @@
<p>Click on the following link to download the documentation of this module: <a target="_blank" href="{$link}">Download documentation</a></p>
<p>Below are some notes you should pay attention to while using <strong>Contact Form Ultimate:</strong></p>
<h4>Contact Forms</h4>
<p>When creating a new contact form, if you click on <strong>"Add new input field/row to create your contact form"</strong> link and select an input field, by default this input field will be put on a full-width row (1 column).</p>
<p>To add reCAPTCHA input field, you need to enable reCAPTCHA first. Navigate to <strong>"Settings > Integration > reCAPTCHA"</strong>, enable reCAPTCHA option and enter your key pair.</p>
<p>For how to get reCAPTCHA site key and secret key, please read our module documentation</p>
<p>To be able to reply customer messages directly on back office, you need your customer email address. When building a contact form, make sure to add an email input field and mark it as required field.</p>
<h4>Email configurations</h4>
<p>To get the info from your contact form to the email send to admin or auto responder email, please copy and paste the respective mail-tags into <strong>"Message body"</strong> field in <strong>"Contact Forms > Mail"</strong> subtab</p>
<p>To receive attachment file from your customer via email, please navigate to <strong>"Contact Forms > Mail"</strong> and check the <strong>"File attachment"</strong> box.</p>
<p>To receive attachment file from your customer via “Messages” tab, please navigate to <strong>"Contact Forms > Settings"</strong> and turn on the <strong>"Save attachments"</strong> option.</p>

View File

@@ -0,0 +1,31 @@
<?php
/**
* 2007-2021 ETS-Soft
*
* NOTICE OF LICENSE
*
* This file is not open source! Each license that you purchased is only available for 1 wesite only.
* If you want to use this file on more websites (or projects), you need to purchase additional licenses.
* You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please contact us for extra customization service at an affordable price
*
* @author ETS-Soft <etssoft.jsc@gmail.com>
* @copyright 2007-2021 ETS-Soft
* @license Valid for 1 website (or project) for each purchase of license
* International Registered Trademark & Property of ETS-Soft
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;