bebeboutik/themes/site_mobile/contact-form.tpl

173 lines
7.7 KiB
Smarty
Raw Normal View History

2016-01-04 12:48:08 +01:00
{*
* 2007-2011 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* 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 refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2011 PrestaShop SA
* @version Release: $Revision: 6594 $
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
{capture name=path}{l s='Contact'}{/capture}
{include file="$tpl_dir./breadcrumb.tpl"}
<h1 class="title"><span>{l s='Customer Service'} - {if isset($customerThread) && $customerThread}{l s='Your reply'}{else}{l s='Contact us'}{/if}</span></h1>
{if isset($confirmation)}
<p class="success">{l s='Your message has been successfully sent to our team.'}</p>
<p class="footer_links">
<a href="{$base_dir}" class="exclusive"><img src="{$img_dir}arrow-submit.png" alt="{l s='Home'}" /><span>{l s='Home'}</span></a>
</p>
{elseif isset($alreadySent)}
<p class="notification">{l s='Your message has already been sent.'}</p>
<p class="footer_links">
<a href="{$base_dir}" class="exclusive"><img src="{$img_dir}arrow-submit.png" alt="{l s='Home'}" /><span>{l s='Home'}</span></a>
</p>
{else}
<p class="bold">{l s='For questions about an order or for more information about our products'}.</p>
{include file="$tpl_dir./errors.tpl"}
<form action="{$request_uri|escape:'htmlall':'UTF-8'}" method="post" class="std" enctype="multipart/form-data">
<fieldset>
<div class="content">
<p class="select">
<label for="id_contact">{l s='Subject Heading'}</label>
{if isset($customerThread.id_contact)}
{foreach from=$contacts item=contact}
{if $contact.id_contact == $customerThread.id_contact}
<input type="text" id="contact_name" name="contact_name" value="{$contact.name|escape:'htmlall':'UTF-8'}" readonly="readonly" style="cursor: default" />
<input type="hidden" name="id_contact" value="{$contact.id_contact}" />
{/if}
{/foreach}
</p>
{else}
<select id="id_contact" name="id_contact" onchange="showElemFromSelect('id_contact', 'desc_contact')">
<option value="0">{l s='-- Choose --'}</option>
{foreach from=$contacts item=contact}
<option value="{$contact.id_contact|intval}" {if isset($smarty.post.id_contact) && $smarty.post.id_contact == $contact.id_contact}selected="selected"{/if}>{$contact.name|escape:'htmlall':'UTF-8'}</option>
{/foreach}
</select>
</p>
<p id="desc_contact0" class="desc_contact">&nbsp;</p>
{foreach from=$contacts item=contact}
<p id="desc_contact{$contact.id_contact|intval}" class="desc_contact" style="display:none;">
{$contact.description|escape:'htmlall':'UTF-8'}
</p>
{/foreach}
{/if}
<p class="text">
<label for="email">{l s='E-mail address'}</label>
{if isset($customerThread.email)}
<input type="text" id="email" name="from" value="{$customerThread.email}" readonly="readonly" />
2017-12-13 11:49:06 +01:00
<input type="text" id="email2" name="email2" value="{$customerThread.email}" />
2016-01-04 12:48:08 +01:00
{else}
<input type="text" id="email" name="from" value="{$email}" />
2017-12-13 11:49:06 +01:00
<input type="text" id="email2" name="email2" value="{if empty($email)}-{else}{$email}{/if}" />
2016-01-04 12:48:08 +01:00
{/if}
</p>
{if !$PS_CATALOG_MODE}
{*{if (!isset($customerThread.id_order) || $customerThread.id_order > 0)}
<p class="text">
<label for="id_order">{l s='Order ID'}</label>
{if !isset($customerThread.id_order) && isset($isLogged) && $isLogged == 1}
<select name="id_order" ><option value="0">{l s='-- Choose --'}</option>{$orderList}</select>
{elseif !isset($customerThread.id_order) && !isset($isLogged)}
<input type="text" name="id_order" id="id_order" value="{if isset($customerThread.id_order) && $customerThread.id_order > 0}{$customerThread.id_order|intval}{else}{if isset($smarty.post.id_order)}{$smarty.post.id_order|intval}{/if}{/if}" />
{elseif $customerThread.id_order > 0}
<input type="text" name="id_order" id="id_order" value="{$customerThread.id_order|intval}" readonly="readonly" />
{/if}
</p>
{/if}
{if isset($isLogged) && $isLogged}
<p class="text">
<label for="id_product">{l s='Product'}</label>
{if !isset($customerThread.id_product)}
<select name="id_product" style="width:300px;"><option value="0">{l s='-- Choose --'}</option>{$orderedProductList}</select>
{elseif $customerThread.id_product > 0}
<input type="text" name="id_product" id="id_product" value="{$customerThread.id_product|intval}" readonly="readonly" />
{/if}
</p>
{/if}*}
{/if}
2017-07-11 16:19:20 +02:00
{if $fileupload == 1}
2016-01-04 12:48:08 +01:00
<p class="text">
<label for="fileUpload">{l s='Attach File'}</label>
<input type="hidden" name="MAX_FILE_SIZE" value="2000000" />
2017-07-11 16:19:20 +02:00
<input type="file" name="fileUpload" id="fileUpload" />
{* <span id="listFile">
2016-01-04 12:48:08 +01:00
<input name="file_0" id="file_0" type="file" /><br />
2017-07-11 16:19:20 +02:00
</span> *}
{* <span class="gradient"><input type="button" id="addFile" class="exclusive" value="{l s='Add another file'}" /></span> *}
2016-01-04 12:48:08 +01:00
</p>
2017-07-11 16:19:20 +02:00
{/if}
2016-01-04 12:48:08 +01:00
<p class="textarea">
<label for="message">{l s='Message'}</label>
<textarea id="message" name="message">{if isset($message)}{$message|escape:'htmlall':'UTF-8'|stripslashes}{/if}</textarea>
</p>
<p class="submit">
<span class="gradient"><input type="submit" name="submitMessage" id="submitMessage" value="{l s='Send'}" class="exclusive" onclick="$(this).hide();" /></span>
</p>
</div>
</fieldset>
</form>
<div class="overlay_bbb" style="display: none;"></div>
<div class="box_add_to_cart box_waiting" style="display: none;">
<div class="content">
<p style="text-align: center;">
<img style="width:100%;" src="{if isset($site_version) && $site_version == 'es'}/img/logo_3.png{else}/img/logo_2.png{/if}" alt="">
<br />
<span>{l s='Redirection vers le formulaire, veuillez patienter'}</span>
<br />
<img src="img/loader_payment.gif" alt="">
</p>
</div>
</div>
{literal}
<script>
$(function() {
2017-12-13 11:49:06 +01:00
$('input#email2').val('').hide();
2017-02-07 16:34:03 +01:00
if($("option:selected", $('#id_contact')).val() == 9 || $("option:selected", $('#id_contact')).val() == 1 || $("option:selected", $('#id_contact')).val() == 2){
$('.overlay_bbb').fadeIn();
$('.box_waiting').fadeIn();
window.location = "{/literal}{$base_dir_ssl}{literal}modules/ant_support_form/support.php?id_contact="+$("option:selected", $('#id_contact')).val();
}
$('#id_contact').change(function() {
2017-02-07 16:34:03 +01:00
if($("option:selected", $('#id_contact')).val() == 9 || $("option:selected", $('#id_contact')).val() == 1 || $("option:selected", $('#id_contact')).val() == 2){
$('.overlay_bbb').fadeIn();
$('.box_waiting').fadeIn();
window.location = "{/literal}{$base_dir_ssl}{literal}modules/ant_support_form/support.php?id_contact="+$("option:selected", $('#id_contact')).val();
}
});
});
</script>
{/literal}
2016-01-04 12:48:08 +01:00
<script type="text/javascript">{literal}
<!--
jQuery(function () {
$("#addFile").click(function () {
var cpt = $("#listFile").find("input").size();
$("#listFile").fadeIn("slow").append('<input name="file_' + cpt + '" id="file_' + cpt + '" type="file" /><br />');
});
});
-->
{/literal}</script>
{/if}