Exemplo n.º 1
0
<?php

/***************************************************************************
*                                                                          *
*   (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
fn_register_hooks('post_delete_user', 'delete_company');
Exemplo n.º 2
0
<?php

/***************************************************************************
*                                                                          *
*   (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
if (!defined('AREA')) {
    die('Access denied');
}
fn_register_hooks('calculate_cart_taxes_pre', 'update_cart_by_data_post');
Exemplo n.º 3
0
<?php

/***************************************************************************
 *                                                                          *
 *   (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev    *
 *                                                                          *
 * This  is  commercial  software,  only  users  who have purchased a valid *
 * license  and  accept  to the terms of the  License Agreement can install *
 * and use this program.                                                    *
 *                                                                          *
 ****************************************************************************
 * PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
 * "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
 ****************************************************************************/
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
fn_register_hooks('delete_cart_product', 'pre_add_to_cart', 'post_add_to_cart', 'place_order');
Exemplo n.º 4
0
<?php

/***************************************************************************
*                                                                          *
*   (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
fn_register_hooks('get_product_data_post', 'tools_change_status', 'update_product_pre', 'update_category_post', 'save_log', 'update_product_feature_pre', 'get_product_feature_data_before_select', 'get_product_feature_data_post', 'get_product_features_list_before_select', 'get_product_features_list_post', 'get_product_option_data_pre', 'get_selected_product_options_before_select');
Exemplo n.º 5
0
<?php

if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
define('YOTPO_API_URL', 'https://api.yotpo.com');
define('YOTPO_HTTP_REQUEST_TIMEOUT', 5);
define('YOTPO_OAUTH_TOKEN_URL', 'https://api.yotpo.com/oauth/token');
define('YOTPO_PLATFORM_ID', 9);
define("YOTPO_PAST_ORDER_LIMIT", 10000);
define("YOTPO_PAST_ORDER_DAYS_LIMIT", 30);
define("YOTPO_BULK_SIZE", 500);
fn_register_hooks('change_order_status');
Exemplo n.º 6
0
<?php

//Mahammad Ismayilzade
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
fn_register_hooks('redirect', 'user_init');
Exemplo n.º 7
0
<?php

if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
fn_register_hooks('get_categories', 'update_category_pre', 'get_category_data_post', 'get_categories_post');
Exemplo n.º 8
0
<?php

//
// $Id: init.php 7502 2009-05-19 14:54:59Z zeke $
//
if (!defined('AREA')) {
    die('Access denied');
}
fn_register_hooks('update_product', 'delete_product', 'update_category', 'delete_category', 'delete_order', 'update_news', 'delete_news', 'update_page', 'delete_page', 'update_event', 'delete_event', 'clone_product', 'get_product_data', 'get_products', 'get_categories', 'get_pages');
Exemplo n.º 9
0
<?php

/***************************************************************************
*                                                                          *
*   (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
if (!defined('AREA')) {
    die('Access denied');
}
fn_register_hooks('get_category_data_pre');
Exemplo n.º 10
0
<?php

/***************************************************************************
*                                                                          *
*   (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
// types
define('NEWSLETTER_TYPE_NEWSLETTER', 'N');
define('NEWSLETTER_TYPE_TEMPLATE', 'T');
define('NEWSLETTER_TYPE_AUTORESPONDER', 'A');
fn_register_hooks('get_predefined_statuses');
Exemplo n.º 11
0
<?php

/***************************************************************************
*                                                                          *
*    Copyright (c) 2004 Simbirsk Technologies Ltd. All rights reserved.    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
//
// $Id: init.php 9088 2010-03-15 10:40:51Z 2tl $
//
if (!defined('AREA')) {
    die('Access denied');
}
fn_register_hooks('pre_add_to_cart', 'generate_cart_id', 'calculate_cart', 'delete_cart_product', 'reorder', 'calculate_cart_items');
Exemplo n.º 12
0
<?php

/***************************************************************************
*                                                                          *
*    Copyright (c) 2011 Simbirsk Technologies Ltd. All rights reserved.    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
//
// $Id: init.php norton $
//
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
fn_register_hooks('delete_cart_product', 'clear_cart', 'calculate_cart_items');
Exemplo n.º 13
0
<?php

/*
 * © 2015 Hungryweb
 * 
 * PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  
 * IN  THE "HW-LICENSE.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE. 
 * 
 * @website: www.hungryweb.net
 * @support: support@hungryweb.net
 *  
 */
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
fn_register_hooks('update_category_post', 'get_category_data_post', 'delete_category_after', 'delete_product_post', 'delete_shipping', 'delete_payment_post', 'shippings_get_shippings_list', 'get_payments', 'update_product_post', 'get_product_data_post');
Exemplo n.º 14
0
<?php

