INSTALLATION
***********************************************************************************************************
1. FILE /includes/configure.php
+add
define('ENABLE_SSL', 'true');
***********************************************************************************************************
2. FILE /includes/templates/template_default/templates/tpl_shopping_cart_default.php
*find:
+add after it:
0 and value >0
if (defined('MODULE_PAYMENT_FRITES_STATUS') && MODULE_PAYMENT_FRITES_STATUS == 'True') {
include(DIR_FS_CATALOG . DIR_WS_MODULES . 'payment/frites/tpl_login_button.php');
}
?>
***********************************************************************************************************
3. FILE /includes/templates/template_default/templates/tpl_checkout_payment_default.php
*find
javascript_validation(); ?>
+add before it:
***********************************************************************************************************
4. FILE /includes/templates/template_default/templates/tpl_login_default.php
*find:
+replace with:
*find:
+add after it:
***********************************************************************************************************
5. FILE /includes/templates/template_default/templates/tpl_time_out_default.php
*find:
+add after it:
***********************************************************************************************************
6. FILE /includes/modules/pages/shopping_cart/header_php.php
*find:
$zco_notifier->notify('NOTIFY_HEADER_START_SHOPPING_CART');
+add after it:
/** BEGIN AMAZON FRITES LOGIN SSL **/
if ((ENABLE_SSL == 'true') && !isset($_SERVER['HTTPS'])) {
zen_redirect(HTTPS_SERVER.$_SERVER['REQUEST_URI']);
}
/** END AMAZON FRITES LOGIN SSL **/
***********************************************************************************************************
7. FILE /admin/orders.php
*find:
require('includes/application_top.php');
+add after it:
/*** AMAZON FRITES AJAX BEGIN ***/
include_once((IS_ADMIN_FLAG === true ? DIR_FS_CATALOG_MODULES : DIR_WS_MODULES) . 'payment/frites/frites_functions.php');
fritesAjax();
/*** AMAZON FRITES AJAX END ***/
*find:
+add after it:
***********************************************************************************************************
Development: WebiProg
DE
Website: www.webiprog.de
E-mail: info@webiprog.de
Tel.: +49 (0) 421 708 69 232
---
---
UK
Website: www.webiprog.co.uk
E-mail: info@webiprog.co.uk
Tel.: +44 (0) 20 8133 9324