[+] Project : default theme added
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright 2007-2011 PrestaShop SA
|
||||
* @version Release: $Revision: 6844 $
|
||||
* @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
|
||||
*}
|
||||
|
||||
@@ -67,7 +67,7 @@ class Ogone extends PaymentModule
|
||||
Configuration::updateValue('OGONE_SHA_OUT', Tools::getValue('OGONE_SHA_OUT'));
|
||||
Configuration::updateValue('OGONE_MODE', (int)Tools::getValue('OGONE_MODE'));
|
||||
$dataSync = (($pspid = Configuration::get('OGONE_PSPID'))
|
||||
? '<img src="http://api.prestashop.com/modules/ogone.png?pspid='.urlencode($pspid).'&mode='.(int)Tools::getValue('OGONE_MODE').'" style="float:right" />'
|
||||
? '<img src="http://www.prestashop.com/modules/ogone.png?pspid='.urlencode($pspid).'&mode='.(int)Tools::getValue('OGONE_MODE').'" style="float:right" />'
|
||||
: ''
|
||||
);
|
||||
echo $this->displayConfirmation($this->l('Configuration updated').$dataSync);
|
||||
|
||||
@@ -19,18 +19,16 @@
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright 2007-2011 PrestaShop SA
|
||||
* @version Release: $Revision: 6844 $
|
||||
* @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
|
||||
*}
|
||||
|
||||
<p class="payment_module">
|
||||
<p class="payment_module clearfix">
|
||||
<a href="javascript:document.ogone_form.submit();" title="{l s='Pay with Ogone' mod='ogone'}" style="height:48px">
|
||||
<span style="height:40px;width:86px;float:left"><img src="{$module_dir}ogone.gif" alt="{l s='Ogone logo' mod='ogone'}" /></span>
|
||||
<span style="width:350px;float:left;margin-left:10px">{l s='Pay with Ogone' mod='ogone'}<br />{l s='Pay safely and quickly on the next page with IDEAL / Mastercard / Visa / Paypal / Mister Cash / Bancontact.' mod='ogone'}</span>
|
||||
<div style="clear:both;height:0;line-height:0"> </div>
|
||||
<span><img src="{$module_dir}ogone.gif" alt="{l s='Ogone logo' mod='ogone'}" /></span>
|
||||
<span>{l s='Pay with Ogone' mod='ogone'}<br />{l s='Pay safely and quickly on the next page with IDEAL / Mastercard / Visa / Paypal / Mister Cash / Bancontact.' mod='ogone'}</span>
|
||||
</a>
|
||||
<div style="clear:both;height:0;line-height:0"> </div>
|
||||
</p>
|
||||
<form name="ogone_form" action="https://secure.ogone.com/ncol/{if $OGONE_MODE}prod{else}test{/if}/orderstandard_utf8.asp" method="post">
|
||||
{foreach from=$ogone_params key=ogone_key item=ogone_value}
|
||||
|
||||
Reference in New Issue
Block a user