Esempio n. 1
0
$GLOBALS['BE_FFL']['inheritCheckbox'] = 'Isotope\\Widget\\InheritCheckBox';
$GLOBALS['BE_FFL']['productGroupSelector'] = 'Isotope\\Widget\\ProductGroupSelector';
/**
 * Payment methods
 */
\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');
/**
<?php

/**
 * Isotope eCommerce for Contao Open Source CMS
 *
 * Copyright (C) 2009-2014 terminal42 gmbh & Isotope eCommerce Workgroup
 *
 * @package    Isotope
 * @link       http://isotopeecommerce.org
 * @license    http://opensource.org/licenses/lgpl-3.0.html
 */
/**
 * Payment methods
 */
\Isotope\Model\Payment::registerModelType('purchaseorder', 'Isotope\\Model\\Payment\\PurchaseOrder');
Esempio n. 3
0
<?php

/**
 * isotope_transferujpl extension for Contao Open Source CMS
 *
 * Copyright (C) 2013 Codefog
 *
 * @package isotope_transferujpl
 * @author  Codefog <http://codefog.pl>
 * @author  Kamil Kuzminski <*****@*****.**>
 * @license LGPL
 */
/**
 * Extension version
 */
@define('ISOTOPE_TRANSFERUJPL_VERSION', '2.0');
@define('ISOTOPE_TRANSFERUJPL_BUILD', '3');
/**
 * Payment modules
 */
\Isotope\Model\Payment::registerModelType('transferujpl', 'Isotope\\Model\\Payment\\TransferujPl');
/**
 * Hooks
 */
$GLOBALS['ISO_HOOKS']['initializePostsale'][] = array('Isotope\\Model\\Payment\\TransferujPl', 'updatePaymentId');
Esempio n. 4
0
<?php

/**
 * Wirecard Payment Module for Isotope eCommerce for Contao Open Source CMS
 *
 * 
 * @copyright  Wangaz. GbR 2014
 * @author     Wangaz. GbR <*****@*****.**>
 * @package    isotope-wirecard
 */
/**
 * Payment methods
 */
\Isotope\Model\Payment::registerModelType('wirecard', 'Isotope\\Model\\Wirecard');
<?php

/**
 * Payment methods
 */
\Isotope\Model\Payment::registerModelType('sepa_direct_deposit', 'ComoloIsotope\\Model\\Payment\\SepaDirectDeposit');
Esempio n. 6
0
<?php

/**
 * isotope_payu extension for Contao Open Source CMS
 *
 * Copyright (C) 2013 Codefog
 *
 * @package isotope_payu
 * @author  Codefog <http://codefog.pl>
 * @author  Kamil Kuzminski <*****@*****.**>
 * @license LGPL
 */
/**
 * Extension version
 */
@define('ISOTOPE_PAYU_VERSION', '2.0');
@define('ISOTOPE_PAYU_BUILD', '5');
/**
 * Payment methods
 */
\Isotope\Model\Payment::registerModelType('payu', 'Isotope\\Model\\Payment\\PayU');