Exemple #1
0
\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
 */
\Isotope\Model\ProductCollection::registerModelType('cart', 'Isotope\\Model\\ProductCollection\\Cart');
\Isotope\Model\ProductCollection::registerModelType('order', 'Isotope\\Model\\ProductCollection\\Order');
/**
 * Product collection surcharge
 */
\Isotope\Model\ProductCollectionSurcharge::registerModelType('payment', 'Isotope\\Model\\ProductCollectionSurcharge\\Payment');
\Isotope\Model\ProductCollectionSurcharge::registerModelType('shipping', 'Isotope\\Model\\ProductCollectionSurcharge\\Shipping');
\Isotope\Model\ProductCollectionSurcharge::registerModelType('tax', 'Isotope\\Model\\ProductCollectionSurcharge\\Tax');
Exemple #2
0
\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');
\Isotope\Model\Gallery::registerModelType('elevatezoom', 'Isotope\\Model\\Gallery\\ElevateZoom');
/**
 * Products
 */
\Isotope\Model\Product::registerModelType('standard', 'Isotope\\Model\\Product\\Standard');
/**
 * Product collections
 */
\Isotope\Model\ProductCollection::registerModelType('cart', 'Isotope\\Model\\ProductCollection\\Cart');
\Isotope\Model\ProductCollection::registerModelType('order', 'Isotope\\Model\\ProductCollection\\Order');
/**
 * Product collection surcharge
 */
\Isotope\Model\ProductCollectionSurcharge::registerModelType('payment', 'Isotope\\Model\\ProductCollectionSurcharge\\Payment');
\Isotope\Model\ProductCollectionSurcharge::registerModelType('shipping', 'Isotope\\Model\\ProductCollectionSurcharge\\Shipping');
\Isotope\Model\ProductCollectionSurcharge::registerModelType('tax', 'Isotope\\Model\\ProductCollectionSurcharge\\Tax');