Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- And here 5 min of pushing var_dump of Magento product object. I guess it is stuck, tried to get as deep as possible, but with these params:
- ini_set('xdebug.var_display_max_depth', 12);
- ini_set('xdebug.var_display_max_children', 256);
- ini_set('xdebug.var_display_max_data', 1024);
- var_dump($_option->getValues());
- exit;
- It get stuck. Here is the var_dump of this:
- array (size=51)
- 5637 =>
- object(Mage_Catalog_Model_Product_Option_Value)[288]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5637' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'patentblack-main' (length=16)
- 'sort_order' => string '0' (length=1)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/patent-black.png" title="Patent Black" rel="lightbox"><img src="/media/wysiwyg/swatches/min/patent-black.png" alt="Patent Black" title="Patent Black" /><span style="display:none">Patent Black</span></a>' (length=235)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/patent-black.png" title="Patent Black" rel="lightbox"><img src="/media/wysiwyg/swatches/min/patent-black.png" alt="Patent Black" title="Patent Black" /><span style="display:none">Patent Black</span></a>' (length=235)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5637' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'patentblack-main' (length=16)
- 'sort_order' => string '0' (length=1)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/patent-black.png" title="Patent Black" rel="lightbox"><img src="/media/wysiwyg/swatches/min/patent-black.png" alt="Patent Black" title="Patent Black" /><span style="display:none">Patent Black</span></a>' (length=235)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/patent-black.png" title="Patent Black" rel="lightbox"><img src="/media/wysiwyg/swatches/min/patent-black.png" alt="Patent Black" title="Patent Black" /><span style="display:none">Patent Black</span></a>' (length=235)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5638 =>
- object(Mage_Catalog_Model_Product_Option_Value)[275]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5638' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'patent-white-main' (length=17)
- 'sort_order' => string '1' (length=1)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/patent-white.png" title="Patent White" rel="lightbox"><img src="/media/wysiwyg/swatches/min/patent-white.png" alt="Patent White" title="Patent White" /><span style="display:none">Patent White</span></a>' (length=235)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/patent-white.png" title="Patent White" rel="lightbox"><img src="/media/wysiwyg/swatches/min/patent-white.png" alt="Patent White" title="Patent White" /><span style="display:none">Patent White</span></a>' (length=235)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5638' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'patent-white-main' (length=17)
- 'sort_order' => string '1' (length=1)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/patent-white.png" title="Patent White" rel="lightbox"><img src="/media/wysiwyg/swatches/min/patent-white.png" alt="Patent White" title="Patent White" /><span style="display:none">Patent White</span></a>' (length=235)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/patent-white.png" title="Patent White" rel="lightbox"><img src="/media/wysiwyg/swatches/min/patent-white.png" alt="Patent White" title="Patent White" /><span style="display:none">Patent White</span></a>' (length=235)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5639 =>
- object(Mage_Catalog_Model_Product_Option_Value)[273]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5639' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'black-main' (length=10)
- 'sort_order' => string '101' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/black.png" title="BlackLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/black.png" alt="Black" title="Black Leather" /><span style="display:none">Black Eco Leather</span></a>' (length=221)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/black.png" title="BlackLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/black.png" alt="Black" title="Black Leather" /><span style="display:none">Black Eco Leather</span></a>' (length=221)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5639' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'black-main' (length=10)
- 'sort_order' => string '101' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/black.png" title="BlackLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/black.png" alt="Black" title="Black Leather" /><span style="display:none">Black Eco Leather</span></a>' (length=221)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/black.png" title="BlackLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/black.png" alt="Black" title="Black Leather" /><span style="display:none">Black Eco Leather</span></a>' (length=221)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5640 =>
- object(Mage_Catalog_Model_Product_Option_Value)[187]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5640' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'grey-main' (length=9)
- 'sort_order' => string '115' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/grey.png" title="GreyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/grey.png" alt="Grey" title="Grey Leather" /><span style="display:none">Grey Eco Leather</span></a>' (length=215)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/grey.png" title="GreyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/grey.png" alt="Grey" title="Grey Leather" /><span style="display:none">Grey Eco Leather</span></a>' (length=215)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5640' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'grey-main' (length=9)
- 'sort_order' => string '115' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/grey.png" title="GreyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/grey.png" alt="Grey" title="Grey Leather" /><span style="display:none">Grey Eco Leather</span></a>' (length=215)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/grey.png" title="GreyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/grey.png" alt="Grey" title="Grey Leather" /><span style="display:none">Grey Eco Leather</span></a>' (length=215)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5641 =>
- object(Mage_Catalog_Model_Product_Option_Value)[185]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5641' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'lightgrey-main' (length=14)
- 'sort_order' => string '120' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/light-grey.png" title="Light GreyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/light-grey.png" alt="Light Grey" title="Light Grey Leather" /><span style="display:none">Light Grey Eco Leather</span></a>' (length=251)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/light-grey.png" title="Light GreyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/light-grey.png" alt="Light Grey" title="Light Grey Leather" /><span style="display:none">Light Grey Eco Leather</span></a>' (length=251)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5641' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'lightgrey-main' (length=14)
- 'sort_order' => string '120' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/light-grey.png" title="Light GreyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/light-grey.png" alt="Light Grey" title="Light Grey Leather" /><span style="display:none">Light Grey Eco Leather</span></a>' (length=251)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/light-grey.png" title="Light GreyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/light-grey.png" alt="Light Grey" title="Light Grey Leather" /><span style="display:none">Light Grey Eco Leather</span></a>' (length=251)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5642 =>
- object(Mage_Catalog_Model_Product_Option_Value)[183]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5642' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'darkblue-main' (length=13)
- 'sort_order' => string '130' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/dark-blue.png" title="Dark BlueLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/dark-blue.png" alt="Dark Blue" title="Dark Blue Leather" /><span style="display:none">Dark Blue Eco Leather</span></a>' (length=245)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/dark-blue.png" title="Dark BlueLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/dark-blue.png" alt="Dark Blue" title="Dark Blue Leather" /><span style="display:none">Dark Blue Eco Leather</span></a>' (length=245)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5642' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'darkblue-main' (length=13)
- 'sort_order' => string '130' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/dark-blue.png" title="Dark BlueLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/dark-blue.png" alt="Dark Blue" title="Dark Blue Leather" /><span style="display:none">Dark Blue Eco Leather</span></a>' (length=245)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/dark-blue.png" title="Dark BlueLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/dark-blue.png" alt="Dark Blue" title="Dark Blue Leather" /><span style="display:none">Dark Blue Eco Leather</span></a>' (length=245)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5643 =>
- object(Mage_Catalog_Model_Product_Option_Value)[181]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5643' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'oceanblue-main' (length=14)
- 'sort_order' => string '140' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/ocean-blue.png" title="Ocean BlueLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/ocean-blue.png" alt="Ocean Blue" title="Ocean Blue Leather" /><span style="display:none">Ocean Blue Eco Leather</span></a>' (length=251)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/ocean-blue.png" title="Ocean BlueLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/ocean-blue.png" alt="Ocean Blue" title="Ocean Blue Leather" /><span style="display:none">Ocean Blue Eco Leather</span></a>' (length=251)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5643' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'oceanblue-main' (length=14)
- 'sort_order' => string '140' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/ocean-blue.png" title="Ocean BlueLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/ocean-blue.png" alt="Ocean Blue" title="Ocean Blue Leather" /><span style="display:none">Ocean Blue Eco Leather</span></a>' (length=251)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/ocean-blue.png" title="Ocean BlueLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/ocean-blue.png" alt="Ocean Blue" title="Ocean Blue Leather" /><span style="display:none">Ocean Blue Eco Leather</span></a>' (length=251)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5644 =>
- object(Mage_Catalog_Model_Product_Option_Value)[180]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5644' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'viola-main' (length=10)
- 'sort_order' => string '150' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/viola.png" title="ViolaLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/viola.png" alt="Viola" title="Viola Leather" /><span style="display:none">Viola Eco Leather</span></a>' (length=221)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/viola.png" title="ViolaLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/viola.png" alt="Viola" title="Viola Leather" /><span style="display:none">Viola Eco Leather</span></a>' (length=221)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5644' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'viola-main' (length=10)
- 'sort_order' => string '150' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/viola.png" title="ViolaLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/viola.png" alt="Viola" title="Viola Leather" /><span style="display:none">Viola Eco Leather</span></a>' (length=221)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/viola.png" title="ViolaLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/viola.png" alt="Viola" title="Viola Leather" /><span style="display:none">Viola Eco Leather</span></a>' (length=221)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5645 =>
- object(Mage_Catalog_Model_Product_Option_Value)[177]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5645' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'navy-main' (length=9)
- 'sort_order' => string '160' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/navy.png" title="NavyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/navy.png" alt="Navy" title="Navy Leather" /><span style="display:none">Navy Eco Leather</span></a>' (length=215)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/navy.png" title="NavyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/navy.png" alt="Navy" title="Navy Leather" /><span style="display:none">Navy Eco Leather</span></a>' (length=215)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5645' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'navy-main' (length=9)
- 'sort_order' => string '160' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/navy.png" title="NavyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/navy.png" alt="Navy" title="Navy Leather" /><span style="display:none">Navy Eco Leather</span></a>' (length=215)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/navy.png" title="NavyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/navy.png" alt="Navy" title="Navy Leather" /><span style="display:none">Navy Eco Leather</span></a>' (length=215)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5646 =>
- object(Mage_Catalog_Model_Product_Option_Value)[174]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5646' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'turkis-main' (length=11)
- 'sort_order' => string '165' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/turkis.png" title="TurkisLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/turkis.png" alt="Turkis" title="Turkis Leather" /><span style="display:none">Turkis Eco Leather</span></a>' (length=227)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/turkis.png" title="TurkisLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/turkis.png" alt="Turkis" title="Turkis Leather" /><span style="display:none">Turkis Eco Leather</span></a>' (length=227)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5646' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'turkis-main' (length=11)
- 'sort_order' => string '165' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/turkis.png" title="TurkisLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/turkis.png" alt="Turkis" title="Turkis Leather" /><span style="display:none">Turkis Eco Leather</span></a>' (length=227)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/turkis.png" title="TurkisLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/turkis.png" alt="Turkis" title="Turkis Leather" /><span style="display:none">Turkis Eco Leather</span></a>' (length=227)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5647 =>
- object(Mage_Catalog_Model_Product_Option_Value)[231]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5647' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'forestgreen-main' (length=16)
- 'sort_order' => string '166' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/forest-green.png" title="Forest GreenLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/forest-green.png" alt="Forest Green" title="Forest Green Leather" /><span style="display:none">Forest Green Eco Leather</s' (length=255)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/forest-green.png" title="Forest GreenLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/forest-green.png" alt="Forest Green" title="Forest Green Leather" /><span style="display:none">Forest Green Eco Leather</s' (length=255)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5647' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'forestgreen-main' (length=16)
- 'sort_order' => string '166' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/forest-green.png" title="Forest GreenLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/forest-green.png" alt="Forest Green" title="Forest Green Leather" /><span style="display:none">Forest Green Eco Leather</s' (length=255)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/forest-green.png" title="Forest GreenLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/forest-green.png" alt="Forest Green" title="Forest Green Leather" /><span style="display:none">Forest Green Eco Leather</s' (length=255)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5648 =>
- object(Mage_Catalog_Model_Product_Option_Value)[233]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5648' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'army-main' (length=9)
- 'sort_order' => string '167' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/army.png" title="ArmyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/army.png" alt="Army" title="Army Leather" /><span style="display:none">Army Eco Leather</span></a>' (length=215)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/army.png" title="ArmyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/army.png" alt="Army" title="Army Leather" /><span style="display:none">Army Eco Leather</span></a>' (length=215)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5648' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'army-main' (length=9)
- 'sort_order' => string '167' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/army.png" title="ArmyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/army.png" alt="Army" title="Army Leather" /><span style="display:none">Army Eco Leather</span></a>' (length=215)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/army.png" title="ArmyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/army.png" alt="Army" title="Army Leather" /><span style="display:none">Army Eco Leather</span></a>' (length=215)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5649 =>
- object(Mage_Catalog_Model_Product_Option_Value)[235]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5649' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'spring-main' (length=11)
- 'sort_order' => string '168' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/spring.png" title="SpringLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/spring.png" alt="Spring" title="Spring Leather" /><span style="display:none">Spring Eco Leather</span></a>' (length=227)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/spring.png" title="SpringLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/spring.png" alt="Spring" title="Spring Leather" /><span style="display:none">Spring Eco Leather</span></a>' (length=227)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5649' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'spring-main' (length=11)
- 'sort_order' => string '168' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/spring.png" title="SpringLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/spring.png" alt="Spring" title="Spring Leather" /><span style="display:none">Spring Eco Leather</span></a>' (length=227)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/spring.png" title="SpringLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/spring.png" alt="Spring" title="Spring Leather" /><span style="display:none">Spring Eco Leather</span></a>' (length=227)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5650 =>
- object(Mage_Catalog_Model_Product_Option_Value)[237]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5650' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'lime-main' (length=9)
- 'sort_order' => string '169' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/lime.png" title="LimeLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/lime.png" alt="Lime" title="Lime Leather" /><span style="display:none">Lime Eco Leather</span></a>' (length=215)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/lime.png" title="LimeLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/lime.png" alt="Lime" title="Lime Leather" /><span style="display:none">Lime Eco Leather</span></a>' (length=215)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5650' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'lime-main' (length=9)
- 'sort_order' => string '169' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/lime.png" title="LimeLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/lime.png" alt="Lime" title="Lime Leather" /><span style="display:none">Lime Eco Leather</span></a>' (length=215)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/lime.png" title="LimeLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/lime.png" alt="Lime" title="Lime Leather" /><span style="display:none">Lime Eco Leather</span></a>' (length=215)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5651 =>
- object(Mage_Catalog_Model_Product_Option_Value)[238]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5651' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'brandy-main' (length=11)
- 'sort_order' => string '171' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/brandy.png" title="BrandyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/brandy.png" alt="Brandy" title="Brandy Leather" /><span style="display:none">Brandy Eco Leather</span></a>' (length=227)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/brandy.png" title="BrandyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/brandy.png" alt="Brandy" title="Brandy Leather" /><span style="display:none">Brandy Eco Leather</span></a>' (length=227)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5651' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'brandy-main' (length=11)
- 'sort_order' => string '171' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/brandy.png" title="BrandyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/brandy.png" alt="Brandy" title="Brandy Leather" /><span style="display:none">Brandy Eco Leather</span></a>' (length=227)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/brandy.png" title="BrandyLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/brandy.png" alt="Brandy" title="Brandy Leather" /><span style="display:none">Brandy Eco Leather</span></a>' (length=227)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5652 =>
- object(Mage_Catalog_Model_Product_Option_Value)[241]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5652' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'chestnut-main' (length=13)
- 'sort_order' => string '172' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/chestnut.png" title="ChestnutLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/chestnut.png" alt="Chestnut" title="Chestnut Leather" /><span style="display:none">Chestnut Eco Leather</span></a>' (length=239)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/chestnut.png" title="ChestnutLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/chestnut.png" alt="Chestnut" title="Chestnut Leather" /><span style="display:none">Chestnut Eco Leather</span></a>' (length=239)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5652' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'chestnut-main' (length=13)
- 'sort_order' => string '172' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/chestnut.png" title="ChestnutLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/chestnut.png" alt="Chestnut" title="Chestnut Leather" /><span style="display:none">Chestnut Eco Leather</span></a>' (length=239)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/chestnut.png" title="ChestnutLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/chestnut.png" alt="Chestnut" title="Chestnut Leather" /><span style="display:none">Chestnut Eco Leather</span></a>' (length=239)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5653 =>
- object(Mage_Catalog_Model_Product_Option_Value)[243]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5653' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'calvados-main' (length=13)
- 'sort_order' => string '173' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/calvados.png" title="CalvadosLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/calvados.png" alt="Calvados" title="Calvados Leather" /><span style="display:none">Calvados Eco Leather</span></a>' (length=239)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/calvados.png" title="CalvadosLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/calvados.png" alt="Calvados" title="Calvados Leather" /><span style="display:none">Calvados Eco Leather</span></a>' (length=239)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5653' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'calvados-main' (length=13)
- 'sort_order' => string '173' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/calvados.png" title="CalvadosLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/calvados.png" alt="Calvados" title="Calvados Leather" /><span style="display:none">Calvados Eco Leather</span></a>' (length=239)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/calvados.png" title="CalvadosLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/calvados.png" alt="Calvados" title="Calvados Leather" /><span style="display:none">Calvados Eco Leather</span></a>' (length=239)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5654 =>
- object(Mage_Catalog_Model_Product_Option_Value)[251]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5654' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'cognac-main' (length=11)
- 'sort_order' => string '174' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/cognac.png" title="CognacLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/cognac.png" alt="Cognac" title="Cognac Leather" /><span style="display:none">Cognac Eco Leather</span></a>' (length=227)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/cognac.png" title="CognacLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/cognac.png" alt="Cognac" title="Cognac Leather" /><span style="display:none">Cognac Eco Leather</span></a>' (length=227)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5654' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'cognac-main' (length=11)
- 'sort_order' => string '174' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/cognac.png" title="CognacLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/cognac.png" alt="Cognac" title="Cognac Leather" /><span style="display:none">Cognac Eco Leather</span></a>' (length=227)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/cognac.png" title="CognacLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/cognac.png" alt="Cognac" title="Cognac Leather" /><span style="display:none">Cognac Eco Leather</span></a>' (length=227)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5655 =>
- object(Mage_Catalog_Model_Product_Option_Value)[245]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5655' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'khaki-main' (length=10)
- 'sort_order' => string '178' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/khaki.png" title="KhakiLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/khaki.png" alt="Khaki" title="Khaki Leather" /><span style="display:none">Khaki Eco Leather</span></a>' (length=221)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/khaki.png" title="KhakiLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/khaki.png" alt="Khaki" title="Khaki Leather" /><span style="display:none">Khaki Eco Leather</span></a>' (length=221)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5655' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'khaki-main' (length=10)
- 'sort_order' => string '178' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/khaki.png" title="KhakiLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/khaki.png" alt="Khaki" title="Khaki Leather" /><span style="display:none">Khaki Eco Leather</span></a>' (length=221)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/khaki.png" title="KhakiLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/khaki.png" alt="Khaki" title="Khaki Leather" /><span style="display:none">Khaki Eco Leather</span></a>' (length=221)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5656 =>
- object(Mage_Catalog_Model_Product_Option_Value)[254]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5656' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'stone-main' (length=10)
- 'sort_order' => string '179' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/stone.png" title="StoneLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/stone.png" alt="Stone" title="Stone Leather" /><span style="display:none">Stone Eco Leather</span></a>' (length=221)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/stone.png" title="StoneLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/stone.png" alt="Stone" title="Stone Leather" /><span style="display:none">Stone Eco Leather</span></a>' (length=221)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5656' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'stone-main' (length=10)
- 'sort_order' => string '179' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/stone.png" title="StoneLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/stone.png" alt="Stone" title="Stone Leather" /><span style="display:none">Stone Eco Leather</span></a>' (length=221)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/stone.png" title="StoneLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/stone.png" alt="Stone" title="Stone Leather" /><span style="display:none">Stone Eco Leather</span></a>' (length=221)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5657 =>
- object(Mage_Catalog_Model_Product_Option_Value)[299]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5657' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'mustard-main' (length=12)
- 'sort_order' => string '180' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/mustard.png" title="MustardLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/mustard.png" alt="Mustard" title="Mustard Leather" /><span style="display:none">Mustard Eco Leather</span></a>' (length=233)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/mustard.png" title="MustardLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/mustard.png" alt="Mustard" title="Mustard Leather" /><span style="display:none">Mustard Eco Leather</span></a>' (length=233)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5657' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'mustard-main' (length=12)
- 'sort_order' => string '180' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/mustard.png" title="MustardLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/mustard.png" alt="Mustard" title="Mustard Leather" /><span style="display:none">Mustard Eco Leather</span></a>' (length=233)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/mustard.png" title="MustardLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/mustard.png" alt="Mustard" title="Mustard Leather" /><span style="display:none">Mustard Eco Leather</span></a>' (length=233)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5658 =>
- object(Mage_Catalog_Model_Product_Option_Value)[300]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5658' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'toffee-main' (length=11)
- 'sort_order' => string '192' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/toffee.png" title="ToffeeLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/toffee.png" alt="Toffee" title="Toffee Leather" /><span style="display:none">Toffee Eco Leather</span></a>' (length=227)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/toffee.png" title="ToffeeLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/toffee.png" alt="Toffee" title="Toffee Leather" /><span style="display:none">Toffee Eco Leather</span></a>' (length=227)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5658' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'toffee-main' (length=11)
- 'sort_order' => string '192' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/toffee.png" title="ToffeeLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/toffee.png" alt="Toffee" title="Toffee Leather" /><span style="display:none">Toffee Eco Leather</span></a>' (length=227)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/toffee.png" title="ToffeeLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/toffee.png" alt="Toffee" title="Toffee Leather" /><span style="display:none">Toffee Eco Leather</span></a>' (length=227)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5659 =>
- object(Mage_Catalog_Model_Product_Option_Value)[303]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5659' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'warm beige-main' (length=15)
- 'sort_order' => string '193' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/warm-beige.png" title="Warm BeigeLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/warm-beige.png" alt="Warm Beige" title="Warm Beige Leather" /><span style="display:none">Warm Beige Eco Leather</span></a>' (length=251)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/warm-beige.png" title="Warm BeigeLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/warm-beige.png" alt="Warm Beige" title="Warm Beige Leather" /><span style="display:none">Warm Beige Eco Leather</span></a>' (length=251)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5659' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'warm beige-main' (length=15)
- 'sort_order' => string '193' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/warm-beige.png" title="Warm BeigeLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/warm-beige.png" alt="Warm Beige" title="Warm Beige Leather" /><span style="display:none">Warm Beige Eco Leather</span></a>' (length=251)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/warm-beige.png" title="Warm BeigeLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/warm-beige.png" alt="Warm Beige" title="Warm Beige Leather" /><span style="display:none">Warm Beige Eco Leather</span></a>' (length=251)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5660 =>
- object(Mage_Catalog_Model_Product_Option_Value)[305]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5660' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'sand-main' (length=9)
- 'sort_order' => string '194' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/sand.png" title="SandLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/sand.png" alt="Sand" title="Sand Leather" /><span style="display:none">Sand Eco Leather</span></a>' (length=215)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/sand.png" title="SandLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/sand.png" alt="Sand" title="Sand Leather" /><span style="display:none">Sand Eco Leather</span></a>' (length=215)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5660' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'sand-main' (length=9)
- 'sort_order' => string '194' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/sand.png" title="SandLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/sand.png" alt="Sand" title="Sand Leather" /><span style="display:none">Sand Eco Leather</span></a>' (length=215)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/sand.png" title="SandLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/sand.png" alt="Sand" title="Sand Leather" /><span style="display:none">Sand Eco Leather</span></a>' (length=215)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5661 =>
- object(Mage_Catalog_Model_Product_Option_Value)[307]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5661' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'beige-main' (length=10)
- 'sort_order' => string '195' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/beige.png" title="BeigeLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/beige.png" alt="Beige" title="Beige Leather" /><span style="display:none">Beige Eco Leather</span></a>' (length=221)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/beige.png" title="BeigeLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/beige.png" alt="Beige" title="Beige Leather" /><span style="display:none">Beige Eco Leather</span></a>' (length=221)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5661' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'beige-main' (length=10)
- 'sort_order' => string '195' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/beige.png" title="BeigeLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/beige.png" alt="Beige" title="Beige Leather" /><span style="display:none">Beige Eco Leather</span></a>' (length=221)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/beige.png" title="BeigeLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/beige.png" alt="Beige" title="Beige Leather" /><span style="display:none">Beige Eco Leather</span></a>' (length=221)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5662 =>
- object(Mage_Catalog_Model_Product_Option_Value)[309]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5662' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'yellow-main' (length=11)
- 'sort_order' => string '200' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/yellow.png" title="YellowLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/yellow.png" alt="Yellow" title="Yellow Leather" /><span style="display:none">Yellow Eco Leather</span></a>' (length=227)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/yellow.png" title="YellowLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/yellow.png" alt="Yellow" title="Yellow Leather" /><span style="display:none">Yellow Eco Leather</span></a>' (length=227)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5662' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'yellow-main' (length=11)
- 'sort_order' => string '200' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/yellow.png" title="YellowLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/yellow.png" alt="Yellow" title="Yellow Leather" /><span style="display:none">Yellow Eco Leather</span></a>' (length=227)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/yellow.png" title="YellowLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/yellow.png" alt="Yellow" title="Yellow Leather" /><span style="display:none">Yellow Eco Leather</span></a>' (length=227)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5663 =>
- object(Mage_Catalog_Model_Product_Option_Value)[311]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5663' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'pearl-main' (length=10)
- 'sort_order' => string '201' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/pearl.png" title="PearlLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/pearl.png" alt="Pearl" title="Pearl Leather" /><span style="display:none">Pearl Eco Leather</span></a>' (length=221)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/pearl.png" title="PearlLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/pearl.png" alt="Pearl" title="Pearl Leather" /><span style="display:none">Pearl Eco Leather</span></a>' (length=221)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5663' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'pearl-main' (length=10)
- 'sort_order' => string '201' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/pearl.png" title="PearlLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/pearl.png" alt="Pearl" title="Pearl Leather" /><span style="display:none">Pearl Eco Leather</span></a>' (length=221)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/pearl.png" title="PearlLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/pearl.png" alt="Pearl" title="Pearl Leather" /><span style="display:none">Pearl Eco Leather</span></a>' (length=221)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5664 =>
- object(Mage_Catalog_Model_Product_Option_Value)[313]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5664' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'white-main' (length=10)
- 'sort_order' => string '202' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/white.png" title="WhiteLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/white.png" alt="White" title="White Leather" /><span style="display:none">White Eco Leather</span></a>' (length=221)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/white.png" title="WhiteLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/white.png" alt="White" title="White Leather" /><span style="display:none">White Eco Leather</span></a>' (length=221)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5664' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'white-main' (length=10)
- 'sort_order' => string '202' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/white.png" title="WhiteLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/white.png" alt="White" title="White Leather" /><span style="display:none">White Eco Leather</span></a>' (length=221)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/white.png" title="WhiteLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/white.png" alt="White" title="White Leather" /><span style="display:none">White Eco Leather</span></a>' (length=221)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5665 =>
- object(Mage_Catalog_Model_Product_Option_Value)[314]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5665' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'darkbrown-main' (length=14)
- 'sort_order' => string '205' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/dark-brown.png" title="Dark BrownLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/dark-brown.png" alt="Dark Brown" title="Dark Brown Leather" /><span style="display:none">Dark Brown Eco Leather</span></a>' (length=251)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/dark-brown.png" title="Dark BrownLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/dark-brown.png" alt="Dark Brown" title="Dark Brown Leather" /><span style="display:none">Dark Brown Eco Leather</span></a>' (length=251)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5665' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'darkbrown-main' (length=14)
- 'sort_order' => string '205' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/dark-brown.png" title="Dark BrownLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/dark-brown.png" alt="Dark Brown" title="Dark Brown Leather" /><span style="display:none">Dark Brown Eco Leather</span></a>' (length=251)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/dark-brown.png" title="Dark BrownLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/dark-brown.png" alt="Dark Brown" title="Dark Brown Leather" /><span style="display:none">Dark Brown Eco Leather</span></a>' (length=251)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5666 =>
- object(Mage_Catalog_Model_Product_Option_Value)[316]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5666' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'cappuccino-main' (length=15)
- 'sort_order' => string '206' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/cappuccino.png" title="CappuccinoLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/cappuccino.png" alt="Cappuccino" title="Cappuccino Leather" /><span style="display:none">Cappuccino Eco Leather</span></a>' (length=251)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/cappuccino.png" title="CappuccinoLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/cappuccino.png" alt="Cappuccino" title="Cappuccino Leather" /><span style="display:none">Cappuccino Eco Leather</span></a>' (length=251)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5666' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'cappuccino-main' (length=15)
- 'sort_order' => string '206' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/cappuccino.png" title="CappuccinoLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/cappuccino.png" alt="Cappuccino" title="Cappuccino Leather" /><span style="display:none">Cappuccino Eco Leather</span></a>' (length=251)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/cappuccino.png" title="CappuccinoLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/cappuccino.png" alt="Cappuccino" title="Cappuccino Leather" /><span style="display:none">Cappuccino Eco Leather</span></a>' (length=251)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5667 =>
- object(Mage_Catalog_Model_Product_Option_Value)[319]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5667' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'mocca-main' (length=10)
- 'sort_order' => string '208' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/mocca.png" title="MoccaLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/mocca.png" alt="Mocca" title="Mocca Leather" /><span style="display:none">Mocca Eco Leather</span></a>' (length=221)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/mocca.png" title="MoccaLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/mocca.png" alt="Mocca" title="Mocca Leather" /><span style="display:none">Mocca Eco Leather</span></a>' (length=221)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5667' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'mocca-main' (length=10)
- 'sort_order' => string '208' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/mocca.png" title="MoccaLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/mocca.png" alt="Mocca" title="Mocca Leather" /><span style="display:none">Mocca Eco Leather</span></a>' (length=221)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/mocca.png" title="MoccaLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/mocca.png" alt="Mocca" title="Mocca Leather" /><span style="display:none">Mocca Eco Leather</span></a>' (length=221)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5668 =>
- object(Mage_Catalog_Model_Product_Option_Value)[321]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5668' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'englishred-main' (length=15)
- 'sort_order' => string '210' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/english-red.png" title="English RedLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/english-red.png" alt="English Red" title="English Red Leather" /><span style="display:none">English Red Eco Leather</span></' (length=255)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/english-red.png" title="English RedLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/english-red.png" alt="English Red" title="English Red Leather" /><span style="display:none">English Red Eco Leather</span></' (length=255)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5668' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'englishred-main' (length=15)
- 'sort_order' => string '210' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/english-red.png" title="English RedLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/english-red.png" alt="English Red" title="English Red Leather" /><span style="display:none">English Red Eco Leather</span></' (length=255)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/english-red.png" title="English RedLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/english-red.png" alt="English Red" title="English Red Leather" /><span style="display:none">English Red Eco Leather</span></' (length=255)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5669 =>
- object(Mage_Catalog_Model_Product_Option_Value)[323]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5669' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'antiquered-main' (length=15)
- 'sort_order' => string '215' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/antique-red.png" title="Antique RedLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/antique-red.png" alt="Antique Red" title="Antique Red Leather" /><span style="display:none">Antique Red Eco Leather</span></' (length=255)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/antique-red.png" title="Antique RedLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/antique-red.png" alt="Antique Red" title="Antique Red Leather" /><span style="display:none">Antique Red Eco Leather</span></' (length=255)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5669' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'antiquered-main' (length=15)
- 'sort_order' => string '215' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/antique-red.png" title="Antique RedLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/antique-red.png" alt="Antique Red" title="Antique Red Leather" /><span style="display:none">Antique Red Eco Leather</span></' (length=255)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/antique-red.png" title="Antique RedLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/antique-red.png" alt="Antique Red" title="Antique Red Leather" /><span style="display:none">Antique Red Eco Leather</span></' (length=255)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5670 =>
- object(Mage_Catalog_Model_Product_Option_Value)[325]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5670' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'red-main' (length=8)
- 'sort_order' => string '216' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/red.png" title="RedLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/red.png" alt="Red" title="Red Leather" /><span style="display:none">Red Eco Leather</span></a>' (length=209)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/red.png" title="RedLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/red.png" alt="Red" title="Red Leather" /><span style="display:none">Red Eco Leather</span></a>' (length=209)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5670' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'red-main' (length=8)
- 'sort_order' => string '216' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/red.png" title="RedLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/red.png" alt="Red" title="Red Leather" /><span style="display:none">Red Eco Leather</span></a>' (length=209)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/red.png" title="RedLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/red.png" alt="Red" title="Red Leather" /><span style="display:none">Red Eco Leather</span></a>' (length=209)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5671 =>
- object(Mage_Catalog_Model_Product_Option_Value)[327]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5671' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'ferrarired-main' (length=15)
- 'sort_order' => string '217' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/ferrari-red.png" title="Ferrari RedLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/ferrari-red.png" alt="Ferrari Red" title="Ferrari Red Leather" /><span style="display:none">Ferrari Red Eco Leather</span></' (length=255)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/ferrari-red.png" title="Ferrari RedLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/ferrari-red.png" alt="Ferrari Red" title="Ferrari Red Leather" /><span style="display:none">Ferrari Red Eco Leather</span></' (length=255)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5671' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'ferrarired-main' (length=15)
- 'sort_order' => string '217' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/ferrari-red.png" title="Ferrari RedLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/ferrari-red.png" alt="Ferrari Red" title="Ferrari Red Leather" /><span style="display:none">Ferrari Red Eco Leather</span></' (length=255)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/ferrari-red.png" title="Ferrari RedLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/ferrari-red.png" alt="Ferrari Red" title="Ferrari Red Leather" /><span style="display:none">Ferrari Red Eco Leather</span></' (length=255)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5672 =>
- object(Mage_Catalog_Model_Product_Option_Value)[328]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5672' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'pink-main' (length=9)
- 'sort_order' => string '218' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/pink.png" title="PinkLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/pink.png" alt="Pink" title="Pink Leather" /><span style="display:none">Pink Eco Leather</span></a>' (length=215)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/pink.png" title="PinkLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/pink.png" alt="Pink" title="Pink Leather" /><span style="display:none">Pink Eco Leather</span></a>' (length=215)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5672' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'pink-main' (length=9)
- 'sort_order' => string '218' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/pink.png" title="PinkLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/pink.png" alt="Pink" title="Pink Leather" /><span style="display:none">Pink Eco Leather</span></a>' (length=215)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/pink.png" title="PinkLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/pink.png" alt="Pink" title="Pink Leather" /><span style="display:none">Pink Eco Leather</span></a>' (length=215)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5673 =>
- object(Mage_Catalog_Model_Product_Option_Value)[330]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5673' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'mandarin-main' (length=13)
- 'sort_order' => string '220' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/mandarin.png" title="MandarinLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/mandarin.png" alt="Mandarin" title="Mandarin Leather" /><span style="display:none">Mandarin Eco Leather</span></a>' (length=239)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/mandarin.png" title="MandarinLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/mandarin.png" alt="Mandarin" title="Mandarin Leather" /><span style="display:none">Mandarin Eco Leather</span></a>' (length=239)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5673' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'mandarin-main' (length=13)
- 'sort_order' => string '220' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/mandarin.png" title="MandarinLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/mandarin.png" alt="Mandarin" title="Mandarin Leather" /><span style="display:none">Mandarin Eco Leather</span></a>' (length=239)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/mandarin.png" title="MandarinLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/mandarin.png" alt="Mandarin" title="Mandarin Leather" /><span style="display:none">Mandarin Eco Leather</span></a>' (length=239)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5674 =>
- object(Mage_Catalog_Model_Product_Option_Value)[333]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5674' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'peach-main' (length=10)
- 'sort_order' => string '230' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/peach.png" title="PeachLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/peach.png" alt="Peach" title="Peach Leather" /><span style="display:none">Peach Eco Leather</span></a>' (length=221)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/peach.png" title="PeachLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/peach.png" alt="Peach" title="Peach Leather" /><span style="display:none">Peach Eco Leather</span></a>' (length=221)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5674' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'peach-main' (length=10)
- 'sort_order' => string '230' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/peach.png" title="PeachLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/peach.png" alt="Peach" title="Peach Leather" /><span style="display:none">Peach Eco Leather</span></a>' (length=221)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/peach.png" title="PeachLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/peach.png" alt="Peach" title="Peach Leather" /><span style="display:none">Peach Eco Leather</span></a>' (length=221)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5675 =>
- object(Mage_Catalog_Model_Product_Option_Value)[335]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5675' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'sun-main' (length=8)
- 'sort_order' => string '270' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/sun.png" title="SunLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/sun.png" alt="Sun" title="Sun Leather" /><span style="display:none">Sun Eco Leather</span></a>' (length=209)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/sun.png" title="SunLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/sun.png" alt="Sun" title="Sun Leather" /><span style="display:none">Sun Eco Leather</span></a>' (length=209)
- 'default_price' => string '10.0000' (length=7)
- 'default_price_type' => string 'percent' (length=7)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '10.0000' (length=7)
- 'price_type' => string 'percent' (length=7)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5675' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'sun-main' (length=8)
- 'sort_order' => string '270' (length=3)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/sun.png" title="SunLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/sun.png" alt="Sun" title="Sun Leather" /><span style="display:none">Sun Eco Leather</span></a>' (length=209)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/sun.png" title="SunLeather " rel="lightbox"><img src="/media/wysiwyg/swatches/min/sun.png" alt="Sun" title="Sun Leather" /><span style="display:none">Sun Eco Leather</span></a>' (length=209)
- 'default_price' => string '10.0000' (length=7)
- 'default_price_type' => string 'percent' (length=7)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '10.0000' (length=7)
- 'price_type' => string 'percent' (length=7)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5676 =>
- object(Mage_Catalog_Model_Product_Option_Value)[337]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5676' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'lunakor 5913-main' (length=17)
- 'sort_order' => string '1000' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/luna-kor-5913.png" title="Luna kor 5913 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/luna-kor-5913.png" alt="Luna kor 5913" title="Luna kor 5913 Textile" /><span style="display:none">Luna kor 5913 Textile<' (length=255)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/luna-kor-5913.png" title="Luna kor 5913 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/luna-kor-5913.png" alt="Luna kor 5913" title="Luna kor 5913 Textile" /><span style="display:none">Luna kor 5913 Textile<' (length=255)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5676' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'lunakor 5913-main' (length=17)
- 'sort_order' => string '1000' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/luna-kor-5913.png" title="Luna kor 5913 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/luna-kor-5913.png" alt="Luna kor 5913" title="Luna kor 5913 Textile" /><span style="display:none">Luna kor 5913 Textile<' (length=255)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/luna-kor-5913.png" title="Luna kor 5913 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/luna-kor-5913.png" alt="Luna kor 5913" title="Luna kor 5913 Textile" /><span style="display:none">Luna kor 5913 Textile<' (length=255)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5677 =>
- object(Mage_Catalog_Model_Product_Option_Value)[339]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5677' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'bergamo 8132-main' (length=17)
- 'sort_order' => string '1008' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/bergamo-8132.png" title="Bergamo 8132 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/bergamo-8132.png" alt="Bergamo 8132" title="Bergamo 8132 Textile" /><span style="display:none">Bergamo 8132 Textile</span>' (length=255)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/bergamo-8132.png" title="Bergamo 8132 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/bergamo-8132.png" alt="Bergamo 8132" title="Bergamo 8132 Textile" /><span style="display:none">Bergamo 8132 Textile</span>' (length=255)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5677' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'bergamo 8132-main' (length=17)
- 'sort_order' => string '1008' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/bergamo-8132.png" title="Bergamo 8132 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/bergamo-8132.png" alt="Bergamo 8132" title="Bergamo 8132 Textile" /><span style="display:none">Bergamo 8132 Textile</span>' (length=255)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/bergamo-8132.png" title="Bergamo 8132 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/bergamo-8132.png" alt="Bergamo 8132" title="Bergamo 8132 Textile" /><span style="display:none">Bergamo 8132 Textile</span>' (length=255)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5678 =>
- object(Mage_Catalog_Model_Product_Option_Value)[341]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5678' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'kredo 2222-main' (length=15)
- 'sort_order' => string '1020' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/kredo-2222.png" title="Kredo 2222 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/kredo-2222.png" alt="Kredo 2222" title="Kredo 2222 Textile" /><span style="display:none">Kredo 2222 Textile</span></a>' (length=247)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/kredo-2222.png" title="Kredo 2222 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/kredo-2222.png" alt="Kredo 2222" title="Kredo 2222 Textile" /><span style="display:none">Kredo 2222 Textile</span></a>' (length=247)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5678' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'kredo 2222-main' (length=15)
- 'sort_order' => string '1020' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/kredo-2222.png" title="Kredo 2222 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/kredo-2222.png" alt="Kredo 2222" title="Kredo 2222 Textile" /><span style="display:none">Kredo 2222 Textile</span></a>' (length=247)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/kredo-2222.png" title="Kredo 2222 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/kredo-2222.png" alt="Kredo 2222" title="Kredo 2222 Textile" /><span style="display:none">Kredo 2222 Textile</span></a>' (length=247)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5679 =>
- object(Mage_Catalog_Model_Product_Option_Value)[343]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5679' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'nord8540-main' (length=13)
- 'sort_order' => string '1040' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/nord-8540.png" title="Nord 8540 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/nord-8540.png" alt="Nord 8540" title="Nord 8540 Textile" /><span style="display:none">Nord 8540 Textile</span></a>' (length=241)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/nord-8540.png" title="Nord 8540 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/nord-8540.png" alt="Nord 8540" title="Nord 8540 Textile" /><span style="display:none">Nord 8540 Textile</span></a>' (length=241)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5679' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'nord8540-main' (length=13)
- 'sort_order' => string '1040' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/nord-8540.png" title="Nord 8540 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/nord-8540.png" alt="Nord 8540" title="Nord 8540 Textile" /><span style="display:none">Nord 8540 Textile</span></a>' (length=241)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/nord-8540.png" title="Nord 8540 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/nord-8540.png" alt="Nord 8540" title="Nord 8540 Textile" /><span style="display:none">Nord 8540 Textile</span></a>' (length=241)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5680 =>
- object(Mage_Catalog_Model_Product_Option_Value)[344]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5680' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'arabeska 6003-main' (length=18)
- 'sort_order' => string '1060' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/arabeska-6003.png" title="Arabeska 6003 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/arabeska-6003.png" alt="Arabeska 6003" title="Arabeska 6003 Textile" /><span style="display:none">Arabeska 6003 Textile<' (length=255)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/arabeska-6003.png" title="Arabeska 6003 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/arabeska-6003.png" alt="Arabeska 6003" title="Arabeska 6003 Textile" /><span style="display:none">Arabeska 6003 Textile<' (length=255)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5680' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'arabeska 6003-main' (length=18)
- 'sort_order' => string '1060' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/arabeska-6003.png" title="Arabeska 6003 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/arabeska-6003.png" alt="Arabeska 6003" title="Arabeska 6003 Textile" /><span style="display:none">Arabeska 6003 Textile<' (length=255)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/arabeska-6003.png" title="Arabeska 6003 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/arabeska-6003.png" alt="Arabeska 6003" title="Arabeska 6003 Textile" /><span style="display:none">Arabeska 6003 Textile<' (length=255)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5681 =>
- object(Mage_Catalog_Model_Product_Option_Value)[347]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5681' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'marvilla2020braz-main' (length=21)
- 'sort_order' => string '1080' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/marvilla-2020braz.png" title="Marvilla 2020 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/marvilla-2020braz.png" alt="Marvilla 2020" title="Marvilla 2020 Textile" /><span style="display:none">Marvilla 2020 ' (length=255)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/marvilla-2020braz.png" title="Marvilla 2020 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/marvilla-2020braz.png" alt="Marvilla 2020" title="Marvilla 2020 Textile" /><span style="display:none">Marvilla 2020 ' (length=255)
- 'default_price' => string '100.0000' (length=8)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '100.0000' (length=8)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5681' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'marvilla2020braz-main' (length=21)
- 'sort_order' => string '1080' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/marvilla-2020braz.png" title="Marvilla 2020 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/marvilla-2020braz.png" alt="Marvilla 2020" title="Marvilla 2020 Textile" /><span style="display:none">Marvilla 2020 ' (length=255)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/marvilla-2020braz.png" title="Marvilla 2020 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/marvilla-2020braz.png" alt="Marvilla 2020" title="Marvilla 2020 Textile" /><span style="display:none">Marvilla 2020 ' (length=255)
- 'default_price' => string '100.0000' (length=8)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '100.0000' (length=8)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5682 =>
- object(Mage_Catalog_Model_Product_Option_Value)[349]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5682' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'alpina7210-main' (length=15)
- 'sort_order' => string '1200' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/alpina-7210.png" title="Alpina 7210 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/alpina-7210.png" alt="Alpina 7210" title="Alpina 7210 Textile" /><span style="display:none">Alpina 7210 Textile</span></a>' (length=253)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/alpina-7210.png" title="Alpina 7210 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/alpina-7210.png" alt="Alpina 7210" title="Alpina 7210 Textile" /><span style="display:none">Alpina 7210 Textile</span></a>' (length=253)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5682' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'alpina7210-main' (length=15)
- 'sort_order' => string '1200' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/alpina-7210.png" title="Alpina 7210 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/alpina-7210.png" alt="Alpina 7210" title="Alpina 7210 Textile" /><span style="display:none">Alpina 7210 Textile</span></a>' (length=253)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/alpina-7210.png" title="Alpina 7210 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/alpina-7210.png" alt="Alpina 7210" title="Alpina 7210 Textile" /><span style="display:none">Alpina 7210 Textile</span></a>' (length=253)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5683 =>
- object(Mage_Catalog_Model_Product_Option_Value)[351]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5683' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'manerba6613-main' (length=16)
- 'sort_order' => string '1220' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/manerba-6613.png" title="Manerba 6613 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/manerba-6613.png" alt="Manerba 6613" title="Manerba 6613 Textile" /><span style="display:none">Manerba 6613 Textile</span>' (length=255)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/manerba-6613.png" title="Manerba 6613 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/manerba-6613.png" alt="Manerba 6613" title="Manerba 6613 Textile" /><span style="display:none">Manerba 6613 Textile</span>' (length=255)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5683' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'manerba6613-main' (length=16)
- 'sort_order' => string '1220' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/manerba-6613.png" title="Manerba 6613 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/manerba-6613.png" alt="Manerba 6613" title="Manerba 6613 Textile" /><span style="display:none">Manerba 6613 Textile</span>' (length=255)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/manerba-6613.png" title="Manerba 6613 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/manerba-6613.png" alt="Manerba 6613" title="Manerba 6613 Textile" /><span style="display:none">Manerba 6613 Textile</span>' (length=255)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5684 =>
- object(Mage_Catalog_Model_Product_Option_Value)[353]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5684' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'logan7820-main' (length=14)
- 'sort_order' => string '1240' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/logan-7820.png" title="Logan 7820 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/logan-7820.png" alt="Logan 7820" title="Logan 7820 Textile" /><span style="display:none">Logan 7820 Textile</span></a>' (length=247)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/logan-7820.png" title="Logan 7820 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/logan-7820.png" alt="Logan 7820" title="Logan 7820 Textile" /><span style="display:none">Logan 7820 Textile</span></a>' (length=247)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5684' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'logan7820-main' (length=14)
- 'sort_order' => string '1240' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/logan-7820.png" title="Logan 7820 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/logan-7820.png" alt="Logan 7820" title="Logan 7820 Textile" /><span style="display:none">Logan 7820 Textile</span></a>' (length=247)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/logan-7820.png" title="Logan 7820 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/logan-7820.png" alt="Logan 7820" title="Logan 7820 Textile" /><span style="display:none">Logan 7820 Textile</span></a>' (length=247)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5685 =>
- object(Mage_Catalog_Model_Product_Option_Value)[355]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5685' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'torino 6941-main' (length=16)
- 'sort_order' => string '1260' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/torino-6941.png" title="Torino 6941 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/torino-6941.png" alt="Torino 6941" title="Torino 6941 Textile" /><span style="display:none">Torino 6941 Textile</span></a>' (length=253)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/torino-6941.png" title="Torino 6941 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/torino-6941.png" alt="Torino 6941" title="Torino 6941 Textile" /><span style="display:none">Torino 6941 Textile</span></a>' (length=253)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5685' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'torino 6941-main' (length=16)
- 'sort_order' => string '1260' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/torino-6941.png" title="Torino 6941 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/torino-6941.png" alt="Torino 6941" title="Torino 6941 Textile" /><span style="display:none">Torino 6941 Textile</span></a>' (length=253)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/torino-6941.png" title="Torino 6941 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/torino-6941.png" alt="Torino 6941" title="Torino 6941 Textile" /><span style="display:none">Torino 6941 Textile</span></a>' (length=253)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5686 =>
- object(Mage_Catalog_Model_Product_Option_Value)[357]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5686' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'loca17-main' (length=11)
- 'sort_order' => string '1280' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/loca-17.png" title="Loca 17 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/loca-17.png" alt="Loca 17" title="Loca 17 Textile" /><span style="display:none">Loca 17 Textile</span></a>' (length=229)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/loca-17.png" title="Loca 17 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/loca-17.png" alt="Loca 17" title="Loca 17 Textile" /><span style="display:none">Loca 17 Textile</span></a>' (length=229)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5686' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'loca17-main' (length=11)
- 'sort_order' => string '1280' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/loca-17.png" title="Loca 17 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/loca-17.png" alt="Loca 17" title="Loca 17 Textile" /><span style="display:none">Loca 17 Textile</span></a>' (length=229)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/loca-17.png" title="Loca 17 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/loca-17.png" alt="Loca 17" title="Loca 17 Textile" /><span style="display:none">Loca 17 Textile</span></a>' (length=229)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
- 5687 =>
- object(Mage_Catalog_Model_Product_Option_Value)[358]
- protected '_values' =>
- array (size=0)
- empty
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- protected '_cacheTag' => string 'catalog_product' (length=15)
- protected '_eventPrefix' => string 'catalog_product' (length=15)
- protected '_eventObject' => string 'product' (length=7)
- protected '_canAffectOptions' => boolean false
- protected '_typeInstance' => null
- protected '_typeInstanceSingleton' =>
- object(Mage_Catalog_Model_Product_Type_Simple)[718]
- ...
- protected '_linkInstance' => null
- protected '_customOptions' =>
- array (size=0)
- ...
- protected '_urlModel' => null
- protected '_errors' =>
- array (size=0)
- ...
- protected '_optionInstance' =>
- object(Mage_Catalog_Model_Product_Option)[257]
- ...
- protected '_options' =>
- array (size=3)
- ...
- protected '_reservedAttributes' => null
- protected '_isDuplicable' => boolean true
- protected '_calculatePrice' => boolean true
- protected '_defaultValues' =>
- array (size=1)
- ...
- protected '_storeValuesFlags' =>
- array (size=1)
- ...
- protected '_lockedAttributes' =>
- array (size=0)
- ...
- protected '_isDeleteable' => boolean true
- protected '_isReadonly' => boolean false
- protected '_resourceName' => string 'catalog/product' (length=15)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=66)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' => null
- protected '_idFieldName' => string 'entity_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_option' =>
- object(Mage_Catalog_Model_Product_Option)[59]
- protected '_product' =>
- object(Mage_Catalog_Model_Product)[55]
- ...
- protected '_options' =>
- array (size=0)
- ...
- protected '_valueInstance' => null
- protected '_values' =>
- &array
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option' (length=22)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=21)
- ...
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=20)
- ...
- protected '_idFieldName' => string 'option_id' (length=9)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- ...
- protected '_syncFieldsMap' =>
- array (size=0)
- ...
- protected '_eventPrefix' => string 'core_abstract' (length=13)
- protected '_eventObject' => string 'object' (length=6)
- protected '_resourceName' => string 'catalog/product_option_value' (length=28)
- protected '_resource' => null
- protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
- protected '_cacheTag' => boolean false
- protected '_dataSaveAllowed' => boolean true
- protected '_isObjectNew' => null
- protected '_data' =>
- array (size=13)
- 'option_type_id' => string '5687' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'artika7003-main' (length=15)
- 'sort_order' => string '1300' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/artika-7003.png" title="Artika 7003 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/artika-7003.png" alt="Artika 7003" title="Artika 7003 Textile" /><span style="display:none">Artika 7003 Textile</span></a>' (length=253)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/artika-7003.png" title="Artika 7003 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/artika-7003.png" alt="Artika 7003" title="Artika 7003 Textile" /><span style="display:none">Artika 7003 Textile</span></a>' (length=253)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_hasDataChanges' => boolean true
- protected '_origData' =>
- array (size=13)
- 'option_type_id' => string '5687' (length=4)
- 'option_id' => string '385' (length=3)
- 'sku' => string 'artika7003-main' (length=15)
- 'sort_order' => string '1300' (length=4)
- 'default_title' => string '<a href="/media/wysiwyg/swatches/artika-7003.png" title="Artika 7003 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/artika-7003.png" alt="Artika 7003" title="Artika 7003 Textile" /><span style="display:none">Artika 7003 Textile</span></a>' (length=253)
- 'store_title' => null
- 'title' => string '<a href="/media/wysiwyg/swatches/artika-7003.png" title="Artika 7003 Textile" rel="lightbox"><img src="/media/wysiwyg/swatches/min/artika-7003.png" alt="Artika 7003" title="Artika 7003 Textile" /><span style="display:none">Artika 7003 Textile</span></a>' (length=253)
- 'default_price' => string '0.0000' (length=6)
- 'default_price_type' => string 'fixed' (length=5)
- 'store_price' => null
- 'store_price_type' => null
- 'price' => string '0.0000' (length=6)
- 'price_type' => string 'fixed' (length=5)
- protected '_idFieldName' => string 'option_type_id' (length=14)
- protected '_isDeleted' => boolean false
- protected '_oldFieldsMap' =>
- array (size=0)
- empty
- protected '_syncFieldsMap' =>
- array (size=0)
- empty
Add Comment
Please, Sign In to add comment