Initial commit

This commit is contained in:
2020-10-07 10:37:15 +02:00
commit ce5f440392
28157 changed files with 4429172 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{*
* 2007-2015 PrestaShop
*
* 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-2015 PrestaShop SA
* @license http://addons.prestashop.com/en/content/12-terms-and-conditions-of-use
* International Registered Trademark & Property of PrestaShop SA
*}
<div class="block">
<h4 class="title_block">{l s='OUR PAYMENT MODULE' mod='cmcicpaiement'}</h4>
<div class="block_content cmcicpaiement" align="center">
<img src="{$img_url|escape:'htmlall':'UTF-8'}" class="img-responsive" alt="{l s='CMCIC logo' mod='cmcicpaiement'}" style="display: block; max-width: 100%; height: auto;" />
</div>
</div>
<div class="clear">&nbsp;</div>

View File

@@ -0,0 +1,21 @@
{*
* 2007-2015 PrestaShop
*
* 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-2015 PrestaShop SA
* @license http://addons.prestashop.com/en/content/12-terms-and-conditions-of-use
* International Registered Trademark & Property of PrestaShop SA
*}
<div class="clear">&nbsp;</div>
<div class="clear">&nbsp;</div>
<div class="block">
<div class="block_content cmcicpaiement" align="center">
<img src="{$img_url|escape:'htmlall':'UTF-8'}" class="img-responsive" alt="{l s='Cmcic Banner' mod='cmcicpaiement'}" style="display: block; max-width: 100%; height: auto;" />
</div>
</div>

View File

@@ -0,0 +1,26 @@
{*
* 2007-2015 PrestaShop
*
* 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-2015 PrestaShop SA
* @license http://addons.prestashop.com/en/content/12-terms-and-conditions-of-use
* International Registered Trademark & Property of PrestaShop SA
*}
{if $status == 'ok'}
<p>{l s='Your order on' mod='cmcicpaiement'} <span class="bold">{$shop_name|escape:'htmlall':'UTF-8'}</span> {l s='is complete.' mod='cmcicpaiement'}
<br /><br /><span class="bold">{l s='Your order will be sent as soon as possible.' mod='cmcicpaiement'}</span>
<br /><br />{l s='For any questions or for further information, please contact our' mod='cmcicpaiement'} <a href="{$contact|escape:'htmlall':'UTF-8'}">{l s='customer support' mod='cmcicpaiement'}</a>.
</p>
{else}
<p class="warning">
{l s='We noticed a problem with your order. If you think this is an error, you can contact our' mod='cmcicpaiement'}
<a href="{$contact|escape:'htmlall':'UTF-8'}">{l s='customer support' mod='cmcicpaiement'}</a>.
</p>
{/if}

View File

@@ -0,0 +1,37 @@
{*
* 2007-2015 PrestaShop
*
* 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-2015 PrestaShop SA
* @license http://addons.prestashop.com/en/content/12-terms-and-conditions-of-use
* International Registered Trademark & Property of PrestaShop SA
*}
<p class="payment_module" xmlns="http://www.w3.org/1999/html">
<a class="bankwire" href="javascript:document.{$cmcicpaiement_form|escape:'htmlall':'UTF-8'}.submit();" title="{$cmcic_text|escape:'htmlall':'UTF-8'}">
<img src="{$module_dir|escape:'htmlall':'UTF-8'}{$cmcic_picture|escape:'htmlall':'UTF-8'}" alt="{$cmcic_text|escape:'htmlall':'UTF-8'}" class="img-responsive" />
{$cmcic_text|escape:'htmlall':'UTF-8'}
</a>
</p>
<form action="{$cmcic->s_url_paiement|escape:'htmlall':'UTF-8'}" method="post" name="{$cmcicpaiement_form|escape:'htmlall':'UTF-8'}">
<input type="hidden" name="version" value="{$cmcic->s_version|escape:'htmlall':'UTF-8'}" />
<input type="hidden" name="TPE" value="{$cmcic->s_numero|escape:'htmlall':'UTF-8'}" />
<input type="hidden" name="date" value="{$cmcic_date|escape:'htmlall':'UTF-8'}" />
<input type="hidden" name="montant" value="{$cmcic_montant|escape:'htmlall':'UTF-8'}" />
<input type="hidden" name="reference" value="{$cmcic_reference|intval}" />
<input type="hidden" name="MAC" value="{$hmac|escape:'htmlall':'UTF-8'}" />
<input type="hidden" name="url_retour" value="{$cmcic->s_url_ko|escape:'htmlall':'UTF-8'}" />
<input type="hidden" name="url_retour_ok" value="{$cmcic->s_url_ok|escape:'htmlall':'UTF-8'}" />
<input type="hidden" name="url_retour_err" value="{$cmcic->s_url_ko|escape:'htmlall':'UTF-8'}" />
<input type="hidden" name="lgue" value="{$cmcic->s_langue|escape:'htmlall':'UTF-8'}" />
<input type="hidden" name="societe" value="{$cmcic->s_code_societe|escape:'htmlall':'UTF-8'}" />
<input type="hidden" name="texte-libre" value="{$cmcic_textelibre|escape:'htmlall':'UTF-8'}" />
<input type="hidden" name="mail" value="{$cmcic_email|escape:'htmlall':'UTF-8'}" />
<input type="hidden" name="contexte_commande" value="{$contexte_commande|escape:'htmlall':'UTF-8'}" />
</form>

View File

@@ -0,0 +1,24 @@
<?php
/**
* 2007-2014 PrestaShop
*
* 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-2014 PrestaShop SA
* @license http://addons.prestashop.com/en/content/12-terms-and-conditions-of-use
* International Registered Trademark & Property of PrestaShop SA
*/
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;