/***************************************************************************
*                                                                          *
*   (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
fn_register_hooks('delete_gift_certificate', 'get_order_info', 'change_order_status', 'get_product_data', 'add_to_cart', 'get_status_params_definition', 'delete_order', 'paypal_get_ipn_order_ids');
Exemplo n.º 15
0
<?php

/***************************************************************************
*                                                                          *
*   (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
fn_register_hooks('after_set_progress');
Exemplo n.º 16
0
<?php

/***************************************************************************
*                                                                          *
*   (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
fn_register_hooks('update_product_post', 'get_product_data', 'get_products', 'get_product_fields', 'get_shipping_info', 'update_shipping_post', 'shippings_group_products_list', 'shippings_get_shippings_list', 'pre_place_order', 'order_notification', 'get_notification_rules', 'get_status_params_definition', 'get_shipments_info_post', 'get_orders_post', 'get_order_info', 'clone_product', 'store_shipping_rates_pre');
Exemplo n.º 17
0
<?php

/***************************************************************************
*                                                                          *
*   (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
fn_register_hooks('change_order_status', 'place_order', 'delete_order');
Exemplo n.º 18
0
<?php

/***************************************************************************
*                                                                          *
*   (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
define('TAGS_MAX_LEVEL', 6);
fn_register_hooks('delete_product_post', 'clone_product', 'update_product_post', 'update_page_post', 'delete_page', 'clone_page', 'get_page_data', 'get_pages', 'get_products', 'seo_is_indexed_page', 'get_predefined_statuses');
Exemplo n.º 19
0
<?php

/***************************************************************************
*                                                                          *
*   (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
fn_register_hooks('fill_user_fields');
Exemplo n.º 20
0
<?php

/***************************************************************************
*                                                                          *
*   (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
fn_register_hooks('change_order_status', 'get_order_items_info_post');
Exemplo n.º 21
0
<?php

/***************************************************************************
*                                                                          *
*   (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
fn_register_hooks('before_dispatch', 'settings_variants_image_verification_use_for');
Exemplo n.º 22
0
<?php

//
// $Id: init.php 10379 2010-08-06 13:45:52Z klerik $
//
if (!defined('AREA')) {
    die('Access denied');
}
fn_register_hooks('place_order', 'get_order_info', 'change_order_status', 'order_notification', 'delete_order', 'delete_cart_product', 'generate_cart_id', array('calculate_cart', 200), array('exclude_products_from_calculation', 100), 'form_cart', 'allow_place_order', 'save_cart', 'extract_cart', 'get_cart_item_types', 'is_cart_empty', 'exclude_from_shipping_calculation', 'get_orders', 'pre_add_to_cart', 'delete_cart_product', 'init_secure_controllers', 'get_status_params_definition', 'get_manifest_definition', 'get_google_codes', 'apply_google_codes', 'form_google_codes_response', 'google_coupons_calculation', 'get_google_add_items', 'reorder', 'order_placement_routines');
Exemplo n.º 23
0
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
// form page type
define('PAGE_TYPE_FORM', 'F');
// Form element types
define('FORM_CHECKBOX', 'C');
define('FORM_HEADER', 'H');
define('FORM_INPUT', 'I');
define('FORM_MULTIPLE_CB', 'N');
define('FORM_MULTIPLE_SB', 'M');
define('FORM_RADIO', 'R');
define('FORM_SELECT', 'S');
define('FORM_SEPARATOR', 'D');
define('FORM_TEXTAREA', 'T');
define('FORM_DATE', 'V');
define('FORM_EMAIL', 'Y');
define('FORM_NUMBER', 'Z');
define('FORM_PHONE', 'P');
define('FORM_COUNTRIES', 'X');
define('FORM_STATES', 'W');
define('FORM_FILE', 'F');
define('FORM_REFERER', 'A');
define('FORM_IP_ADDRESS', 'B');
// Special types
define('FORM_VARIANT', 'G');
define('FORM_RECIPIENT', 'J');
define('FORM_IS_SECURE', 'U');
define('FORM_SUBMIT', 'L');
fn_register_hooks('delete_page', 'update_page_post', 'get_page_data', 'page_object_by_type', 'clone_page', 'init_secure_controllers');
Exemplo n.º 24
0
<?php

/*
 * © 2015 Hungryweb.net
 * 
 * PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  
 * IN  THE "HW-LICENSE.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE. 
 * 
 * @website: www.hungryweb.net
 * @support: support@hungryweb.net
 *  
 */
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
fn_register_hooks('before_dispatch');
Exemplo n.º 25
0
<?php

