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,61 @@
{*
* 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
*}
{literal}
<script>
ps_version = '{/literal}{$ps_version|intval}{literal}';
multishop = '{/literal}{$multishop|intval}{literal}';
debug_mode = '{/literal}{$debug_mode|intval}{literal}';
{/literal}
</script>
{if $ps_version == 0}
<div class="bootstrap">
<!-- Beautiful header -->
{include file="./header.tpl"}
{/if}
<!-- Module content -->
<div id="modulecontent" class="clearfix" role="{$is_submit|intval}">
<!-- Nav tabs -->
<div class="col-lg-2">
<div class="list-group">
<a href="#documentation" class="doc list-group-item" data-toggle="tab"><i class="icon-book"></i> {l s='Documentation' mod='cmcicpaiement'}</a>
<a href="#conf" class="list-group-item" data-toggle="tab"><i class="icon-cogs"></i> {l s='Configuration' mod='cmcicpaiement'}</a>
<!--a href="#help" class="list-group-item" data-toggle="tab"><i class="icon-question-circle"></i> {l s='FAQ' mod='cmcicpaiement'}</a-->
<a href="#contacts" class="contactus list-group-item" data-toggle="tab"><i class="icon-envelope"></i> {l s='Contact' mod='cmcicpaiement'}</a>
</div>
<div class="list-group">
<a class="list-group-item"><i class="icon-info"></i> {l s='Version' mod='cmcicpaiement'} {$module_version|escape:'htmlall':'UTF-8'}</a>
<a class="list-group-item" href="{$cmcic_board_link|escape:'htmlall':'UTF-8'}" target="_blank"><i class="icon-link"></i> <strong>{l s='Go to the board' mod='cmcicpaiement'}</strong></a>
</div>
</div>
<!-- Tab panes -->
<div class="tab-content col-lg-10">
<div class="tab-pane active panel" id="documentation">
{include file="./tabs/documentation.tpl"}
</div>
<div class="tab-pane panel" id="conf">
{include file="./tabs/conf.tpl"}
</div>
{include file="./tabs/contact.tpl"}
</div>
</div>
{if $ps_version == 0}
{* Manage translation only for PrestaShop 1.5 *}
{include file="./translations.tpl"}
</div>
{/if}

View File

