예제 #1
0
파일: config.php 프로젝트: Aziz-JH/core
\Isotope\Model\Payment::registerModelType('cash', 'Isotope\\Model\\Payment\\Cash');
\Isotope\Model\Payment::registerModelType('datatrans', 'Isotope\\Model\\Payment\\Datatrans');
\Isotope\Model\Payment::registerModelType('expercash', 'Isotope\\Model\\Payment\\Expercash');
\Isotope\Model\Payment::registerModelType('payone', 'Isotope\\Model\\Payment\\Payone');
\Isotope\Model\Payment::registerModelType('paypal', 'Isotope\\Model\\Payment\\Paypal');
\Isotope\Model\Payment::registerModelType('postfinance', 'Isotope\\Model\\Payment\\Postfinance');
\Isotope\Model\Payment::registerModelType('viveum', 'Isotope\\Model\\Payment\\Viveum');
\Isotope\Model\Payment::registerModelType('saferpay', 'Isotope\\Model\\Payment\\Saferpay');
\Isotope\Model\Payment::registerModelType('sparkasse', 'Isotope\\Model\\Payment\\Sparkasse');
\Isotope\Model\Payment::registerModelType('sofortueberweisung', 'Isotope\\Model\\Payment\\Sofortueberweisung');
\Isotope\Model\Payment::registerModelType('worldpay', 'Isotope\\Model\\Payment\\Worldpay');
/**
 * Shipping methods
 */
\Isotope\Model\Shipping::registerModelType('flat', 'Isotope\\Model\\Shipping\\Flat');
\Isotope\Model\Shipping::registerModelType('group', 'Isotope\\Model\\Shipping\\Group');
/**
 * Documents
 */
\Isotope\Model\Document::registerModelType('standard', 'Isotope\\Model\\Document\\Standard');
/**
 * Galleries
 */
\Isotope\Model\Gallery::registerModelType('standard', 'Isotope\\Model\\Gallery\\Standard');
\Isotope\Model\Gallery::registerModelType('inline', 'Isotope\\Model\\Gallery\\Inline');
/**
 * Products
 */
\Isotope\Model\Product::registerModelType('standard', 'Isotope\\Model\\Product\\Standard');
/**
 * Product collections
예제 #2
0
<?php

/**
 * UPS Integration for Isotope eCommerce for Contao Open Source CMS
 *
 * Copyright (C) 2015 Rhyme Digital, LLC.
 *
 * @author		Blair Winans <*****@*****.**>
 * @author		Adam Fisher <*****@*****.**>
 * @link		http://rhyme.digital
 * @license		http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Frontend modules
 */
//$GLOBALS['FE_MOD']['isotope']['iso_upsratesandservice'] = 'ModuleUPSRatesAndService';
//$GLOBALS['FE_MOD']['isotope']['iso_upstracking'] = 'ModuleUPSTracking';
/**
 * Shipping methods
 */
\Isotope\Model\Shipping::registerModelType('ups', 'Rhyme\\Model\\Shipping\\UPS');
<?php

/**
 * Isotope eCommerce for Contao Open Source CMS
 *
 * Copyright (C) 2016 Intelligent Spark
 *
 * @package Isotope Shipping Module "Zones Advanced"
 * @link       http://isotopeecommerce.org
 * @license    http://opensource.org/licenses/lgpl-3.0.html
 */
\Isotope\Model\Shipping::registerModelType('zones_advanced', 'IntelligentSpark\\Model\\Shipping\\ZonesAdvanced');
예제 #4
0
<?php

/**
 * FedEx Integration for Isotope eCommerce for Contao Open Source CMS
 *
 * Copyright (C) 2015 Rhyme Digital, LLC.
 *
 * @author		Blair Winans <*****@*****.**>
 * @author		Adam Fisher <*****@*****.**>
 * @link		http://rhyme.digital
 * @license		http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Frontend modules
 */
//$GLOBALS['FE_MOD']['isotope']['iso_upsratesandservice'] = 'ModuleUPSRatesAndService';
//$GLOBALS['FE_MOD']['isotope']['iso_upstracking'] = 'ModuleUPSTracking';
/**
 * Shipping methods
 */
\Isotope\Model\Shipping::registerModelType('fedex_single', 'Rhyme\\Model\\Shipping\\FedEx');