*/ class Rex_Feed_Template_Bipp extends Rex_Feed_Abstract_Template { protected function init_atts(){ $this->attributes = array( 'Required Information' => array( 'CatalogueNumber' => 'Catalogue Number', ), 'Recommended Information' => array( 'available' => 'Available', 'BIPPPRice' => 'BIPPPRice', 'CataloguePrice' => 'Catalogue Price', 'DeliveryTime' => 'Delivery Time', 'Description' => 'Description', 'EANNumber' => 'EAN Number', 'ManufacturerName' => 'Manufacturer Name', 'Name' => 'Name', 'PhotoURL' => 'Photo URL', 'ProvideLicense' => 'Provide License', 'SupplierClassification' => 'Supplier Classification', 'SupplierStockCondition' => 'Supplier Stock Condition', 'UNSPSCCode' => 'UNSPSC Code', 'Unit' => 'Unit', 'VAT' => 'VAT', ), ); } protected function init_default_template_mappings(){ $this->template_mappings = array( array( 'attr' => 'CatalogueNumber', 'type' => 'meta', 'meta_key' => 'CatalogueNumber', 'st_value' => '', 'prefix' => '', 'suffix' => '', 'escape' => 'default', 'limit' => 0, ), ); } }