Sunday, January 8, 2017

Product Instance Types ----- MAGENTO

array(6) {
  ["simple"]=>
  array(6) {
    ["@"]=>
    array(2) {
      ["translate"]=>
      string(5) "label"
      ["module"]=>
      string(7) "catalog"
    }
    ["label"]=>
    string(14) "Simple Product"
    ["model"]=>
    string(27) "catalog/product_type_simple"
    ["composite"]=>
    string(1) "0"
    ["index_priority"]=>
    string(2) "10"
    ["is_qty"]=>
    string(1) "1"
  }
  ["grouped"]=>
  array(9) {
    ["@"]=>
    array(2) {
      ["translate"]=>
      string(5) "label"
      ["module"]=>
      string(7) "catalog"
    }
    ["label"]=>
    string(15) "Grouped Product"
    ["model"]=>
    string(28) "catalog/product_type_grouped"
    ["price_model"]=>
    string(34) "catalog/product_type_grouped_price"
    ["composite"]=>
    string(1) "1"
    ["allow_product_types"]=>
    array(3) {
      ["simple"]=>
      string(0) ""
      ["virtual"]=>
      string(0) ""
      ["downloadable"]=>
      string(0) ""
    }
    ["index_priority"]=>
    string(2) "50"
    ["price_indexer"]=>
    string(37) "catalog/product_indexer_price_grouped"
    ["stock_indexer"]=>
    string(38) "cataloginventory/indexer_stock_grouped"
  }
  ["configurable"]=>
  array(9) {
    ["@"]=>
    array(2) {
      ["translate"]=>
      string(5) "label"
      ["module"]=>
      string(7) "catalog"
    }
    ["label"]=>
    string(20) "Configurable Product"
    ["model"]=>
    string(33) "catalog/product_type_configurable"
    ["price_model"]=>
    string(39) "catalog/product_type_configurable_price"
    ["composite"]=>
    string(1) "1"
    ["allow_product_types"]=>
    array(3) {
      ["simple"]=>
      string(0) ""
      ["virtual"]=>
      string(0) ""
      ["downloadable"]=>
      string(0) ""
    }
    ["index_priority"]=>
    string(2) "30"
    ["price_indexer"]=>
    string(42) "catalog/product_indexer_price_configurable"
    ["stock_indexer"]=>
    string(43) "cataloginventory/indexer_stock_configurable"
  }
  ["virtual"]=>
  array(6) {
    ["@"]=>
    array(2) {
      ["translate"]=>
      string(5) "label"
      ["module"]=>
      string(7) "catalog"
    }
    ["label"]=>
    string(15) "Virtual Product"
    ["model"]=>
    string(28) "catalog/product_type_virtual"
    ["composite"]=>
    string(1) "0"
    ["index_priority"]=>
    string(2) "20"
    ["is_qty"]=>
    string(1) "1"
  }
  ["bundle"]=>
  array(10) {
    ["@"]=>
    array(2) {
      ["translate"]=>
      string(5) "label"
      ["module"]=>
      string(6) "bundle"
    }
    ["label"]=>
    string(14) "Bundle Product"
    ["model"]=>
    string(19) "bundle/product_type"
    ["composite"]=>
    string(1) "1"
    ["allowed_selection_types"]=>
    array(2) {
      ["simple"]=>
      string(0) ""
      ["virtual"]=>
      string(0) ""
    }
    ["price_model"]=>
    string(20) "bundle/product_price"
    ["index_data_retreiver"]=>
    string(31) "bundle/catalogIndex_data_bundle"
    ["index_priority"]=>
    string(2) "40"
    ["price_indexer"]=>
    string(20) "bundle/indexer_price"
    ["stock_indexer"]=>
    string(20) "bundle/indexer_stock"
  }
  ["downloadable"]=>
  array(9) {
    ["@"]=>
    array(2) {
      ["translate"]=>
      string(5) "label"
      ["module"]=>
      string(12) "downloadable"
    }
    ["label"]=>
    string(20) "Downloadable Product"
    ["model"]=>
    string(25) "downloadable/product_type"
    ["is_qty"]=>
    string(1) "1"
    ["price_model"]=>
    string(26) "downloadable/product_price"
    ["index_data_retreiver"]=>
    string(43) "downloadable/catalogIndex_data_downloadable"
    ["composite"]=>
    string(1) "0"
    ["price_indexer"]=>
    string(26) "downloadable/indexer_price"
    ["can_use_qty_decimals"]=>
    string(1) "0"
  }
}

No comments:

Post a Comment