/***************************************************************************
*                                                                          *
*   (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
fn_register_hooks('image_to_display_post');
Exemplo n.º 26
0
<?php

/***************************************************************************
*                                                                          *
*   (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
// types
define('NEWSLETTER_TYPE_NEWSLETTER', 'N');
define('NEWSLETTER_TYPE_TEMPLATE', 'T');
define('NEWSLETTER_TYPE_AUTORESPONDER', 'A');
fn_register_hooks('is_accessible_discussion', 'get_discussion_object_data', 'get_discussion_objects', 'get_block_locations', 'localization_objects', 'save_log', 'sitemap_link_object', 'customer_search_objects', 'generate_rss_feed', 'get_predefined_statuses', 'delete_company', array('get_news_data', '', 'seo'), array('get_news_data_post', '', 'seo'), array('get_news', '', 'seo'), array('get_news_post', '', 'seo'), array('update_news', '', 'seo'), array('delete_news', '', 'seo'));
if (fn_allowed_for('ULTIMATE')) {
    fn_register_hooks('ult_check_store_permission');
}
Exemplo n.º 27
0
<?php

/**
 * cscartrocks.com
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file CR-LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.cscartrocks.com/CR-LICENSE.txt
 *
 * @copyright  Copyright (c) 2010 cscartrocks.com
 * @license    http://www.cscartrocks.com/CR-LICENSE.txt
 */
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
fn_register_hooks('init_secure_controllers');
Exemplo n.º 28
0
<?php

/***************************************************************************
*                                                                          *
*   (c) 2004 Vladimir V. Kalynyak, Alexey V. Vinokurov, Ilya M. Shalnev    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
if (!defined('BOOTSTRAP')) {
    die('Access denied');
}
fn_register_hooks('additional_fields_in_search', 'before_dispatch', 'dispatch_before_display', 'get_categories', 'get_products', 'get_shipments', 'get_users', 'place_order', 'order_placement_routines', 'user_init', 'redirect_complete', 'check_static_location', 'set_admin_notification', 'get_pages', 'shippings_get_shippings_list');
Exemplo n.º 29
0
<?php

/***************************************************************************
*                                                                          *
*    Copyright (c) 2009 Simbirsk Technologies Ltd. All rights reserved.    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
//
// $Id: init.php 8249 2009-11-17 11:49:04Z alexey $
//
if (!defined('AREA')) {
    die('Access denied');
}
define('TAGS_MAX_LEVEL', 6);
fn_register_hooks('delete_product', 'clone_product', 'update_product', 'update_page', 'delete_page', 'clone_page', 'get_additional_product_data', 'get_page_data', 'get_pages', 'get_products', 'get_users', 'seo_is_indexed_page');
Exemplo n.º 30
0
<?php

/***************************************************************************
*                                                                          *
*    Copyright (c) 2004 Simbirsk Technologies Ltd. All rights reserved.    *
*                                                                          *
* This  is  commercial  software,  only  users  who have purchased a valid *
* license  and  accept  to the terms of the  License Agreement can install *
* and use this program.                                                    *
*                                                                          *
****************************************************************************
* PLEASE READ THE FULL TEXT  OF THE SOFTWARE  LICENSE   AGREEMENT  IN  THE *
* "copyright.txt" FILE PROVIDED WITH THIS DISTRIBUTION PACKAGE.            *
****************************************************************************/
//
// $Id: init.php 10229 2010-07-27 14:21:39Z 2tl $
//
if (!defined('AREA')) {
    die('Access denied');
}
fn_register_hooks('calculate_cart', 'form_cart', 'reorder');