@@ -0,0 +1,75 @@
{*
* 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="page-head">
<h2 class="page-title">
{l s='Configure your CM-CI' mod='cmcicpaiement'}
</h2>
<ul class="breadcrumb page-breadcrumb">
<li>
<i class="icon-puzzle-piece"></i>Modules
</li>
<li>{$module_name|escape:'htmlall':'UTF-8'}</li>
<li>
<i class="icon-wrench"></i>
{l s='Configure' mod='cmcicpaiement'}
</li>
</ul>
<div class="page-bar toolbarBox">
<div class="btn-toolbar">
<ul class="cc_button nav nav-pills pull-right">
{if $module_active == '1'}
<li>
<a id="desc-module-hook" class="toolbar_btn" href="{$module_form|escape:'htmlall':'UTF-8'}&amp;enable=0" title="{l s='Disable' mod='cmcicpaiement'}">
<i class="process-icon-off"></i>
<div>{l s='Disable' mod='cmcicpaiement'}</div>
</a>
</li>
{else}
<li>
<a id="desc-module-hook" class="toolbar_btn" href="{$module_form|escape:'htmlall':'UTF-8'}&amp;enable=1" title="{l s='Enable' mod='cmcicpaiement'}">
<i class="process-icon-off"></i>
<div>{l s='Enable' mod='cmcicpaiement'}</div>
</a>
</li>
{/if}
<li>
<a id="desc-module-hook" class="toolbar_btn" href="{$module_form|escape:'htmlall':'UTF-8'}&amp;uninstall={$module_name|escape:'htmlall':'UTF-8'}" title="{l s='Uninstall' mod='cmcicpaiement'}">
<i class="process-icon-uninstall"></i>
<div>{l s='Uninstall' mod='cmcicpaiement'}</div>
</a>
</li>
<li>
<a id="desc-module-hook" class="toolbar_btn" href="{$module_reset|escape:'htmlall':'UTF-8'}" title="{l s='Reset' mod='cmcicpaiement'}">
<i class="process-icon-reset"></i>
<div>{l s='Reset' mod='cmcicpaiement'}</div>
</a>
</li>
<li>
<a id="desc-module-hook" class="toolbar_btn" href="{$module_hook|escape:'htmlall':'UTF-8'}" title="{l s='Manage hooks' mod='cmcicpaiement'}">
<i class="process-icon-anchor"></i>
<div>{l s='Manage hooks' mod='cmcicpaiement'}</div>
</a>
</li>
<li>
<a id="desc-module-back" class="toolbar_btn" href="{$module_back|escape:'htmlall':'UTF-8'}" title="{l s='Back' mod='cmcicpaiement'}">
<i class="process-icon-back"></i>
<div>{l s='Back' mod='cmcicpaiement'}</div>
</a>
</li>
</ul>
</div>
</div>
</div>

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;

View File

@@ -0,0 +1,307 @@
{*
* 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
*}
{* selected done *}
<h3><i class="icon-cogs"></i> {l s='Configuration' mod='cmcicpaiement'} <small>{$module_display|escape:'htmlall':'UTF-8'}</small></h3>
<div id="wizard" class="swMain">
{if $cmcic_config_error == 0 && $step_name neq ''}
<div class="module_confirmation conf confirm alert alert-success">
<button type="button" class="close" data-dismiss="alert">×</button>
{$step_name|escape:'htmlall':'UTF-8'} {l s='has been updated.' mod='cmcicpaiement'}
</div>
{elseif $cmcic_config_error < 0}
<div class="module_confirmation conf confirm alert alert-danger">
<button type="button" class="close" data-dismiss="alert">×</button>
{$step_name|escape:'htmlall':'UTF-8'} {l s='cannot be updated.' mod='cmcicpaiement'}
<p>{l s='Please verify the details that you have entered.' mod='cmcicpaiement'}</p>
</div>
{/if}
<div class="clearfix"></div>
<div class="panel-group" id="accordion">
{* Setup your bank informations *}
<div class="panel">
<div class="panel-heading">
{if $ps_version == 0}<h3>{/if}
1 - {l s='Setup your bank informations' mod='cmcicpaiement'}
{if $ps_version == 0}</h3>{/if}
</div>
<form id="form_step_one" name="form_step_one" action="{$form_uri|escape:'htmlall':'UTF-8'}" method="post">
<div id="collapse1">
<div class="clearfix">
<div class="form-group clear">
<label for="form-field-1" class="col-sm-4 control-label">
<h4>{l s='CYPHER KEY' mod='cmcicpaiement'}</h4>
</label>
<div class="col-sm-6">
<input type="text" class="form-control" value="{if isset($key) & !empty($key)}{$key|escape:'htmlall':'UTF-8'}{/if}" id="CMCIC_KEY" name="CMCIC_KEY" placeholder="{l s='CYPHER KEY' mod='cmcicpaiement'}" maxlength="40"/>
<p class="help-block">
{l s='The security key is represented by 40 hexadecimal characters. Document provided by your bank.' mod='cmcicpaiement'}
</p>
</div>
</div>
<div class="form-group clear">
<label for="form-field-1" class="col-sm-4 control-label">
<h4>{l s='TPE' mod='cmcicpaiement'}</h4>
</label>
<div class="col-sm-6">
<input type="text" class="form-control" value="{if isset($tpe) & !empty($tpe)}{$tpe|escape:'htmlall':'UTF-8'}{/if}" id="CMCIC_TPE" name="CMCIC_TPE" placeholder="{l s='TPE' mod='cmcicpaiement'}" maxlength="7"/>
<p class="help-block">
{l s='Number of virtual site number (7 figures) Exemple : 1234567.' mod='cmcicpaiement'}
</p>
</div>
</div>
<div class="form-group clear">
<label for="form-field-1" class="col-sm-4 control-label">
<h4>{l s='Company Code' mod='cmcicpaiement'}</h4>
</label>
<div class="col-sm-6">
<input type="text" class="form-control" value="{if isset($company_code) & !empty($company_code)}{$company_code|escape:'htmlall':'UTF-8'}{/if}" id="CMCIC_COMPANY_CODE" name="CMCIC_COMPANY_CODE" placeholder="{l s='Company Code' mod='cmcicpaiement'}" />
<p class="help-block">
{l s='Allows you to use the same POS for different sites related to the same activity. It is provided by CM-CIC. Exemple : yourSite1.' mod='cmcicpaiement'}
</p>
</div>
</div>
<div class="form-group clear">
<label for="form-field-1" class="col-sm-4 control-label">
<h4>{l s='Environment' mod='cmcicpaiement'}</h4>
</label>
<div class="col-sm-6">
<span id="cmcic_server" class="switch prestashop-switch input-group col-sm-12 col-md-8 col-lg-8">
<input type="radio" name="CMCIC_ENVIRONMENT" id="cmcic_yes" {if $environment == 1}checked="checked"{/if} value="1" />
<label for="cmcic_yes" class="radioCheck">
<i class="color_success"></i> {l s=' PRODUCTION ' mod='cmcicpaiement'}
</label>
<input type="radio" class="switch_off" name="CMCIC_ENVIRONMENT" id="cmcic_no"{if empty($environment) || $environment|intval === 0}checked="checked"{/if} value="0" />
<label for="cmcic_no" class="radioCheck">
<i class="color_success"></i> {l s=' TEST ' mod='cmcicpaiement'}
</label>
<a class="slide-button btn"></a>
</span>
<p class="help-block">
{l s='This option defines in which environment your account is configured' mod='cmcicpaiement'}
</p>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="panel-footer">
<div class="btn-group pull-right">
<button name="submitBankInformations" type="submit" class="btn btn-default" value="1"><i class="process-icon-save"></i> {l s='Save' mod='cmcicpaiement'}</button>
</div>
</div>
</form>
</div>
{* Setup your URL *}
<div class="panel">
<div class="panel-heading">
{if $ps_version == 0}<h3>{/if}
2 - {l s='Check your URL' mod='cmcicpaiement'}
{if $ps_version == 0}</h3>{/if}
</div>
<div id="collapse1">
<div class="alert alert-warning fade in" role="alert">
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<strong> Warning ! </strong> {l s='You have to send the URL validation to Center Com at centrecom@e-i.com before using this module' mod='cmcicpaiement'}
</div>
<div class="clearfix">
<div class="form-group clear">
<label for="form-field-1" class="col-sm-4 control-label">
<h4>{l s='URL OK' mod='cmcicpaiement'}</h4>
</label>
<div class="col-sm-6">
<input type="text" class="form-control" value="{if isset($url_ok) & !empty($url_ok)}{$url_ok|escape:'htmlall':'UTF-8'}{/if}" id="CMCIC_URLOK" name="CMCIC_URLOK" placeholder="{l s='URL OK' mod='cmcicpaiement'} " readonly="readonly" />
<p class="help-block">
{l s='The buyers browser is redirected to the return URL when order has been confirmated.' mod='cmcicpaiement'}
</p>
</div>
</div>
<div class="form-group clear">
<label for="form-field-1" class="col-sm-4 control-label">
<h4>{l s='URL KO' mod='cmcicpaiement'}</h4>
</label>
<div class="col-sm-6">
<input type="text" class="form-control" value="{if isset($url_ko) & !empty($url_ko)}{$url_ko|escape:'htmlall':'UTF-8'}{/if}" id="CMCIC_URLKO" name="CMCIC_URLKO" placeholder="{l s='URL KO' mod='cmcicpaiement'}" readonly="readonly" />
<p class="help-block">
{l s='The buyers browser is redirected to the return URL when order payment has been refused.' mod='cmcicpaiement'}
</p>
</div>
</div>
<div class="form-group clear">
<label for="form-field-1" class="col-sm-4 control-label">
<h4>{l s='Validation URL' mod='cmcicpaiement'}</h4>
</br>
</label>
<div class="col-sm-6">
<input type="text" class="form-control" value="{if isset($url_validation) & !empty($url_validation)}{$url_validation|escape:'htmlall':'UTF-8'}{/if}" id="CMCIC_URLVALIDATION" name="CMCIC_URLVALIDATION" placeholder="{l s='URL Validation' mod='cmcicpaiement'}" readonly="readonly" />
<p class="help-block">
{l s='The buyers browser is redirected to the validation URL to verify his cart and his informations.' mod='cmcicpaiement'}
</p>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
{* Setup options *}
<div class="panel">
<div class="panel-heading">
{if $ps_version == 0}<h3>{/if}
3 - {l s='Setup options' mod='cmcicpaiement'}
{if $ps_version == 0}</h3>{/if}
</div>
<form id="form_step_three" name="form_step_three" action="{$form_uri|escape:'htmlall':'UTF-8'}" method="post">
<div id="collapse4">
<div class="table-responsive clearfix">
<div class="row">
<div class="col-sm-4 col-md-4 col-lg-4">
<div class="well">
<h4>{l s='Payment error behavior' mod='cmcicpaiement'}</h4>
<div class="radio">
<label>
<input type="radio" name="CMCIC_ERROR_BEHAVIOR" id="CMCIC_ERROR_BEHAVIOR1" value="1" {if $behavior|intval == 1}checked="checked"{/if} />
{l s='Save order as a payment error' mod='cmcicpaiement'}
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="CMCIC_ERROR_BEHAVIOR" id="CMCIC_ERROR_BEHAVIOR2" value="2" {if $behavior|intval == 2}checked="checked"{/if} />
{l s='Send me an e-mail' mod='cmcicpaiement'}
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="CMCIC_ERROR_BEHAVIOR" id="CMCIC_ERROR_BEHAVIOR4" value="3" {if $behavior|intval == 3}checked="checked"{/if} />
{l s='Send me an e-mail and saving the order' mod='cmcicpaiement'}
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="CMCIC_ERROR_BEHAVIOR" id="CMCIC_ERROR_BEHAVIOR3" value="0" {if $behavior|intval == 0}checked="checked"{/if} />
{l s='Do nothing' mod='cmcicpaiement'}
</label>
</div>
</div>
</div>
<div class="col-sm-4 col-md-4 col-lg-4">
<div class="well">
<h4>{l s='Notification e-mail' mod='cmcicpaiement'}</h4>
<div class="form-group clear">
<label for="form-field-1" class="col-sm-4 control-label">
{l s='Your mail address(es)' mod='cmcicpaiement'}
</label>
<div class="col-sm-12">
<input type="text" class="form-control" value="{if isset($notification) & !empty($notification)}{$notification|escape:'htmlall':'UTF-8'}{/if}" id="CMCIC_EMAIL_NOTIFICATION" name="CMCIC_EMAIL_NOTIFICATION" placeholder="{l s='Your mail address' mod='cmcicpaiement'}" />
<p class="help-block">
{l s='Enter your email addresses to receive an notification. You can add several email address (ex : address1@gmail.com,address2@gmail.com)' mod='cmcicpaiement'}
</p>
<div class="clear">&nbsp;</div>
</div>
</div>
</div>
</div>
<div class="col-sm-4 col-md-4 col-lg-4">
<div class="well">
<h4>{l s='Setup display logo' mod='cmcicpaiement'}</h4>
<div class="form-group clear">
<label for="form-field-1" class="col-sm-4 control-label">
{l s='Home' mod='cmcicpaiement'}
</label>
<div class="col-sm-8">
<span id="cmcic_logo_home" class="switch prestashop-switch input-group col-sm-12 col-md-12 col-lg-12">
<input type="radio" name="CMCIC_LOGO_HOME" id="cmcic_logo_home_yes" {if $logo_home == 1}checked="checked"{/if} value="1" />
<label for="cmcic_logo_home_yes" class="radioCheck">
<i class="color_success"></i> {l s=' YES ' mod='cmcicpaiement'}
</label>
<input type="radio" class="switch_off" name="CMCIC_LOGO_HOME" id="cmcic_logo_home_no"{if empty($logo_home) || $logo_home|intval === 0}checked="checked"{/if} value="0" />
<label for="cmcic_logo_home_no" class="radioCheck">
<i class="color_success"></i> {l s=' NO ' mod='cmcicpaiement'}
</label>
<a class="slide-button btn"></a>
</span>
</div>
</div>
<div class="clear">&nbsp;</div>
<div class="form-group clear">
<label for="form-field-1" class="col-sm-4 control-label">
{l s='Right column' mod='cmcicpaiement'}
</label>
<div class="col-sm-8">
<span id="cmcic_logo_right_column" class="switch prestashop-switch input-group col-sm-12 col-md-12 col-lg-12">
<input type="radio" name="CMCIC_LOGO_RIGHT_COLUMN" id="cmcic_logo_right_column_yes" {if $logo_right_column == 1}checked="checked"{/if} value="1" />
<label for="cmcic_logo_right_column_yes" class="radioCheck">
<i class="color_success"></i> {l s=' YES ' mod='cmcicpaiement'}
</label>
<input type="radio" class="switch_off" name="CMCIC_LOGO_RIGHT_COLUMN" id="cmcic_logo_right_column_no"{if empty($logo_right_column) || $logo_right_column|intval === 0}checked="checked"{/if} value="0" />
<label for="cmcic_logo_right_column_no" class="radioCheck">
<i class="color_success"></i> {l s=' NO ' mod='cmcicpaiement'}
</label>
<a class="slide-button btn"></a>
</span>
</div>
</div>
<div class="clear">&nbsp;</div>
<div class="form-group clear">
<label for="form-field-1" class="col-sm-4 control-label">
{l s='Left Column' mod='cmcicpaiement'}
</label>
<div class="col-sm-8">
<span id="cmcic_logo_left_column" class="switch prestashop-switch input-group col-sm-12 col-md-12 col-lg-12">
<input type="radio" name="CMCIC_LOGO_LEFT_COLUMN" id="cmcic_logo_left_column_yes" {if $logo_left_column == 1}checked="checked"{/if} value="1" />
<label for="cmcic_logo_left_column_yes" class="radioCheck">
<i class="color_success"></i> {l s=' YES ' mod='cmcicpaiement'}
</label>
<input type="radio" class="switch_off" name="CMCIC_LOGO_LEFT_COLUMN" id="cmcic_logo_left_column_no"{if empty($logo_left_column) || $logo_left_column|intval === 0}checked="checked"{/if} value="0" />
<label for="cmcic_logo_left_column_no" class="radioCheck">
<i class="color_success"></i> {l s=' NO ' mod='cmcicpaiement'}
</label>
<a class="slide-button btn"></a>
</span>
</div>
</div>
<div class="clear">&nbsp;</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="panel-footer">
<div class="btn-group pull-right">
<button name="submitCMCICOptions" type="submit" class="btn btn-default" value="1"><i class="process-icon-save"></i> {l s='Save' mod='cmcicpaiement'}</button>
</div>
</div>
</form>
</div>
</div>
</div>

View File

@@ -0,0 +1,33 @@
{*
* 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="clearfix"></div>
<div class="tab-pane panel" id="contacts">
<h3><i class="icon-envelope"></i> {l s='Prestashop Addons' mod='cmcicpaiement'} <small>{$module_display|escape:'htmlall':'UTF-8'}</small></h3>
<div class="form-group">
<b>{l s='Thank you for choosing a module developed by the Addons Team of PrestaShop.' mod='cmcicpaiement'}</b><br /><br />
{l s='Would you like our developers to guide you in order to configure the module and make it operate?' mod='cmcicpaiement'} <a target="_blank" href="http://addons.prestashop.com/fr/divers/186-installation-de-module.html{$tracking_url|escape:'urlencode'}">{l s='Click here' mod='cmcicpaiement'}.</a><br /><br />
{l s='If you encounter a problem using the module, our team is at your service via the ' mod='cmcicpaiement'} <a target="_blank" href="http://addons.prestashop.com/contact-form.php{$tracking_url|escape:'urlencode'}">{l s='contact form' mod='cmcicpaiement'}.</a><br /><br />
{l s='To save you time, before you contact us:' mod='cmcicpaiement'}<br />
- {l s='make sure you have read the documentation well. ' mod='cmcicpaiement'}<br />
- {l s='in the event you would be contacting us via the form, do not hesitate to give us your first message, maximum of details on the problem and its origins (screenshots, reproduce actions to find the bug, etc. ..) ' mod='cmcicpaiement'}<br /><br />
{l s='This module has been developped by PrestaShop and can only be sold through' mod='cmcicpaiement'} <a target="_blank" href="http://addons.prestashop.com{$tracking_url|escape:'urlencode'}">addons.prestashop.com</a>.<br /><br />
The PrestaShop Addons Team<br />
</div>
</div>

View File

@@ -0,0 +1,44 @@
{*
* 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
*}
<h3><i class="icon-book"></i> {l s='Documentation' mod='cmcicpaiement'} <small>{$module_display|escape:'htmlall':'UTF-8'}</small></h3>
<p>{l s='The module CM-CIC p@yment is a solution that allows your customers to pay by credit card on your website.
Genuine virtual electronic payment terminal (TPE), it also adapts easily to a small online business than an
international e-commerce working in multiple languages and currencies.' mod='cmcicpaiement'}
</p>
<p>{l s='The CM-CIC p@yment solution offers since his integration the best security possible :' mod='cmcicpaiement'}
</p>
<ul>
<li><b>{l s='integrity of data exchanged between the merchant\'s server and bank server provided by a sealing method' mod='cmcicpaiement'}</b></li>
<li><b>{l s='Authentication of the merchant issuing the request for payment' mod='cmcicpaiement'}</b></li>
<li><b>{l s='Confidentiality of data exchanged between the buyer and the payment server of the bank (number, expiry date and security code of the card) secured by SSL encryption' mod='cmcicpaiement'}</b></li>
<li><b>{l s='Direct entry of credit card details on the secure site of the bank, guaranteeing that neither the merchant nor any technical means, will have access to information about the credit card' mod='cmcicpaiement'}</b></li>
<li><b>{l s='Native integration functionality Visa 3D Secure / MasterCard Secure Code, which allows the bank to guarantee payment in the country where the solution is deployed' mod='cmcicpaiement'}</b></li>
</ul>
<p>&nbsp;</p>
<div class="media">
<a class="pull-left" target="_blank" href="{$module_dir|escape:'htmlall':'UTF-8'}{$guide_link|escape:'htmlall':'UTF-8'}">
<img heigh="64" width="64" class="media-object" src="{$module_dir|escape:'htmlall':'UTF-8'}views/img/pdf.png" alt="" title=""/>
</a>
<div class="media-body">
<h4 class="media-heading"><p>{l s='Attached you will find the documentation for your module. Please consult it to properly configure the module.' mod='cmcicpaiement'}</p></h4>
<p><a href="{$module_dir|escape:'htmlall':'UTF-8'}{$guide_link|escape:'htmlall':'UTF-8'}" target="_blank">{l s='CM-CIC p@iement user guide' mod='cmcicpaiement'}</a></p>
<p>{l s='Access to Prestashop free documentation: ' mod='cmcicpaiement'} <a href="http://doc.prestashop.com/" target="_blank">{l s='Click here' mod='cmcicpaiement'}</a></p>
</div>
</div>
<p>&nbsp;</p>
<p>{l s='Need help? You will find it on' mod='cmcicpaiement'} <a href="#contacts" class="contactus" data-toggle="tab" data-original-title="" title="{l s='Need help?' mod='cmcicpaiement'}">{l s='Contact tab.' mod='cmcicpaiement'}</a></p>

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;

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
*}
<div class="clearfix"></div>
<div class="panel">
<h3><i class="icon-cogs"></i> Configuration</h3>
<div id="tab_translation" class="input-group">
<select id="form-field-2" name="select_translation" class="selectpicker show-menu-arrow" title-icon="icon-flag" title="{l s='Manage translations' mod='cmcicpaiement'}">
{foreach $lang_select as $lang}
<option href="{$module_trad|escape:'htmlall':'UTF-8'}{$lang@key}&#35;{$module_name}" {if !empty($lang.subtitle)}data-subtext="{$lang.subtitle}"{/if}>{$lang.title}</a></option>
{/foreach}
</select>
</div>
</div>