linccce

Options var_dump before foreach:

Mar 19th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 350.32 KB | None | 0 0
  1. 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:
  2.  
  3.             ini_set('xdebug.var_display_max_depth', 12);
  4. ini_set('xdebug.var_display_max_children', 256);
  5. ini_set('xdebug.var_display_max_data', 1024);
  6.             var_dump($_option->getValues());
  7.             exit;
  8.  
  9. It get stuck. Here is the var_dump of this:
  10. array (size=51)
  11.   5637 =>
  12.     object(Mage_Catalog_Model_Product_Option_Value)[288]
  13.       protected '_values' =>
  14.         array (size=0)
  15.           empty
  16.       protected '_product' =>
  17.         object(Mage_Catalog_Model_Product)[55]
  18.           protected '_cacheTag' => string 'catalog_product' (length=15)
  19.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  20.           protected '_eventObject' => string 'product' (length=7)
  21.           protected '_canAffectOptions' => boolean false
  22.           protected '_typeInstance' => null
  23.           protected '_typeInstanceSingleton' =>
  24.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  25.               ...
  26.           protected '_linkInstance' => null
  27.           protected '_customOptions' =>
  28.             array (size=0)
  29.               ...
  30.           protected '_urlModel' => null
  31.           protected '_errors' =>
  32.             array (size=0)
  33.               ...
  34.           protected '_optionInstance' =>
  35.             object(Mage_Catalog_Model_Product_Option)[257]
  36.               ...
  37.           protected '_options' =>
  38.             array (size=3)
  39.               ...
  40.           protected '_reservedAttributes' => null
  41.           protected '_isDuplicable' => boolean true
  42.           protected '_calculatePrice' => boolean true
  43.           protected '_defaultValues' =>
  44.             array (size=1)
  45.               ...
  46.           protected '_storeValuesFlags' =>
  47.             array (size=1)
  48.               ...
  49.           protected '_lockedAttributes' =>
  50.             array (size=0)
  51.               ...
  52.           protected '_isDeleteable' => boolean true
  53.           protected '_isReadonly' => boolean false
  54.           protected '_resourceName' => string 'catalog/product' (length=15)
  55.           protected '_resource' => null
  56.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  57.           protected '_dataSaveAllowed' => boolean true
  58.           protected '_isObjectNew' => null
  59.           protected '_data' =>
  60.             array (size=66)
  61.               ...
  62.           protected '_hasDataChanges' => boolean true
  63.           protected '_origData' => null
  64.           protected '_idFieldName' => string 'entity_id' (length=9)
  65.           protected '_isDeleted' => boolean false
  66.           protected '_oldFieldsMap' =>
  67.             array (size=0)
  68.               ...
  69.           protected '_syncFieldsMap' =>
  70.             array (size=0)
  71.               ...
  72.       protected '_option' =>
  73.         object(Mage_Catalog_Model_Product_Option)[59]
  74.           protected '_product' =>
  75.             object(Mage_Catalog_Model_Product)[55]
  76.               ...
  77.           protected '_options' =>
  78.             array (size=0)
  79.               ...
  80.           protected '_valueInstance' => null
  81.           protected '_values' =>
  82.             &array
  83.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  84.           protected '_eventObject' => string 'object' (length=6)
  85.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  86.           protected '_resource' => null
  87.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  88.           protected '_cacheTag' => boolean false
  89.           protected '_dataSaveAllowed' => boolean true
  90.           protected '_isObjectNew' => null
  91.           protected '_data' =>
  92.             array (size=21)
  93.               ...
  94.           protected '_hasDataChanges' => boolean true
  95.           protected '_origData' =>
  96.             array (size=20)
  97.               ...
  98.           protected '_idFieldName' => string 'option_id' (length=9)
  99.           protected '_isDeleted' => boolean false
  100.           protected '_oldFieldsMap' =>
  101.             array (size=0)
  102.               ...
  103.           protected '_syncFieldsMap' =>
  104.             array (size=0)
  105.               ...
  106.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  107.       protected '_eventObject' => string 'object' (length=6)
  108.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  109.       protected '_resource' => null
  110.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  111.       protected '_cacheTag' => boolean false
  112.       protected '_dataSaveAllowed' => boolean true
  113.       protected '_isObjectNew' => null
  114.       protected '_data' =>
  115.         array (size=13)
  116.           'option_type_id' => string '5637' (length=4)
  117.           'option_id' => string '385' (length=3)
  118.           'sku' => string 'patentblack-main' (length=16)
  119.           'sort_order' => string '0' (length=1)
  120.           '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)
  121.           'store_title' => null
  122.           '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)
  123.           'default_price' => string '0.0000' (length=6)
  124.           'default_price_type' => string 'fixed' (length=5)
  125.           'store_price' => null
  126.           'store_price_type' => null
  127.           'price' => string '0.0000' (length=6)
  128.           'price_type' => string 'fixed' (length=5)
  129.       protected '_hasDataChanges' => boolean true
  130.       protected '_origData' =>
  131.         array (size=13)
  132.           'option_type_id' => string '5637' (length=4)
  133.           'option_id' => string '385' (length=3)
  134.           'sku' => string 'patentblack-main' (length=16)
  135.           'sort_order' => string '0' (length=1)
  136.           '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)
  137.           'store_title' => null
  138.           '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)
  139.           'default_price' => string '0.0000' (length=6)
  140.           'default_price_type' => string 'fixed' (length=5)
  141.           'store_price' => null
  142.           'store_price_type' => null
  143.           'price' => string '0.0000' (length=6)
  144.           'price_type' => string 'fixed' (length=5)
  145.       protected '_idFieldName' => string 'option_type_id' (length=14)
  146.       protected '_isDeleted' => boolean false
  147.       protected '_oldFieldsMap' =>
  148.         array (size=0)
  149.           empty
  150.       protected '_syncFieldsMap' =>
  151.         array (size=0)
  152.           empty
  153.   5638 =>
  154.     object(Mage_Catalog_Model_Product_Option_Value)[275]
  155.       protected '_values' =>
  156.         array (size=0)
  157.           empty
  158.       protected '_product' =>
  159.         object(Mage_Catalog_Model_Product)[55]
  160.           protected '_cacheTag' => string 'catalog_product' (length=15)
  161.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  162.           protected '_eventObject' => string 'product' (length=7)
  163.           protected '_canAffectOptions' => boolean false
  164.           protected '_typeInstance' => null
  165.           protected '_typeInstanceSingleton' =>
  166.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  167.               ...
  168.           protected '_linkInstance' => null
  169.           protected '_customOptions' =>
  170.             array (size=0)
  171.               ...
  172.           protected '_urlModel' => null
  173.           protected '_errors' =>
  174.             array (size=0)
  175.               ...
  176.           protected '_optionInstance' =>
  177.             object(Mage_Catalog_Model_Product_Option)[257]
  178.               ...
  179.           protected '_options' =>
  180.             array (size=3)
  181.               ...
  182.           protected '_reservedAttributes' => null
  183.           protected '_isDuplicable' => boolean true
  184.           protected '_calculatePrice' => boolean true
  185.           protected '_defaultValues' =>
  186.             array (size=1)
  187.               ...
  188.           protected '_storeValuesFlags' =>
  189.             array (size=1)
  190.               ...
  191.           protected '_lockedAttributes' =>
  192.             array (size=0)
  193.               ...
  194.           protected '_isDeleteable' => boolean true
  195.           protected '_isReadonly' => boolean false
  196.           protected '_resourceName' => string 'catalog/product' (length=15)
  197.           protected '_resource' => null
  198.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  199.           protected '_dataSaveAllowed' => boolean true
  200.           protected '_isObjectNew' => null
  201.           protected '_data' =>
  202.             array (size=66)
  203.               ...
  204.           protected '_hasDataChanges' => boolean true
  205.           protected '_origData' => null
  206.           protected '_idFieldName' => string 'entity_id' (length=9)
  207.           protected '_isDeleted' => boolean false
  208.           protected '_oldFieldsMap' =>
  209.             array (size=0)
  210.               ...
  211.           protected '_syncFieldsMap' =>
  212.             array (size=0)
  213.               ...
  214.       protected '_option' =>
  215.         object(Mage_Catalog_Model_Product_Option)[59]
  216.           protected '_product' =>
  217.             object(Mage_Catalog_Model_Product)[55]
  218.               ...
  219.           protected '_options' =>
  220.             array (size=0)
  221.               ...
  222.           protected '_valueInstance' => null
  223.           protected '_values' =>
  224.             &array
  225.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  226.           protected '_eventObject' => string 'object' (length=6)
  227.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  228.           protected '_resource' => null
  229.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  230.           protected '_cacheTag' => boolean false
  231.           protected '_dataSaveAllowed' => boolean true
  232.           protected '_isObjectNew' => null
  233.           protected '_data' =>
  234.             array (size=21)
  235.               ...
  236.           protected '_hasDataChanges' => boolean true
  237.           protected '_origData' =>
  238.             array (size=20)
  239.               ...
  240.           protected '_idFieldName' => string 'option_id' (length=9)
  241.           protected '_isDeleted' => boolean false
  242.           protected '_oldFieldsMap' =>
  243.             array (size=0)
  244.               ...
  245.           protected '_syncFieldsMap' =>
  246.             array (size=0)
  247.               ...
  248.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  249.       protected '_eventObject' => string 'object' (length=6)
  250.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  251.       protected '_resource' => null
  252.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  253.       protected '_cacheTag' => boolean false
  254.       protected '_dataSaveAllowed' => boolean true
  255.       protected '_isObjectNew' => null
  256.       protected '_data' =>
  257.         array (size=13)
  258.           'option_type_id' => string '5638' (length=4)
  259.           'option_id' => string '385' (length=3)
  260.           'sku' => string 'patent-white-main' (length=17)
  261.           'sort_order' => string '1' (length=1)
  262.           '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)
  263.           'store_title' => null
  264.           '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)
  265.           'default_price' => string '0.0000' (length=6)
  266.           'default_price_type' => string 'fixed' (length=5)
  267.           'store_price' => null
  268.           'store_price_type' => null
  269.           'price' => string '0.0000' (length=6)
  270.           'price_type' => string 'fixed' (length=5)
  271.       protected '_hasDataChanges' => boolean true
  272.       protected '_origData' =>
  273.         array (size=13)
  274.           'option_type_id' => string '5638' (length=4)
  275.           'option_id' => string '385' (length=3)
  276.           'sku' => string 'patent-white-main' (length=17)
  277.           'sort_order' => string '1' (length=1)
  278.           '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)
  279.           'store_title' => null
  280.           '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)
  281.           'default_price' => string '0.0000' (length=6)
  282.           'default_price_type' => string 'fixed' (length=5)
  283.           'store_price' => null
  284.           'store_price_type' => null
  285.           'price' => string '0.0000' (length=6)
  286.           'price_type' => string 'fixed' (length=5)
  287.       protected '_idFieldName' => string 'option_type_id' (length=14)
  288.       protected '_isDeleted' => boolean false
  289.       protected '_oldFieldsMap' =>
  290.         array (size=0)
  291.           empty
  292.       protected '_syncFieldsMap' =>
  293.         array (size=0)
  294.           empty
  295.   5639 =>
  296.     object(Mage_Catalog_Model_Product_Option_Value)[273]
  297.       protected '_values' =>
  298.         array (size=0)
  299.           empty
  300.       protected '_product' =>
  301.         object(Mage_Catalog_Model_Product)[55]
  302.           protected '_cacheTag' => string 'catalog_product' (length=15)
  303.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  304.           protected '_eventObject' => string 'product' (length=7)
  305.           protected '_canAffectOptions' => boolean false
  306.           protected '_typeInstance' => null
  307.           protected '_typeInstanceSingleton' =>
  308.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  309.               ...
  310.           protected '_linkInstance' => null
  311.           protected '_customOptions' =>
  312.             array (size=0)
  313.               ...
  314.           protected '_urlModel' => null
  315.           protected '_errors' =>
  316.             array (size=0)
  317.               ...
  318.           protected '_optionInstance' =>
  319.             object(Mage_Catalog_Model_Product_Option)[257]
  320.               ...
  321.           protected '_options' =>
  322.             array (size=3)
  323.               ...
  324.           protected '_reservedAttributes' => null
  325.           protected '_isDuplicable' => boolean true
  326.           protected '_calculatePrice' => boolean true
  327.           protected '_defaultValues' =>
  328.             array (size=1)
  329.               ...
  330.           protected '_storeValuesFlags' =>
  331.             array (size=1)
  332.               ...
  333.           protected '_lockedAttributes' =>
  334.             array (size=0)
  335.               ...
  336.           protected '_isDeleteable' => boolean true
  337.           protected '_isReadonly' => boolean false
  338.           protected '_resourceName' => string 'catalog/product' (length=15)
  339.           protected '_resource' => null
  340.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  341.           protected '_dataSaveAllowed' => boolean true
  342.           protected '_isObjectNew' => null
  343.           protected '_data' =>
  344.             array (size=66)
  345.               ...
  346.           protected '_hasDataChanges' => boolean true
  347.           protected '_origData' => null
  348.           protected '_idFieldName' => string 'entity_id' (length=9)
  349.           protected '_isDeleted' => boolean false
  350.           protected '_oldFieldsMap' =>
  351.             array (size=0)
  352.               ...
  353.           protected '_syncFieldsMap' =>
  354.             array (size=0)
  355.               ...
  356.       protected '_option' =>
  357.         object(Mage_Catalog_Model_Product_Option)[59]
  358.           protected '_product' =>
  359.             object(Mage_Catalog_Model_Product)[55]
  360.               ...
  361.           protected '_options' =>
  362.             array (size=0)
  363.               ...
  364.           protected '_valueInstance' => null
  365.           protected '_values' =>
  366.             &array
  367.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  368.           protected '_eventObject' => string 'object' (length=6)
  369.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  370.           protected '_resource' => null
  371.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  372.           protected '_cacheTag' => boolean false
  373.           protected '_dataSaveAllowed' => boolean true
  374.           protected '_isObjectNew' => null
  375.           protected '_data' =>
  376.             array (size=21)
  377.               ...
  378.           protected '_hasDataChanges' => boolean true
  379.           protected '_origData' =>
  380.             array (size=20)
  381.               ...
  382.           protected '_idFieldName' => string 'option_id' (length=9)
  383.           protected '_isDeleted' => boolean false
  384.           protected '_oldFieldsMap' =>
  385.             array (size=0)
  386.               ...
  387.           protected '_syncFieldsMap' =>
  388.             array (size=0)
  389.               ...
  390.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  391.       protected '_eventObject' => string 'object' (length=6)
  392.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  393.       protected '_resource' => null
  394.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  395.       protected '_cacheTag' => boolean false
  396.       protected '_dataSaveAllowed' => boolean true
  397.       protected '_isObjectNew' => null
  398.       protected '_data' =>
  399.         array (size=13)
  400.           'option_type_id' => string '5639' (length=4)
  401.           'option_id' => string '385' (length=3)
  402.           'sku' => string 'black-main' (length=10)
  403.           'sort_order' => string '101' (length=3)
  404.           '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)
  405.           'store_title' => null
  406.           '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)
  407.           'default_price' => string '0.0000' (length=6)
  408.           'default_price_type' => string 'fixed' (length=5)
  409.           'store_price' => null
  410.           'store_price_type' => null
  411.           'price' => string '0.0000' (length=6)
  412.           'price_type' => string 'fixed' (length=5)
  413.       protected '_hasDataChanges' => boolean true
  414.       protected '_origData' =>
  415.         array (size=13)
  416.           'option_type_id' => string '5639' (length=4)
  417.           'option_id' => string '385' (length=3)
  418.           'sku' => string 'black-main' (length=10)
  419.           'sort_order' => string '101' (length=3)
  420.           '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)
  421.           'store_title' => null
  422.           '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)
  423.           'default_price' => string '0.0000' (length=6)
  424.           'default_price_type' => string 'fixed' (length=5)
  425.           'store_price' => null
  426.           'store_price_type' => null
  427.           'price' => string '0.0000' (length=6)
  428.           'price_type' => string 'fixed' (length=5)
  429.       protected '_idFieldName' => string 'option_type_id' (length=14)
  430.       protected '_isDeleted' => boolean false
  431.       protected '_oldFieldsMap' =>
  432.         array (size=0)
  433.           empty
  434.       protected '_syncFieldsMap' =>
  435.         array (size=0)
  436.           empty
  437.   5640 =>
  438.     object(Mage_Catalog_Model_Product_Option_Value)[187]
  439.       protected '_values' =>
  440.         array (size=0)
  441.           empty
  442.       protected '_product' =>
  443.         object(Mage_Catalog_Model_Product)[55]
  444.           protected '_cacheTag' => string 'catalog_product' (length=15)
  445.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  446.           protected '_eventObject' => string 'product' (length=7)
  447.           protected '_canAffectOptions' => boolean false
  448.           protected '_typeInstance' => null
  449.           protected '_typeInstanceSingleton' =>
  450.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  451.               ...
  452.           protected '_linkInstance' => null
  453.           protected '_customOptions' =>
  454.             array (size=0)
  455.               ...
  456.           protected '_urlModel' => null
  457.           protected '_errors' =>
  458.             array (size=0)
  459.               ...
  460.           protected '_optionInstance' =>
  461.             object(Mage_Catalog_Model_Product_Option)[257]
  462.               ...
  463.           protected '_options' =>
  464.             array (size=3)
  465.               ...
  466.           protected '_reservedAttributes' => null
  467.           protected '_isDuplicable' => boolean true
  468.           protected '_calculatePrice' => boolean true
  469.           protected '_defaultValues' =>
  470.             array (size=1)
  471.               ...
  472.           protected '_storeValuesFlags' =>
  473.             array (size=1)
  474.               ...
  475.           protected '_lockedAttributes' =>
  476.             array (size=0)
  477.               ...
  478.           protected '_isDeleteable' => boolean true
  479.           protected '_isReadonly' => boolean false
  480.           protected '_resourceName' => string 'catalog/product' (length=15)
  481.           protected '_resource' => null
  482.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  483.           protected '_dataSaveAllowed' => boolean true
  484.           protected '_isObjectNew' => null
  485.           protected '_data' =>
  486.             array (size=66)
  487.               ...
  488.           protected '_hasDataChanges' => boolean true
  489.           protected '_origData' => null
  490.           protected '_idFieldName' => string 'entity_id' (length=9)
  491.           protected '_isDeleted' => boolean false
  492.           protected '_oldFieldsMap' =>
  493.             array (size=0)
  494.               ...
  495.           protected '_syncFieldsMap' =>
  496.             array (size=0)
  497.               ...
  498.       protected '_option' =>
  499.         object(Mage_Catalog_Model_Product_Option)[59]
  500.           protected '_product' =>
  501.             object(Mage_Catalog_Model_Product)[55]
  502.               ...
  503.           protected '_options' =>
  504.             array (size=0)
  505.               ...
  506.           protected '_valueInstance' => null
  507.           protected '_values' =>
  508.             &array
  509.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  510.           protected '_eventObject' => string 'object' (length=6)
  511.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  512.           protected '_resource' => null
  513.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  514.           protected '_cacheTag' => boolean false
  515.           protected '_dataSaveAllowed' => boolean true
  516.           protected '_isObjectNew' => null
  517.           protected '_data' =>
  518.             array (size=21)
  519.               ...
  520.           protected '_hasDataChanges' => boolean true
  521.           protected '_origData' =>
  522.             array (size=20)
  523.               ...
  524.           protected '_idFieldName' => string 'option_id' (length=9)
  525.           protected '_isDeleted' => boolean false
  526.           protected '_oldFieldsMap' =>
  527.             array (size=0)
  528.               ...
  529.           protected '_syncFieldsMap' =>
  530.             array (size=0)
  531.               ...
  532.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  533.       protected '_eventObject' => string 'object' (length=6)
  534.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  535.       protected '_resource' => null
  536.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  537.       protected '_cacheTag' => boolean false
  538.       protected '_dataSaveAllowed' => boolean true
  539.       protected '_isObjectNew' => null
  540.       protected '_data' =>
  541.         array (size=13)
  542.           'option_type_id' => string '5640' (length=4)
  543.           'option_id' => string '385' (length=3)
  544.           'sku' => string 'grey-main' (length=9)
  545.           'sort_order' => string '115' (length=3)
  546.           '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)
  547.           'store_title' => null
  548.           '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)
  549.           'default_price' => string '0.0000' (length=6)
  550.           'default_price_type' => string 'fixed' (length=5)
  551.           'store_price' => null
  552.           'store_price_type' => null
  553.           'price' => string '0.0000' (length=6)
  554.           'price_type' => string 'fixed' (length=5)
  555.       protected '_hasDataChanges' => boolean true
  556.       protected '_origData' =>
  557.         array (size=13)
  558.           'option_type_id' => string '5640' (length=4)
  559.           'option_id' => string '385' (length=3)
  560.           'sku' => string 'grey-main' (length=9)
  561.           'sort_order' => string '115' (length=3)
  562.           '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)
  563.           'store_title' => null
  564.           '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)
  565.           'default_price' => string '0.0000' (length=6)
  566.           'default_price_type' => string 'fixed' (length=5)
  567.           'store_price' => null
  568.           'store_price_type' => null
  569.           'price' => string '0.0000' (length=6)
  570.           'price_type' => string 'fixed' (length=5)
  571.       protected '_idFieldName' => string 'option_type_id' (length=14)
  572.       protected '_isDeleted' => boolean false
  573.       protected '_oldFieldsMap' =>
  574.         array (size=0)
  575.           empty
  576.       protected '_syncFieldsMap' =>
  577.         array (size=0)
  578.           empty
  579.   5641 =>
  580.     object(Mage_Catalog_Model_Product_Option_Value)[185]
  581.       protected '_values' =>
  582.         array (size=0)
  583.           empty
  584.       protected '_product' =>
  585.         object(Mage_Catalog_Model_Product)[55]
  586.           protected '_cacheTag' => string 'catalog_product' (length=15)
  587.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  588.           protected '_eventObject' => string 'product' (length=7)
  589.           protected '_canAffectOptions' => boolean false
  590.           protected '_typeInstance' => null
  591.           protected '_typeInstanceSingleton' =>
  592.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  593.               ...
  594.           protected '_linkInstance' => null
  595.           protected '_customOptions' =>
  596.             array (size=0)
  597.               ...
  598.           protected '_urlModel' => null
  599.           protected '_errors' =>
  600.             array (size=0)
  601.               ...
  602.           protected '_optionInstance' =>
  603.             object(Mage_Catalog_Model_Product_Option)[257]
  604.               ...
  605.           protected '_options' =>
  606.             array (size=3)
  607.               ...
  608.           protected '_reservedAttributes' => null
  609.           protected '_isDuplicable' => boolean true
  610.           protected '_calculatePrice' => boolean true
  611.           protected '_defaultValues' =>
  612.             array (size=1)
  613.               ...
  614.           protected '_storeValuesFlags' =>
  615.             array (size=1)
  616.               ...
  617.           protected '_lockedAttributes' =>
  618.             array (size=0)
  619.               ...
  620.           protected '_isDeleteable' => boolean true
  621.           protected '_isReadonly' => boolean false
  622.           protected '_resourceName' => string 'catalog/product' (length=15)
  623.           protected '_resource' => null
  624.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  625.           protected '_dataSaveAllowed' => boolean true
  626.           protected '_isObjectNew' => null
  627.           protected '_data' =>
  628.             array (size=66)
  629.               ...
  630.           protected '_hasDataChanges' => boolean true
  631.           protected '_origData' => null
  632.           protected '_idFieldName' => string 'entity_id' (length=9)
  633.           protected '_isDeleted' => boolean false
  634.           protected '_oldFieldsMap' =>
  635.             array (size=0)
  636.               ...
  637.           protected '_syncFieldsMap' =>
  638.             array (size=0)
  639.               ...
  640.       protected '_option' =>
  641.         object(Mage_Catalog_Model_Product_Option)[59]
  642.           protected '_product' =>
  643.             object(Mage_Catalog_Model_Product)[55]
  644.               ...
  645.           protected '_options' =>
  646.             array (size=0)
  647.               ...
  648.           protected '_valueInstance' => null
  649.           protected '_values' =>
  650.             &array
  651.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  652.           protected '_eventObject' => string 'object' (length=6)
  653.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  654.           protected '_resource' => null
  655.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  656.           protected '_cacheTag' => boolean false
  657.           protected '_dataSaveAllowed' => boolean true
  658.           protected '_isObjectNew' => null
  659.           protected '_data' =>
  660.             array (size=21)
  661.               ...
  662.           protected '_hasDataChanges' => boolean true
  663.           protected '_origData' =>
  664.             array (size=20)
  665.               ...
  666.           protected '_idFieldName' => string 'option_id' (length=9)
  667.           protected '_isDeleted' => boolean false
  668.           protected '_oldFieldsMap' =>
  669.             array (size=0)
  670.               ...
  671.           protected '_syncFieldsMap' =>
  672.             array (size=0)
  673.               ...
  674.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  675.       protected '_eventObject' => string 'object' (length=6)
  676.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  677.       protected '_resource' => null
  678.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  679.       protected '_cacheTag' => boolean false
  680.       protected '_dataSaveAllowed' => boolean true
  681.       protected '_isObjectNew' => null
  682.       protected '_data' =>
  683.         array (size=13)
  684.           'option_type_id' => string '5641' (length=4)
  685.           'option_id' => string '385' (length=3)
  686.           'sku' => string 'lightgrey-main' (length=14)
  687.           'sort_order' => string '120' (length=3)
  688.           '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)
  689.           'store_title' => null
  690.           '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)
  691.           'default_price' => string '0.0000' (length=6)
  692.           'default_price_type' => string 'fixed' (length=5)
  693.           'store_price' => null
  694.           'store_price_type' => null
  695.           'price' => string '0.0000' (length=6)
  696.           'price_type' => string 'fixed' (length=5)
  697.       protected '_hasDataChanges' => boolean true
  698.       protected '_origData' =>
  699.         array (size=13)
  700.           'option_type_id' => string '5641' (length=4)
  701.           'option_id' => string '385' (length=3)
  702.           'sku' => string 'lightgrey-main' (length=14)
  703.           'sort_order' => string '120' (length=3)
  704.           '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)
  705.           'store_title' => null
  706.           '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)
  707.           'default_price' => string '0.0000' (length=6)
  708.           'default_price_type' => string 'fixed' (length=5)
  709.           'store_price' => null
  710.           'store_price_type' => null
  711.           'price' => string '0.0000' (length=6)
  712.           'price_type' => string 'fixed' (length=5)
  713.       protected '_idFieldName' => string 'option_type_id' (length=14)
  714.       protected '_isDeleted' => boolean false
  715.       protected '_oldFieldsMap' =>
  716.         array (size=0)
  717.           empty
  718.       protected '_syncFieldsMap' =>
  719.         array (size=0)
  720.           empty
  721.   5642 =>
  722.     object(Mage_Catalog_Model_Product_Option_Value)[183]
  723.       protected '_values' =>
  724.         array (size=0)
  725.           empty
  726.       protected '_product' =>
  727.         object(Mage_Catalog_Model_Product)[55]
  728.           protected '_cacheTag' => string 'catalog_product' (length=15)
  729.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  730.           protected '_eventObject' => string 'product' (length=7)
  731.           protected '_canAffectOptions' => boolean false
  732.           protected '_typeInstance' => null
  733.           protected '_typeInstanceSingleton' =>
  734.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  735.               ...
  736.           protected '_linkInstance' => null
  737.           protected '_customOptions' =>
  738.             array (size=0)
  739.               ...
  740.           protected '_urlModel' => null
  741.           protected '_errors' =>
  742.             array (size=0)
  743.               ...
  744.           protected '_optionInstance' =>
  745.             object(Mage_Catalog_Model_Product_Option)[257]
  746.               ...
  747.           protected '_options' =>
  748.             array (size=3)
  749.               ...
  750.           protected '_reservedAttributes' => null
  751.           protected '_isDuplicable' => boolean true
  752.           protected '_calculatePrice' => boolean true
  753.           protected '_defaultValues' =>
  754.             array (size=1)
  755.               ...
  756.           protected '_storeValuesFlags' =>
  757.             array (size=1)
  758.               ...
  759.           protected '_lockedAttributes' =>
  760.             array (size=0)
  761.               ...
  762.           protected '_isDeleteable' => boolean true
  763.           protected '_isReadonly' => boolean false
  764.           protected '_resourceName' => string 'catalog/product' (length=15)
  765.           protected '_resource' => null
  766.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  767.           protected '_dataSaveAllowed' => boolean true
  768.           protected '_isObjectNew' => null
  769.           protected '_data' =>
  770.             array (size=66)
  771.               ...
  772.           protected '_hasDataChanges' => boolean true
  773.           protected '_origData' => null
  774.           protected '_idFieldName' => string 'entity_id' (length=9)
  775.           protected '_isDeleted' => boolean false
  776.           protected '_oldFieldsMap' =>
  777.             array (size=0)
  778.               ...
  779.           protected '_syncFieldsMap' =>
  780.             array (size=0)
  781.               ...
  782.       protected '_option' =>
  783.         object(Mage_Catalog_Model_Product_Option)[59]
  784.           protected '_product' =>
  785.             object(Mage_Catalog_Model_Product)[55]
  786.               ...
  787.           protected '_options' =>
  788.             array (size=0)
  789.               ...
  790.           protected '_valueInstance' => null
  791.           protected '_values' =>
  792.             &array
  793.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  794.           protected '_eventObject' => string 'object' (length=6)
  795.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  796.           protected '_resource' => null
  797.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  798.           protected '_cacheTag' => boolean false
  799.           protected '_dataSaveAllowed' => boolean true
  800.           protected '_isObjectNew' => null
  801.           protected '_data' =>
  802.             array (size=21)
  803.               ...
  804.           protected '_hasDataChanges' => boolean true
  805.           protected '_origData' =>
  806.             array (size=20)
  807.               ...
  808.           protected '_idFieldName' => string 'option_id' (length=9)
  809.           protected '_isDeleted' => boolean false
  810.           protected '_oldFieldsMap' =>
  811.             array (size=0)
  812.               ...
  813.           protected '_syncFieldsMap' =>
  814.             array (size=0)
  815.               ...
  816.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  817.       protected '_eventObject' => string 'object' (length=6)
  818.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  819.       protected '_resource' => null
  820.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  821.       protected '_cacheTag' => boolean false
  822.       protected '_dataSaveAllowed' => boolean true
  823.       protected '_isObjectNew' => null
  824.       protected '_data' =>
  825.         array (size=13)
  826.           'option_type_id' => string '5642' (length=4)
  827.           'option_id' => string '385' (length=3)
  828.           'sku' => string 'darkblue-main' (length=13)
  829.           'sort_order' => string '130' (length=3)
  830.           '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)
  831.           'store_title' => null
  832.           '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)
  833.           'default_price' => string '0.0000' (length=6)
  834.           'default_price_type' => string 'fixed' (length=5)
  835.           'store_price' => null
  836.           'store_price_type' => null
  837.           'price' => string '0.0000' (length=6)
  838.           'price_type' => string 'fixed' (length=5)
  839.       protected '_hasDataChanges' => boolean true
  840.       protected '_origData' =>
  841.         array (size=13)
  842.           'option_type_id' => string '5642' (length=4)
  843.           'option_id' => string '385' (length=3)
  844.           'sku' => string 'darkblue-main' (length=13)
  845.           'sort_order' => string '130' (length=3)
  846.           '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)
  847.           'store_title' => null
  848.           '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)
  849.           'default_price' => string '0.0000' (length=6)
  850.           'default_price_type' => string 'fixed' (length=5)
  851.           'store_price' => null
  852.           'store_price_type' => null
  853.           'price' => string '0.0000' (length=6)
  854.           'price_type' => string 'fixed' (length=5)
  855.       protected '_idFieldName' => string 'option_type_id' (length=14)
  856.       protected '_isDeleted' => boolean false
  857.       protected '_oldFieldsMap' =>
  858.         array (size=0)
  859.           empty
  860.       protected '_syncFieldsMap' =>
  861.         array (size=0)
  862.           empty
  863.   5643 =>
  864.     object(Mage_Catalog_Model_Product_Option_Value)[181]
  865.       protected '_values' =>
  866.         array (size=0)
  867.           empty
  868.       protected '_product' =>
  869.         object(Mage_Catalog_Model_Product)[55]
  870.           protected '_cacheTag' => string 'catalog_product' (length=15)
  871.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  872.           protected '_eventObject' => string 'product' (length=7)
  873.           protected '_canAffectOptions' => boolean false
  874.           protected '_typeInstance' => null
  875.           protected '_typeInstanceSingleton' =>
  876.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  877.               ...
  878.           protected '_linkInstance' => null
  879.           protected '_customOptions' =>
  880.             array (size=0)
  881.               ...
  882.           protected '_urlModel' => null
  883.           protected '_errors' =>
  884.             array (size=0)
  885.               ...
  886.           protected '_optionInstance' =>
  887.             object(Mage_Catalog_Model_Product_Option)[257]
  888.               ...
  889.           protected '_options' =>
  890.             array (size=3)
  891.               ...
  892.           protected '_reservedAttributes' => null
  893.           protected '_isDuplicable' => boolean true
  894.           protected '_calculatePrice' => boolean true
  895.           protected '_defaultValues' =>
  896.             array (size=1)
  897.               ...
  898.           protected '_storeValuesFlags' =>
  899.             array (size=1)
  900.               ...
  901.           protected '_lockedAttributes' =>
  902.             array (size=0)
  903.               ...
  904.           protected '_isDeleteable' => boolean true
  905.           protected '_isReadonly' => boolean false
  906.           protected '_resourceName' => string 'catalog/product' (length=15)
  907.           protected '_resource' => null
  908.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  909.           protected '_dataSaveAllowed' => boolean true
  910.           protected '_isObjectNew' => null
  911.           protected '_data' =>
  912.             array (size=66)
  913.               ...
  914.           protected '_hasDataChanges' => boolean true
  915.           protected '_origData' => null
  916.           protected '_idFieldName' => string 'entity_id' (length=9)
  917.           protected '_isDeleted' => boolean false
  918.           protected '_oldFieldsMap' =>
  919.             array (size=0)
  920.               ...
  921.           protected '_syncFieldsMap' =>
  922.             array (size=0)
  923.               ...
  924.       protected '_option' =>
  925.         object(Mage_Catalog_Model_Product_Option)[59]
  926.           protected '_product' =>
  927.             object(Mage_Catalog_Model_Product)[55]
  928.               ...
  929.           protected '_options' =>
  930.             array (size=0)
  931.               ...
  932.           protected '_valueInstance' => null
  933.           protected '_values' =>
  934.             &array
  935.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  936.           protected '_eventObject' => string 'object' (length=6)
  937.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  938.           protected '_resource' => null
  939.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  940.           protected '_cacheTag' => boolean false
  941.           protected '_dataSaveAllowed' => boolean true
  942.           protected '_isObjectNew' => null
  943.           protected '_data' =>
  944.             array (size=21)
  945.               ...
  946.           protected '_hasDataChanges' => boolean true
  947.           protected '_origData' =>
  948.             array (size=20)
  949.               ...
  950.           protected '_idFieldName' => string 'option_id' (length=9)
  951.           protected '_isDeleted' => boolean false
  952.           protected '_oldFieldsMap' =>
  953.             array (size=0)
  954.               ...
  955.           protected '_syncFieldsMap' =>
  956.             array (size=0)
  957.               ...
  958.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  959.       protected '_eventObject' => string 'object' (length=6)
  960.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  961.       protected '_resource' => null
  962.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  963.       protected '_cacheTag' => boolean false
  964.       protected '_dataSaveAllowed' => boolean true
  965.       protected '_isObjectNew' => null
  966.       protected '_data' =>
  967.         array (size=13)
  968.           'option_type_id' => string '5643' (length=4)
  969.           'option_id' => string '385' (length=3)
  970.           'sku' => string 'oceanblue-main' (length=14)
  971.           'sort_order' => string '140' (length=3)
  972.           '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)
  973.           'store_title' => null
  974.           '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)
  975.           'default_price' => string '0.0000' (length=6)
  976.           'default_price_type' => string 'fixed' (length=5)
  977.           'store_price' => null
  978.           'store_price_type' => null
  979.           'price' => string '0.0000' (length=6)
  980.           'price_type' => string 'fixed' (length=5)
  981.       protected '_hasDataChanges' => boolean true
  982.       protected '_origData' =>
  983.         array (size=13)
  984.           'option_type_id' => string '5643' (length=4)
  985.           'option_id' => string '385' (length=3)
  986.           'sku' => string 'oceanblue-main' (length=14)
  987.           'sort_order' => string '140' (length=3)
  988.           '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)
  989.           'store_title' => null
  990.           '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)
  991.           'default_price' => string '0.0000' (length=6)
  992.           'default_price_type' => string 'fixed' (length=5)
  993.           'store_price' => null
  994.           'store_price_type' => null
  995.           'price' => string '0.0000' (length=6)
  996.           'price_type' => string 'fixed' (length=5)
  997.       protected '_idFieldName' => string 'option_type_id' (length=14)
  998.       protected '_isDeleted' => boolean false
  999.       protected '_oldFieldsMap' =>
  1000.         array (size=0)
  1001.           empty
  1002.       protected '_syncFieldsMap' =>
  1003.         array (size=0)
  1004.           empty
  1005.   5644 =>
  1006.     object(Mage_Catalog_Model_Product_Option_Value)[180]
  1007.       protected '_values' =>
  1008.         array (size=0)
  1009.           empty
  1010.       protected '_product' =>
  1011.         object(Mage_Catalog_Model_Product)[55]
  1012.           protected '_cacheTag' => string 'catalog_product' (length=15)
  1013.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  1014.           protected '_eventObject' => string 'product' (length=7)
  1015.           protected '_canAffectOptions' => boolean false
  1016.           protected '_typeInstance' => null
  1017.           protected '_typeInstanceSingleton' =>
  1018.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  1019.               ...
  1020.           protected '_linkInstance' => null
  1021.           protected '_customOptions' =>
  1022.             array (size=0)
  1023.               ...
  1024.           protected '_urlModel' => null
  1025.           protected '_errors' =>
  1026.             array (size=0)
  1027.               ...
  1028.           protected '_optionInstance' =>
  1029.             object(Mage_Catalog_Model_Product_Option)[257]
  1030.               ...
  1031.           protected '_options' =>
  1032.             array (size=3)
  1033.               ...
  1034.           protected '_reservedAttributes' => null
  1035.           protected '_isDuplicable' => boolean true
  1036.           protected '_calculatePrice' => boolean true
  1037.           protected '_defaultValues' =>
  1038.             array (size=1)
  1039.               ...
  1040.           protected '_storeValuesFlags' =>
  1041.             array (size=1)
  1042.               ...
  1043.           protected '_lockedAttributes' =>
  1044.             array (size=0)
  1045.               ...
  1046.           protected '_isDeleteable' => boolean true
  1047.           protected '_isReadonly' => boolean false
  1048.           protected '_resourceName' => string 'catalog/product' (length=15)
  1049.           protected '_resource' => null
  1050.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  1051.           protected '_dataSaveAllowed' => boolean true
  1052.           protected '_isObjectNew' => null
  1053.           protected '_data' =>
  1054.             array (size=66)
  1055.               ...
  1056.           protected '_hasDataChanges' => boolean true
  1057.           protected '_origData' => null
  1058.           protected '_idFieldName' => string 'entity_id' (length=9)
  1059.           protected '_isDeleted' => boolean false
  1060.           protected '_oldFieldsMap' =>
  1061.             array (size=0)
  1062.               ...
  1063.           protected '_syncFieldsMap' =>
  1064.             array (size=0)
  1065.               ...
  1066.       protected '_option' =>
  1067.         object(Mage_Catalog_Model_Product_Option)[59]
  1068.           protected '_product' =>
  1069.             object(Mage_Catalog_Model_Product)[55]
  1070.               ...
  1071.           protected '_options' =>
  1072.             array (size=0)
  1073.               ...
  1074.           protected '_valueInstance' => null
  1075.           protected '_values' =>
  1076.             &array
  1077.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  1078.           protected '_eventObject' => string 'object' (length=6)
  1079.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  1080.           protected '_resource' => null
  1081.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  1082.           protected '_cacheTag' => boolean false
  1083.           protected '_dataSaveAllowed' => boolean true
  1084.           protected '_isObjectNew' => null
  1085.           protected '_data' =>
  1086.             array (size=21)
  1087.               ...
  1088.           protected '_hasDataChanges' => boolean true
  1089.           protected '_origData' =>
  1090.             array (size=20)
  1091.               ...
  1092.           protected '_idFieldName' => string 'option_id' (length=9)
  1093.           protected '_isDeleted' => boolean false
  1094.           protected '_oldFieldsMap' =>
  1095.             array (size=0)
  1096.               ...
  1097.           protected '_syncFieldsMap' =>
  1098.             array (size=0)
  1099.               ...
  1100.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  1101.       protected '_eventObject' => string 'object' (length=6)
  1102.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  1103.       protected '_resource' => null
  1104.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  1105.       protected '_cacheTag' => boolean false
  1106.       protected '_dataSaveAllowed' => boolean true
  1107.       protected '_isObjectNew' => null
  1108.       protected '_data' =>
  1109.         array (size=13)
  1110.           'option_type_id' => string '5644' (length=4)
  1111.           'option_id' => string '385' (length=3)
  1112.           'sku' => string 'viola-main' (length=10)
  1113.           'sort_order' => string '150' (length=3)
  1114.           '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)
  1115.           'store_title' => null
  1116.           '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)
  1117.           'default_price' => string '0.0000' (length=6)
  1118.           'default_price_type' => string 'fixed' (length=5)
  1119.           'store_price' => null
  1120.           'store_price_type' => null
  1121.           'price' => string '0.0000' (length=6)
  1122.           'price_type' => string 'fixed' (length=5)
  1123.       protected '_hasDataChanges' => boolean true
  1124.       protected '_origData' =>
  1125.         array (size=13)
  1126.           'option_type_id' => string '5644' (length=4)
  1127.           'option_id' => string '385' (length=3)
  1128.           'sku' => string 'viola-main' (length=10)
  1129.           'sort_order' => string '150' (length=3)
  1130.           '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)
  1131.           'store_title' => null
  1132.           '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)
  1133.           'default_price' => string '0.0000' (length=6)
  1134.           'default_price_type' => string 'fixed' (length=5)
  1135.           'store_price' => null
  1136.           'store_price_type' => null
  1137.           'price' => string '0.0000' (length=6)
  1138.           'price_type' => string 'fixed' (length=5)
  1139.       protected '_idFieldName' => string 'option_type_id' (length=14)
  1140.       protected '_isDeleted' => boolean false
  1141.       protected '_oldFieldsMap' =>
  1142.         array (size=0)
  1143.           empty
  1144.       protected '_syncFieldsMap' =>
  1145.         array (size=0)
  1146.           empty
  1147.   5645 =>
  1148.     object(Mage_Catalog_Model_Product_Option_Value)[177]
  1149.       protected '_values' =>
  1150.         array (size=0)
  1151.           empty
  1152.       protected '_product' =>
  1153.         object(Mage_Catalog_Model_Product)[55]
  1154.           protected '_cacheTag' => string 'catalog_product' (length=15)
  1155.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  1156.           protected '_eventObject' => string 'product' (length=7)
  1157.           protected '_canAffectOptions' => boolean false
  1158.           protected '_typeInstance' => null
  1159.           protected '_typeInstanceSingleton' =>
  1160.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  1161.               ...
  1162.           protected '_linkInstance' => null
  1163.           protected '_customOptions' =>
  1164.             array (size=0)
  1165.               ...
  1166.           protected '_urlModel' => null
  1167.           protected '_errors' =>
  1168.             array (size=0)
  1169.               ...
  1170.           protected '_optionInstance' =>
  1171.             object(Mage_Catalog_Model_Product_Option)[257]
  1172.               ...
  1173.           protected '_options' =>
  1174.             array (size=3)
  1175.               ...
  1176.           protected '_reservedAttributes' => null
  1177.           protected '_isDuplicable' => boolean true
  1178.           protected '_calculatePrice' => boolean true
  1179.           protected '_defaultValues' =>
  1180.             array (size=1)
  1181.               ...
  1182.           protected '_storeValuesFlags' =>
  1183.             array (size=1)
  1184.               ...
  1185.           protected '_lockedAttributes' =>
  1186.             array (size=0)
  1187.               ...
  1188.           protected '_isDeleteable' => boolean true
  1189.           protected '_isReadonly' => boolean false
  1190.           protected '_resourceName' => string 'catalog/product' (length=15)
  1191.           protected '_resource' => null
  1192.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  1193.           protected '_dataSaveAllowed' => boolean true
  1194.           protected '_isObjectNew' => null
  1195.           protected '_data' =>
  1196.             array (size=66)
  1197.               ...
  1198.           protected '_hasDataChanges' => boolean true
  1199.           protected '_origData' => null
  1200.           protected '_idFieldName' => string 'entity_id' (length=9)
  1201.           protected '_isDeleted' => boolean false
  1202.           protected '_oldFieldsMap' =>
  1203.             array (size=0)
  1204.               ...
  1205.           protected '_syncFieldsMap' =>
  1206.             array (size=0)
  1207.               ...
  1208.       protected '_option' =>
  1209.         object(Mage_Catalog_Model_Product_Option)[59]
  1210.           protected '_product' =>
  1211.             object(Mage_Catalog_Model_Product)[55]
  1212.               ...
  1213.           protected '_options' =>
  1214.             array (size=0)
  1215.               ...
  1216.           protected '_valueInstance' => null
  1217.           protected '_values' =>
  1218.             &array
  1219.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  1220.           protected '_eventObject' => string 'object' (length=6)
  1221.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  1222.           protected '_resource' => null
  1223.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  1224.           protected '_cacheTag' => boolean false
  1225.           protected '_dataSaveAllowed' => boolean true
  1226.           protected '_isObjectNew' => null
  1227.           protected '_data' =>
  1228.             array (size=21)
  1229.               ...
  1230.           protected '_hasDataChanges' => boolean true
  1231.           protected '_origData' =>
  1232.             array (size=20)
  1233.               ...
  1234.           protected '_idFieldName' => string 'option_id' (length=9)
  1235.           protected '_isDeleted' => boolean false
  1236.           protected '_oldFieldsMap' =>
  1237.             array (size=0)
  1238.               ...
  1239.           protected '_syncFieldsMap' =>
  1240.             array (size=0)
  1241.               ...
  1242.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  1243.       protected '_eventObject' => string 'object' (length=6)
  1244.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  1245.       protected '_resource' => null
  1246.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  1247.       protected '_cacheTag' => boolean false
  1248.       protected '_dataSaveAllowed' => boolean true
  1249.       protected '_isObjectNew' => null
  1250.       protected '_data' =>
  1251.         array (size=13)
  1252.           'option_type_id' => string '5645' (length=4)
  1253.           'option_id' => string '385' (length=3)
  1254.           'sku' => string 'navy-main' (length=9)
  1255.           'sort_order' => string '160' (length=3)
  1256.           '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)
  1257.           'store_title' => null
  1258.           '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)
  1259.           'default_price' => string '0.0000' (length=6)
  1260.           'default_price_type' => string 'fixed' (length=5)
  1261.           'store_price' => null
  1262.           'store_price_type' => null
  1263.           'price' => string '0.0000' (length=6)
  1264.           'price_type' => string 'fixed' (length=5)
  1265.       protected '_hasDataChanges' => boolean true
  1266.       protected '_origData' =>
  1267.         array (size=13)
  1268.           'option_type_id' => string '5645' (length=4)
  1269.           'option_id' => string '385' (length=3)
  1270.           'sku' => string 'navy-main' (length=9)
  1271.           'sort_order' => string '160' (length=3)
  1272.           '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)
  1273.           'store_title' => null
  1274.           '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)
  1275.           'default_price' => string '0.0000' (length=6)
  1276.           'default_price_type' => string 'fixed' (length=5)
  1277.           'store_price' => null
  1278.           'store_price_type' => null
  1279.           'price' => string '0.0000' (length=6)
  1280.           'price_type' => string 'fixed' (length=5)
  1281.       protected '_idFieldName' => string 'option_type_id' (length=14)
  1282.       protected '_isDeleted' => boolean false
  1283.       protected '_oldFieldsMap' =>
  1284.         array (size=0)
  1285.           empty
  1286.       protected '_syncFieldsMap' =>
  1287.         array (size=0)
  1288.           empty
  1289.   5646 =>
  1290.     object(Mage_Catalog_Model_Product_Option_Value)[174]
  1291.       protected '_values' =>
  1292.         array (size=0)
  1293.           empty
  1294.       protected '_product' =>
  1295.         object(Mage_Catalog_Model_Product)[55]
  1296.           protected '_cacheTag' => string 'catalog_product' (length=15)
  1297.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  1298.           protected '_eventObject' => string 'product' (length=7)
  1299.           protected '_canAffectOptions' => boolean false
  1300.           protected '_typeInstance' => null
  1301.           protected '_typeInstanceSingleton' =>
  1302.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  1303.               ...
  1304.           protected '_linkInstance' => null
  1305.           protected '_customOptions' =>
  1306.             array (size=0)
  1307.               ...
  1308.           protected '_urlModel' => null
  1309.           protected '_errors' =>
  1310.             array (size=0)
  1311.               ...
  1312.           protected '_optionInstance' =>
  1313.             object(Mage_Catalog_Model_Product_Option)[257]
  1314.               ...
  1315.           protected '_options' =>
  1316.             array (size=3)
  1317.               ...
  1318.           protected '_reservedAttributes' => null
  1319.           protected '_isDuplicable' => boolean true
  1320.           protected '_calculatePrice' => boolean true
  1321.           protected '_defaultValues' =>
  1322.             array (size=1)
  1323.               ...
  1324.           protected '_storeValuesFlags' =>
  1325.             array (size=1)
  1326.               ...
  1327.           protected '_lockedAttributes' =>
  1328.             array (size=0)
  1329.               ...
  1330.           protected '_isDeleteable' => boolean true
  1331.           protected '_isReadonly' => boolean false
  1332.           protected '_resourceName' => string 'catalog/product' (length=15)
  1333.           protected '_resource' => null
  1334.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  1335.           protected '_dataSaveAllowed' => boolean true
  1336.           protected '_isObjectNew' => null
  1337.           protected '_data' =>
  1338.             array (size=66)
  1339.               ...
  1340.           protected '_hasDataChanges' => boolean true
  1341.           protected '_origData' => null
  1342.           protected '_idFieldName' => string 'entity_id' (length=9)
  1343.           protected '_isDeleted' => boolean false
  1344.           protected '_oldFieldsMap' =>
  1345.             array (size=0)
  1346.               ...
  1347.           protected '_syncFieldsMap' =>
  1348.             array (size=0)
  1349.               ...
  1350.       protected '_option' =>
  1351.         object(Mage_Catalog_Model_Product_Option)[59]
  1352.           protected '_product' =>
  1353.             object(Mage_Catalog_Model_Product)[55]
  1354.               ...
  1355.           protected '_options' =>
  1356.             array (size=0)
  1357.               ...
  1358.           protected '_valueInstance' => null
  1359.           protected '_values' =>
  1360.             &array
  1361.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  1362.           protected '_eventObject' => string 'object' (length=6)
  1363.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  1364.           protected '_resource' => null
  1365.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  1366.           protected '_cacheTag' => boolean false
  1367.           protected '_dataSaveAllowed' => boolean true
  1368.           protected '_isObjectNew' => null
  1369.           protected '_data' =>
  1370.             array (size=21)
  1371.               ...
  1372.           protected '_hasDataChanges' => boolean true
  1373.           protected '_origData' =>
  1374.             array (size=20)
  1375.               ...
  1376.           protected '_idFieldName' => string 'option_id' (length=9)
  1377.           protected '_isDeleted' => boolean false
  1378.           protected '_oldFieldsMap' =>
  1379.             array (size=0)
  1380.               ...
  1381.           protected '_syncFieldsMap' =>
  1382.             array (size=0)
  1383.               ...
  1384.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  1385.       protected '_eventObject' => string 'object' (length=6)
  1386.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  1387.       protected '_resource' => null
  1388.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  1389.       protected '_cacheTag' => boolean false
  1390.       protected '_dataSaveAllowed' => boolean true
  1391.       protected '_isObjectNew' => null
  1392.       protected '_data' =>
  1393.         array (size=13)
  1394.           'option_type_id' => string '5646' (length=4)
  1395.           'option_id' => string '385' (length=3)
  1396.           'sku' => string 'turkis-main' (length=11)
  1397.           'sort_order' => string '165' (length=3)
  1398.           '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)
  1399.           'store_title' => null
  1400.           '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)
  1401.           'default_price' => string '0.0000' (length=6)
  1402.           'default_price_type' => string 'fixed' (length=5)
  1403.           'store_price' => null
  1404.           'store_price_type' => null
  1405.           'price' => string '0.0000' (length=6)
  1406.           'price_type' => string 'fixed' (length=5)
  1407.       protected '_hasDataChanges' => boolean true
  1408.       protected '_origData' =>
  1409.         array (size=13)
  1410.           'option_type_id' => string '5646' (length=4)
  1411.           'option_id' => string '385' (length=3)
  1412.           'sku' => string 'turkis-main' (length=11)
  1413.           'sort_order' => string '165' (length=3)
  1414.           '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)
  1415.           'store_title' => null
  1416.           '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)
  1417.           'default_price' => string '0.0000' (length=6)
  1418.           'default_price_type' => string 'fixed' (length=5)
  1419.           'store_price' => null
  1420.           'store_price_type' => null
  1421.           'price' => string '0.0000' (length=6)
  1422.           'price_type' => string 'fixed' (length=5)
  1423.       protected '_idFieldName' => string 'option_type_id' (length=14)
  1424.       protected '_isDeleted' => boolean false
  1425.       protected '_oldFieldsMap' =>
  1426.         array (size=0)
  1427.           empty
  1428.       protected '_syncFieldsMap' =>
  1429.         array (size=0)
  1430.           empty
  1431.   5647 =>
  1432.     object(Mage_Catalog_Model_Product_Option_Value)[231]
  1433.       protected '_values' =>
  1434.         array (size=0)
  1435.           empty
  1436.       protected '_product' =>
  1437.         object(Mage_Catalog_Model_Product)[55]
  1438.           protected '_cacheTag' => string 'catalog_product' (length=15)
  1439.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  1440.           protected '_eventObject' => string 'product' (length=7)
  1441.           protected '_canAffectOptions' => boolean false
  1442.           protected '_typeInstance' => null
  1443.           protected '_typeInstanceSingleton' =>
  1444.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  1445.               ...
  1446.           protected '_linkInstance' => null
  1447.           protected '_customOptions' =>
  1448.             array (size=0)
  1449.               ...
  1450.           protected '_urlModel' => null
  1451.           protected '_errors' =>
  1452.             array (size=0)
  1453.               ...
  1454.           protected '_optionInstance' =>
  1455.             object(Mage_Catalog_Model_Product_Option)[257]
  1456.               ...
  1457.           protected '_options' =>
  1458.             array (size=3)
  1459.               ...
  1460.           protected '_reservedAttributes' => null
  1461.           protected '_isDuplicable' => boolean true
  1462.           protected '_calculatePrice' => boolean true
  1463.           protected '_defaultValues' =>
  1464.             array (size=1)
  1465.               ...
  1466.           protected '_storeValuesFlags' =>
  1467.             array (size=1)
  1468.               ...
  1469.           protected '_lockedAttributes' =>
  1470.             array (size=0)
  1471.               ...
  1472.           protected '_isDeleteable' => boolean true
  1473.           protected '_isReadonly' => boolean false
  1474.           protected '_resourceName' => string 'catalog/product' (length=15)
  1475.           protected '_resource' => null
  1476.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  1477.           protected '_dataSaveAllowed' => boolean true
  1478.           protected '_isObjectNew' => null
  1479.           protected '_data' =>
  1480.             array (size=66)
  1481.               ...
  1482.           protected '_hasDataChanges' => boolean true
  1483.           protected '_origData' => null
  1484.           protected '_idFieldName' => string 'entity_id' (length=9)
  1485.           protected '_isDeleted' => boolean false
  1486.           protected '_oldFieldsMap' =>
  1487.             array (size=0)
  1488.               ...
  1489.           protected '_syncFieldsMap' =>
  1490.             array (size=0)
  1491.               ...
  1492.       protected '_option' =>
  1493.         object(Mage_Catalog_Model_Product_Option)[59]
  1494.           protected '_product' =>
  1495.             object(Mage_Catalog_Model_Product)[55]
  1496.               ...
  1497.           protected '_options' =>
  1498.             array (size=0)
  1499.               ...
  1500.           protected '_valueInstance' => null
  1501.           protected '_values' =>
  1502.             &array
  1503.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  1504.           protected '_eventObject' => string 'object' (length=6)
  1505.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  1506.           protected '_resource' => null
  1507.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  1508.           protected '_cacheTag' => boolean false
  1509.           protected '_dataSaveAllowed' => boolean true
  1510.           protected '_isObjectNew' => null
  1511.           protected '_data' =>
  1512.             array (size=21)
  1513.               ...
  1514.           protected '_hasDataChanges' => boolean true
  1515.           protected '_origData' =>
  1516.             array (size=20)
  1517.               ...
  1518.           protected '_idFieldName' => string 'option_id' (length=9)
  1519.           protected '_isDeleted' => boolean false
  1520.           protected '_oldFieldsMap' =>
  1521.             array (size=0)
  1522.               ...
  1523.           protected '_syncFieldsMap' =>
  1524.             array (size=0)
  1525.               ...
  1526.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  1527.       protected '_eventObject' => string 'object' (length=6)
  1528.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  1529.       protected '_resource' => null
  1530.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  1531.       protected '_cacheTag' => boolean false
  1532.       protected '_dataSaveAllowed' => boolean true
  1533.       protected '_isObjectNew' => null
  1534.       protected '_data' =>
  1535.         array (size=13)
  1536.           'option_type_id' => string '5647' (length=4)
  1537.           'option_id' => string '385' (length=3)
  1538.           'sku' => string 'forestgreen-main' (length=16)
  1539.           'sort_order' => string '166' (length=3)
  1540.           '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)
  1541.           'store_title' => null
  1542.           '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)
  1543.           'default_price' => string '0.0000' (length=6)
  1544.           'default_price_type' => string 'fixed' (length=5)
  1545.           'store_price' => null
  1546.           'store_price_type' => null
  1547.           'price' => string '0.0000' (length=6)
  1548.           'price_type' => string 'fixed' (length=5)
  1549.       protected '_hasDataChanges' => boolean true
  1550.       protected '_origData' =>
  1551.         array (size=13)
  1552.           'option_type_id' => string '5647' (length=4)
  1553.           'option_id' => string '385' (length=3)
  1554.           'sku' => string 'forestgreen-main' (length=16)
  1555.           'sort_order' => string '166' (length=3)
  1556.           '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)
  1557.           'store_title' => null
  1558.           '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)
  1559.           'default_price' => string '0.0000' (length=6)
  1560.           'default_price_type' => string 'fixed' (length=5)
  1561.           'store_price' => null
  1562.           'store_price_type' => null
  1563.           'price' => string '0.0000' (length=6)
  1564.           'price_type' => string 'fixed' (length=5)
  1565.       protected '_idFieldName' => string 'option_type_id' (length=14)
  1566.       protected '_isDeleted' => boolean false
  1567.       protected '_oldFieldsMap' =>
  1568.         array (size=0)
  1569.           empty
  1570.       protected '_syncFieldsMap' =>
  1571.         array (size=0)
  1572.           empty
  1573.   5648 =>
  1574.     object(Mage_Catalog_Model_Product_Option_Value)[233]
  1575.       protected '_values' =>
  1576.         array (size=0)
  1577.           empty
  1578.       protected '_product' =>
  1579.         object(Mage_Catalog_Model_Product)[55]
  1580.           protected '_cacheTag' => string 'catalog_product' (length=15)
  1581.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  1582.           protected '_eventObject' => string 'product' (length=7)
  1583.           protected '_canAffectOptions' => boolean false
  1584.           protected '_typeInstance' => null
  1585.           protected '_typeInstanceSingleton' =>
  1586.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  1587.               ...
  1588.           protected '_linkInstance' => null
  1589.           protected '_customOptions' =>
  1590.             array (size=0)
  1591.               ...
  1592.           protected '_urlModel' => null
  1593.           protected '_errors' =>
  1594.             array (size=0)
  1595.               ...
  1596.           protected '_optionInstance' =>
  1597.             object(Mage_Catalog_Model_Product_Option)[257]
  1598.               ...
  1599.           protected '_options' =>
  1600.             array (size=3)
  1601.               ...
  1602.           protected '_reservedAttributes' => null
  1603.           protected '_isDuplicable' => boolean true
  1604.           protected '_calculatePrice' => boolean true
  1605.           protected '_defaultValues' =>
  1606.             array (size=1)
  1607.               ...
  1608.           protected '_storeValuesFlags' =>
  1609.             array (size=1)
  1610.               ...
  1611.           protected '_lockedAttributes' =>
  1612.             array (size=0)
  1613.               ...
  1614.           protected '_isDeleteable' => boolean true
  1615.           protected '_isReadonly' => boolean false
  1616.           protected '_resourceName' => string 'catalog/product' (length=15)
  1617.           protected '_resource' => null
  1618.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  1619.           protected '_dataSaveAllowed' => boolean true
  1620.           protected '_isObjectNew' => null
  1621.           protected '_data' =>
  1622.             array (size=66)
  1623.               ...
  1624.           protected '_hasDataChanges' => boolean true
  1625.           protected '_origData' => null
  1626.           protected '_idFieldName' => string 'entity_id' (length=9)
  1627.           protected '_isDeleted' => boolean false
  1628.           protected '_oldFieldsMap' =>
  1629.             array (size=0)
  1630.               ...
  1631.           protected '_syncFieldsMap' =>
  1632.             array (size=0)
  1633.               ...
  1634.       protected '_option' =>
  1635.         object(Mage_Catalog_Model_Product_Option)[59]
  1636.           protected '_product' =>
  1637.             object(Mage_Catalog_Model_Product)[55]
  1638.               ...
  1639.           protected '_options' =>
  1640.             array (size=0)
  1641.               ...
  1642.           protected '_valueInstance' => null
  1643.           protected '_values' =>
  1644.             &array
  1645.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  1646.           protected '_eventObject' => string 'object' (length=6)
  1647.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  1648.           protected '_resource' => null
  1649.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  1650.           protected '_cacheTag' => boolean false
  1651.           protected '_dataSaveAllowed' => boolean true
  1652.           protected '_isObjectNew' => null
  1653.           protected '_data' =>
  1654.             array (size=21)
  1655.               ...
  1656.           protected '_hasDataChanges' => boolean true
  1657.           protected '_origData' =>
  1658.             array (size=20)
  1659.               ...
  1660.           protected '_idFieldName' => string 'option_id' (length=9)
  1661.           protected '_isDeleted' => boolean false
  1662.           protected '_oldFieldsMap' =>
  1663.             array (size=0)
  1664.               ...
  1665.           protected '_syncFieldsMap' =>
  1666.             array (size=0)
  1667.               ...
  1668.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  1669.       protected '_eventObject' => string 'object' (length=6)
  1670.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  1671.       protected '_resource' => null
  1672.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  1673.       protected '_cacheTag' => boolean false
  1674.       protected '_dataSaveAllowed' => boolean true
  1675.       protected '_isObjectNew' => null
  1676.       protected '_data' =>
  1677.         array (size=13)
  1678.           'option_type_id' => string '5648' (length=4)
  1679.           'option_id' => string '385' (length=3)
  1680.           'sku' => string 'army-main' (length=9)
  1681.           'sort_order' => string '167' (length=3)
  1682.           '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)
  1683.           'store_title' => null
  1684.           '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)
  1685.           'default_price' => string '0.0000' (length=6)
  1686.           'default_price_type' => string 'fixed' (length=5)
  1687.           'store_price' => null
  1688.           'store_price_type' => null
  1689.           'price' => string '0.0000' (length=6)
  1690.           'price_type' => string 'fixed' (length=5)
  1691.       protected '_hasDataChanges' => boolean true
  1692.       protected '_origData' =>
  1693.         array (size=13)
  1694.           'option_type_id' => string '5648' (length=4)
  1695.           'option_id' => string '385' (length=3)
  1696.           'sku' => string 'army-main' (length=9)
  1697.           'sort_order' => string '167' (length=3)
  1698.           '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)
  1699.           'store_title' => null
  1700.           '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)
  1701.           'default_price' => string '0.0000' (length=6)
  1702.           'default_price_type' => string 'fixed' (length=5)
  1703.           'store_price' => null
  1704.           'store_price_type' => null
  1705.           'price' => string '0.0000' (length=6)
  1706.           'price_type' => string 'fixed' (length=5)
  1707.       protected '_idFieldName' => string 'option_type_id' (length=14)
  1708.       protected '_isDeleted' => boolean false
  1709.       protected '_oldFieldsMap' =>
  1710.         array (size=0)
  1711.           empty
  1712.       protected '_syncFieldsMap' =>
  1713.         array (size=0)
  1714.           empty
  1715.   5649 =>
  1716.     object(Mage_Catalog_Model_Product_Option_Value)[235]
  1717.       protected '_values' =>
  1718.         array (size=0)
  1719.           empty
  1720.       protected '_product' =>
  1721.         object(Mage_Catalog_Model_Product)[55]
  1722.           protected '_cacheTag' => string 'catalog_product' (length=15)
  1723.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  1724.           protected '_eventObject' => string 'product' (length=7)
  1725.           protected '_canAffectOptions' => boolean false
  1726.           protected '_typeInstance' => null
  1727.           protected '_typeInstanceSingleton' =>
  1728.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  1729.               ...
  1730.           protected '_linkInstance' => null
  1731.           protected '_customOptions' =>
  1732.             array (size=0)
  1733.               ...
  1734.           protected '_urlModel' => null
  1735.           protected '_errors' =>
  1736.             array (size=0)
  1737.               ...
  1738.           protected '_optionInstance' =>
  1739.             object(Mage_Catalog_Model_Product_Option)[257]
  1740.               ...
  1741.           protected '_options' =>
  1742.             array (size=3)
  1743.               ...
  1744.           protected '_reservedAttributes' => null
  1745.           protected '_isDuplicable' => boolean true
  1746.           protected '_calculatePrice' => boolean true
  1747.           protected '_defaultValues' =>
  1748.             array (size=1)
  1749.               ...
  1750.           protected '_storeValuesFlags' =>
  1751.             array (size=1)
  1752.               ...
  1753.           protected '_lockedAttributes' =>
  1754.             array (size=0)
  1755.               ...
  1756.           protected '_isDeleteable' => boolean true
  1757.           protected '_isReadonly' => boolean false
  1758.           protected '_resourceName' => string 'catalog/product' (length=15)
  1759.           protected '_resource' => null
  1760.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  1761.           protected '_dataSaveAllowed' => boolean true
  1762.           protected '_isObjectNew' => null
  1763.           protected '_data' =>
  1764.             array (size=66)
  1765.               ...
  1766.           protected '_hasDataChanges' => boolean true
  1767.           protected '_origData' => null
  1768.           protected '_idFieldName' => string 'entity_id' (length=9)
  1769.           protected '_isDeleted' => boolean false
  1770.           protected '_oldFieldsMap' =>
  1771.             array (size=0)
  1772.               ...
  1773.           protected '_syncFieldsMap' =>
  1774.             array (size=0)
  1775.               ...
  1776.       protected '_option' =>
  1777.         object(Mage_Catalog_Model_Product_Option)[59]
  1778.           protected '_product' =>
  1779.             object(Mage_Catalog_Model_Product)[55]
  1780.               ...
  1781.           protected '_options' =>
  1782.             array (size=0)
  1783.               ...
  1784.           protected '_valueInstance' => null
  1785.           protected '_values' =>
  1786.             &array
  1787.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  1788.           protected '_eventObject' => string 'object' (length=6)
  1789.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  1790.           protected '_resource' => null
  1791.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  1792.           protected '_cacheTag' => boolean false
  1793.           protected '_dataSaveAllowed' => boolean true
  1794.           protected '_isObjectNew' => null
  1795.           protected '_data' =>
  1796.             array (size=21)
  1797.               ...
  1798.           protected '_hasDataChanges' => boolean true
  1799.           protected '_origData' =>
  1800.             array (size=20)
  1801.               ...
  1802.           protected '_idFieldName' => string 'option_id' (length=9)
  1803.           protected '_isDeleted' => boolean false
  1804.           protected '_oldFieldsMap' =>
  1805.             array (size=0)
  1806.               ...
  1807.           protected '_syncFieldsMap' =>
  1808.             array (size=0)
  1809.               ...
  1810.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  1811.       protected '_eventObject' => string 'object' (length=6)
  1812.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  1813.       protected '_resource' => null
  1814.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  1815.       protected '_cacheTag' => boolean false
  1816.       protected '_dataSaveAllowed' => boolean true
  1817.       protected '_isObjectNew' => null
  1818.       protected '_data' =>
  1819.         array (size=13)
  1820.           'option_type_id' => string '5649' (length=4)
  1821.           'option_id' => string '385' (length=3)
  1822.           'sku' => string 'spring-main' (length=11)
  1823.           'sort_order' => string '168' (length=3)
  1824.           '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)
  1825.           'store_title' => null
  1826.           '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)
  1827.           'default_price' => string '0.0000' (length=6)
  1828.           'default_price_type' => string 'fixed' (length=5)
  1829.           'store_price' => null
  1830.           'store_price_type' => null
  1831.           'price' => string '0.0000' (length=6)
  1832.           'price_type' => string 'fixed' (length=5)
  1833.       protected '_hasDataChanges' => boolean true
  1834.       protected '_origData' =>
  1835.         array (size=13)
  1836.           'option_type_id' => string '5649' (length=4)
  1837.           'option_id' => string '385' (length=3)
  1838.           'sku' => string 'spring-main' (length=11)
  1839.           'sort_order' => string '168' (length=3)
  1840.           '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)
  1841.           'store_title' => null
  1842.           '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)
  1843.           'default_price' => string '0.0000' (length=6)
  1844.           'default_price_type' => string 'fixed' (length=5)
  1845.           'store_price' => null
  1846.           'store_price_type' => null
  1847.           'price' => string '0.0000' (length=6)
  1848.           'price_type' => string 'fixed' (length=5)
  1849.       protected '_idFieldName' => string 'option_type_id' (length=14)
  1850.       protected '_isDeleted' => boolean false
  1851.       protected '_oldFieldsMap' =>
  1852.         array (size=0)
  1853.           empty
  1854.       protected '_syncFieldsMap' =>
  1855.         array (size=0)
  1856.           empty
  1857.   5650 =>
  1858.     object(Mage_Catalog_Model_Product_Option_Value)[237]
  1859.       protected '_values' =>
  1860.         array (size=0)
  1861.           empty
  1862.       protected '_product' =>
  1863.         object(Mage_Catalog_Model_Product)[55]
  1864.           protected '_cacheTag' => string 'catalog_product' (length=15)
  1865.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  1866.           protected '_eventObject' => string 'product' (length=7)
  1867.           protected '_canAffectOptions' => boolean false
  1868.           protected '_typeInstance' => null
  1869.           protected '_typeInstanceSingleton' =>
  1870.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  1871.               ...
  1872.           protected '_linkInstance' => null
  1873.           protected '_customOptions' =>
  1874.             array (size=0)
  1875.               ...
  1876.           protected '_urlModel' => null
  1877.           protected '_errors' =>
  1878.             array (size=0)
  1879.               ...
  1880.           protected '_optionInstance' =>
  1881.             object(Mage_Catalog_Model_Product_Option)[257]
  1882.               ...
  1883.           protected '_options' =>
  1884.             array (size=3)
  1885.               ...
  1886.           protected '_reservedAttributes' => null
  1887.           protected '_isDuplicable' => boolean true
  1888.           protected '_calculatePrice' => boolean true
  1889.           protected '_defaultValues' =>
  1890.             array (size=1)
  1891.               ...
  1892.           protected '_storeValuesFlags' =>
  1893.             array (size=1)
  1894.               ...
  1895.           protected '_lockedAttributes' =>
  1896.             array (size=0)
  1897.               ...
  1898.           protected '_isDeleteable' => boolean true
  1899.           protected '_isReadonly' => boolean false
  1900.           protected '_resourceName' => string 'catalog/product' (length=15)
  1901.           protected '_resource' => null
  1902.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  1903.           protected '_dataSaveAllowed' => boolean true
  1904.           protected '_isObjectNew' => null
  1905.           protected '_data' =>
  1906.             array (size=66)
  1907.               ...
  1908.           protected '_hasDataChanges' => boolean true
  1909.           protected '_origData' => null
  1910.           protected '_idFieldName' => string 'entity_id' (length=9)
  1911.           protected '_isDeleted' => boolean false
  1912.           protected '_oldFieldsMap' =>
  1913.             array (size=0)
  1914.               ...
  1915.           protected '_syncFieldsMap' =>
  1916.             array (size=0)
  1917.               ...
  1918.       protected '_option' =>
  1919.         object(Mage_Catalog_Model_Product_Option)[59]
  1920.           protected '_product' =>
  1921.             object(Mage_Catalog_Model_Product)[55]
  1922.               ...
  1923.           protected '_options' =>
  1924.             array (size=0)
  1925.               ...
  1926.           protected '_valueInstance' => null
  1927.           protected '_values' =>
  1928.             &array
  1929.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  1930.           protected '_eventObject' => string 'object' (length=6)
  1931.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  1932.           protected '_resource' => null
  1933.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  1934.           protected '_cacheTag' => boolean false
  1935.           protected '_dataSaveAllowed' => boolean true
  1936.           protected '_isObjectNew' => null
  1937.           protected '_data' =>
  1938.             array (size=21)
  1939.               ...
  1940.           protected '_hasDataChanges' => boolean true
  1941.           protected '_origData' =>
  1942.             array (size=20)
  1943.               ...
  1944.           protected '_idFieldName' => string 'option_id' (length=9)
  1945.           protected '_isDeleted' => boolean false
  1946.           protected '_oldFieldsMap' =>
  1947.             array (size=0)
  1948.               ...
  1949.           protected '_syncFieldsMap' =>
  1950.             array (size=0)
  1951.               ...
  1952.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  1953.       protected '_eventObject' => string 'object' (length=6)
  1954.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  1955.       protected '_resource' => null
  1956.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  1957.       protected '_cacheTag' => boolean false
  1958.       protected '_dataSaveAllowed' => boolean true
  1959.       protected '_isObjectNew' => null
  1960.       protected '_data' =>
  1961.         array (size=13)
  1962.           'option_type_id' => string '5650' (length=4)
  1963.           'option_id' => string '385' (length=3)
  1964.           'sku' => string 'lime-main' (length=9)
  1965.           'sort_order' => string '169' (length=3)
  1966.           '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)
  1967.           'store_title' => null
  1968.           '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)
  1969.           'default_price' => string '0.0000' (length=6)
  1970.           'default_price_type' => string 'fixed' (length=5)
  1971.           'store_price' => null
  1972.           'store_price_type' => null
  1973.           'price' => string '0.0000' (length=6)
  1974.           'price_type' => string 'fixed' (length=5)
  1975.       protected '_hasDataChanges' => boolean true
  1976.       protected '_origData' =>
  1977.         array (size=13)
  1978.           'option_type_id' => string '5650' (length=4)
  1979.           'option_id' => string '385' (length=3)
  1980.           'sku' => string 'lime-main' (length=9)
  1981.           'sort_order' => string '169' (length=3)
  1982.           '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)
  1983.           'store_title' => null
  1984.           '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)
  1985.           'default_price' => string '0.0000' (length=6)
  1986.           'default_price_type' => string 'fixed' (length=5)
  1987.           'store_price' => null
  1988.           'store_price_type' => null
  1989.           'price' => string '0.0000' (length=6)
  1990.           'price_type' => string 'fixed' (length=5)
  1991.       protected '_idFieldName' => string 'option_type_id' (length=14)
  1992.       protected '_isDeleted' => boolean false
  1993.       protected '_oldFieldsMap' =>
  1994.         array (size=0)
  1995.           empty
  1996.       protected '_syncFieldsMap' =>
  1997.         array (size=0)
  1998.           empty
  1999.   5651 =>
  2000.     object(Mage_Catalog_Model_Product_Option_Value)[238]
  2001.       protected '_values' =>
  2002.         array (size=0)
  2003.           empty
  2004.       protected '_product' =>
  2005.         object(Mage_Catalog_Model_Product)[55]
  2006.           protected '_cacheTag' => string 'catalog_product' (length=15)
  2007.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  2008.           protected '_eventObject' => string 'product' (length=7)
  2009.           protected '_canAffectOptions' => boolean false
  2010.           protected '_typeInstance' => null
  2011.           protected '_typeInstanceSingleton' =>
  2012.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  2013.               ...
  2014.           protected '_linkInstance' => null
  2015.           protected '_customOptions' =>
  2016.             array (size=0)
  2017.               ...
  2018.           protected '_urlModel' => null
  2019.           protected '_errors' =>
  2020.             array (size=0)
  2021.               ...
  2022.           protected '_optionInstance' =>
  2023.             object(Mage_Catalog_Model_Product_Option)[257]
  2024.               ...
  2025.           protected '_options' =>
  2026.             array (size=3)
  2027.               ...
  2028.           protected '_reservedAttributes' => null
  2029.           protected '_isDuplicable' => boolean true
  2030.           protected '_calculatePrice' => boolean true
  2031.           protected '_defaultValues' =>
  2032.             array (size=1)
  2033.               ...
  2034.           protected '_storeValuesFlags' =>
  2035.             array (size=1)
  2036.               ...
  2037.           protected '_lockedAttributes' =>
  2038.             array (size=0)
  2039.               ...
  2040.           protected '_isDeleteable' => boolean true
  2041.           protected '_isReadonly' => boolean false
  2042.           protected '_resourceName' => string 'catalog/product' (length=15)
  2043.           protected '_resource' => null
  2044.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  2045.           protected '_dataSaveAllowed' => boolean true
  2046.           protected '_isObjectNew' => null
  2047.           protected '_data' =>
  2048.             array (size=66)
  2049.               ...
  2050.           protected '_hasDataChanges' => boolean true
  2051.           protected '_origData' => null
  2052.           protected '_idFieldName' => string 'entity_id' (length=9)
  2053.           protected '_isDeleted' => boolean false
  2054.           protected '_oldFieldsMap' =>
  2055.             array (size=0)
  2056.               ...
  2057.           protected '_syncFieldsMap' =>
  2058.             array (size=0)
  2059.               ...
  2060.       protected '_option' =>
  2061.         object(Mage_Catalog_Model_Product_Option)[59]
  2062.           protected '_product' =>
  2063.             object(Mage_Catalog_Model_Product)[55]
  2064.               ...
  2065.           protected '_options' =>
  2066.             array (size=0)
  2067.               ...
  2068.           protected '_valueInstance' => null
  2069.           protected '_values' =>
  2070.             &array
  2071.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  2072.           protected '_eventObject' => string 'object' (length=6)
  2073.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  2074.           protected '_resource' => null
  2075.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  2076.           protected '_cacheTag' => boolean false
  2077.           protected '_dataSaveAllowed' => boolean true
  2078.           protected '_isObjectNew' => null
  2079.           protected '_data' =>
  2080.             array (size=21)
  2081.               ...
  2082.           protected '_hasDataChanges' => boolean true
  2083.           protected '_origData' =>
  2084.             array (size=20)
  2085.               ...
  2086.           protected '_idFieldName' => string 'option_id' (length=9)
  2087.           protected '_isDeleted' => boolean false
  2088.           protected '_oldFieldsMap' =>
  2089.             array (size=0)
  2090.               ...
  2091.           protected '_syncFieldsMap' =>
  2092.             array (size=0)
  2093.               ...
  2094.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  2095.       protected '_eventObject' => string 'object' (length=6)
  2096.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  2097.       protected '_resource' => null
  2098.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  2099.       protected '_cacheTag' => boolean false
  2100.       protected '_dataSaveAllowed' => boolean true
  2101.       protected '_isObjectNew' => null
  2102.       protected '_data' =>
  2103.         array (size=13)
  2104.           'option_type_id' => string '5651' (length=4)
  2105.           'option_id' => string '385' (length=3)
  2106.           'sku' => string 'brandy-main' (length=11)
  2107.           'sort_order' => string '171' (length=3)
  2108.           '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)
  2109.           'store_title' => null
  2110.           '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)
  2111.           'default_price' => string '0.0000' (length=6)
  2112.           'default_price_type' => string 'fixed' (length=5)
  2113.           'store_price' => null
  2114.           'store_price_type' => null
  2115.           'price' => string '0.0000' (length=6)
  2116.           'price_type' => string 'fixed' (length=5)
  2117.       protected '_hasDataChanges' => boolean true
  2118.       protected '_origData' =>
  2119.         array (size=13)
  2120.           'option_type_id' => string '5651' (length=4)
  2121.           'option_id' => string '385' (length=3)
  2122.           'sku' => string 'brandy-main' (length=11)
  2123.           'sort_order' => string '171' (length=3)
  2124.           '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)
  2125.           'store_title' => null
  2126.           '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)
  2127.           'default_price' => string '0.0000' (length=6)
  2128.           'default_price_type' => string 'fixed' (length=5)
  2129.           'store_price' => null
  2130.           'store_price_type' => null
  2131.           'price' => string '0.0000' (length=6)
  2132.           'price_type' => string 'fixed' (length=5)
  2133.       protected '_idFieldName' => string 'option_type_id' (length=14)
  2134.       protected '_isDeleted' => boolean false
  2135.       protected '_oldFieldsMap' =>
  2136.         array (size=0)
  2137.           empty
  2138.       protected '_syncFieldsMap' =>
  2139.         array (size=0)
  2140.           empty
  2141.   5652 =>
  2142.     object(Mage_Catalog_Model_Product_Option_Value)[241]
  2143.       protected '_values' =>
  2144.         array (size=0)
  2145.           empty
  2146.       protected '_product' =>
  2147.         object(Mage_Catalog_Model_Product)[55]
  2148.           protected '_cacheTag' => string 'catalog_product' (length=15)
  2149.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  2150.           protected '_eventObject' => string 'product' (length=7)
  2151.           protected '_canAffectOptions' => boolean false
  2152.           protected '_typeInstance' => null
  2153.           protected '_typeInstanceSingleton' =>
  2154.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  2155.               ...
  2156.           protected '_linkInstance' => null
  2157.           protected '_customOptions' =>
  2158.             array (size=0)
  2159.               ...
  2160.           protected '_urlModel' => null
  2161.           protected '_errors' =>
  2162.             array (size=0)
  2163.               ...
  2164.           protected '_optionInstance' =>
  2165.             object(Mage_Catalog_Model_Product_Option)[257]
  2166.               ...
  2167.           protected '_options' =>
  2168.             array (size=3)
  2169.               ...
  2170.           protected '_reservedAttributes' => null
  2171.           protected '_isDuplicable' => boolean true
  2172.           protected '_calculatePrice' => boolean true
  2173.           protected '_defaultValues' =>
  2174.             array (size=1)
  2175.               ...
  2176.           protected '_storeValuesFlags' =>
  2177.             array (size=1)
  2178.               ...
  2179.           protected '_lockedAttributes' =>
  2180.             array (size=0)
  2181.               ...
  2182.           protected '_isDeleteable' => boolean true
  2183.           protected '_isReadonly' => boolean false
  2184.           protected '_resourceName' => string 'catalog/product' (length=15)
  2185.           protected '_resource' => null
  2186.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  2187.           protected '_dataSaveAllowed' => boolean true
  2188.           protected '_isObjectNew' => null
  2189.           protected '_data' =>
  2190.             array (size=66)
  2191.               ...
  2192.           protected '_hasDataChanges' => boolean true
  2193.           protected '_origData' => null
  2194.           protected '_idFieldName' => string 'entity_id' (length=9)
  2195.           protected '_isDeleted' => boolean false
  2196.           protected '_oldFieldsMap' =>
  2197.             array (size=0)
  2198.               ...
  2199.           protected '_syncFieldsMap' =>
  2200.             array (size=0)
  2201.               ...
  2202.       protected '_option' =>
  2203.         object(Mage_Catalog_Model_Product_Option)[59]
  2204.           protected '_product' =>
  2205.             object(Mage_Catalog_Model_Product)[55]
  2206.               ...
  2207.           protected '_options' =>
  2208.             array (size=0)
  2209.               ...
  2210.           protected '_valueInstance' => null
  2211.           protected '_values' =>
  2212.             &array
  2213.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  2214.           protected '_eventObject' => string 'object' (length=6)
  2215.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  2216.           protected '_resource' => null
  2217.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  2218.           protected '_cacheTag' => boolean false
  2219.           protected '_dataSaveAllowed' => boolean true
  2220.           protected '_isObjectNew' => null
  2221.           protected '_data' =>
  2222.             array (size=21)
  2223.               ...
  2224.           protected '_hasDataChanges' => boolean true
  2225.           protected '_origData' =>
  2226.             array (size=20)
  2227.               ...
  2228.           protected '_idFieldName' => string 'option_id' (length=9)
  2229.           protected '_isDeleted' => boolean false
  2230.           protected '_oldFieldsMap' =>
  2231.             array (size=0)
  2232.               ...
  2233.           protected '_syncFieldsMap' =>
  2234.             array (size=0)
  2235.               ...
  2236.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  2237.       protected '_eventObject' => string 'object' (length=6)
  2238.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  2239.       protected '_resource' => null
  2240.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  2241.       protected '_cacheTag' => boolean false
  2242.       protected '_dataSaveAllowed' => boolean true
  2243.       protected '_isObjectNew' => null
  2244.       protected '_data' =>
  2245.         array (size=13)
  2246.           'option_type_id' => string '5652' (length=4)
  2247.           'option_id' => string '385' (length=3)
  2248.           'sku' => string 'chestnut-main' (length=13)
  2249.           'sort_order' => string '172' (length=3)
  2250.           '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)
  2251.           'store_title' => null
  2252.           '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)
  2253.           'default_price' => string '0.0000' (length=6)
  2254.           'default_price_type' => string 'fixed' (length=5)
  2255.           'store_price' => null
  2256.           'store_price_type' => null
  2257.           'price' => string '0.0000' (length=6)
  2258.           'price_type' => string 'fixed' (length=5)
  2259.       protected '_hasDataChanges' => boolean true
  2260.       protected '_origData' =>
  2261.         array (size=13)
  2262.           'option_type_id' => string '5652' (length=4)
  2263.           'option_id' => string '385' (length=3)
  2264.           'sku' => string 'chestnut-main' (length=13)
  2265.           'sort_order' => string '172' (length=3)
  2266.           '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)
  2267.           'store_title' => null
  2268.           '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)
  2269.           'default_price' => string '0.0000' (length=6)
  2270.           'default_price_type' => string 'fixed' (length=5)
  2271.           'store_price' => null
  2272.           'store_price_type' => null
  2273.           'price' => string '0.0000' (length=6)
  2274.           'price_type' => string 'fixed' (length=5)
  2275.       protected '_idFieldName' => string 'option_type_id' (length=14)
  2276.       protected '_isDeleted' => boolean false
  2277.       protected '_oldFieldsMap' =>
  2278.         array (size=0)
  2279.           empty
  2280.       protected '_syncFieldsMap' =>
  2281.         array (size=0)
  2282.           empty
  2283.   5653 =>
  2284.     object(Mage_Catalog_Model_Product_Option_Value)[243]
  2285.       protected '_values' =>
  2286.         array (size=0)
  2287.           empty
  2288.       protected '_product' =>
  2289.         object(Mage_Catalog_Model_Product)[55]
  2290.           protected '_cacheTag' => string 'catalog_product' (length=15)
  2291.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  2292.           protected '_eventObject' => string 'product' (length=7)
  2293.           protected '_canAffectOptions' => boolean false
  2294.           protected '_typeInstance' => null
  2295.           protected '_typeInstanceSingleton' =>
  2296.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  2297.               ...
  2298.           protected '_linkInstance' => null
  2299.           protected '_customOptions' =>
  2300.             array (size=0)
  2301.               ...
  2302.           protected '_urlModel' => null
  2303.           protected '_errors' =>
  2304.             array (size=0)
  2305.               ...
  2306.           protected '_optionInstance' =>
  2307.             object(Mage_Catalog_Model_Product_Option)[257]
  2308.               ...
  2309.           protected '_options' =>
  2310.             array (size=3)
  2311.               ...
  2312.           protected '_reservedAttributes' => null
  2313.           protected '_isDuplicable' => boolean true
  2314.           protected '_calculatePrice' => boolean true
  2315.           protected '_defaultValues' =>
  2316.             array (size=1)
  2317.               ...
  2318.           protected '_storeValuesFlags' =>
  2319.             array (size=1)
  2320.               ...
  2321.           protected '_lockedAttributes' =>
  2322.             array (size=0)
  2323.               ...
  2324.           protected '_isDeleteable' => boolean true
  2325.           protected '_isReadonly' => boolean false
  2326.           protected '_resourceName' => string 'catalog/product' (length=15)
  2327.           protected '_resource' => null
  2328.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  2329.           protected '_dataSaveAllowed' => boolean true
  2330.           protected '_isObjectNew' => null
  2331.           protected '_data' =>
  2332.             array (size=66)
  2333.               ...
  2334.           protected '_hasDataChanges' => boolean true
  2335.           protected '_origData' => null
  2336.           protected '_idFieldName' => string 'entity_id' (length=9)
  2337.           protected '_isDeleted' => boolean false
  2338.           protected '_oldFieldsMap' =>
  2339.             array (size=0)
  2340.               ...
  2341.           protected '_syncFieldsMap' =>
  2342.             array (size=0)
  2343.               ...
  2344.       protected '_option' =>
  2345.         object(Mage_Catalog_Model_Product_Option)[59]
  2346.           protected '_product' =>
  2347.             object(Mage_Catalog_Model_Product)[55]
  2348.               ...
  2349.           protected '_options' =>
  2350.             array (size=0)
  2351.               ...
  2352.           protected '_valueInstance' => null
  2353.           protected '_values' =>
  2354.             &array
  2355.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  2356.           protected '_eventObject' => string 'object' (length=6)
  2357.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  2358.           protected '_resource' => null
  2359.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  2360.           protected '_cacheTag' => boolean false
  2361.           protected '_dataSaveAllowed' => boolean true
  2362.           protected '_isObjectNew' => null
  2363.           protected '_data' =>
  2364.             array (size=21)
  2365.               ...
  2366.           protected '_hasDataChanges' => boolean true
  2367.           protected '_origData' =>
  2368.             array (size=20)
  2369.               ...
  2370.           protected '_idFieldName' => string 'option_id' (length=9)
  2371.           protected '_isDeleted' => boolean false
  2372.           protected '_oldFieldsMap' =>
  2373.             array (size=0)
  2374.               ...
  2375.           protected '_syncFieldsMap' =>
  2376.             array (size=0)
  2377.               ...
  2378.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  2379.       protected '_eventObject' => string 'object' (length=6)
  2380.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  2381.       protected '_resource' => null
  2382.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  2383.       protected '_cacheTag' => boolean false
  2384.       protected '_dataSaveAllowed' => boolean true
  2385.       protected '_isObjectNew' => null
  2386.       protected '_data' =>
  2387.         array (size=13)
  2388.           'option_type_id' => string '5653' (length=4)
  2389.           'option_id' => string '385' (length=3)
  2390.           'sku' => string 'calvados-main' (length=13)
  2391.           'sort_order' => string '173' (length=3)
  2392.           '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)
  2393.           'store_title' => null
  2394.           '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)
  2395.           'default_price' => string '0.0000' (length=6)
  2396.           'default_price_type' => string 'fixed' (length=5)
  2397.           'store_price' => null
  2398.           'store_price_type' => null
  2399.           'price' => string '0.0000' (length=6)
  2400.           'price_type' => string 'fixed' (length=5)
  2401.       protected '_hasDataChanges' => boolean true
  2402.       protected '_origData' =>
  2403.         array (size=13)
  2404.           'option_type_id' => string '5653' (length=4)
  2405.           'option_id' => string '385' (length=3)
  2406.           'sku' => string 'calvados-main' (length=13)
  2407.           'sort_order' => string '173' (length=3)
  2408.           '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)
  2409.           'store_title' => null
  2410.           '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)
  2411.           'default_price' => string '0.0000' (length=6)
  2412.           'default_price_type' => string 'fixed' (length=5)
  2413.           'store_price' => null
  2414.           'store_price_type' => null
  2415.           'price' => string '0.0000' (length=6)
  2416.           'price_type' => string 'fixed' (length=5)
  2417.       protected '_idFieldName' => string 'option_type_id' (length=14)
  2418.       protected '_isDeleted' => boolean false
  2419.       protected '_oldFieldsMap' =>
  2420.         array (size=0)
  2421.           empty
  2422.       protected '_syncFieldsMap' =>
  2423.         array (size=0)
  2424.           empty
  2425.   5654 =>
  2426.     object(Mage_Catalog_Model_Product_Option_Value)[251]
  2427.       protected '_values' =>
  2428.         array (size=0)
  2429.           empty
  2430.       protected '_product' =>
  2431.         object(Mage_Catalog_Model_Product)[55]
  2432.           protected '_cacheTag' => string 'catalog_product' (length=15)
  2433.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  2434.           protected '_eventObject' => string 'product' (length=7)
  2435.           protected '_canAffectOptions' => boolean false
  2436.           protected '_typeInstance' => null
  2437.           protected '_typeInstanceSingleton' =>
  2438.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  2439.               ...
  2440.           protected '_linkInstance' => null
  2441.           protected '_customOptions' =>
  2442.             array (size=0)
  2443.               ...
  2444.           protected '_urlModel' => null
  2445.           protected '_errors' =>
  2446.             array (size=0)
  2447.               ...
  2448.           protected '_optionInstance' =>
  2449.             object(Mage_Catalog_Model_Product_Option)[257]
  2450.               ...
  2451.           protected '_options' =>
  2452.             array (size=3)
  2453.               ...
  2454.           protected '_reservedAttributes' => null
  2455.           protected '_isDuplicable' => boolean true
  2456.           protected '_calculatePrice' => boolean true
  2457.           protected '_defaultValues' =>
  2458.             array (size=1)
  2459.               ...
  2460.           protected '_storeValuesFlags' =>
  2461.             array (size=1)
  2462.               ...
  2463.           protected '_lockedAttributes' =>
  2464.             array (size=0)
  2465.               ...
  2466.           protected '_isDeleteable' => boolean true
  2467.           protected '_isReadonly' => boolean false
  2468.           protected '_resourceName' => string 'catalog/product' (length=15)
  2469.           protected '_resource' => null
  2470.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  2471.           protected '_dataSaveAllowed' => boolean true
  2472.           protected '_isObjectNew' => null
  2473.           protected '_data' =>
  2474.             array (size=66)
  2475.               ...
  2476.           protected '_hasDataChanges' => boolean true
  2477.           protected '_origData' => null
  2478.           protected '_idFieldName' => string 'entity_id' (length=9)
  2479.           protected '_isDeleted' => boolean false
  2480.           protected '_oldFieldsMap' =>
  2481.             array (size=0)
  2482.               ...
  2483.           protected '_syncFieldsMap' =>
  2484.             array (size=0)
  2485.               ...
  2486.       protected '_option' =>
  2487.         object(Mage_Catalog_Model_Product_Option)[59]
  2488.           protected '_product' =>
  2489.             object(Mage_Catalog_Model_Product)[55]
  2490.               ...
  2491.           protected '_options' =>
  2492.             array (size=0)
  2493.               ...
  2494.           protected '_valueInstance' => null
  2495.           protected '_values' =>
  2496.             &array
  2497.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  2498.           protected '_eventObject' => string 'object' (length=6)
  2499.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  2500.           protected '_resource' => null
  2501.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  2502.           protected '_cacheTag' => boolean false
  2503.           protected '_dataSaveAllowed' => boolean true
  2504.           protected '_isObjectNew' => null
  2505.           protected '_data' =>
  2506.             array (size=21)
  2507.               ...
  2508.           protected '_hasDataChanges' => boolean true
  2509.           protected '_origData' =>
  2510.             array (size=20)
  2511.               ...
  2512.           protected '_idFieldName' => string 'option_id' (length=9)
  2513.           protected '_isDeleted' => boolean false
  2514.           protected '_oldFieldsMap' =>
  2515.             array (size=0)
  2516.               ...
  2517.           protected '_syncFieldsMap' =>
  2518.             array (size=0)
  2519.               ...
  2520.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  2521.       protected '_eventObject' => string 'object' (length=6)
  2522.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  2523.       protected '_resource' => null
  2524.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  2525.       protected '_cacheTag' => boolean false
  2526.       protected '_dataSaveAllowed' => boolean true
  2527.       protected '_isObjectNew' => null
  2528.       protected '_data' =>
  2529.         array (size=13)
  2530.           'option_type_id' => string '5654' (length=4)
  2531.           'option_id' => string '385' (length=3)
  2532.           'sku' => string 'cognac-main' (length=11)
  2533.           'sort_order' => string '174' (length=3)
  2534.           '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)
  2535.           'store_title' => null
  2536.           '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)
  2537.           'default_price' => string '0.0000' (length=6)
  2538.           'default_price_type' => string 'fixed' (length=5)
  2539.           'store_price' => null
  2540.           'store_price_type' => null
  2541.           'price' => string '0.0000' (length=6)
  2542.           'price_type' => string 'fixed' (length=5)
  2543.       protected '_hasDataChanges' => boolean true
  2544.       protected '_origData' =>
  2545.         array (size=13)
  2546.           'option_type_id' => string '5654' (length=4)
  2547.           'option_id' => string '385' (length=3)
  2548.           'sku' => string 'cognac-main' (length=11)
  2549.           'sort_order' => string '174' (length=3)
  2550.           '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)
  2551.           'store_title' => null
  2552.           '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)
  2553.           'default_price' => string '0.0000' (length=6)
  2554.           'default_price_type' => string 'fixed' (length=5)
  2555.           'store_price' => null
  2556.           'store_price_type' => null
  2557.           'price' => string '0.0000' (length=6)
  2558.           'price_type' => string 'fixed' (length=5)
  2559.       protected '_idFieldName' => string 'option_type_id' (length=14)
  2560.       protected '_isDeleted' => boolean false
  2561.       protected '_oldFieldsMap' =>
  2562.         array (size=0)
  2563.           empty
  2564.       protected '_syncFieldsMap' =>
  2565.         array (size=0)
  2566.           empty
  2567.   5655 =>
  2568.     object(Mage_Catalog_Model_Product_Option_Value)[245]
  2569.       protected '_values' =>
  2570.         array (size=0)
  2571.           empty
  2572.       protected '_product' =>
  2573.         object(Mage_Catalog_Model_Product)[55]
  2574.           protected '_cacheTag' => string 'catalog_product' (length=15)
  2575.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  2576.           protected '_eventObject' => string 'product' (length=7)
  2577.           protected '_canAffectOptions' => boolean false
  2578.           protected '_typeInstance' => null
  2579.           protected '_typeInstanceSingleton' =>
  2580.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  2581.               ...
  2582.           protected '_linkInstance' => null
  2583.           protected '_customOptions' =>
  2584.             array (size=0)
  2585.               ...
  2586.           protected '_urlModel' => null
  2587.           protected '_errors' =>
  2588.             array (size=0)
  2589.               ...
  2590.           protected '_optionInstance' =>
  2591.             object(Mage_Catalog_Model_Product_Option)[257]
  2592.               ...
  2593.           protected '_options' =>
  2594.             array (size=3)
  2595.               ...
  2596.           protected '_reservedAttributes' => null
  2597.           protected '_isDuplicable' => boolean true
  2598.           protected '_calculatePrice' => boolean true
  2599.           protected '_defaultValues' =>
  2600.             array (size=1)
  2601.               ...
  2602.           protected '_storeValuesFlags' =>
  2603.             array (size=1)
  2604.               ...
  2605.           protected '_lockedAttributes' =>
  2606.             array (size=0)
  2607.               ...
  2608.           protected '_isDeleteable' => boolean true
  2609.           protected '_isReadonly' => boolean false
  2610.           protected '_resourceName' => string 'catalog/product' (length=15)
  2611.           protected '_resource' => null
  2612.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  2613.           protected '_dataSaveAllowed' => boolean true
  2614.           protected '_isObjectNew' => null
  2615.           protected '_data' =>
  2616.             array (size=66)
  2617.               ...
  2618.           protected '_hasDataChanges' => boolean true
  2619.           protected '_origData' => null
  2620.           protected '_idFieldName' => string 'entity_id' (length=9)
  2621.           protected '_isDeleted' => boolean false
  2622.           protected '_oldFieldsMap' =>
  2623.             array (size=0)
  2624.               ...
  2625.           protected '_syncFieldsMap' =>
  2626.             array (size=0)
  2627.               ...
  2628.       protected '_option' =>
  2629.         object(Mage_Catalog_Model_Product_Option)[59]
  2630.           protected '_product' =>
  2631.             object(Mage_Catalog_Model_Product)[55]
  2632.               ...
  2633.           protected '_options' =>
  2634.             array (size=0)
  2635.               ...
  2636.           protected '_valueInstance' => null
  2637.           protected '_values' =>
  2638.             &array
  2639.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  2640.           protected '_eventObject' => string 'object' (length=6)
  2641.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  2642.           protected '_resource' => null
  2643.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  2644.           protected '_cacheTag' => boolean false
  2645.           protected '_dataSaveAllowed' => boolean true
  2646.           protected '_isObjectNew' => null
  2647.           protected '_data' =>
  2648.             array (size=21)
  2649.               ...
  2650.           protected '_hasDataChanges' => boolean true
  2651.           protected '_origData' =>
  2652.             array (size=20)
  2653.               ...
  2654.           protected '_idFieldName' => string 'option_id' (length=9)
  2655.           protected '_isDeleted' => boolean false
  2656.           protected '_oldFieldsMap' =>
  2657.             array (size=0)
  2658.               ...
  2659.           protected '_syncFieldsMap' =>
  2660.             array (size=0)
  2661.               ...
  2662.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  2663.       protected '_eventObject' => string 'object' (length=6)
  2664.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  2665.       protected '_resource' => null
  2666.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  2667.       protected '_cacheTag' => boolean false
  2668.       protected '_dataSaveAllowed' => boolean true
  2669.       protected '_isObjectNew' => null
  2670.       protected '_data' =>
  2671.         array (size=13)
  2672.           'option_type_id' => string '5655' (length=4)
  2673.           'option_id' => string '385' (length=3)
  2674.           'sku' => string 'khaki-main' (length=10)
  2675.           'sort_order' => string '178' (length=3)
  2676.           '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)
  2677.           'store_title' => null
  2678.           '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)
  2679.           'default_price' => string '0.0000' (length=6)
  2680.           'default_price_type' => string 'fixed' (length=5)
  2681.           'store_price' => null
  2682.           'store_price_type' => null
  2683.           'price' => string '0.0000' (length=6)
  2684.           'price_type' => string 'fixed' (length=5)
  2685.       protected '_hasDataChanges' => boolean true
  2686.       protected '_origData' =>
  2687.         array (size=13)
  2688.           'option_type_id' => string '5655' (length=4)
  2689.           'option_id' => string '385' (length=3)
  2690.           'sku' => string 'khaki-main' (length=10)
  2691.           'sort_order' => string '178' (length=3)
  2692.           '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)
  2693.           'store_title' => null
  2694.           '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)
  2695.           'default_price' => string '0.0000' (length=6)
  2696.           'default_price_type' => string 'fixed' (length=5)
  2697.           'store_price' => null
  2698.           'store_price_type' => null
  2699.           'price' => string '0.0000' (length=6)
  2700.           'price_type' => string 'fixed' (length=5)
  2701.       protected '_idFieldName' => string 'option_type_id' (length=14)
  2702.       protected '_isDeleted' => boolean false
  2703.       protected '_oldFieldsMap' =>
  2704.         array (size=0)
  2705.           empty
  2706.       protected '_syncFieldsMap' =>
  2707.         array (size=0)
  2708.           empty
  2709.   5656 =>
  2710.     object(Mage_Catalog_Model_Product_Option_Value)[254]
  2711.       protected '_values' =>
  2712.         array (size=0)
  2713.           empty
  2714.       protected '_product' =>
  2715.         object(Mage_Catalog_Model_Product)[55]
  2716.           protected '_cacheTag' => string 'catalog_product' (length=15)
  2717.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  2718.           protected '_eventObject' => string 'product' (length=7)
  2719.           protected '_canAffectOptions' => boolean false
  2720.           protected '_typeInstance' => null
  2721.           protected '_typeInstanceSingleton' =>
  2722.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  2723.               ...
  2724.           protected '_linkInstance' => null
  2725.           protected '_customOptions' =>
  2726.             array (size=0)
  2727.               ...
  2728.           protected '_urlModel' => null
  2729.           protected '_errors' =>
  2730.             array (size=0)
  2731.               ...
  2732.           protected '_optionInstance' =>
  2733.             object(Mage_Catalog_Model_Product_Option)[257]
  2734.               ...
  2735.           protected '_options' =>
  2736.             array (size=3)
  2737.               ...
  2738.           protected '_reservedAttributes' => null
  2739.           protected '_isDuplicable' => boolean true
  2740.           protected '_calculatePrice' => boolean true
  2741.           protected '_defaultValues' =>
  2742.             array (size=1)
  2743.               ...
  2744.           protected '_storeValuesFlags' =>
  2745.             array (size=1)
  2746.               ...
  2747.           protected '_lockedAttributes' =>
  2748.             array (size=0)
  2749.               ...
  2750.           protected '_isDeleteable' => boolean true
  2751.           protected '_isReadonly' => boolean false
  2752.           protected '_resourceName' => string 'catalog/product' (length=15)
  2753.           protected '_resource' => null
  2754.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  2755.           protected '_dataSaveAllowed' => boolean true
  2756.           protected '_isObjectNew' => null
  2757.           protected '_data' =>
  2758.             array (size=66)
  2759.               ...
  2760.           protected '_hasDataChanges' => boolean true
  2761.           protected '_origData' => null
  2762.           protected '_idFieldName' => string 'entity_id' (length=9)
  2763.           protected '_isDeleted' => boolean false
  2764.           protected '_oldFieldsMap' =>
  2765.             array (size=0)
  2766.               ...
  2767.           protected '_syncFieldsMap' =>
  2768.             array (size=0)
  2769.               ...
  2770.       protected '_option' =>
  2771.         object(Mage_Catalog_Model_Product_Option)[59]
  2772.           protected '_product' =>
  2773.             object(Mage_Catalog_Model_Product)[55]
  2774.               ...
  2775.           protected '_options' =>
  2776.             array (size=0)
  2777.               ...
  2778.           protected '_valueInstance' => null
  2779.           protected '_values' =>
  2780.             &array
  2781.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  2782.           protected '_eventObject' => string 'object' (length=6)
  2783.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  2784.           protected '_resource' => null
  2785.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  2786.           protected '_cacheTag' => boolean false
  2787.           protected '_dataSaveAllowed' => boolean true
  2788.           protected '_isObjectNew' => null
  2789.           protected '_data' =>
  2790.             array (size=21)
  2791.               ...
  2792.           protected '_hasDataChanges' => boolean true
  2793.           protected '_origData' =>
  2794.             array (size=20)
  2795.               ...
  2796.           protected '_idFieldName' => string 'option_id' (length=9)
  2797.           protected '_isDeleted' => boolean false
  2798.           protected '_oldFieldsMap' =>
  2799.             array (size=0)
  2800.               ...
  2801.           protected '_syncFieldsMap' =>
  2802.             array (size=0)
  2803.               ...
  2804.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  2805.       protected '_eventObject' => string 'object' (length=6)
  2806.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  2807.       protected '_resource' => null
  2808.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  2809.       protected '_cacheTag' => boolean false
  2810.       protected '_dataSaveAllowed' => boolean true
  2811.       protected '_isObjectNew' => null
  2812.       protected '_data' =>
  2813.         array (size=13)
  2814.           'option_type_id' => string '5656' (length=4)
  2815.           'option_id' => string '385' (length=3)
  2816.           'sku' => string 'stone-main' (length=10)
  2817.           'sort_order' => string '179' (length=3)
  2818.           '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)
  2819.           'store_title' => null
  2820.           '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)
  2821.           'default_price' => string '0.0000' (length=6)
  2822.           'default_price_type' => string 'fixed' (length=5)
  2823.           'store_price' => null
  2824.           'store_price_type' => null
  2825.           'price' => string '0.0000' (length=6)
  2826.           'price_type' => string 'fixed' (length=5)
  2827.       protected '_hasDataChanges' => boolean true
  2828.       protected '_origData' =>
  2829.         array (size=13)
  2830.           'option_type_id' => string '5656' (length=4)
  2831.           'option_id' => string '385' (length=3)
  2832.           'sku' => string 'stone-main' (length=10)
  2833.           'sort_order' => string '179' (length=3)
  2834.           '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)
  2835.           'store_title' => null
  2836.           '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)
  2837.           'default_price' => string '0.0000' (length=6)
  2838.           'default_price_type' => string 'fixed' (length=5)
  2839.           'store_price' => null
  2840.           'store_price_type' => null
  2841.           'price' => string '0.0000' (length=6)
  2842.           'price_type' => string 'fixed' (length=5)
  2843.       protected '_idFieldName' => string 'option_type_id' (length=14)
  2844.       protected '_isDeleted' => boolean false
  2845.       protected '_oldFieldsMap' =>
  2846.         array (size=0)
  2847.           empty
  2848.       protected '_syncFieldsMap' =>
  2849.         array (size=0)
  2850.           empty
  2851.   5657 =>
  2852.     object(Mage_Catalog_Model_Product_Option_Value)[299]
  2853.       protected '_values' =>
  2854.         array (size=0)
  2855.           empty
  2856.       protected '_product' =>
  2857.         object(Mage_Catalog_Model_Product)[55]
  2858.           protected '_cacheTag' => string 'catalog_product' (length=15)
  2859.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  2860.           protected '_eventObject' => string 'product' (length=7)
  2861.           protected '_canAffectOptions' => boolean false
  2862.           protected '_typeInstance' => null
  2863.           protected '_typeInstanceSingleton' =>
  2864.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  2865.               ...
  2866.           protected '_linkInstance' => null
  2867.           protected '_customOptions' =>
  2868.             array (size=0)
  2869.               ...
  2870.           protected '_urlModel' => null
  2871.           protected '_errors' =>
  2872.             array (size=0)
  2873.               ...
  2874.           protected '_optionInstance' =>
  2875.             object(Mage_Catalog_Model_Product_Option)[257]
  2876.               ...
  2877.           protected '_options' =>
  2878.             array (size=3)
  2879.               ...
  2880.           protected '_reservedAttributes' => null
  2881.           protected '_isDuplicable' => boolean true
  2882.           protected '_calculatePrice' => boolean true
  2883.           protected '_defaultValues' =>
  2884.             array (size=1)
  2885.               ...
  2886.           protected '_storeValuesFlags' =>
  2887.             array (size=1)
  2888.               ...
  2889.           protected '_lockedAttributes' =>
  2890.             array (size=0)
  2891.               ...
  2892.           protected '_isDeleteable' => boolean true
  2893.           protected '_isReadonly' => boolean false
  2894.           protected '_resourceName' => string 'catalog/product' (length=15)
  2895.           protected '_resource' => null
  2896.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  2897.           protected '_dataSaveAllowed' => boolean true
  2898.           protected '_isObjectNew' => null
  2899.           protected '_data' =>
  2900.             array (size=66)
  2901.               ...
  2902.           protected '_hasDataChanges' => boolean true
  2903.           protected '_origData' => null
  2904.           protected '_idFieldName' => string 'entity_id' (length=9)
  2905.           protected '_isDeleted' => boolean false
  2906.           protected '_oldFieldsMap' =>
  2907.             array (size=0)
  2908.               ...
  2909.           protected '_syncFieldsMap' =>
  2910.             array (size=0)
  2911.               ...
  2912.       protected '_option' =>
  2913.         object(Mage_Catalog_Model_Product_Option)[59]
  2914.           protected '_product' =>
  2915.             object(Mage_Catalog_Model_Product)[55]
  2916.               ...
  2917.           protected '_options' =>
  2918.             array (size=0)
  2919.               ...
  2920.           protected '_valueInstance' => null
  2921.           protected '_values' =>
  2922.             &array
  2923.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  2924.           protected '_eventObject' => string 'object' (length=6)
  2925.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  2926.           protected '_resource' => null
  2927.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  2928.           protected '_cacheTag' => boolean false
  2929.           protected '_dataSaveAllowed' => boolean true
  2930.           protected '_isObjectNew' => null
  2931.           protected '_data' =>
  2932.             array (size=21)
  2933.               ...
  2934.           protected '_hasDataChanges' => boolean true
  2935.           protected '_origData' =>
  2936.             array (size=20)
  2937.               ...
  2938.           protected '_idFieldName' => string 'option_id' (length=9)
  2939.           protected '_isDeleted' => boolean false
  2940.           protected '_oldFieldsMap' =>
  2941.             array (size=0)
  2942.               ...
  2943.           protected '_syncFieldsMap' =>
  2944.             array (size=0)
  2945.               ...
  2946.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  2947.       protected '_eventObject' => string 'object' (length=6)
  2948.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  2949.       protected '_resource' => null
  2950.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  2951.       protected '_cacheTag' => boolean false
  2952.       protected '_dataSaveAllowed' => boolean true
  2953.       protected '_isObjectNew' => null
  2954.       protected '_data' =>
  2955.         array (size=13)
  2956.           'option_type_id' => string '5657' (length=4)
  2957.           'option_id' => string '385' (length=3)
  2958.           'sku' => string 'mustard-main' (length=12)
  2959.           'sort_order' => string '180' (length=3)
  2960.           '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)
  2961.           'store_title' => null
  2962.           '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)
  2963.           'default_price' => string '0.0000' (length=6)
  2964.           'default_price_type' => string 'fixed' (length=5)
  2965.           'store_price' => null
  2966.           'store_price_type' => null
  2967.           'price' => string '0.0000' (length=6)
  2968.           'price_type' => string 'fixed' (length=5)
  2969.       protected '_hasDataChanges' => boolean true
  2970.       protected '_origData' =>
  2971.         array (size=13)
  2972.           'option_type_id' => string '5657' (length=4)
  2973.           'option_id' => string '385' (length=3)
  2974.           'sku' => string 'mustard-main' (length=12)
  2975.           'sort_order' => string '180' (length=3)
  2976.           '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)
  2977.           'store_title' => null
  2978.           '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)
  2979.           'default_price' => string '0.0000' (length=6)
  2980.           'default_price_type' => string 'fixed' (length=5)
  2981.           'store_price' => null
  2982.           'store_price_type' => null
  2983.           'price' => string '0.0000' (length=6)
  2984.           'price_type' => string 'fixed' (length=5)
  2985.       protected '_idFieldName' => string 'option_type_id' (length=14)
  2986.       protected '_isDeleted' => boolean false
  2987.       protected '_oldFieldsMap' =>
  2988.         array (size=0)
  2989.           empty
  2990.       protected '_syncFieldsMap' =>
  2991.         array (size=0)
  2992.           empty
  2993.   5658 =>
  2994.     object(Mage_Catalog_Model_Product_Option_Value)[300]
  2995.       protected '_values' =>
  2996.         array (size=0)
  2997.           empty
  2998.       protected '_product' =>
  2999.         object(Mage_Catalog_Model_Product)[55]
  3000.           protected '_cacheTag' => string 'catalog_product' (length=15)
  3001.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  3002.           protected '_eventObject' => string 'product' (length=7)
  3003.           protected '_canAffectOptions' => boolean false
  3004.           protected '_typeInstance' => null
  3005.           protected '_typeInstanceSingleton' =>
  3006.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  3007.               ...
  3008.           protected '_linkInstance' => null
  3009.           protected '_customOptions' =>
  3010.             array (size=0)
  3011.               ...
  3012.           protected '_urlModel' => null
  3013.           protected '_errors' =>
  3014.             array (size=0)
  3015.               ...
  3016.           protected '_optionInstance' =>
  3017.             object(Mage_Catalog_Model_Product_Option)[257]
  3018.               ...
  3019.           protected '_options' =>
  3020.             array (size=3)
  3021.               ...
  3022.           protected '_reservedAttributes' => null
  3023.           protected '_isDuplicable' => boolean true
  3024.           protected '_calculatePrice' => boolean true
  3025.           protected '_defaultValues' =>
  3026.             array (size=1)
  3027.               ...
  3028.           protected '_storeValuesFlags' =>
  3029.             array (size=1)
  3030.               ...
  3031.           protected '_lockedAttributes' =>
  3032.             array (size=0)
  3033.               ...
  3034.           protected '_isDeleteable' => boolean true
  3035.           protected '_isReadonly' => boolean false
  3036.           protected '_resourceName' => string 'catalog/product' (length=15)
  3037.           protected '_resource' => null
  3038.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  3039.           protected '_dataSaveAllowed' => boolean true
  3040.           protected '_isObjectNew' => null
  3041.           protected '_data' =>
  3042.             array (size=66)
  3043.               ...
  3044.           protected '_hasDataChanges' => boolean true
  3045.           protected '_origData' => null
  3046.           protected '_idFieldName' => string 'entity_id' (length=9)
  3047.           protected '_isDeleted' => boolean false
  3048.           protected '_oldFieldsMap' =>
  3049.             array (size=0)
  3050.               ...
  3051.           protected '_syncFieldsMap' =>
  3052.             array (size=0)
  3053.               ...
  3054.       protected '_option' =>
  3055.         object(Mage_Catalog_Model_Product_Option)[59]
  3056.           protected '_product' =>
  3057.             object(Mage_Catalog_Model_Product)[55]
  3058.               ...
  3059.           protected '_options' =>
  3060.             array (size=0)
  3061.               ...
  3062.           protected '_valueInstance' => null
  3063.           protected '_values' =>
  3064.             &array
  3065.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  3066.           protected '_eventObject' => string 'object' (length=6)
  3067.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  3068.           protected '_resource' => null
  3069.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  3070.           protected '_cacheTag' => boolean false
  3071.           protected '_dataSaveAllowed' => boolean true
  3072.           protected '_isObjectNew' => null
  3073.           protected '_data' =>
  3074.             array (size=21)
  3075.               ...
  3076.           protected '_hasDataChanges' => boolean true
  3077.           protected '_origData' =>
  3078.             array (size=20)
  3079.               ...
  3080.           protected '_idFieldName' => string 'option_id' (length=9)
  3081.           protected '_isDeleted' => boolean false
  3082.           protected '_oldFieldsMap' =>
  3083.             array (size=0)
  3084.               ...
  3085.           protected '_syncFieldsMap' =>
  3086.             array (size=0)
  3087.               ...
  3088.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  3089.       protected '_eventObject' => string 'object' (length=6)
  3090.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  3091.       protected '_resource' => null
  3092.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  3093.       protected '_cacheTag' => boolean false
  3094.       protected '_dataSaveAllowed' => boolean true
  3095.       protected '_isObjectNew' => null
  3096.       protected '_data' =>
  3097.         array (size=13)
  3098.           'option_type_id' => string '5658' (length=4)
  3099.           'option_id' => string '385' (length=3)
  3100.           'sku' => string 'toffee-main' (length=11)
  3101.           'sort_order' => string '192' (length=3)
  3102.           '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)
  3103.           'store_title' => null
  3104.           '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)
  3105.           'default_price' => string '0.0000' (length=6)
  3106.           'default_price_type' => string 'fixed' (length=5)
  3107.           'store_price' => null
  3108.           'store_price_type' => null
  3109.           'price' => string '0.0000' (length=6)
  3110.           'price_type' => string 'fixed' (length=5)
  3111.       protected '_hasDataChanges' => boolean true
  3112.       protected '_origData' =>
  3113.         array (size=13)
  3114.           'option_type_id' => string '5658' (length=4)
  3115.           'option_id' => string '385' (length=3)
  3116.           'sku' => string 'toffee-main' (length=11)
  3117.           'sort_order' => string '192' (length=3)
  3118.           '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)
  3119.           'store_title' => null
  3120.           '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)
  3121.           'default_price' => string '0.0000' (length=6)
  3122.           'default_price_type' => string 'fixed' (length=5)
  3123.           'store_price' => null
  3124.           'store_price_type' => null
  3125.           'price' => string '0.0000' (length=6)
  3126.           'price_type' => string 'fixed' (length=5)
  3127.       protected '_idFieldName' => string 'option_type_id' (length=14)
  3128.       protected '_isDeleted' => boolean false
  3129.       protected '_oldFieldsMap' =>
  3130.         array (size=0)
  3131.           empty
  3132.       protected '_syncFieldsMap' =>
  3133.         array (size=0)
  3134.           empty
  3135.   5659 =>
  3136.     object(Mage_Catalog_Model_Product_Option_Value)[303]
  3137.       protected '_values' =>
  3138.         array (size=0)
  3139.           empty
  3140.       protected '_product' =>
  3141.         object(Mage_Catalog_Model_Product)[55]
  3142.           protected '_cacheTag' => string 'catalog_product' (length=15)
  3143.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  3144.           protected '_eventObject' => string 'product' (length=7)
  3145.           protected '_canAffectOptions' => boolean false
  3146.           protected '_typeInstance' => null
  3147.           protected '_typeInstanceSingleton' =>
  3148.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  3149.               ...
  3150.           protected '_linkInstance' => null
  3151.           protected '_customOptions' =>
  3152.             array (size=0)
  3153.               ...
  3154.           protected '_urlModel' => null
  3155.           protected '_errors' =>
  3156.             array (size=0)
  3157.               ...
  3158.           protected '_optionInstance' =>
  3159.             object(Mage_Catalog_Model_Product_Option)[257]
  3160.               ...
  3161.           protected '_options' =>
  3162.             array (size=3)
  3163.               ...
  3164.           protected '_reservedAttributes' => null
  3165.           protected '_isDuplicable' => boolean true
  3166.           protected '_calculatePrice' => boolean true
  3167.           protected '_defaultValues' =>
  3168.             array (size=1)
  3169.               ...
  3170.           protected '_storeValuesFlags' =>
  3171.             array (size=1)
  3172.               ...
  3173.           protected '_lockedAttributes' =>
  3174.             array (size=0)
  3175.               ...
  3176.           protected '_isDeleteable' => boolean true
  3177.           protected '_isReadonly' => boolean false
  3178.           protected '_resourceName' => string 'catalog/product' (length=15)
  3179.           protected '_resource' => null
  3180.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  3181.           protected '_dataSaveAllowed' => boolean true
  3182.           protected '_isObjectNew' => null
  3183.           protected '_data' =>
  3184.             array (size=66)
  3185.               ...
  3186.           protected '_hasDataChanges' => boolean true
  3187.           protected '_origData' => null
  3188.           protected '_idFieldName' => string 'entity_id' (length=9)
  3189.           protected '_isDeleted' => boolean false
  3190.           protected '_oldFieldsMap' =>
  3191.             array (size=0)
  3192.               ...
  3193.           protected '_syncFieldsMap' =>
  3194.             array (size=0)
  3195.               ...
  3196.       protected '_option' =>
  3197.         object(Mage_Catalog_Model_Product_Option)[59]
  3198.           protected '_product' =>
  3199.             object(Mage_Catalog_Model_Product)[55]
  3200.               ...
  3201.           protected '_options' =>
  3202.             array (size=0)
  3203.               ...
  3204.           protected '_valueInstance' => null
  3205.           protected '_values' =>
  3206.             &array
  3207.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  3208.           protected '_eventObject' => string 'object' (length=6)
  3209.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  3210.           protected '_resource' => null
  3211.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  3212.           protected '_cacheTag' => boolean false
  3213.           protected '_dataSaveAllowed' => boolean true
  3214.           protected '_isObjectNew' => null
  3215.           protected '_data' =>
  3216.             array (size=21)
  3217.               ...
  3218.           protected '_hasDataChanges' => boolean true
  3219.           protected '_origData' =>
  3220.             array (size=20)
  3221.               ...
  3222.           protected '_idFieldName' => string 'option_id' (length=9)
  3223.           protected '_isDeleted' => boolean false
  3224.           protected '_oldFieldsMap' =>
  3225.             array (size=0)
  3226.               ...
  3227.           protected '_syncFieldsMap' =>
  3228.             array (size=0)
  3229.               ...
  3230.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  3231.       protected '_eventObject' => string 'object' (length=6)
  3232.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  3233.       protected '_resource' => null
  3234.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  3235.       protected '_cacheTag' => boolean false
  3236.       protected '_dataSaveAllowed' => boolean true
  3237.       protected '_isObjectNew' => null
  3238.       protected '_data' =>
  3239.         array (size=13)
  3240.           'option_type_id' => string '5659' (length=4)
  3241.           'option_id' => string '385' (length=3)
  3242.           'sku' => string 'warm beige-main' (length=15)
  3243.           'sort_order' => string '193' (length=3)
  3244.           '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)
  3245.           'store_title' => null
  3246.           '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)
  3247.           'default_price' => string '0.0000' (length=6)
  3248.           'default_price_type' => string 'fixed' (length=5)
  3249.           'store_price' => null
  3250.           'store_price_type' => null
  3251.           'price' => string '0.0000' (length=6)
  3252.           'price_type' => string 'fixed' (length=5)
  3253.       protected '_hasDataChanges' => boolean true
  3254.       protected '_origData' =>
  3255.         array (size=13)
  3256.           'option_type_id' => string '5659' (length=4)
  3257.           'option_id' => string '385' (length=3)
  3258.           'sku' => string 'warm beige-main' (length=15)
  3259.           'sort_order' => string '193' (length=3)
  3260.           '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)
  3261.           'store_title' => null
  3262.           '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)
  3263.           'default_price' => string '0.0000' (length=6)
  3264.           'default_price_type' => string 'fixed' (length=5)
  3265.           'store_price' => null
  3266.           'store_price_type' => null
  3267.           'price' => string '0.0000' (length=6)
  3268.           'price_type' => string 'fixed' (length=5)
  3269.       protected '_idFieldName' => string 'option_type_id' (length=14)
  3270.       protected '_isDeleted' => boolean false
  3271.       protected '_oldFieldsMap' =>
  3272.         array (size=0)
  3273.           empty
  3274.       protected '_syncFieldsMap' =>
  3275.         array (size=0)
  3276.           empty
  3277.   5660 =>
  3278.     object(Mage_Catalog_Model_Product_Option_Value)[305]
  3279.       protected '_values' =>
  3280.         array (size=0)
  3281.           empty
  3282.       protected '_product' =>
  3283.         object(Mage_Catalog_Model_Product)[55]
  3284.           protected '_cacheTag' => string 'catalog_product' (length=15)
  3285.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  3286.           protected '_eventObject' => string 'product' (length=7)
  3287.           protected '_canAffectOptions' => boolean false
  3288.           protected '_typeInstance' => null
  3289.           protected '_typeInstanceSingleton' =>
  3290.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  3291.               ...
  3292.           protected '_linkInstance' => null
  3293.           protected '_customOptions' =>
  3294.             array (size=0)
  3295.               ...
  3296.           protected '_urlModel' => null
  3297.           protected '_errors' =>
  3298.             array (size=0)
  3299.               ...
  3300.           protected '_optionInstance' =>
  3301.             object(Mage_Catalog_Model_Product_Option)[257]
  3302.               ...
  3303.           protected '_options' =>
  3304.             array (size=3)
  3305.               ...
  3306.           protected '_reservedAttributes' => null
  3307.           protected '_isDuplicable' => boolean true
  3308.           protected '_calculatePrice' => boolean true
  3309.           protected '_defaultValues' =>
  3310.             array (size=1)
  3311.               ...
  3312.           protected '_storeValuesFlags' =>
  3313.             array (size=1)
  3314.               ...
  3315.           protected '_lockedAttributes' =>
  3316.             array (size=0)
  3317.               ...
  3318.           protected '_isDeleteable' => boolean true
  3319.           protected '_isReadonly' => boolean false
  3320.           protected '_resourceName' => string 'catalog/product' (length=15)
  3321.           protected '_resource' => null
  3322.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  3323.           protected '_dataSaveAllowed' => boolean true
  3324.           protected '_isObjectNew' => null
  3325.           protected '_data' =>
  3326.             array (size=66)
  3327.               ...
  3328.           protected '_hasDataChanges' => boolean true
  3329.           protected '_origData' => null
  3330.           protected '_idFieldName' => string 'entity_id' (length=9)
  3331.           protected '_isDeleted' => boolean false
  3332.           protected '_oldFieldsMap' =>
  3333.             array (size=0)
  3334.               ...
  3335.           protected '_syncFieldsMap' =>
  3336.             array (size=0)
  3337.               ...
  3338.       protected '_option' =>
  3339.         object(Mage_Catalog_Model_Product_Option)[59]
  3340.           protected '_product' =>
  3341.             object(Mage_Catalog_Model_Product)[55]
  3342.               ...
  3343.           protected '_options' =>
  3344.             array (size=0)
  3345.               ...
  3346.           protected '_valueInstance' => null
  3347.           protected '_values' =>
  3348.             &array
  3349.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  3350.           protected '_eventObject' => string 'object' (length=6)
  3351.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  3352.           protected '_resource' => null
  3353.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  3354.           protected '_cacheTag' => boolean false
  3355.           protected '_dataSaveAllowed' => boolean true
  3356.           protected '_isObjectNew' => null
  3357.           protected '_data' =>
  3358.             array (size=21)
  3359.               ...
  3360.           protected '_hasDataChanges' => boolean true
  3361.           protected '_origData' =>
  3362.             array (size=20)
  3363.               ...
  3364.           protected '_idFieldName' => string 'option_id' (length=9)
  3365.           protected '_isDeleted' => boolean false
  3366.           protected '_oldFieldsMap' =>
  3367.             array (size=0)
  3368.               ...
  3369.           protected '_syncFieldsMap' =>
  3370.             array (size=0)
  3371.               ...
  3372.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  3373.       protected '_eventObject' => string 'object' (length=6)
  3374.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  3375.       protected '_resource' => null
  3376.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  3377.       protected '_cacheTag' => boolean false
  3378.       protected '_dataSaveAllowed' => boolean true
  3379.       protected '_isObjectNew' => null
  3380.       protected '_data' =>
  3381.         array (size=13)
  3382.           'option_type_id' => string '5660' (length=4)
  3383.           'option_id' => string '385' (length=3)
  3384.           'sku' => string 'sand-main' (length=9)
  3385.           'sort_order' => string '194' (length=3)
  3386.           '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)
  3387.           'store_title' => null
  3388.           '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)
  3389.           'default_price' => string '0.0000' (length=6)
  3390.           'default_price_type' => string 'fixed' (length=5)
  3391.           'store_price' => null
  3392.           'store_price_type' => null
  3393.           'price' => string '0.0000' (length=6)
  3394.           'price_type' => string 'fixed' (length=5)
  3395.       protected '_hasDataChanges' => boolean true
  3396.       protected '_origData' =>
  3397.         array (size=13)
  3398.           'option_type_id' => string '5660' (length=4)
  3399.           'option_id' => string '385' (length=3)
  3400.           'sku' => string 'sand-main' (length=9)
  3401.           'sort_order' => string '194' (length=3)
  3402.           '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)
  3403.           'store_title' => null
  3404.           '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)
  3405.           'default_price' => string '0.0000' (length=6)
  3406.           'default_price_type' => string 'fixed' (length=5)
  3407.           'store_price' => null
  3408.           'store_price_type' => null
  3409.           'price' => string '0.0000' (length=6)
  3410.           'price_type' => string 'fixed' (length=5)
  3411.       protected '_idFieldName' => string 'option_type_id' (length=14)
  3412.       protected '_isDeleted' => boolean false
  3413.       protected '_oldFieldsMap' =>
  3414.         array (size=0)
  3415.           empty
  3416.       protected '_syncFieldsMap' =>
  3417.         array (size=0)
  3418.           empty
  3419.   5661 =>
  3420.     object(Mage_Catalog_Model_Product_Option_Value)[307]
  3421.       protected '_values' =>
  3422.         array (size=0)
  3423.           empty
  3424.       protected '_product' =>
  3425.         object(Mage_Catalog_Model_Product)[55]
  3426.           protected '_cacheTag' => string 'catalog_product' (length=15)
  3427.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  3428.           protected '_eventObject' => string 'product' (length=7)
  3429.           protected '_canAffectOptions' => boolean false
  3430.           protected '_typeInstance' => null
  3431.           protected '_typeInstanceSingleton' =>
  3432.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  3433.               ...
  3434.           protected '_linkInstance' => null
  3435.           protected '_customOptions' =>
  3436.             array (size=0)
  3437.               ...
  3438.           protected '_urlModel' => null
  3439.           protected '_errors' =>
  3440.             array (size=0)
  3441.               ...
  3442.           protected '_optionInstance' =>
  3443.             object(Mage_Catalog_Model_Product_Option)[257]
  3444.               ...
  3445.           protected '_options' =>
  3446.             array (size=3)
  3447.               ...
  3448.           protected '_reservedAttributes' => null
  3449.           protected '_isDuplicable' => boolean true
  3450.           protected '_calculatePrice' => boolean true
  3451.           protected '_defaultValues' =>
  3452.             array (size=1)
  3453.               ...
  3454.           protected '_storeValuesFlags' =>
  3455.             array (size=1)
  3456.               ...
  3457.           protected '_lockedAttributes' =>
  3458.             array (size=0)
  3459.               ...
  3460.           protected '_isDeleteable' => boolean true
  3461.           protected '_isReadonly' => boolean false
  3462.           protected '_resourceName' => string 'catalog/product' (length=15)
  3463.           protected '_resource' => null
  3464.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  3465.           protected '_dataSaveAllowed' => boolean true
  3466.           protected '_isObjectNew' => null
  3467.           protected '_data' =>
  3468.             array (size=66)
  3469.               ...
  3470.           protected '_hasDataChanges' => boolean true
  3471.           protected '_origData' => null
  3472.           protected '_idFieldName' => string 'entity_id' (length=9)
  3473.           protected '_isDeleted' => boolean false
  3474.           protected '_oldFieldsMap' =>
  3475.             array (size=0)
  3476.               ...
  3477.           protected '_syncFieldsMap' =>
  3478.             array (size=0)
  3479.               ...
  3480.       protected '_option' =>
  3481.         object(Mage_Catalog_Model_Product_Option)[59]
  3482.           protected '_product' =>
  3483.             object(Mage_Catalog_Model_Product)[55]
  3484.               ...
  3485.           protected '_options' =>
  3486.             array (size=0)
  3487.               ...
  3488.           protected '_valueInstance' => null
  3489.           protected '_values' =>
  3490.             &array
  3491.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  3492.           protected '_eventObject' => string 'object' (length=6)
  3493.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  3494.           protected '_resource' => null
  3495.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  3496.           protected '_cacheTag' => boolean false
  3497.           protected '_dataSaveAllowed' => boolean true
  3498.           protected '_isObjectNew' => null
  3499.           protected '_data' =>
  3500.             array (size=21)
  3501.               ...
  3502.           protected '_hasDataChanges' => boolean true
  3503.           protected '_origData' =>
  3504.             array (size=20)
  3505.               ...
  3506.           protected '_idFieldName' => string 'option_id' (length=9)
  3507.           protected '_isDeleted' => boolean false
  3508.           protected '_oldFieldsMap' =>
  3509.             array (size=0)
  3510.               ...
  3511.           protected '_syncFieldsMap' =>
  3512.             array (size=0)
  3513.               ...
  3514.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  3515.       protected '_eventObject' => string 'object' (length=6)
  3516.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  3517.       protected '_resource' => null
  3518.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  3519.       protected '_cacheTag' => boolean false
  3520.       protected '_dataSaveAllowed' => boolean true
  3521.       protected '_isObjectNew' => null
  3522.       protected '_data' =>
  3523.         array (size=13)
  3524.           'option_type_id' => string '5661' (length=4)
  3525.           'option_id' => string '385' (length=3)
  3526.           'sku' => string 'beige-main' (length=10)
  3527.           'sort_order' => string '195' (length=3)
  3528.           '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)
  3529.           'store_title' => null
  3530.           '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)
  3531.           'default_price' => string '0.0000' (length=6)
  3532.           'default_price_type' => string 'fixed' (length=5)
  3533.           'store_price' => null
  3534.           'store_price_type' => null
  3535.           'price' => string '0.0000' (length=6)
  3536.           'price_type' => string 'fixed' (length=5)
  3537.       protected '_hasDataChanges' => boolean true
  3538.       protected '_origData' =>
  3539.         array (size=13)
  3540.           'option_type_id' => string '5661' (length=4)
  3541.           'option_id' => string '385' (length=3)
  3542.           'sku' => string 'beige-main' (length=10)
  3543.           'sort_order' => string '195' (length=3)
  3544.           '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)
  3545.           'store_title' => null
  3546.           '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)
  3547.           'default_price' => string '0.0000' (length=6)
  3548.           'default_price_type' => string 'fixed' (length=5)
  3549.           'store_price' => null
  3550.           'store_price_type' => null
  3551.           'price' => string '0.0000' (length=6)
  3552.           'price_type' => string 'fixed' (length=5)
  3553.       protected '_idFieldName' => string 'option_type_id' (length=14)
  3554.       protected '_isDeleted' => boolean false
  3555.       protected '_oldFieldsMap' =>
  3556.         array (size=0)
  3557.           empty
  3558.       protected '_syncFieldsMap' =>
  3559.         array (size=0)
  3560.           empty
  3561.   5662 =>
  3562.     object(Mage_Catalog_Model_Product_Option_Value)[309]
  3563.       protected '_values' =>
  3564.         array (size=0)
  3565.           empty
  3566.       protected '_product' =>
  3567.         object(Mage_Catalog_Model_Product)[55]
  3568.           protected '_cacheTag' => string 'catalog_product' (length=15)
  3569.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  3570.           protected '_eventObject' => string 'product' (length=7)
  3571.           protected '_canAffectOptions' => boolean false
  3572.           protected '_typeInstance' => null
  3573.           protected '_typeInstanceSingleton' =>
  3574.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  3575.               ...
  3576.           protected '_linkInstance' => null
  3577.           protected '_customOptions' =>
  3578.             array (size=0)
  3579.               ...
  3580.           protected '_urlModel' => null
  3581.           protected '_errors' =>
  3582.             array (size=0)
  3583.               ...
  3584.           protected '_optionInstance' =>
  3585.             object(Mage_Catalog_Model_Product_Option)[257]
  3586.               ...
  3587.           protected '_options' =>
  3588.             array (size=3)
  3589.               ...
  3590.           protected '_reservedAttributes' => null
  3591.           protected '_isDuplicable' => boolean true
  3592.           protected '_calculatePrice' => boolean true
  3593.           protected '_defaultValues' =>
  3594.             array (size=1)
  3595.               ...
  3596.           protected '_storeValuesFlags' =>
  3597.             array (size=1)
  3598.               ...
  3599.           protected '_lockedAttributes' =>
  3600.             array (size=0)
  3601.               ...
  3602.           protected '_isDeleteable' => boolean true
  3603.           protected '_isReadonly' => boolean false
  3604.           protected '_resourceName' => string 'catalog/product' (length=15)
  3605.           protected '_resource' => null
  3606.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  3607.           protected '_dataSaveAllowed' => boolean true
  3608.           protected '_isObjectNew' => null
  3609.           protected '_data' =>
  3610.             array (size=66)
  3611.               ...
  3612.           protected '_hasDataChanges' => boolean true
  3613.           protected '_origData' => null
  3614.           protected '_idFieldName' => string 'entity_id' (length=9)
  3615.           protected '_isDeleted' => boolean false
  3616.           protected '_oldFieldsMap' =>
  3617.             array (size=0)
  3618.               ...
  3619.           protected '_syncFieldsMap' =>
  3620.             array (size=0)
  3621.               ...
  3622.       protected '_option' =>
  3623.         object(Mage_Catalog_Model_Product_Option)[59]
  3624.           protected '_product' =>
  3625.             object(Mage_Catalog_Model_Product)[55]
  3626.               ...
  3627.           protected '_options' =>
  3628.             array (size=0)
  3629.               ...
  3630.           protected '_valueInstance' => null
  3631.           protected '_values' =>
  3632.             &array
  3633.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  3634.           protected '_eventObject' => string 'object' (length=6)
  3635.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  3636.           protected '_resource' => null
  3637.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  3638.           protected '_cacheTag' => boolean false
  3639.           protected '_dataSaveAllowed' => boolean true
  3640.           protected '_isObjectNew' => null
  3641.           protected '_data' =>
  3642.             array (size=21)
  3643.               ...
  3644.           protected '_hasDataChanges' => boolean true
  3645.           protected '_origData' =>
  3646.             array (size=20)
  3647.               ...
  3648.           protected '_idFieldName' => string 'option_id' (length=9)
  3649.           protected '_isDeleted' => boolean false
  3650.           protected '_oldFieldsMap' =>
  3651.             array (size=0)
  3652.               ...
  3653.           protected '_syncFieldsMap' =>
  3654.             array (size=0)
  3655.               ...
  3656.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  3657.       protected '_eventObject' => string 'object' (length=6)
  3658.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  3659.       protected '_resource' => null
  3660.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  3661.       protected '_cacheTag' => boolean false
  3662.       protected '_dataSaveAllowed' => boolean true
  3663.       protected '_isObjectNew' => null
  3664.       protected '_data' =>
  3665.         array (size=13)
  3666.           'option_type_id' => string '5662' (length=4)
  3667.           'option_id' => string '385' (length=3)
  3668.           'sku' => string 'yellow-main' (length=11)
  3669.           'sort_order' => string '200' (length=3)
  3670.           '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)
  3671.           'store_title' => null
  3672.           '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)
  3673.           'default_price' => string '0.0000' (length=6)
  3674.           'default_price_type' => string 'fixed' (length=5)
  3675.           'store_price' => null
  3676.           'store_price_type' => null
  3677.           'price' => string '0.0000' (length=6)
  3678.           'price_type' => string 'fixed' (length=5)
  3679.       protected '_hasDataChanges' => boolean true
  3680.       protected '_origData' =>
  3681.         array (size=13)
  3682.           'option_type_id' => string '5662' (length=4)
  3683.           'option_id' => string '385' (length=3)
  3684.           'sku' => string 'yellow-main' (length=11)
  3685.           'sort_order' => string '200' (length=3)
  3686.           '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)
  3687.           'store_title' => null
  3688.           '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)
  3689.           'default_price' => string '0.0000' (length=6)
  3690.           'default_price_type' => string 'fixed' (length=5)
  3691.           'store_price' => null
  3692.           'store_price_type' => null
  3693.           'price' => string '0.0000' (length=6)
  3694.           'price_type' => string 'fixed' (length=5)
  3695.       protected '_idFieldName' => string 'option_type_id' (length=14)
  3696.       protected '_isDeleted' => boolean false
  3697.       protected '_oldFieldsMap' =>
  3698.         array (size=0)
  3699.           empty
  3700.       protected '_syncFieldsMap' =>
  3701.         array (size=0)
  3702.           empty
  3703.   5663 =>
  3704.     object(Mage_Catalog_Model_Product_Option_Value)[311]
  3705.       protected '_values' =>
  3706.         array (size=0)
  3707.           empty
  3708.       protected '_product' =>
  3709.         object(Mage_Catalog_Model_Product)[55]
  3710.           protected '_cacheTag' => string 'catalog_product' (length=15)
  3711.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  3712.           protected '_eventObject' => string 'product' (length=7)
  3713.           protected '_canAffectOptions' => boolean false
  3714.           protected '_typeInstance' => null
  3715.           protected '_typeInstanceSingleton' =>
  3716.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  3717.               ...
  3718.           protected '_linkInstance' => null
  3719.           protected '_customOptions' =>
  3720.             array (size=0)
  3721.               ...
  3722.           protected '_urlModel' => null
  3723.           protected '_errors' =>
  3724.             array (size=0)
  3725.               ...
  3726.           protected '_optionInstance' =>
  3727.             object(Mage_Catalog_Model_Product_Option)[257]
  3728.               ...
  3729.           protected '_options' =>
  3730.             array (size=3)
  3731.               ...
  3732.           protected '_reservedAttributes' => null
  3733.           protected '_isDuplicable' => boolean true
  3734.           protected '_calculatePrice' => boolean true
  3735.           protected '_defaultValues' =>
  3736.             array (size=1)
  3737.               ...
  3738.           protected '_storeValuesFlags' =>
  3739.             array (size=1)
  3740.               ...
  3741.           protected '_lockedAttributes' =>
  3742.             array (size=0)
  3743.               ...
  3744.           protected '_isDeleteable' => boolean true
  3745.           protected '_isReadonly' => boolean false
  3746.           protected '_resourceName' => string 'catalog/product' (length=15)
  3747.           protected '_resource' => null
  3748.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  3749.           protected '_dataSaveAllowed' => boolean true
  3750.           protected '_isObjectNew' => null
  3751.           protected '_data' =>
  3752.             array (size=66)
  3753.               ...
  3754.           protected '_hasDataChanges' => boolean true
  3755.           protected '_origData' => null
  3756.           protected '_idFieldName' => string 'entity_id' (length=9)
  3757.           protected '_isDeleted' => boolean false
  3758.           protected '_oldFieldsMap' =>
  3759.             array (size=0)
  3760.               ...
  3761.           protected '_syncFieldsMap' =>
  3762.             array (size=0)
  3763.               ...
  3764.       protected '_option' =>
  3765.         object(Mage_Catalog_Model_Product_Option)[59]
  3766.           protected '_product' =>
  3767.             object(Mage_Catalog_Model_Product)[55]
  3768.               ...
  3769.           protected '_options' =>
  3770.             array (size=0)
  3771.               ...
  3772.           protected '_valueInstance' => null
  3773.           protected '_values' =>
  3774.             &array
  3775.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  3776.           protected '_eventObject' => string 'object' (length=6)
  3777.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  3778.           protected '_resource' => null
  3779.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  3780.           protected '_cacheTag' => boolean false
  3781.           protected '_dataSaveAllowed' => boolean true
  3782.           protected '_isObjectNew' => null
  3783.           protected '_data' =>
  3784.             array (size=21)
  3785.               ...
  3786.           protected '_hasDataChanges' => boolean true
  3787.           protected '_origData' =>
  3788.             array (size=20)
  3789.               ...
  3790.           protected '_idFieldName' => string 'option_id' (length=9)
  3791.           protected '_isDeleted' => boolean false
  3792.           protected '_oldFieldsMap' =>
  3793.             array (size=0)
  3794.               ...
  3795.           protected '_syncFieldsMap' =>
  3796.             array (size=0)
  3797.               ...
  3798.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  3799.       protected '_eventObject' => string 'object' (length=6)
  3800.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  3801.       protected '_resource' => null
  3802.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  3803.       protected '_cacheTag' => boolean false
  3804.       protected '_dataSaveAllowed' => boolean true
  3805.       protected '_isObjectNew' => null
  3806.       protected '_data' =>
  3807.         array (size=13)
  3808.           'option_type_id' => string '5663' (length=4)
  3809.           'option_id' => string '385' (length=3)
  3810.           'sku' => string 'pearl-main' (length=10)
  3811.           'sort_order' => string '201' (length=3)
  3812.           '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)
  3813.           'store_title' => null
  3814.           '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)
  3815.           'default_price' => string '0.0000' (length=6)
  3816.           'default_price_type' => string 'fixed' (length=5)
  3817.           'store_price' => null
  3818.           'store_price_type' => null
  3819.           'price' => string '0.0000' (length=6)
  3820.           'price_type' => string 'fixed' (length=5)
  3821.       protected '_hasDataChanges' => boolean true
  3822.       protected '_origData' =>
  3823.         array (size=13)
  3824.           'option_type_id' => string '5663' (length=4)
  3825.           'option_id' => string '385' (length=3)
  3826.           'sku' => string 'pearl-main' (length=10)
  3827.           'sort_order' => string '201' (length=3)
  3828.           '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)
  3829.           'store_title' => null
  3830.           '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)
  3831.           'default_price' => string '0.0000' (length=6)
  3832.           'default_price_type' => string 'fixed' (length=5)
  3833.           'store_price' => null
  3834.           'store_price_type' => null
  3835.           'price' => string '0.0000' (length=6)
  3836.           'price_type' => string 'fixed' (length=5)
  3837.       protected '_idFieldName' => string 'option_type_id' (length=14)
  3838.       protected '_isDeleted' => boolean false
  3839.       protected '_oldFieldsMap' =>
  3840.         array (size=0)
  3841.           empty
  3842.       protected '_syncFieldsMap' =>
  3843.         array (size=0)
  3844.           empty
  3845.   5664 =>
  3846.     object(Mage_Catalog_Model_Product_Option_Value)[313]
  3847.       protected '_values' =>
  3848.         array (size=0)
  3849.           empty
  3850.       protected '_product' =>
  3851.         object(Mage_Catalog_Model_Product)[55]
  3852.           protected '_cacheTag' => string 'catalog_product' (length=15)
  3853.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  3854.           protected '_eventObject' => string 'product' (length=7)
  3855.           protected '_canAffectOptions' => boolean false
  3856.           protected '_typeInstance' => null
  3857.           protected '_typeInstanceSingleton' =>
  3858.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  3859.               ...
  3860.           protected '_linkInstance' => null
  3861.           protected '_customOptions' =>
  3862.             array (size=0)
  3863.               ...
  3864.           protected '_urlModel' => null
  3865.           protected '_errors' =>
  3866.             array (size=0)
  3867.               ...
  3868.           protected '_optionInstance' =>
  3869.             object(Mage_Catalog_Model_Product_Option)[257]
  3870.               ...
  3871.           protected '_options' =>
  3872.             array (size=3)
  3873.               ...
  3874.           protected '_reservedAttributes' => null
  3875.           protected '_isDuplicable' => boolean true
  3876.           protected '_calculatePrice' => boolean true
  3877.           protected '_defaultValues' =>
  3878.             array (size=1)
  3879.               ...
  3880.           protected '_storeValuesFlags' =>
  3881.             array (size=1)
  3882.               ...
  3883.           protected '_lockedAttributes' =>
  3884.             array (size=0)
  3885.               ...
  3886.           protected '_isDeleteable' => boolean true
  3887.           protected '_isReadonly' => boolean false
  3888.           protected '_resourceName' => string 'catalog/product' (length=15)
  3889.           protected '_resource' => null
  3890.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  3891.           protected '_dataSaveAllowed' => boolean true
  3892.           protected '_isObjectNew' => null
  3893.           protected '_data' =>
  3894.             array (size=66)
  3895.               ...
  3896.           protected '_hasDataChanges' => boolean true
  3897.           protected '_origData' => null
  3898.           protected '_idFieldName' => string 'entity_id' (length=9)
  3899.           protected '_isDeleted' => boolean false
  3900.           protected '_oldFieldsMap' =>
  3901.             array (size=0)
  3902.               ...
  3903.           protected '_syncFieldsMap' =>
  3904.             array (size=0)
  3905.               ...
  3906.       protected '_option' =>
  3907.         object(Mage_Catalog_Model_Product_Option)[59]
  3908.           protected '_product' =>
  3909.             object(Mage_Catalog_Model_Product)[55]
  3910.               ...
  3911.           protected '_options' =>
  3912.             array (size=0)
  3913.               ...
  3914.           protected '_valueInstance' => null
  3915.           protected '_values' =>
  3916.             &array
  3917.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  3918.           protected '_eventObject' => string 'object' (length=6)
  3919.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  3920.           protected '_resource' => null
  3921.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  3922.           protected '_cacheTag' => boolean false
  3923.           protected '_dataSaveAllowed' => boolean true
  3924.           protected '_isObjectNew' => null
  3925.           protected '_data' =>
  3926.             array (size=21)
  3927.               ...
  3928.           protected '_hasDataChanges' => boolean true
  3929.           protected '_origData' =>
  3930.             array (size=20)
  3931.               ...
  3932.           protected '_idFieldName' => string 'option_id' (length=9)
  3933.           protected '_isDeleted' => boolean false
  3934.           protected '_oldFieldsMap' =>
  3935.             array (size=0)
  3936.               ...
  3937.           protected '_syncFieldsMap' =>
  3938.             array (size=0)
  3939.               ...
  3940.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  3941.       protected '_eventObject' => string 'object' (length=6)
  3942.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  3943.       protected '_resource' => null
  3944.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  3945.       protected '_cacheTag' => boolean false
  3946.       protected '_dataSaveAllowed' => boolean true
  3947.       protected '_isObjectNew' => null
  3948.       protected '_data' =>
  3949.         array (size=13)
  3950.           'option_type_id' => string '5664' (length=4)
  3951.           'option_id' => string '385' (length=3)
  3952.           'sku' => string 'white-main' (length=10)
  3953.           'sort_order' => string '202' (length=3)
  3954.           '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)
  3955.           'store_title' => null
  3956.           '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)
  3957.           'default_price' => string '0.0000' (length=6)
  3958.           'default_price_type' => string 'fixed' (length=5)
  3959.           'store_price' => null
  3960.           'store_price_type' => null
  3961.           'price' => string '0.0000' (length=6)
  3962.           'price_type' => string 'fixed' (length=5)
  3963.       protected '_hasDataChanges' => boolean true
  3964.       protected '_origData' =>
  3965.         array (size=13)
  3966.           'option_type_id' => string '5664' (length=4)
  3967.           'option_id' => string '385' (length=3)
  3968.           'sku' => string 'white-main' (length=10)
  3969.           'sort_order' => string '202' (length=3)
  3970.           '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)
  3971.           'store_title' => null
  3972.           '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)
  3973.           'default_price' => string '0.0000' (length=6)
  3974.           'default_price_type' => string 'fixed' (length=5)
  3975.           'store_price' => null
  3976.           'store_price_type' => null
  3977.           'price' => string '0.0000' (length=6)
  3978.           'price_type' => string 'fixed' (length=5)
  3979.       protected '_idFieldName' => string 'option_type_id' (length=14)
  3980.       protected '_isDeleted' => boolean false
  3981.       protected '_oldFieldsMap' =>
  3982.         array (size=0)
  3983.           empty
  3984.       protected '_syncFieldsMap' =>
  3985.         array (size=0)
  3986.           empty
  3987.   5665 =>
  3988.     object(Mage_Catalog_Model_Product_Option_Value)[314]
  3989.       protected '_values' =>
  3990.         array (size=0)
  3991.           empty
  3992.       protected '_product' =>
  3993.         object(Mage_Catalog_Model_Product)[55]
  3994.           protected '_cacheTag' => string 'catalog_product' (length=15)
  3995.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  3996.           protected '_eventObject' => string 'product' (length=7)
  3997.           protected '_canAffectOptions' => boolean false
  3998.           protected '_typeInstance' => null
  3999.           protected '_typeInstanceSingleton' =>
  4000.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  4001.               ...
  4002.           protected '_linkInstance' => null
  4003.           protected '_customOptions' =>
  4004.             array (size=0)
  4005.               ...
  4006.           protected '_urlModel' => null
  4007.           protected '_errors' =>
  4008.             array (size=0)
  4009.               ...
  4010.           protected '_optionInstance' =>
  4011.             object(Mage_Catalog_Model_Product_Option)[257]
  4012.               ...
  4013.           protected '_options' =>
  4014.             array (size=3)
  4015.               ...
  4016.           protected '_reservedAttributes' => null
  4017.           protected '_isDuplicable' => boolean true
  4018.           protected '_calculatePrice' => boolean true
  4019.           protected '_defaultValues' =>
  4020.             array (size=1)
  4021.               ...
  4022.           protected '_storeValuesFlags' =>
  4023.             array (size=1)
  4024.               ...
  4025.           protected '_lockedAttributes' =>
  4026.             array (size=0)
  4027.               ...
  4028.           protected '_isDeleteable' => boolean true
  4029.           protected '_isReadonly' => boolean false
  4030.           protected '_resourceName' => string 'catalog/product' (length=15)
  4031.           protected '_resource' => null
  4032.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  4033.           protected '_dataSaveAllowed' => boolean true
  4034.           protected '_isObjectNew' => null
  4035.           protected '_data' =>
  4036.             array (size=66)
  4037.               ...
  4038.           protected '_hasDataChanges' => boolean true
  4039.           protected '_origData' => null
  4040.           protected '_idFieldName' => string 'entity_id' (length=9)
  4041.           protected '_isDeleted' => boolean false
  4042.           protected '_oldFieldsMap' =>
  4043.             array (size=0)
  4044.               ...
  4045.           protected '_syncFieldsMap' =>
  4046.             array (size=0)
  4047.               ...
  4048.       protected '_option' =>
  4049.         object(Mage_Catalog_Model_Product_Option)[59]
  4050.           protected '_product' =>
  4051.             object(Mage_Catalog_Model_Product)[55]
  4052.               ...
  4053.           protected '_options' =>
  4054.             array (size=0)
  4055.               ...
  4056.           protected '_valueInstance' => null
  4057.           protected '_values' =>
  4058.             &array
  4059.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  4060.           protected '_eventObject' => string 'object' (length=6)
  4061.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  4062.           protected '_resource' => null
  4063.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  4064.           protected '_cacheTag' => boolean false
  4065.           protected '_dataSaveAllowed' => boolean true
  4066.           protected '_isObjectNew' => null
  4067.           protected '_data' =>
  4068.             array (size=21)
  4069.               ...
  4070.           protected '_hasDataChanges' => boolean true
  4071.           protected '_origData' =>
  4072.             array (size=20)
  4073.               ...
  4074.           protected '_idFieldName' => string 'option_id' (length=9)
  4075.           protected '_isDeleted' => boolean false
  4076.           protected '_oldFieldsMap' =>
  4077.             array (size=0)
  4078.               ...
  4079.           protected '_syncFieldsMap' =>
  4080.             array (size=0)
  4081.               ...
  4082.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  4083.       protected '_eventObject' => string 'object' (length=6)
  4084.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  4085.       protected '_resource' => null
  4086.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  4087.       protected '_cacheTag' => boolean false
  4088.       protected '_dataSaveAllowed' => boolean true
  4089.       protected '_isObjectNew' => null
  4090.       protected '_data' =>
  4091.         array (size=13)
  4092.           'option_type_id' => string '5665' (length=4)
  4093.           'option_id' => string '385' (length=3)
  4094.           'sku' => string 'darkbrown-main' (length=14)
  4095.           'sort_order' => string '205' (length=3)
  4096.           '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)
  4097.           'store_title' => null
  4098.           '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)
  4099.           'default_price' => string '0.0000' (length=6)
  4100.           'default_price_type' => string 'fixed' (length=5)
  4101.           'store_price' => null
  4102.           'store_price_type' => null
  4103.           'price' => string '0.0000' (length=6)
  4104.           'price_type' => string 'fixed' (length=5)
  4105.       protected '_hasDataChanges' => boolean true
  4106.       protected '_origData' =>
  4107.         array (size=13)
  4108.           'option_type_id' => string '5665' (length=4)
  4109.           'option_id' => string '385' (length=3)
  4110.           'sku' => string 'darkbrown-main' (length=14)
  4111.           'sort_order' => string '205' (length=3)
  4112.           '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)
  4113.           'store_title' => null
  4114.           '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)
  4115.           'default_price' => string '0.0000' (length=6)
  4116.           'default_price_type' => string 'fixed' (length=5)
  4117.           'store_price' => null
  4118.           'store_price_type' => null
  4119.           'price' => string '0.0000' (length=6)
  4120.           'price_type' => string 'fixed' (length=5)
  4121.       protected '_idFieldName' => string 'option_type_id' (length=14)
  4122.       protected '_isDeleted' => boolean false
  4123.       protected '_oldFieldsMap' =>
  4124.         array (size=0)
  4125.           empty
  4126.       protected '_syncFieldsMap' =>
  4127.         array (size=0)
  4128.           empty
  4129.   5666 =>
  4130.     object(Mage_Catalog_Model_Product_Option_Value)[316]
  4131.       protected '_values' =>
  4132.         array (size=0)
  4133.           empty
  4134.       protected '_product' =>
  4135.         object(Mage_Catalog_Model_Product)[55]
  4136.           protected '_cacheTag' => string 'catalog_product' (length=15)
  4137.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  4138.           protected '_eventObject' => string 'product' (length=7)
  4139.           protected '_canAffectOptions' => boolean false
  4140.           protected '_typeInstance' => null
  4141.           protected '_typeInstanceSingleton' =>
  4142.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  4143.               ...
  4144.           protected '_linkInstance' => null
  4145.           protected '_customOptions' =>
  4146.             array (size=0)
  4147.               ...
  4148.           protected '_urlModel' => null
  4149.           protected '_errors' =>
  4150.             array (size=0)
  4151.               ...
  4152.           protected '_optionInstance' =>
  4153.             object(Mage_Catalog_Model_Product_Option)[257]
  4154.               ...
  4155.           protected '_options' =>
  4156.             array (size=3)
  4157.               ...
  4158.           protected '_reservedAttributes' => null
  4159.           protected '_isDuplicable' => boolean true
  4160.           protected '_calculatePrice' => boolean true
  4161.           protected '_defaultValues' =>
  4162.             array (size=1)
  4163.               ...
  4164.           protected '_storeValuesFlags' =>
  4165.             array (size=1)
  4166.               ...
  4167.           protected '_lockedAttributes' =>
  4168.             array (size=0)
  4169.               ...
  4170.           protected '_isDeleteable' => boolean true
  4171.           protected '_isReadonly' => boolean false
  4172.           protected '_resourceName' => string 'catalog/product' (length=15)
  4173.           protected '_resource' => null
  4174.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  4175.           protected '_dataSaveAllowed' => boolean true
  4176.           protected '_isObjectNew' => null
  4177.           protected '_data' =>
  4178.             array (size=66)
  4179.               ...
  4180.           protected '_hasDataChanges' => boolean true
  4181.           protected '_origData' => null
  4182.           protected '_idFieldName' => string 'entity_id' (length=9)
  4183.           protected '_isDeleted' => boolean false
  4184.           protected '_oldFieldsMap' =>
  4185.             array (size=0)
  4186.               ...
  4187.           protected '_syncFieldsMap' =>
  4188.             array (size=0)
  4189.               ...
  4190.       protected '_option' =>
  4191.         object(Mage_Catalog_Model_Product_Option)[59]
  4192.           protected '_product' =>
  4193.             object(Mage_Catalog_Model_Product)[55]
  4194.               ...
  4195.           protected '_options' =>
  4196.             array (size=0)
  4197.               ...
  4198.           protected '_valueInstance' => null
  4199.           protected '_values' =>
  4200.             &array
  4201.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  4202.           protected '_eventObject' => string 'object' (length=6)
  4203.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  4204.           protected '_resource' => null
  4205.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  4206.           protected '_cacheTag' => boolean false
  4207.           protected '_dataSaveAllowed' => boolean true
  4208.           protected '_isObjectNew' => null
  4209.           protected '_data' =>
  4210.             array (size=21)
  4211.               ...
  4212.           protected '_hasDataChanges' => boolean true
  4213.           protected '_origData' =>
  4214.             array (size=20)
  4215.               ...
  4216.           protected '_idFieldName' => string 'option_id' (length=9)
  4217.           protected '_isDeleted' => boolean false
  4218.           protected '_oldFieldsMap' =>
  4219.             array (size=0)
  4220.               ...
  4221.           protected '_syncFieldsMap' =>
  4222.             array (size=0)
  4223.               ...
  4224.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  4225.       protected '_eventObject' => string 'object' (length=6)
  4226.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  4227.       protected '_resource' => null
  4228.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  4229.       protected '_cacheTag' => boolean false
  4230.       protected '_dataSaveAllowed' => boolean true
  4231.       protected '_isObjectNew' => null
  4232.       protected '_data' =>
  4233.         array (size=13)
  4234.           'option_type_id' => string '5666' (length=4)
  4235.           'option_id' => string '385' (length=3)
  4236.           'sku' => string 'cappuccino-main' (length=15)
  4237.           'sort_order' => string '206' (length=3)
  4238.           '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)
  4239.           'store_title' => null
  4240.           '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)
  4241.           'default_price' => string '0.0000' (length=6)
  4242.           'default_price_type' => string 'fixed' (length=5)
  4243.           'store_price' => null
  4244.           'store_price_type' => null
  4245.           'price' => string '0.0000' (length=6)
  4246.           'price_type' => string 'fixed' (length=5)
  4247.       protected '_hasDataChanges' => boolean true
  4248.       protected '_origData' =>
  4249.         array (size=13)
  4250.           'option_type_id' => string '5666' (length=4)
  4251.           'option_id' => string '385' (length=3)
  4252.           'sku' => string 'cappuccino-main' (length=15)
  4253.           'sort_order' => string '206' (length=3)
  4254.           '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)
  4255.           'store_title' => null
  4256.           '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)
  4257.           'default_price' => string '0.0000' (length=6)
  4258.           'default_price_type' => string 'fixed' (length=5)
  4259.           'store_price' => null
  4260.           'store_price_type' => null
  4261.           'price' => string '0.0000' (length=6)
  4262.           'price_type' => string 'fixed' (length=5)
  4263.       protected '_idFieldName' => string 'option_type_id' (length=14)
  4264.       protected '_isDeleted' => boolean false
  4265.       protected '_oldFieldsMap' =>
  4266.         array (size=0)
  4267.           empty
  4268.       protected '_syncFieldsMap' =>
  4269.         array (size=0)
  4270.           empty
  4271.   5667 =>
  4272.     object(Mage_Catalog_Model_Product_Option_Value)[319]
  4273.       protected '_values' =>
  4274.         array (size=0)
  4275.           empty
  4276.       protected '_product' =>
  4277.         object(Mage_Catalog_Model_Product)[55]
  4278.           protected '_cacheTag' => string 'catalog_product' (length=15)
  4279.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  4280.           protected '_eventObject' => string 'product' (length=7)
  4281.           protected '_canAffectOptions' => boolean false
  4282.           protected '_typeInstance' => null
  4283.           protected '_typeInstanceSingleton' =>
  4284.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  4285.               ...
  4286.           protected '_linkInstance' => null
  4287.           protected '_customOptions' =>
  4288.             array (size=0)
  4289.               ...
  4290.           protected '_urlModel' => null
  4291.           protected '_errors' =>
  4292.             array (size=0)
  4293.               ...
  4294.           protected '_optionInstance' =>
  4295.             object(Mage_Catalog_Model_Product_Option)[257]
  4296.               ...
  4297.           protected '_options' =>
  4298.             array (size=3)
  4299.               ...
  4300.           protected '_reservedAttributes' => null
  4301.           protected '_isDuplicable' => boolean true
  4302.           protected '_calculatePrice' => boolean true
  4303.           protected '_defaultValues' =>
  4304.             array (size=1)
  4305.               ...
  4306.           protected '_storeValuesFlags' =>
  4307.             array (size=1)
  4308.               ...
  4309.           protected '_lockedAttributes' =>
  4310.             array (size=0)
  4311.               ...
  4312.           protected '_isDeleteable' => boolean true
  4313.           protected '_isReadonly' => boolean false
  4314.           protected '_resourceName' => string 'catalog/product' (length=15)
  4315.           protected '_resource' => null
  4316.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  4317.           protected '_dataSaveAllowed' => boolean true
  4318.           protected '_isObjectNew' => null
  4319.           protected '_data' =>
  4320.             array (size=66)
  4321.               ...
  4322.           protected '_hasDataChanges' => boolean true
  4323.           protected '_origData' => null
  4324.           protected '_idFieldName' => string 'entity_id' (length=9)
  4325.           protected '_isDeleted' => boolean false
  4326.           protected '_oldFieldsMap' =>
  4327.             array (size=0)
  4328.               ...
  4329.           protected '_syncFieldsMap' =>
  4330.             array (size=0)
  4331.               ...
  4332.       protected '_option' =>
  4333.         object(Mage_Catalog_Model_Product_Option)[59]
  4334.           protected '_product' =>
  4335.             object(Mage_Catalog_Model_Product)[55]
  4336.               ...
  4337.           protected '_options' =>
  4338.             array (size=0)
  4339.               ...
  4340.           protected '_valueInstance' => null
  4341.           protected '_values' =>
  4342.             &array
  4343.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  4344.           protected '_eventObject' => string 'object' (length=6)
  4345.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  4346.           protected '_resource' => null
  4347.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  4348.           protected '_cacheTag' => boolean false
  4349.           protected '_dataSaveAllowed' => boolean true
  4350.           protected '_isObjectNew' => null
  4351.           protected '_data' =>
  4352.             array (size=21)
  4353.               ...
  4354.           protected '_hasDataChanges' => boolean true
  4355.           protected '_origData' =>
  4356.             array (size=20)
  4357.               ...
  4358.           protected '_idFieldName' => string 'option_id' (length=9)
  4359.           protected '_isDeleted' => boolean false
  4360.           protected '_oldFieldsMap' =>
  4361.             array (size=0)
  4362.               ...
  4363.           protected '_syncFieldsMap' =>
  4364.             array (size=0)
  4365.               ...
  4366.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  4367.       protected '_eventObject' => string 'object' (length=6)
  4368.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  4369.       protected '_resource' => null
  4370.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  4371.       protected '_cacheTag' => boolean false
  4372.       protected '_dataSaveAllowed' => boolean true
  4373.       protected '_isObjectNew' => null
  4374.       protected '_data' =>
  4375.         array (size=13)
  4376.           'option_type_id' => string '5667' (length=4)
  4377.           'option_id' => string '385' (length=3)
  4378.           'sku' => string 'mocca-main' (length=10)
  4379.           'sort_order' => string '208' (length=3)
  4380.           '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)
  4381.           'store_title' => null
  4382.           '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)
  4383.           'default_price' => string '0.0000' (length=6)
  4384.           'default_price_type' => string 'fixed' (length=5)
  4385.           'store_price' => null
  4386.           'store_price_type' => null
  4387.           'price' => string '0.0000' (length=6)
  4388.           'price_type' => string 'fixed' (length=5)
  4389.       protected '_hasDataChanges' => boolean true
  4390.       protected '_origData' =>
  4391.         array (size=13)
  4392.           'option_type_id' => string '5667' (length=4)
  4393.           'option_id' => string '385' (length=3)
  4394.           'sku' => string 'mocca-main' (length=10)
  4395.           'sort_order' => string '208' (length=3)
  4396.           '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)
  4397.           'store_title' => null
  4398.           '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)
  4399.           'default_price' => string '0.0000' (length=6)
  4400.           'default_price_type' => string 'fixed' (length=5)
  4401.           'store_price' => null
  4402.           'store_price_type' => null
  4403.           'price' => string '0.0000' (length=6)
  4404.           'price_type' => string 'fixed' (length=5)
  4405.       protected '_idFieldName' => string 'option_type_id' (length=14)
  4406.       protected '_isDeleted' => boolean false
  4407.       protected '_oldFieldsMap' =>
  4408.         array (size=0)
  4409.           empty
  4410.       protected '_syncFieldsMap' =>
  4411.         array (size=0)
  4412.           empty
  4413.   5668 =>
  4414.     object(Mage_Catalog_Model_Product_Option_Value)[321]
  4415.       protected '_values' =>
  4416.         array (size=0)
  4417.           empty
  4418.       protected '_product' =>
  4419.         object(Mage_Catalog_Model_Product)[55]
  4420.           protected '_cacheTag' => string 'catalog_product' (length=15)
  4421.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  4422.           protected '_eventObject' => string 'product' (length=7)
  4423.           protected '_canAffectOptions' => boolean false
  4424.           protected '_typeInstance' => null
  4425.           protected '_typeInstanceSingleton' =>
  4426.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  4427.               ...
  4428.           protected '_linkInstance' => null
  4429.           protected '_customOptions' =>
  4430.             array (size=0)
  4431.               ...
  4432.           protected '_urlModel' => null
  4433.           protected '_errors' =>
  4434.             array (size=0)
  4435.               ...
  4436.           protected '_optionInstance' =>
  4437.             object(Mage_Catalog_Model_Product_Option)[257]
  4438.               ...
  4439.           protected '_options' =>
  4440.             array (size=3)
  4441.               ...
  4442.           protected '_reservedAttributes' => null
  4443.           protected '_isDuplicable' => boolean true
  4444.           protected '_calculatePrice' => boolean true
  4445.           protected '_defaultValues' =>
  4446.             array (size=1)
  4447.               ...
  4448.           protected '_storeValuesFlags' =>
  4449.             array (size=1)
  4450.               ...
  4451.           protected '_lockedAttributes' =>
  4452.             array (size=0)
  4453.               ...
  4454.           protected '_isDeleteable' => boolean true
  4455.           protected '_isReadonly' => boolean false
  4456.           protected '_resourceName' => string 'catalog/product' (length=15)
  4457.           protected '_resource' => null
  4458.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  4459.           protected '_dataSaveAllowed' => boolean true
  4460.           protected '_isObjectNew' => null
  4461.           protected '_data' =>
  4462.             array (size=66)
  4463.               ...
  4464.           protected '_hasDataChanges' => boolean true
  4465.           protected '_origData' => null
  4466.           protected '_idFieldName' => string 'entity_id' (length=9)
  4467.           protected '_isDeleted' => boolean false
  4468.           protected '_oldFieldsMap' =>
  4469.             array (size=0)
  4470.               ...
  4471.           protected '_syncFieldsMap' =>
  4472.             array (size=0)
  4473.               ...
  4474.       protected '_option' =>
  4475.         object(Mage_Catalog_Model_Product_Option)[59]
  4476.           protected '_product' =>
  4477.             object(Mage_Catalog_Model_Product)[55]
  4478.               ...
  4479.           protected '_options' =>
  4480.             array (size=0)
  4481.               ...
  4482.           protected '_valueInstance' => null
  4483.           protected '_values' =>
  4484.             &array
  4485.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  4486.           protected '_eventObject' => string 'object' (length=6)
  4487.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  4488.           protected '_resource' => null
  4489.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  4490.           protected '_cacheTag' => boolean false
  4491.           protected '_dataSaveAllowed' => boolean true
  4492.           protected '_isObjectNew' => null
  4493.           protected '_data' =>
  4494.             array (size=21)
  4495.               ...
  4496.           protected '_hasDataChanges' => boolean true
  4497.           protected '_origData' =>
  4498.             array (size=20)
  4499.               ...
  4500.           protected '_idFieldName' => string 'option_id' (length=9)
  4501.           protected '_isDeleted' => boolean false
  4502.           protected '_oldFieldsMap' =>
  4503.             array (size=0)
  4504.               ...
  4505.           protected '_syncFieldsMap' =>
  4506.             array (size=0)
  4507.               ...
  4508.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  4509.       protected '_eventObject' => string 'object' (length=6)
  4510.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  4511.       protected '_resource' => null
  4512.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  4513.       protected '_cacheTag' => boolean false
  4514.       protected '_dataSaveAllowed' => boolean true
  4515.       protected '_isObjectNew' => null
  4516.       protected '_data' =>
  4517.         array (size=13)
  4518.           'option_type_id' => string '5668' (length=4)
  4519.           'option_id' => string '385' (length=3)
  4520.           'sku' => string 'englishred-main' (length=15)
  4521.           'sort_order' => string '210' (length=3)
  4522.           '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)
  4523.           'store_title' => null
  4524.           '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)
  4525.           'default_price' => string '0.0000' (length=6)
  4526.           'default_price_type' => string 'fixed' (length=5)
  4527.           'store_price' => null
  4528.           'store_price_type' => null
  4529.           'price' => string '0.0000' (length=6)
  4530.           'price_type' => string 'fixed' (length=5)
  4531.       protected '_hasDataChanges' => boolean true
  4532.       protected '_origData' =>
  4533.         array (size=13)
  4534.           'option_type_id' => string '5668' (length=4)
  4535.           'option_id' => string '385' (length=3)
  4536.           'sku' => string 'englishred-main' (length=15)
  4537.           'sort_order' => string '210' (length=3)
  4538.           '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)
  4539.           'store_title' => null
  4540.           '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)
  4541.           'default_price' => string '0.0000' (length=6)
  4542.           'default_price_type' => string 'fixed' (length=5)
  4543.           'store_price' => null
  4544.           'store_price_type' => null
  4545.           'price' => string '0.0000' (length=6)
  4546.           'price_type' => string 'fixed' (length=5)
  4547.       protected '_idFieldName' => string 'option_type_id' (length=14)
  4548.       protected '_isDeleted' => boolean false
  4549.       protected '_oldFieldsMap' =>
  4550.         array (size=0)
  4551.           empty
  4552.       protected '_syncFieldsMap' =>
  4553.         array (size=0)
  4554.           empty
  4555.   5669 =>
  4556.     object(Mage_Catalog_Model_Product_Option_Value)[323]
  4557.       protected '_values' =>
  4558.         array (size=0)
  4559.           empty
  4560.       protected '_product' =>
  4561.         object(Mage_Catalog_Model_Product)[55]
  4562.           protected '_cacheTag' => string 'catalog_product' (length=15)
  4563.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  4564.           protected '_eventObject' => string 'product' (length=7)
  4565.           protected '_canAffectOptions' => boolean false
  4566.           protected '_typeInstance' => null
  4567.           protected '_typeInstanceSingleton' =>
  4568.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  4569.               ...
  4570.           protected '_linkInstance' => null
  4571.           protected '_customOptions' =>
  4572.             array (size=0)
  4573.               ...
  4574.           protected '_urlModel' => null
  4575.           protected '_errors' =>
  4576.             array (size=0)
  4577.               ...
  4578.           protected '_optionInstance' =>
  4579.             object(Mage_Catalog_Model_Product_Option)[257]
  4580.               ...
  4581.           protected '_options' =>
  4582.             array (size=3)
  4583.               ...
  4584.           protected '_reservedAttributes' => null
  4585.           protected '_isDuplicable' => boolean true
  4586.           protected '_calculatePrice' => boolean true
  4587.           protected '_defaultValues' =>
  4588.             array (size=1)
  4589.               ...
  4590.           protected '_storeValuesFlags' =>
  4591.             array (size=1)
  4592.               ...
  4593.           protected '_lockedAttributes' =>
  4594.             array (size=0)
  4595.               ...
  4596.           protected '_isDeleteable' => boolean true
  4597.           protected '_isReadonly' => boolean false
  4598.           protected '_resourceName' => string 'catalog/product' (length=15)
  4599.           protected '_resource' => null
  4600.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  4601.           protected '_dataSaveAllowed' => boolean true
  4602.           protected '_isObjectNew' => null
  4603.           protected '_data' =>
  4604.             array (size=66)
  4605.               ...
  4606.           protected '_hasDataChanges' => boolean true
  4607.           protected '_origData' => null
  4608.           protected '_idFieldName' => string 'entity_id' (length=9)
  4609.           protected '_isDeleted' => boolean false
  4610.           protected '_oldFieldsMap' =>
  4611.             array (size=0)
  4612.               ...
  4613.           protected '_syncFieldsMap' =>
  4614.             array (size=0)
  4615.               ...
  4616.       protected '_option' =>
  4617.         object(Mage_Catalog_Model_Product_Option)[59]
  4618.           protected '_product' =>
  4619.             object(Mage_Catalog_Model_Product)[55]
  4620.               ...
  4621.           protected '_options' =>
  4622.             array (size=0)
  4623.               ...
  4624.           protected '_valueInstance' => null
  4625.           protected '_values' =>
  4626.             &array
  4627.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  4628.           protected '_eventObject' => string 'object' (length=6)
  4629.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  4630.           protected '_resource' => null
  4631.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  4632.           protected '_cacheTag' => boolean false
  4633.           protected '_dataSaveAllowed' => boolean true
  4634.           protected '_isObjectNew' => null
  4635.           protected '_data' =>
  4636.             array (size=21)
  4637.               ...
  4638.           protected '_hasDataChanges' => boolean true
  4639.           protected '_origData' =>
  4640.             array (size=20)
  4641.               ...
  4642.           protected '_idFieldName' => string 'option_id' (length=9)
  4643.           protected '_isDeleted' => boolean false
  4644.           protected '_oldFieldsMap' =>
  4645.             array (size=0)
  4646.               ...
  4647.           protected '_syncFieldsMap' =>
  4648.             array (size=0)
  4649.               ...
  4650.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  4651.       protected '_eventObject' => string 'object' (length=6)
  4652.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  4653.       protected '_resource' => null
  4654.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  4655.       protected '_cacheTag' => boolean false
  4656.       protected '_dataSaveAllowed' => boolean true
  4657.       protected '_isObjectNew' => null
  4658.       protected '_data' =>
  4659.         array (size=13)
  4660.           'option_type_id' => string '5669' (length=4)
  4661.           'option_id' => string '385' (length=3)
  4662.           'sku' => string 'antiquered-main' (length=15)
  4663.           'sort_order' => string '215' (length=3)
  4664.           '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)
  4665.           'store_title' => null
  4666.           '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)
  4667.           'default_price' => string '0.0000' (length=6)
  4668.           'default_price_type' => string 'fixed' (length=5)
  4669.           'store_price' => null
  4670.           'store_price_type' => null
  4671.           'price' => string '0.0000' (length=6)
  4672.           'price_type' => string 'fixed' (length=5)
  4673.       protected '_hasDataChanges' => boolean true
  4674.       protected '_origData' =>
  4675.         array (size=13)
  4676.           'option_type_id' => string '5669' (length=4)
  4677.           'option_id' => string '385' (length=3)
  4678.           'sku' => string 'antiquered-main' (length=15)
  4679.           'sort_order' => string '215' (length=3)
  4680.           '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)
  4681.           'store_title' => null
  4682.           '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)
  4683.           'default_price' => string '0.0000' (length=6)
  4684.           'default_price_type' => string 'fixed' (length=5)
  4685.           'store_price' => null
  4686.           'store_price_type' => null
  4687.           'price' => string '0.0000' (length=6)
  4688.           'price_type' => string 'fixed' (length=5)
  4689.       protected '_idFieldName' => string 'option_type_id' (length=14)
  4690.       protected '_isDeleted' => boolean false
  4691.       protected '_oldFieldsMap' =>
  4692.         array (size=0)
  4693.           empty
  4694.       protected '_syncFieldsMap' =>
  4695.         array (size=0)
  4696.           empty
  4697.   5670 =>
  4698.     object(Mage_Catalog_Model_Product_Option_Value)[325]
  4699.       protected '_values' =>
  4700.         array (size=0)
  4701.           empty
  4702.       protected '_product' =>
  4703.         object(Mage_Catalog_Model_Product)[55]
  4704.           protected '_cacheTag' => string 'catalog_product' (length=15)
  4705.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  4706.           protected '_eventObject' => string 'product' (length=7)
  4707.           protected '_canAffectOptions' => boolean false
  4708.           protected '_typeInstance' => null
  4709.           protected '_typeInstanceSingleton' =>
  4710.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  4711.               ...
  4712.           protected '_linkInstance' => null
  4713.           protected '_customOptions' =>
  4714.             array (size=0)
  4715.               ...
  4716.           protected '_urlModel' => null
  4717.           protected '_errors' =>
  4718.             array (size=0)
  4719.               ...
  4720.           protected '_optionInstance' =>
  4721.             object(Mage_Catalog_Model_Product_Option)[257]
  4722.               ...
  4723.           protected '_options' =>
  4724.             array (size=3)
  4725.               ...
  4726.           protected '_reservedAttributes' => null
  4727.           protected '_isDuplicable' => boolean true
  4728.           protected '_calculatePrice' => boolean true
  4729.           protected '_defaultValues' =>
  4730.             array (size=1)
  4731.               ...
  4732.           protected '_storeValuesFlags' =>
  4733.             array (size=1)
  4734.               ...
  4735.           protected '_lockedAttributes' =>
  4736.             array (size=0)
  4737.               ...
  4738.           protected '_isDeleteable' => boolean true
  4739.           protected '_isReadonly' => boolean false
  4740.           protected '_resourceName' => string 'catalog/product' (length=15)
  4741.           protected '_resource' => null
  4742.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  4743.           protected '_dataSaveAllowed' => boolean true
  4744.           protected '_isObjectNew' => null
  4745.           protected '_data' =>
  4746.             array (size=66)
  4747.               ...
  4748.           protected '_hasDataChanges' => boolean true
  4749.           protected '_origData' => null
  4750.           protected '_idFieldName' => string 'entity_id' (length=9)
  4751.           protected '_isDeleted' => boolean false
  4752.           protected '_oldFieldsMap' =>
  4753.             array (size=0)
  4754.               ...
  4755.           protected '_syncFieldsMap' =>
  4756.             array (size=0)
  4757.               ...
  4758.       protected '_option' =>
  4759.         object(Mage_Catalog_Model_Product_Option)[59]
  4760.           protected '_product' =>
  4761.             object(Mage_Catalog_Model_Product)[55]
  4762.               ...
  4763.           protected '_options' =>
  4764.             array (size=0)
  4765.               ...
  4766.           protected '_valueInstance' => null
  4767.           protected '_values' =>
  4768.             &array
  4769.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  4770.           protected '_eventObject' => string 'object' (length=6)
  4771.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  4772.           protected '_resource' => null
  4773.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  4774.           protected '_cacheTag' => boolean false
  4775.           protected '_dataSaveAllowed' => boolean true
  4776.           protected '_isObjectNew' => null
  4777.           protected '_data' =>
  4778.             array (size=21)
  4779.               ...
  4780.           protected '_hasDataChanges' => boolean true
  4781.           protected '_origData' =>
  4782.             array (size=20)
  4783.               ...
  4784.           protected '_idFieldName' => string 'option_id' (length=9)
  4785.           protected '_isDeleted' => boolean false
  4786.           protected '_oldFieldsMap' =>
  4787.             array (size=0)
  4788.               ...
  4789.           protected '_syncFieldsMap' =>
  4790.             array (size=0)
  4791.               ...
  4792.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  4793.       protected '_eventObject' => string 'object' (length=6)
  4794.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  4795.       protected '_resource' => null
  4796.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  4797.       protected '_cacheTag' => boolean false
  4798.       protected '_dataSaveAllowed' => boolean true
  4799.       protected '_isObjectNew' => null
  4800.       protected '_data' =>
  4801.         array (size=13)
  4802.           'option_type_id' => string '5670' (length=4)
  4803.           'option_id' => string '385' (length=3)
  4804.           'sku' => string 'red-main' (length=8)
  4805.           'sort_order' => string '216' (length=3)
  4806.           '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)
  4807.           'store_title' => null
  4808.           '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)
  4809.           'default_price' => string '0.0000' (length=6)
  4810.           'default_price_type' => string 'fixed' (length=5)
  4811.           'store_price' => null
  4812.           'store_price_type' => null
  4813.           'price' => string '0.0000' (length=6)
  4814.           'price_type' => string 'fixed' (length=5)
  4815.       protected '_hasDataChanges' => boolean true
  4816.       protected '_origData' =>
  4817.         array (size=13)
  4818.           'option_type_id' => string '5670' (length=4)
  4819.           'option_id' => string '385' (length=3)
  4820.           'sku' => string 'red-main' (length=8)
  4821.           'sort_order' => string '216' (length=3)
  4822.           '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)
  4823.           'store_title' => null
  4824.           '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)
  4825.           'default_price' => string '0.0000' (length=6)
  4826.           'default_price_type' => string 'fixed' (length=5)
  4827.           'store_price' => null
  4828.           'store_price_type' => null
  4829.           'price' => string '0.0000' (length=6)
  4830.           'price_type' => string 'fixed' (length=5)
  4831.       protected '_idFieldName' => string 'option_type_id' (length=14)
  4832.       protected '_isDeleted' => boolean false
  4833.       protected '_oldFieldsMap' =>
  4834.         array (size=0)
  4835.           empty
  4836.       protected '_syncFieldsMap' =>
  4837.         array (size=0)
  4838.           empty
  4839.   5671 =>
  4840.     object(Mage_Catalog_Model_Product_Option_Value)[327]
  4841.       protected '_values' =>
  4842.         array (size=0)
  4843.           empty
  4844.       protected '_product' =>
  4845.         object(Mage_Catalog_Model_Product)[55]
  4846.           protected '_cacheTag' => string 'catalog_product' (length=15)
  4847.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  4848.           protected '_eventObject' => string 'product' (length=7)
  4849.           protected '_canAffectOptions' => boolean false
  4850.           protected '_typeInstance' => null
  4851.           protected '_typeInstanceSingleton' =>
  4852.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  4853.               ...
  4854.           protected '_linkInstance' => null
  4855.           protected '_customOptions' =>
  4856.             array (size=0)
  4857.               ...
  4858.           protected '_urlModel' => null
  4859.           protected '_errors' =>
  4860.             array (size=0)
  4861.               ...
  4862.           protected '_optionInstance' =>
  4863.             object(Mage_Catalog_Model_Product_Option)[257]
  4864.               ...
  4865.           protected '_options' =>
  4866.             array (size=3)
  4867.               ...
  4868.           protected '_reservedAttributes' => null
  4869.           protected '_isDuplicable' => boolean true
  4870.           protected '_calculatePrice' => boolean true
  4871.           protected '_defaultValues' =>
  4872.             array (size=1)
  4873.               ...
  4874.           protected '_storeValuesFlags' =>
  4875.             array (size=1)
  4876.               ...
  4877.           protected '_lockedAttributes' =>
  4878.             array (size=0)
  4879.               ...
  4880.           protected '_isDeleteable' => boolean true
  4881.           protected '_isReadonly' => boolean false
  4882.           protected '_resourceName' => string 'catalog/product' (length=15)
  4883.           protected '_resource' => null
  4884.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  4885.           protected '_dataSaveAllowed' => boolean true
  4886.           protected '_isObjectNew' => null
  4887.           protected '_data' =>
  4888.             array (size=66)
  4889.               ...
  4890.           protected '_hasDataChanges' => boolean true
  4891.           protected '_origData' => null
  4892.           protected '_idFieldName' => string 'entity_id' (length=9)
  4893.           protected '_isDeleted' => boolean false
  4894.           protected '_oldFieldsMap' =>
  4895.             array (size=0)
  4896.               ...
  4897.           protected '_syncFieldsMap' =>
  4898.             array (size=0)
  4899.               ...
  4900.       protected '_option' =>
  4901.         object(Mage_Catalog_Model_Product_Option)[59]
  4902.           protected '_product' =>
  4903.             object(Mage_Catalog_Model_Product)[55]
  4904.               ...
  4905.           protected '_options' =>
  4906.             array (size=0)
  4907.               ...
  4908.           protected '_valueInstance' => null
  4909.           protected '_values' =>
  4910.             &array
  4911.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  4912.           protected '_eventObject' => string 'object' (length=6)
  4913.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  4914.           protected '_resource' => null
  4915.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  4916.           protected '_cacheTag' => boolean false
  4917.           protected '_dataSaveAllowed' => boolean true
  4918.           protected '_isObjectNew' => null
  4919.           protected '_data' =>
  4920.             array (size=21)
  4921.               ...
  4922.           protected '_hasDataChanges' => boolean true
  4923.           protected '_origData' =>
  4924.             array (size=20)
  4925.               ...
  4926.           protected '_idFieldName' => string 'option_id' (length=9)
  4927.           protected '_isDeleted' => boolean false
  4928.           protected '_oldFieldsMap' =>
  4929.             array (size=0)
  4930.               ...
  4931.           protected '_syncFieldsMap' =>
  4932.             array (size=0)
  4933.               ...
  4934.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  4935.       protected '_eventObject' => string 'object' (length=6)
  4936.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  4937.       protected '_resource' => null
  4938.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  4939.       protected '_cacheTag' => boolean false
  4940.       protected '_dataSaveAllowed' => boolean true
  4941.       protected '_isObjectNew' => null
  4942.       protected '_data' =>
  4943.         array (size=13)
  4944.           'option_type_id' => string '5671' (length=4)
  4945.           'option_id' => string '385' (length=3)
  4946.           'sku' => string 'ferrarired-main' (length=15)
  4947.           'sort_order' => string '217' (length=3)
  4948.           '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)
  4949.           'store_title' => null
  4950.           '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)
  4951.           'default_price' => string '0.0000' (length=6)
  4952.           'default_price_type' => string 'fixed' (length=5)
  4953.           'store_price' => null
  4954.           'store_price_type' => null
  4955.           'price' => string '0.0000' (length=6)
  4956.           'price_type' => string 'fixed' (length=5)
  4957.       protected '_hasDataChanges' => boolean true
  4958.       protected '_origData' =>
  4959.         array (size=13)
  4960.           'option_type_id' => string '5671' (length=4)
  4961.           'option_id' => string '385' (length=3)
  4962.           'sku' => string 'ferrarired-main' (length=15)
  4963.           'sort_order' => string '217' (length=3)
  4964.           '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)
  4965.           'store_title' => null
  4966.           '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)
  4967.           'default_price' => string '0.0000' (length=6)
  4968.           'default_price_type' => string 'fixed' (length=5)
  4969.           'store_price' => null
  4970.           'store_price_type' => null
  4971.           'price' => string '0.0000' (length=6)
  4972.           'price_type' => string 'fixed' (length=5)
  4973.       protected '_idFieldName' => string 'option_type_id' (length=14)
  4974.       protected '_isDeleted' => boolean false
  4975.       protected '_oldFieldsMap' =>
  4976.         array (size=0)
  4977.           empty
  4978.       protected '_syncFieldsMap' =>
  4979.         array (size=0)
  4980.           empty
  4981.   5672 =>
  4982.     object(Mage_Catalog_Model_Product_Option_Value)[328]
  4983.       protected '_values' =>
  4984.         array (size=0)
  4985.           empty
  4986.       protected '_product' =>
  4987.         object(Mage_Catalog_Model_Product)[55]
  4988.           protected '_cacheTag' => string 'catalog_product' (length=15)
  4989.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  4990.           protected '_eventObject' => string 'product' (length=7)
  4991.           protected '_canAffectOptions' => boolean false
  4992.           protected '_typeInstance' => null
  4993.           protected '_typeInstanceSingleton' =>
  4994.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  4995.               ...
  4996.           protected '_linkInstance' => null
  4997.           protected '_customOptions' =>
  4998.             array (size=0)
  4999.               ...
  5000.           protected '_urlModel' => null
  5001.           protected '_errors' =>
  5002.             array (size=0)
  5003.               ...
  5004.           protected '_optionInstance' =>
  5005.             object(Mage_Catalog_Model_Product_Option)[257]
  5006.               ...
  5007.           protected '_options' =>
  5008.             array (size=3)
  5009.               ...
  5010.           protected '_reservedAttributes' => null
  5011.           protected '_isDuplicable' => boolean true
  5012.           protected '_calculatePrice' => boolean true
  5013.           protected '_defaultValues' =>
  5014.             array (size=1)
  5015.               ...
  5016.           protected '_storeValuesFlags' =>
  5017.             array (size=1)
  5018.               ...
  5019.           protected '_lockedAttributes' =>
  5020.             array (size=0)
  5021.               ...
  5022.           protected '_isDeleteable' => boolean true
  5023.           protected '_isReadonly' => boolean false
  5024.           protected '_resourceName' => string 'catalog/product' (length=15)
  5025.           protected '_resource' => null
  5026.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  5027.           protected '_dataSaveAllowed' => boolean true
  5028.           protected '_isObjectNew' => null
  5029.           protected '_data' =>
  5030.             array (size=66)
  5031.               ...
  5032.           protected '_hasDataChanges' => boolean true
  5033.           protected '_origData' => null
  5034.           protected '_idFieldName' => string 'entity_id' (length=9)
  5035.           protected '_isDeleted' => boolean false
  5036.           protected '_oldFieldsMap' =>
  5037.             array (size=0)
  5038.               ...
  5039.           protected '_syncFieldsMap' =>
  5040.             array (size=0)
  5041.               ...
  5042.       protected '_option' =>
  5043.         object(Mage_Catalog_Model_Product_Option)[59]
  5044.           protected '_product' =>
  5045.             object(Mage_Catalog_Model_Product)[55]
  5046.               ...
  5047.           protected '_options' =>
  5048.             array (size=0)
  5049.               ...
  5050.           protected '_valueInstance' => null
  5051.           protected '_values' =>
  5052.             &array
  5053.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  5054.           protected '_eventObject' => string 'object' (length=6)
  5055.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  5056.           protected '_resource' => null
  5057.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  5058.           protected '_cacheTag' => boolean false
  5059.           protected '_dataSaveAllowed' => boolean true
  5060.           protected '_isObjectNew' => null
  5061.           protected '_data' =>
  5062.             array (size=21)
  5063.               ...
  5064.           protected '_hasDataChanges' => boolean true
  5065.           protected '_origData' =>
  5066.             array (size=20)
  5067.               ...
  5068.           protected '_idFieldName' => string 'option_id' (length=9)
  5069.           protected '_isDeleted' => boolean false
  5070.           protected '_oldFieldsMap' =>
  5071.             array (size=0)
  5072.               ...
  5073.           protected '_syncFieldsMap' =>
  5074.             array (size=0)
  5075.               ...
  5076.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  5077.       protected '_eventObject' => string 'object' (length=6)
  5078.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  5079.       protected '_resource' => null
  5080.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  5081.       protected '_cacheTag' => boolean false
  5082.       protected '_dataSaveAllowed' => boolean true
  5083.       protected '_isObjectNew' => null
  5084.       protected '_data' =>
  5085.         array (size=13)
  5086.           'option_type_id' => string '5672' (length=4)
  5087.           'option_id' => string '385' (length=3)
  5088.           'sku' => string 'pink-main' (length=9)
  5089.           'sort_order' => string '218' (length=3)
  5090.           '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)
  5091.           'store_title' => null
  5092.           '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)
  5093.           'default_price' => string '0.0000' (length=6)
  5094.           'default_price_type' => string 'fixed' (length=5)
  5095.           'store_price' => null
  5096.           'store_price_type' => null
  5097.           'price' => string '0.0000' (length=6)
  5098.           'price_type' => string 'fixed' (length=5)
  5099.       protected '_hasDataChanges' => boolean true
  5100.       protected '_origData' =>
  5101.         array (size=13)
  5102.           'option_type_id' => string '5672' (length=4)
  5103.           'option_id' => string '385' (length=3)
  5104.           'sku' => string 'pink-main' (length=9)
  5105.           'sort_order' => string '218' (length=3)
  5106.           '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)
  5107.           'store_title' => null
  5108.           '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)
  5109.           'default_price' => string '0.0000' (length=6)
  5110.           'default_price_type' => string 'fixed' (length=5)
  5111.           'store_price' => null
  5112.           'store_price_type' => null
  5113.           'price' => string '0.0000' (length=6)
  5114.           'price_type' => string 'fixed' (length=5)
  5115.       protected '_idFieldName' => string 'option_type_id' (length=14)
  5116.       protected '_isDeleted' => boolean false
  5117.       protected '_oldFieldsMap' =>
  5118.         array (size=0)
  5119.           empty
  5120.       protected '_syncFieldsMap' =>
  5121.         array (size=0)
  5122.           empty
  5123.   5673 =>
  5124.     object(Mage_Catalog_Model_Product_Option_Value)[330]
  5125.       protected '_values' =>
  5126.         array (size=0)
  5127.           empty
  5128.       protected '_product' =>
  5129.         object(Mage_Catalog_Model_Product)[55]
  5130.           protected '_cacheTag' => string 'catalog_product' (length=15)
  5131.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  5132.           protected '_eventObject' => string 'product' (length=7)
  5133.           protected '_canAffectOptions' => boolean false
  5134.           protected '_typeInstance' => null
  5135.           protected '_typeInstanceSingleton' =>
  5136.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  5137.               ...
  5138.           protected '_linkInstance' => null
  5139.           protected '_customOptions' =>
  5140.             array (size=0)
  5141.               ...
  5142.           protected '_urlModel' => null
  5143.           protected '_errors' =>
  5144.             array (size=0)
  5145.               ...
  5146.           protected '_optionInstance' =>
  5147.             object(Mage_Catalog_Model_Product_Option)[257]
  5148.               ...
  5149.           protected '_options' =>
  5150.             array (size=3)
  5151.               ...
  5152.           protected '_reservedAttributes' => null
  5153.           protected '_isDuplicable' => boolean true
  5154.           protected '_calculatePrice' => boolean true
  5155.           protected '_defaultValues' =>
  5156.             array (size=1)
  5157.               ...
  5158.           protected '_storeValuesFlags' =>
  5159.             array (size=1)
  5160.               ...
  5161.           protected '_lockedAttributes' =>
  5162.             array (size=0)
  5163.               ...
  5164.           protected '_isDeleteable' => boolean true
  5165.           protected '_isReadonly' => boolean false
  5166.           protected '_resourceName' => string 'catalog/product' (length=15)
  5167.           protected '_resource' => null
  5168.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  5169.           protected '_dataSaveAllowed' => boolean true
  5170.           protected '_isObjectNew' => null
  5171.           protected '_data' =>
  5172.             array (size=66)
  5173.               ...
  5174.           protected '_hasDataChanges' => boolean true
  5175.           protected '_origData' => null
  5176.           protected '_idFieldName' => string 'entity_id' (length=9)
  5177.           protected '_isDeleted' => boolean false
  5178.           protected '_oldFieldsMap' =>
  5179.             array (size=0)
  5180.               ...
  5181.           protected '_syncFieldsMap' =>
  5182.             array (size=0)
  5183.               ...
  5184.       protected '_option' =>
  5185.         object(Mage_Catalog_Model_Product_Option)[59]
  5186.           protected '_product' =>
  5187.             object(Mage_Catalog_Model_Product)[55]
  5188.               ...
  5189.           protected '_options' =>
  5190.             array (size=0)
  5191.               ...
  5192.           protected '_valueInstance' => null
  5193.           protected '_values' =>
  5194.             &array
  5195.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  5196.           protected '_eventObject' => string 'object' (length=6)
  5197.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  5198.           protected '_resource' => null
  5199.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  5200.           protected '_cacheTag' => boolean false
  5201.           protected '_dataSaveAllowed' => boolean true
  5202.           protected '_isObjectNew' => null
  5203.           protected '_data' =>
  5204.             array (size=21)
  5205.               ...
  5206.           protected '_hasDataChanges' => boolean true
  5207.           protected '_origData' =>
  5208.             array (size=20)
  5209.               ...
  5210.           protected '_idFieldName' => string 'option_id' (length=9)
  5211.           protected '_isDeleted' => boolean false
  5212.           protected '_oldFieldsMap' =>
  5213.             array (size=0)
  5214.               ...
  5215.           protected '_syncFieldsMap' =>
  5216.             array (size=0)
  5217.               ...
  5218.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  5219.       protected '_eventObject' => string 'object' (length=6)
  5220.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  5221.       protected '_resource' => null
  5222.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  5223.       protected '_cacheTag' => boolean false
  5224.       protected '_dataSaveAllowed' => boolean true
  5225.       protected '_isObjectNew' => null
  5226.       protected '_data' =>
  5227.         array (size=13)
  5228.           'option_type_id' => string '5673' (length=4)
  5229.           'option_id' => string '385' (length=3)
  5230.           'sku' => string 'mandarin-main' (length=13)
  5231.           'sort_order' => string '220' (length=3)
  5232.           '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)
  5233.           'store_title' => null
  5234.           '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)
  5235.           'default_price' => string '0.0000' (length=6)
  5236.           'default_price_type' => string 'fixed' (length=5)
  5237.           'store_price' => null
  5238.           'store_price_type' => null
  5239.           'price' => string '0.0000' (length=6)
  5240.           'price_type' => string 'fixed' (length=5)
  5241.       protected '_hasDataChanges' => boolean true
  5242.       protected '_origData' =>
  5243.         array (size=13)
  5244.           'option_type_id' => string '5673' (length=4)
  5245.           'option_id' => string '385' (length=3)
  5246.           'sku' => string 'mandarin-main' (length=13)
  5247.           'sort_order' => string '220' (length=3)
  5248.           '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)
  5249.           'store_title' => null
  5250.           '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)
  5251.           'default_price' => string '0.0000' (length=6)
  5252.           'default_price_type' => string 'fixed' (length=5)
  5253.           'store_price' => null
  5254.           'store_price_type' => null
  5255.           'price' => string '0.0000' (length=6)
  5256.           'price_type' => string 'fixed' (length=5)
  5257.       protected '_idFieldName' => string 'option_type_id' (length=14)
  5258.       protected '_isDeleted' => boolean false
  5259.       protected '_oldFieldsMap' =>
  5260.         array (size=0)
  5261.           empty
  5262.       protected '_syncFieldsMap' =>
  5263.         array (size=0)
  5264.           empty
  5265.   5674 =>
  5266.     object(Mage_Catalog_Model_Product_Option_Value)[333]
  5267.       protected '_values' =>
  5268.         array (size=0)
  5269.           empty
  5270.       protected '_product' =>
  5271.         object(Mage_Catalog_Model_Product)[55]
  5272.           protected '_cacheTag' => string 'catalog_product' (length=15)
  5273.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  5274.           protected '_eventObject' => string 'product' (length=7)
  5275.           protected '_canAffectOptions' => boolean false
  5276.           protected '_typeInstance' => null
  5277.           protected '_typeInstanceSingleton' =>
  5278.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  5279.               ...
  5280.           protected '_linkInstance' => null
  5281.           protected '_customOptions' =>
  5282.             array (size=0)
  5283.               ...
  5284.           protected '_urlModel' => null
  5285.           protected '_errors' =>
  5286.             array (size=0)
  5287.               ...
  5288.           protected '_optionInstance' =>
  5289.             object(Mage_Catalog_Model_Product_Option)[257]
  5290.               ...
  5291.           protected '_options' =>
  5292.             array (size=3)
  5293.               ...
  5294.           protected '_reservedAttributes' => null
  5295.           protected '_isDuplicable' => boolean true
  5296.           protected '_calculatePrice' => boolean true
  5297.           protected '_defaultValues' =>
  5298.             array (size=1)
  5299.               ...
  5300.           protected '_storeValuesFlags' =>
  5301.             array (size=1)
  5302.               ...
  5303.           protected '_lockedAttributes' =>
  5304.             array (size=0)
  5305.               ...
  5306.           protected '_isDeleteable' => boolean true
  5307.           protected '_isReadonly' => boolean false
  5308.           protected '_resourceName' => string 'catalog/product' (length=15)
  5309.           protected '_resource' => null
  5310.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  5311.           protected '_dataSaveAllowed' => boolean true
  5312.           protected '_isObjectNew' => null
  5313.           protected '_data' =>
  5314.             array (size=66)
  5315.               ...
  5316.           protected '_hasDataChanges' => boolean true
  5317.           protected '_origData' => null
  5318.           protected '_idFieldName' => string 'entity_id' (length=9)
  5319.           protected '_isDeleted' => boolean false
  5320.           protected '_oldFieldsMap' =>
  5321.             array (size=0)
  5322.               ...
  5323.           protected '_syncFieldsMap' =>
  5324.             array (size=0)
  5325.               ...
  5326.       protected '_option' =>
  5327.         object(Mage_Catalog_Model_Product_Option)[59]
  5328.           protected '_product' =>
  5329.             object(Mage_Catalog_Model_Product)[55]
  5330.               ...
  5331.           protected '_options' =>
  5332.             array (size=0)
  5333.               ...
  5334.           protected '_valueInstance' => null
  5335.           protected '_values' =>
  5336.             &array
  5337.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  5338.           protected '_eventObject' => string 'object' (length=6)
  5339.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  5340.           protected '_resource' => null
  5341.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  5342.           protected '_cacheTag' => boolean false
  5343.           protected '_dataSaveAllowed' => boolean true
  5344.           protected '_isObjectNew' => null
  5345.           protected '_data' =>
  5346.             array (size=21)
  5347.               ...
  5348.           protected '_hasDataChanges' => boolean true
  5349.           protected '_origData' =>
  5350.             array (size=20)
  5351.               ...
  5352.           protected '_idFieldName' => string 'option_id' (length=9)
  5353.           protected '_isDeleted' => boolean false
  5354.           protected '_oldFieldsMap' =>
  5355.             array (size=0)
  5356.               ...
  5357.           protected '_syncFieldsMap' =>
  5358.             array (size=0)
  5359.               ...
  5360.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  5361.       protected '_eventObject' => string 'object' (length=6)
  5362.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  5363.       protected '_resource' => null
  5364.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  5365.       protected '_cacheTag' => boolean false
  5366.       protected '_dataSaveAllowed' => boolean true
  5367.       protected '_isObjectNew' => null
  5368.       protected '_data' =>
  5369.         array (size=13)
  5370.           'option_type_id' => string '5674' (length=4)
  5371.           'option_id' => string '385' (length=3)
  5372.           'sku' => string 'peach-main' (length=10)
  5373.           'sort_order' => string '230' (length=3)
  5374.           '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)
  5375.           'store_title' => null
  5376.           '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)
  5377.           'default_price' => string '0.0000' (length=6)
  5378.           'default_price_type' => string 'fixed' (length=5)
  5379.           'store_price' => null
  5380.           'store_price_type' => null
  5381.           'price' => string '0.0000' (length=6)
  5382.           'price_type' => string 'fixed' (length=5)
  5383.       protected '_hasDataChanges' => boolean true
  5384.       protected '_origData' =>
  5385.         array (size=13)
  5386.           'option_type_id' => string '5674' (length=4)
  5387.           'option_id' => string '385' (length=3)
  5388.           'sku' => string 'peach-main' (length=10)
  5389.           'sort_order' => string '230' (length=3)
  5390.           '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)
  5391.           'store_title' => null
  5392.           '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)
  5393.           'default_price' => string '0.0000' (length=6)
  5394.           'default_price_type' => string 'fixed' (length=5)
  5395.           'store_price' => null
  5396.           'store_price_type' => null
  5397.           'price' => string '0.0000' (length=6)
  5398.           'price_type' => string 'fixed' (length=5)
  5399.       protected '_idFieldName' => string 'option_type_id' (length=14)
  5400.       protected '_isDeleted' => boolean false
  5401.       protected '_oldFieldsMap' =>
  5402.         array (size=0)
  5403.           empty
  5404.       protected '_syncFieldsMap' =>
  5405.         array (size=0)
  5406.           empty
  5407.   5675 =>
  5408.     object(Mage_Catalog_Model_Product_Option_Value)[335]
  5409.       protected '_values' =>
  5410.         array (size=0)
  5411.           empty
  5412.       protected '_product' =>
  5413.         object(Mage_Catalog_Model_Product)[55]
  5414.           protected '_cacheTag' => string 'catalog_product' (length=15)
  5415.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  5416.           protected '_eventObject' => string 'product' (length=7)
  5417.           protected '_canAffectOptions' => boolean false
  5418.           protected '_typeInstance' => null
  5419.           protected '_typeInstanceSingleton' =>
  5420.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  5421.               ...
  5422.           protected '_linkInstance' => null
  5423.           protected '_customOptions' =>
  5424.             array (size=0)
  5425.               ...
  5426.           protected '_urlModel' => null
  5427.           protected '_errors' =>
  5428.             array (size=0)
  5429.               ...
  5430.           protected '_optionInstance' =>
  5431.             object(Mage_Catalog_Model_Product_Option)[257]
  5432.               ...
  5433.           protected '_options' =>
  5434.             array (size=3)
  5435.               ...
  5436.           protected '_reservedAttributes' => null
  5437.           protected '_isDuplicable' => boolean true
  5438.           protected '_calculatePrice' => boolean true
  5439.           protected '_defaultValues' =>
  5440.             array (size=1)
  5441.               ...
  5442.           protected '_storeValuesFlags' =>
  5443.             array (size=1)
  5444.               ...
  5445.           protected '_lockedAttributes' =>
  5446.             array (size=0)
  5447.               ...
  5448.           protected '_isDeleteable' => boolean true
  5449.           protected '_isReadonly' => boolean false
  5450.           protected '_resourceName' => string 'catalog/product' (length=15)
  5451.           protected '_resource' => null
  5452.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  5453.           protected '_dataSaveAllowed' => boolean true
  5454.           protected '_isObjectNew' => null
  5455.           protected '_data' =>
  5456.             array (size=66)
  5457.               ...
  5458.           protected '_hasDataChanges' => boolean true
  5459.           protected '_origData' => null
  5460.           protected '_idFieldName' => string 'entity_id' (length=9)
  5461.           protected '_isDeleted' => boolean false
  5462.           protected '_oldFieldsMap' =>
  5463.             array (size=0)
  5464.               ...
  5465.           protected '_syncFieldsMap' =>
  5466.             array (size=0)
  5467.               ...
  5468.       protected '_option' =>
  5469.         object(Mage_Catalog_Model_Product_Option)[59]
  5470.           protected '_product' =>
  5471.             object(Mage_Catalog_Model_Product)[55]
  5472.               ...
  5473.           protected '_options' =>
  5474.             array (size=0)
  5475.               ...
  5476.           protected '_valueInstance' => null
  5477.           protected '_values' =>
  5478.             &array
  5479.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  5480.           protected '_eventObject' => string 'object' (length=6)
  5481.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  5482.           protected '_resource' => null
  5483.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  5484.           protected '_cacheTag' => boolean false
  5485.           protected '_dataSaveAllowed' => boolean true
  5486.           protected '_isObjectNew' => null
  5487.           protected '_data' =>
  5488.             array (size=21)
  5489.               ...
  5490.           protected '_hasDataChanges' => boolean true
  5491.           protected '_origData' =>
  5492.             array (size=20)
  5493.               ...
  5494.           protected '_idFieldName' => string 'option_id' (length=9)
  5495.           protected '_isDeleted' => boolean false
  5496.           protected '_oldFieldsMap' =>
  5497.             array (size=0)
  5498.               ...
  5499.           protected '_syncFieldsMap' =>
  5500.             array (size=0)
  5501.               ...
  5502.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  5503.       protected '_eventObject' => string 'object' (length=6)
  5504.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  5505.       protected '_resource' => null
  5506.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  5507.       protected '_cacheTag' => boolean false
  5508.       protected '_dataSaveAllowed' => boolean true
  5509.       protected '_isObjectNew' => null
  5510.       protected '_data' =>
  5511.         array (size=13)
  5512.           'option_type_id' => string '5675' (length=4)
  5513.           'option_id' => string '385' (length=3)
  5514.           'sku' => string 'sun-main' (length=8)
  5515.           'sort_order' => string '270' (length=3)
  5516.           '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)
  5517.           'store_title' => null
  5518.           '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)
  5519.           'default_price' => string '10.0000' (length=7)
  5520.           'default_price_type' => string 'percent' (length=7)
  5521.           'store_price' => null
  5522.           'store_price_type' => null
  5523.           'price' => string '10.0000' (length=7)
  5524.           'price_type' => string 'percent' (length=7)
  5525.       protected '_hasDataChanges' => boolean true
  5526.       protected '_origData' =>
  5527.         array (size=13)
  5528.           'option_type_id' => string '5675' (length=4)
  5529.           'option_id' => string '385' (length=3)
  5530.           'sku' => string 'sun-main' (length=8)
  5531.           'sort_order' => string '270' (length=3)
  5532.           '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)
  5533.           'store_title' => null
  5534.           '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)
  5535.           'default_price' => string '10.0000' (length=7)
  5536.           'default_price_type' => string 'percent' (length=7)
  5537.           'store_price' => null
  5538.           'store_price_type' => null
  5539.           'price' => string '10.0000' (length=7)
  5540.           'price_type' => string 'percent' (length=7)
  5541.       protected '_idFieldName' => string 'option_type_id' (length=14)
  5542.       protected '_isDeleted' => boolean false
  5543.       protected '_oldFieldsMap' =>
  5544.         array (size=0)
  5545.           empty
  5546.       protected '_syncFieldsMap' =>
  5547.         array (size=0)
  5548.           empty
  5549.   5676 =>
  5550.     object(Mage_Catalog_Model_Product_Option_Value)[337]
  5551.       protected '_values' =>
  5552.         array (size=0)
  5553.           empty
  5554.       protected '_product' =>
  5555.         object(Mage_Catalog_Model_Product)[55]
  5556.           protected '_cacheTag' => string 'catalog_product' (length=15)
  5557.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  5558.           protected '_eventObject' => string 'product' (length=7)
  5559.           protected '_canAffectOptions' => boolean false
  5560.           protected '_typeInstance' => null
  5561.           protected '_typeInstanceSingleton' =>
  5562.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  5563.               ...
  5564.           protected '_linkInstance' => null
  5565.           protected '_customOptions' =>
  5566.             array (size=0)
  5567.               ...
  5568.           protected '_urlModel' => null
  5569.           protected '_errors' =>
  5570.             array (size=0)
  5571.               ...
  5572.           protected '_optionInstance' =>
  5573.             object(Mage_Catalog_Model_Product_Option)[257]
  5574.               ...
  5575.           protected '_options' =>
  5576.             array (size=3)
  5577.               ...
  5578.           protected '_reservedAttributes' => null
  5579.           protected '_isDuplicable' => boolean true
  5580.           protected '_calculatePrice' => boolean true
  5581.           protected '_defaultValues' =>
  5582.             array (size=1)
  5583.               ...
  5584.           protected '_storeValuesFlags' =>
  5585.             array (size=1)
  5586.               ...
  5587.           protected '_lockedAttributes' =>
  5588.             array (size=0)
  5589.               ...
  5590.           protected '_isDeleteable' => boolean true
  5591.           protected '_isReadonly' => boolean false
  5592.           protected '_resourceName' => string 'catalog/product' (length=15)
  5593.           protected '_resource' => null
  5594.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  5595.           protected '_dataSaveAllowed' => boolean true
  5596.           protected '_isObjectNew' => null
  5597.           protected '_data' =>
  5598.             array (size=66)
  5599.               ...
  5600.           protected '_hasDataChanges' => boolean true
  5601.           protected '_origData' => null
  5602.           protected '_idFieldName' => string 'entity_id' (length=9)
  5603.           protected '_isDeleted' => boolean false
  5604.           protected '_oldFieldsMap' =>
  5605.             array (size=0)
  5606.               ...
  5607.           protected '_syncFieldsMap' =>
  5608.             array (size=0)
  5609.               ...
  5610.       protected '_option' =>
  5611.         object(Mage_Catalog_Model_Product_Option)[59]
  5612.           protected '_product' =>
  5613.             object(Mage_Catalog_Model_Product)[55]
  5614.               ...
  5615.           protected '_options' =>
  5616.             array (size=0)
  5617.               ...
  5618.           protected '_valueInstance' => null
  5619.           protected '_values' =>
  5620.             &array
  5621.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  5622.           protected '_eventObject' => string 'object' (length=6)
  5623.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  5624.           protected '_resource' => null
  5625.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  5626.           protected '_cacheTag' => boolean false
  5627.           protected '_dataSaveAllowed' => boolean true
  5628.           protected '_isObjectNew' => null
  5629.           protected '_data' =>
  5630.             array (size=21)
  5631.               ...
  5632.           protected '_hasDataChanges' => boolean true
  5633.           protected '_origData' =>
  5634.             array (size=20)
  5635.               ...
  5636.           protected '_idFieldName' => string 'option_id' (length=9)
  5637.           protected '_isDeleted' => boolean false
  5638.           protected '_oldFieldsMap' =>
  5639.             array (size=0)
  5640.               ...
  5641.           protected '_syncFieldsMap' =>
  5642.             array (size=0)
  5643.               ...
  5644.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  5645.       protected '_eventObject' => string 'object' (length=6)
  5646.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  5647.       protected '_resource' => null
  5648.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  5649.       protected '_cacheTag' => boolean false
  5650.       protected '_dataSaveAllowed' => boolean true
  5651.       protected '_isObjectNew' => null
  5652.       protected '_data' =>
  5653.         array (size=13)
  5654.           'option_type_id' => string '5676' (length=4)
  5655.           'option_id' => string '385' (length=3)
  5656.           'sku' => string 'lunakor 5913-main' (length=17)
  5657.           'sort_order' => string '1000' (length=4)
  5658.           '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)
  5659.           'store_title' => null
  5660.           '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)
  5661.           'default_price' => string '0.0000' (length=6)
  5662.           'default_price_type' => string 'fixed' (length=5)
  5663.           'store_price' => null
  5664.           'store_price_type' => null
  5665.           'price' => string '0.0000' (length=6)
  5666.           'price_type' => string 'fixed' (length=5)
  5667.       protected '_hasDataChanges' => boolean true
  5668.       protected '_origData' =>
  5669.         array (size=13)
  5670.           'option_type_id' => string '5676' (length=4)
  5671.           'option_id' => string '385' (length=3)
  5672.           'sku' => string 'lunakor 5913-main' (length=17)
  5673.           'sort_order' => string '1000' (length=4)
  5674.           '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)
  5675.           'store_title' => null
  5676.           '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)
  5677.           'default_price' => string '0.0000' (length=6)
  5678.           'default_price_type' => string 'fixed' (length=5)
  5679.           'store_price' => null
  5680.           'store_price_type' => null
  5681.           'price' => string '0.0000' (length=6)
  5682.           'price_type' => string 'fixed' (length=5)
  5683.       protected '_idFieldName' => string 'option_type_id' (length=14)
  5684.       protected '_isDeleted' => boolean false
  5685.       protected '_oldFieldsMap' =>
  5686.         array (size=0)
  5687.           empty
  5688.       protected '_syncFieldsMap' =>
  5689.         array (size=0)
  5690.           empty
  5691.   5677 =>
  5692.     object(Mage_Catalog_Model_Product_Option_Value)[339]
  5693.       protected '_values' =>
  5694.         array (size=0)
  5695.           empty
  5696.       protected '_product' =>
  5697.         object(Mage_Catalog_Model_Product)[55]
  5698.           protected '_cacheTag' => string 'catalog_product' (length=15)
  5699.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  5700.           protected '_eventObject' => string 'product' (length=7)
  5701.           protected '_canAffectOptions' => boolean false
  5702.           protected '_typeInstance' => null
  5703.           protected '_typeInstanceSingleton' =>
  5704.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  5705.               ...
  5706.           protected '_linkInstance' => null
  5707.           protected '_customOptions' =>
  5708.             array (size=0)
  5709.               ...
  5710.           protected '_urlModel' => null
  5711.           protected '_errors' =>
  5712.             array (size=0)
  5713.               ...
  5714.           protected '_optionInstance' =>
  5715.             object(Mage_Catalog_Model_Product_Option)[257]
  5716.               ...
  5717.           protected '_options' =>
  5718.             array (size=3)
  5719.               ...
  5720.           protected '_reservedAttributes' => null
  5721.           protected '_isDuplicable' => boolean true
  5722.           protected '_calculatePrice' => boolean true
  5723.           protected '_defaultValues' =>
  5724.             array (size=1)
  5725.               ...
  5726.           protected '_storeValuesFlags' =>
  5727.             array (size=1)
  5728.               ...
  5729.           protected '_lockedAttributes' =>
  5730.             array (size=0)
  5731.               ...
  5732.           protected '_isDeleteable' => boolean true
  5733.           protected '_isReadonly' => boolean false
  5734.           protected '_resourceName' => string 'catalog/product' (length=15)
  5735.           protected '_resource' => null
  5736.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  5737.           protected '_dataSaveAllowed' => boolean true
  5738.           protected '_isObjectNew' => null
  5739.           protected '_data' =>
  5740.             array (size=66)
  5741.               ...
  5742.           protected '_hasDataChanges' => boolean true
  5743.           protected '_origData' => null
  5744.           protected '_idFieldName' => string 'entity_id' (length=9)
  5745.           protected '_isDeleted' => boolean false
  5746.           protected '_oldFieldsMap' =>
  5747.             array (size=0)
  5748.               ...
  5749.           protected '_syncFieldsMap' =>
  5750.             array (size=0)
  5751.               ...
  5752.       protected '_option' =>
  5753.         object(Mage_Catalog_Model_Product_Option)[59]
  5754.           protected '_product' =>
  5755.             object(Mage_Catalog_Model_Product)[55]
  5756.               ...
  5757.           protected '_options' =>
  5758.             array (size=0)
  5759.               ...
  5760.           protected '_valueInstance' => null
  5761.           protected '_values' =>
  5762.             &array
  5763.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  5764.           protected '_eventObject' => string 'object' (length=6)
  5765.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  5766.           protected '_resource' => null
  5767.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  5768.           protected '_cacheTag' => boolean false
  5769.           protected '_dataSaveAllowed' => boolean true
  5770.           protected '_isObjectNew' => null
  5771.           protected '_data' =>
  5772.             array (size=21)
  5773.               ...
  5774.           protected '_hasDataChanges' => boolean true
  5775.           protected '_origData' =>
  5776.             array (size=20)
  5777.               ...
  5778.           protected '_idFieldName' => string 'option_id' (length=9)
  5779.           protected '_isDeleted' => boolean false
  5780.           protected '_oldFieldsMap' =>
  5781.             array (size=0)
  5782.               ...
  5783.           protected '_syncFieldsMap' =>
  5784.             array (size=0)
  5785.               ...
  5786.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  5787.       protected '_eventObject' => string 'object' (length=6)
  5788.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  5789.       protected '_resource' => null
  5790.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  5791.       protected '_cacheTag' => boolean false
  5792.       protected '_dataSaveAllowed' => boolean true
  5793.       protected '_isObjectNew' => null
  5794.       protected '_data' =>
  5795.         array (size=13)
  5796.           'option_type_id' => string '5677' (length=4)
  5797.           'option_id' => string '385' (length=3)
  5798.           'sku' => string 'bergamo 8132-main' (length=17)
  5799.           'sort_order' => string '1008' (length=4)
  5800.           '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)
  5801.           'store_title' => null
  5802.           '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)
  5803.           'default_price' => string '0.0000' (length=6)
  5804.           'default_price_type' => string 'fixed' (length=5)
  5805.           'store_price' => null
  5806.           'store_price_type' => null
  5807.           'price' => string '0.0000' (length=6)
  5808.           'price_type' => string 'fixed' (length=5)
  5809.       protected '_hasDataChanges' => boolean true
  5810.       protected '_origData' =>
  5811.         array (size=13)
  5812.           'option_type_id' => string '5677' (length=4)
  5813.           'option_id' => string '385' (length=3)
  5814.           'sku' => string 'bergamo 8132-main' (length=17)
  5815.           'sort_order' => string '1008' (length=4)
  5816.           '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)
  5817.           'store_title' => null
  5818.           '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)
  5819.           'default_price' => string '0.0000' (length=6)
  5820.           'default_price_type' => string 'fixed' (length=5)
  5821.           'store_price' => null
  5822.           'store_price_type' => null
  5823.           'price' => string '0.0000' (length=6)
  5824.           'price_type' => string 'fixed' (length=5)
  5825.       protected '_idFieldName' => string 'option_type_id' (length=14)
  5826.       protected '_isDeleted' => boolean false
  5827.       protected '_oldFieldsMap' =>
  5828.         array (size=0)
  5829.           empty
  5830.       protected '_syncFieldsMap' =>
  5831.         array (size=0)
  5832.           empty
  5833.   5678 =>
  5834.     object(Mage_Catalog_Model_Product_Option_Value)[341]
  5835.       protected '_values' =>
  5836.         array (size=0)
  5837.           empty
  5838.       protected '_product' =>
  5839.         object(Mage_Catalog_Model_Product)[55]
  5840.           protected '_cacheTag' => string 'catalog_product' (length=15)
  5841.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  5842.           protected '_eventObject' => string 'product' (length=7)
  5843.           protected '_canAffectOptions' => boolean false
  5844.           protected '_typeInstance' => null
  5845.           protected '_typeInstanceSingleton' =>
  5846.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  5847.               ...
  5848.           protected '_linkInstance' => null
  5849.           protected '_customOptions' =>
  5850.             array (size=0)
  5851.               ...
  5852.           protected '_urlModel' => null
  5853.           protected '_errors' =>
  5854.             array (size=0)
  5855.               ...
  5856.           protected '_optionInstance' =>
  5857.             object(Mage_Catalog_Model_Product_Option)[257]
  5858.               ...
  5859.           protected '_options' =>
  5860.             array (size=3)
  5861.               ...
  5862.           protected '_reservedAttributes' => null
  5863.           protected '_isDuplicable' => boolean true
  5864.           protected '_calculatePrice' => boolean true
  5865.           protected '_defaultValues' =>
  5866.             array (size=1)
  5867.               ...
  5868.           protected '_storeValuesFlags' =>
  5869.             array (size=1)
  5870.               ...
  5871.           protected '_lockedAttributes' =>
  5872.             array (size=0)
  5873.               ...
  5874.           protected '_isDeleteable' => boolean true
  5875.           protected '_isReadonly' => boolean false
  5876.           protected '_resourceName' => string 'catalog/product' (length=15)
  5877.           protected '_resource' => null
  5878.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  5879.           protected '_dataSaveAllowed' => boolean true
  5880.           protected '_isObjectNew' => null
  5881.           protected '_data' =>
  5882.             array (size=66)
  5883.               ...
  5884.           protected '_hasDataChanges' => boolean true
  5885.           protected '_origData' => null
  5886.           protected '_idFieldName' => string 'entity_id' (length=9)
  5887.           protected '_isDeleted' => boolean false
  5888.           protected '_oldFieldsMap' =>
  5889.             array (size=0)
  5890.               ...
  5891.           protected '_syncFieldsMap' =>
  5892.             array (size=0)
  5893.               ...
  5894.       protected '_option' =>
  5895.         object(Mage_Catalog_Model_Product_Option)[59]
  5896.           protected '_product' =>
  5897.             object(Mage_Catalog_Model_Product)[55]
  5898.               ...
  5899.           protected '_options' =>
  5900.             array (size=0)
  5901.               ...
  5902.           protected '_valueInstance' => null
  5903.           protected '_values' =>
  5904.             &array
  5905.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  5906.           protected '_eventObject' => string 'object' (length=6)
  5907.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  5908.           protected '_resource' => null
  5909.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  5910.           protected '_cacheTag' => boolean false
  5911.           protected '_dataSaveAllowed' => boolean true
  5912.           protected '_isObjectNew' => null
  5913.           protected '_data' =>
  5914.             array (size=21)
  5915.               ...
  5916.           protected '_hasDataChanges' => boolean true
  5917.           protected '_origData' =>
  5918.             array (size=20)
  5919.               ...
  5920.           protected '_idFieldName' => string 'option_id' (length=9)
  5921.           protected '_isDeleted' => boolean false
  5922.           protected '_oldFieldsMap' =>
  5923.             array (size=0)
  5924.               ...
  5925.           protected '_syncFieldsMap' =>
  5926.             array (size=0)
  5927.               ...
  5928.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  5929.       protected '_eventObject' => string 'object' (length=6)
  5930.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  5931.       protected '_resource' => null
  5932.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  5933.       protected '_cacheTag' => boolean false
  5934.       protected '_dataSaveAllowed' => boolean true
  5935.       protected '_isObjectNew' => null
  5936.       protected '_data' =>
  5937.         array (size=13)
  5938.           'option_type_id' => string '5678' (length=4)
  5939.           'option_id' => string '385' (length=3)
  5940.           'sku' => string 'kredo 2222-main' (length=15)
  5941.           'sort_order' => string '1020' (length=4)
  5942.           '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)
  5943.           'store_title' => null
  5944.           '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)
  5945.           'default_price' => string '0.0000' (length=6)
  5946.           'default_price_type' => string 'fixed' (length=5)
  5947.           'store_price' => null
  5948.           'store_price_type' => null
  5949.           'price' => string '0.0000' (length=6)
  5950.           'price_type' => string 'fixed' (length=5)
  5951.       protected '_hasDataChanges' => boolean true
  5952.       protected '_origData' =>
  5953.         array (size=13)
  5954.           'option_type_id' => string '5678' (length=4)
  5955.           'option_id' => string '385' (length=3)
  5956.           'sku' => string 'kredo 2222-main' (length=15)
  5957.           'sort_order' => string '1020' (length=4)
  5958.           '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)
  5959.           'store_title' => null
  5960.           '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)
  5961.           'default_price' => string '0.0000' (length=6)
  5962.           'default_price_type' => string 'fixed' (length=5)
  5963.           'store_price' => null
  5964.           'store_price_type' => null
  5965.           'price' => string '0.0000' (length=6)
  5966.           'price_type' => string 'fixed' (length=5)
  5967.       protected '_idFieldName' => string 'option_type_id' (length=14)
  5968.       protected '_isDeleted' => boolean false
  5969.       protected '_oldFieldsMap' =>
  5970.         array (size=0)
  5971.           empty
  5972.       protected '_syncFieldsMap' =>
  5973.         array (size=0)
  5974.           empty
  5975.   5679 =>
  5976.     object(Mage_Catalog_Model_Product_Option_Value)[343]
  5977.       protected '_values' =>
  5978.         array (size=0)
  5979.           empty
  5980.       protected '_product' =>
  5981.         object(Mage_Catalog_Model_Product)[55]
  5982.           protected '_cacheTag' => string 'catalog_product' (length=15)
  5983.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  5984.           protected '_eventObject' => string 'product' (length=7)
  5985.           protected '_canAffectOptions' => boolean false
  5986.           protected '_typeInstance' => null
  5987.           protected '_typeInstanceSingleton' =>
  5988.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  5989.               ...
  5990.           protected '_linkInstance' => null
  5991.           protected '_customOptions' =>
  5992.             array (size=0)
  5993.               ...
  5994.           protected '_urlModel' => null
  5995.           protected '_errors' =>
  5996.             array (size=0)
  5997.               ...
  5998.           protected '_optionInstance' =>
  5999.             object(Mage_Catalog_Model_Product_Option)[257]
  6000.               ...
  6001.           protected '_options' =>
  6002.             array (size=3)
  6003.               ...
  6004.           protected '_reservedAttributes' => null
  6005.           protected '_isDuplicable' => boolean true
  6006.           protected '_calculatePrice' => boolean true
  6007.           protected '_defaultValues' =>
  6008.             array (size=1)
  6009.               ...
  6010.           protected '_storeValuesFlags' =>
  6011.             array (size=1)
  6012.               ...
  6013.           protected '_lockedAttributes' =>
  6014.             array (size=0)
  6015.               ...
  6016.           protected '_isDeleteable' => boolean true
  6017.           protected '_isReadonly' => boolean false
  6018.           protected '_resourceName' => string 'catalog/product' (length=15)
  6019.           protected '_resource' => null
  6020.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  6021.           protected '_dataSaveAllowed' => boolean true
  6022.           protected '_isObjectNew' => null
  6023.           protected '_data' =>
  6024.             array (size=66)
  6025.               ...
  6026.           protected '_hasDataChanges' => boolean true
  6027.           protected '_origData' => null
  6028.           protected '_idFieldName' => string 'entity_id' (length=9)
  6029.           protected '_isDeleted' => boolean false
  6030.           protected '_oldFieldsMap' =>
  6031.             array (size=0)
  6032.               ...
  6033.           protected '_syncFieldsMap' =>
  6034.             array (size=0)
  6035.               ...
  6036.       protected '_option' =>
  6037.         object(Mage_Catalog_Model_Product_Option)[59]
  6038.           protected '_product' =>
  6039.             object(Mage_Catalog_Model_Product)[55]
  6040.               ...
  6041.           protected '_options' =>
  6042.             array (size=0)
  6043.               ...
  6044.           protected '_valueInstance' => null
  6045.           protected '_values' =>
  6046.             &array
  6047.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  6048.           protected '_eventObject' => string 'object' (length=6)
  6049.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  6050.           protected '_resource' => null
  6051.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  6052.           protected '_cacheTag' => boolean false
  6053.           protected '_dataSaveAllowed' => boolean true
  6054.           protected '_isObjectNew' => null
  6055.           protected '_data' =>
  6056.             array (size=21)
  6057.               ...
  6058.           protected '_hasDataChanges' => boolean true
  6059.           protected '_origData' =>
  6060.             array (size=20)
  6061.               ...
  6062.           protected '_idFieldName' => string 'option_id' (length=9)
  6063.           protected '_isDeleted' => boolean false
  6064.           protected '_oldFieldsMap' =>
  6065.             array (size=0)
  6066.               ...
  6067.           protected '_syncFieldsMap' =>
  6068.             array (size=0)
  6069.               ...
  6070.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  6071.       protected '_eventObject' => string 'object' (length=6)
  6072.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  6073.       protected '_resource' => null
  6074.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  6075.       protected '_cacheTag' => boolean false
  6076.       protected '_dataSaveAllowed' => boolean true
  6077.       protected '_isObjectNew' => null
  6078.       protected '_data' =>
  6079.         array (size=13)
  6080.           'option_type_id' => string '5679' (length=4)
  6081.           'option_id' => string '385' (length=3)
  6082.           'sku' => string 'nord8540-main' (length=13)
  6083.           'sort_order' => string '1040' (length=4)
  6084.           '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)
  6085.           'store_title' => null
  6086.           '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)
  6087.           'default_price' => string '0.0000' (length=6)
  6088.           'default_price_type' => string 'fixed' (length=5)
  6089.           'store_price' => null
  6090.           'store_price_type' => null
  6091.           'price' => string '0.0000' (length=6)
  6092.           'price_type' => string 'fixed' (length=5)
  6093.       protected '_hasDataChanges' => boolean true
  6094.       protected '_origData' =>
  6095.         array (size=13)
  6096.           'option_type_id' => string '5679' (length=4)
  6097.           'option_id' => string '385' (length=3)
  6098.           'sku' => string 'nord8540-main' (length=13)
  6099.           'sort_order' => string '1040' (length=4)
  6100.           '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)
  6101.           'store_title' => null
  6102.           '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)
  6103.           'default_price' => string '0.0000' (length=6)
  6104.           'default_price_type' => string 'fixed' (length=5)
  6105.           'store_price' => null
  6106.           'store_price_type' => null
  6107.           'price' => string '0.0000' (length=6)
  6108.           'price_type' => string 'fixed' (length=5)
  6109.       protected '_idFieldName' => string 'option_type_id' (length=14)
  6110.       protected '_isDeleted' => boolean false
  6111.       protected '_oldFieldsMap' =>
  6112.         array (size=0)
  6113.           empty
  6114.       protected '_syncFieldsMap' =>
  6115.         array (size=0)
  6116.           empty
  6117.   5680 =>
  6118.     object(Mage_Catalog_Model_Product_Option_Value)[344]
  6119.       protected '_values' =>
  6120.         array (size=0)
  6121.           empty
  6122.       protected '_product' =>
  6123.         object(Mage_Catalog_Model_Product)[55]
  6124.           protected '_cacheTag' => string 'catalog_product' (length=15)
  6125.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  6126.           protected '_eventObject' => string 'product' (length=7)
  6127.           protected '_canAffectOptions' => boolean false
  6128.           protected '_typeInstance' => null
  6129.           protected '_typeInstanceSingleton' =>
  6130.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  6131.               ...
  6132.           protected '_linkInstance' => null
  6133.           protected '_customOptions' =>
  6134.             array (size=0)
  6135.               ...
  6136.           protected '_urlModel' => null
  6137.           protected '_errors' =>
  6138.             array (size=0)
  6139.               ...
  6140.           protected '_optionInstance' =>
  6141.             object(Mage_Catalog_Model_Product_Option)[257]
  6142.               ...
  6143.           protected '_options' =>
  6144.             array (size=3)
  6145.               ...
  6146.           protected '_reservedAttributes' => null
  6147.           protected '_isDuplicable' => boolean true
  6148.           protected '_calculatePrice' => boolean true
  6149.           protected '_defaultValues' =>
  6150.             array (size=1)
  6151.               ...
  6152.           protected '_storeValuesFlags' =>
  6153.             array (size=1)
  6154.               ...
  6155.           protected '_lockedAttributes' =>
  6156.             array (size=0)
  6157.               ...
  6158.           protected '_isDeleteable' => boolean true
  6159.           protected '_isReadonly' => boolean false
  6160.           protected '_resourceName' => string 'catalog/product' (length=15)
  6161.           protected '_resource' => null
  6162.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  6163.           protected '_dataSaveAllowed' => boolean true
  6164.           protected '_isObjectNew' => null
  6165.           protected '_data' =>
  6166.             array (size=66)
  6167.               ...
  6168.           protected '_hasDataChanges' => boolean true
  6169.           protected '_origData' => null
  6170.           protected '_idFieldName' => string 'entity_id' (length=9)
  6171.           protected '_isDeleted' => boolean false
  6172.           protected '_oldFieldsMap' =>
  6173.             array (size=0)
  6174.               ...
  6175.           protected '_syncFieldsMap' =>
  6176.             array (size=0)
  6177.               ...
  6178.       protected '_option' =>
  6179.         object(Mage_Catalog_Model_Product_Option)[59]
  6180.           protected '_product' =>
  6181.             object(Mage_Catalog_Model_Product)[55]
  6182.               ...
  6183.           protected '_options' =>
  6184.             array (size=0)
  6185.               ...
  6186.           protected '_valueInstance' => null
  6187.           protected '_values' =>
  6188.             &array
  6189.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  6190.           protected '_eventObject' => string 'object' (length=6)
  6191.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  6192.           protected '_resource' => null
  6193.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  6194.           protected '_cacheTag' => boolean false
  6195.           protected '_dataSaveAllowed' => boolean true
  6196.           protected '_isObjectNew' => null
  6197.           protected '_data' =>
  6198.             array (size=21)
  6199.               ...
  6200.           protected '_hasDataChanges' => boolean true
  6201.           protected '_origData' =>
  6202.             array (size=20)
  6203.               ...
  6204.           protected '_idFieldName' => string 'option_id' (length=9)
  6205.           protected '_isDeleted' => boolean false
  6206.           protected '_oldFieldsMap' =>
  6207.             array (size=0)
  6208.               ...
  6209.           protected '_syncFieldsMap' =>
  6210.             array (size=0)
  6211.               ...
  6212.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  6213.       protected '_eventObject' => string 'object' (length=6)
  6214.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  6215.       protected '_resource' => null
  6216.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  6217.       protected '_cacheTag' => boolean false
  6218.       protected '_dataSaveAllowed' => boolean true
  6219.       protected '_isObjectNew' => null
  6220.       protected '_data' =>
  6221.         array (size=13)
  6222.           'option_type_id' => string '5680' (length=4)
  6223.           'option_id' => string '385' (length=3)
  6224.           'sku' => string 'arabeska 6003-main' (length=18)
  6225.           'sort_order' => string '1060' (length=4)
  6226.           '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)
  6227.           'store_title' => null
  6228.           '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)
  6229.           'default_price' => string '0.0000' (length=6)
  6230.           'default_price_type' => string 'fixed' (length=5)
  6231.           'store_price' => null
  6232.           'store_price_type' => null
  6233.           'price' => string '0.0000' (length=6)
  6234.           'price_type' => string 'fixed' (length=5)
  6235.       protected '_hasDataChanges' => boolean true
  6236.       protected '_origData' =>
  6237.         array (size=13)
  6238.           'option_type_id' => string '5680' (length=4)
  6239.           'option_id' => string '385' (length=3)
  6240.           'sku' => string 'arabeska 6003-main' (length=18)
  6241.           'sort_order' => string '1060' (length=4)
  6242.           '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)
  6243.           'store_title' => null
  6244.           '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)
  6245.           'default_price' => string '0.0000' (length=6)
  6246.           'default_price_type' => string 'fixed' (length=5)
  6247.           'store_price' => null
  6248.           'store_price_type' => null
  6249.           'price' => string '0.0000' (length=6)
  6250.           'price_type' => string 'fixed' (length=5)
  6251.       protected '_idFieldName' => string 'option_type_id' (length=14)
  6252.       protected '_isDeleted' => boolean false
  6253.       protected '_oldFieldsMap' =>
  6254.         array (size=0)
  6255.           empty
  6256.       protected '_syncFieldsMap' =>
  6257.         array (size=0)
  6258.           empty
  6259.   5681 =>
  6260.     object(Mage_Catalog_Model_Product_Option_Value)[347]
  6261.       protected '_values' =>
  6262.         array (size=0)
  6263.           empty
  6264.       protected '_product' =>
  6265.         object(Mage_Catalog_Model_Product)[55]
  6266.           protected '_cacheTag' => string 'catalog_product' (length=15)
  6267.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  6268.           protected '_eventObject' => string 'product' (length=7)
  6269.           protected '_canAffectOptions' => boolean false
  6270.           protected '_typeInstance' => null
  6271.           protected '_typeInstanceSingleton' =>
  6272.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  6273.               ...
  6274.           protected '_linkInstance' => null
  6275.           protected '_customOptions' =>
  6276.             array (size=0)
  6277.               ...
  6278.           protected '_urlModel' => null
  6279.           protected '_errors' =>
  6280.             array (size=0)
  6281.               ...
  6282.           protected '_optionInstance' =>
  6283.             object(Mage_Catalog_Model_Product_Option)[257]
  6284.               ...
  6285.           protected '_options' =>
  6286.             array (size=3)
  6287.               ...
  6288.           protected '_reservedAttributes' => null
  6289.           protected '_isDuplicable' => boolean true
  6290.           protected '_calculatePrice' => boolean true
  6291.           protected '_defaultValues' =>
  6292.             array (size=1)
  6293.               ...
  6294.           protected '_storeValuesFlags' =>
  6295.             array (size=1)
  6296.               ...
  6297.           protected '_lockedAttributes' =>
  6298.             array (size=0)
  6299.               ...
  6300.           protected '_isDeleteable' => boolean true
  6301.           protected '_isReadonly' => boolean false
  6302.           protected '_resourceName' => string 'catalog/product' (length=15)
  6303.           protected '_resource' => null
  6304.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  6305.           protected '_dataSaveAllowed' => boolean true
  6306.           protected '_isObjectNew' => null
  6307.           protected '_data' =>
  6308.             array (size=66)
  6309.               ...
  6310.           protected '_hasDataChanges' => boolean true
  6311.           protected '_origData' => null
  6312.           protected '_idFieldName' => string 'entity_id' (length=9)
  6313.           protected '_isDeleted' => boolean false
  6314.           protected '_oldFieldsMap' =>
  6315.             array (size=0)
  6316.               ...
  6317.           protected '_syncFieldsMap' =>
  6318.             array (size=0)
  6319.               ...
  6320.       protected '_option' =>
  6321.         object(Mage_Catalog_Model_Product_Option)[59]
  6322.           protected '_product' =>
  6323.             object(Mage_Catalog_Model_Product)[55]
  6324.               ...
  6325.           protected '_options' =>
  6326.             array (size=0)
  6327.               ...
  6328.           protected '_valueInstance' => null
  6329.           protected '_values' =>
  6330.             &array
  6331.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  6332.           protected '_eventObject' => string 'object' (length=6)
  6333.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  6334.           protected '_resource' => null
  6335.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  6336.           protected '_cacheTag' => boolean false
  6337.           protected '_dataSaveAllowed' => boolean true
  6338.           protected '_isObjectNew' => null
  6339.           protected '_data' =>
  6340.             array (size=21)
  6341.               ...
  6342.           protected '_hasDataChanges' => boolean true
  6343.           protected '_origData' =>
  6344.             array (size=20)
  6345.               ...
  6346.           protected '_idFieldName' => string 'option_id' (length=9)
  6347.           protected '_isDeleted' => boolean false
  6348.           protected '_oldFieldsMap' =>
  6349.             array (size=0)
  6350.               ...
  6351.           protected '_syncFieldsMap' =>
  6352.             array (size=0)
  6353.               ...
  6354.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  6355.       protected '_eventObject' => string 'object' (length=6)
  6356.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  6357.       protected '_resource' => null
  6358.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  6359.       protected '_cacheTag' => boolean false
  6360.       protected '_dataSaveAllowed' => boolean true
  6361.       protected '_isObjectNew' => null
  6362.       protected '_data' =>
  6363.         array (size=13)
  6364.           'option_type_id' => string '5681' (length=4)
  6365.           'option_id' => string '385' (length=3)
  6366.           'sku' => string 'marvilla2020braz-main' (length=21)
  6367.           'sort_order' => string '1080' (length=4)
  6368.           '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)
  6369.           'store_title' => null
  6370.           '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)
  6371.           'default_price' => string '100.0000' (length=8)
  6372.           'default_price_type' => string 'fixed' (length=5)
  6373.           'store_price' => null
  6374.           'store_price_type' => null
  6375.           'price' => string '100.0000' (length=8)
  6376.           'price_type' => string 'fixed' (length=5)
  6377.       protected '_hasDataChanges' => boolean true
  6378.       protected '_origData' =>
  6379.         array (size=13)
  6380.           'option_type_id' => string '5681' (length=4)
  6381.           'option_id' => string '385' (length=3)
  6382.           'sku' => string 'marvilla2020braz-main' (length=21)
  6383.           'sort_order' => string '1080' (length=4)
  6384.           '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)
  6385.           'store_title' => null
  6386.           '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)
  6387.           'default_price' => string '100.0000' (length=8)
  6388.           'default_price_type' => string 'fixed' (length=5)
  6389.           'store_price' => null
  6390.           'store_price_type' => null
  6391.           'price' => string '100.0000' (length=8)
  6392.           'price_type' => string 'fixed' (length=5)
  6393.       protected '_idFieldName' => string 'option_type_id' (length=14)
  6394.       protected '_isDeleted' => boolean false
  6395.       protected '_oldFieldsMap' =>
  6396.         array (size=0)
  6397.           empty
  6398.       protected '_syncFieldsMap' =>
  6399.         array (size=0)
  6400.           empty
  6401.   5682 =>
  6402.     object(Mage_Catalog_Model_Product_Option_Value)[349]
  6403.       protected '_values' =>
  6404.         array (size=0)
  6405.           empty
  6406.       protected '_product' =>
  6407.         object(Mage_Catalog_Model_Product)[55]
  6408.           protected '_cacheTag' => string 'catalog_product' (length=15)
  6409.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  6410.           protected '_eventObject' => string 'product' (length=7)
  6411.           protected '_canAffectOptions' => boolean false
  6412.           protected '_typeInstance' => null
  6413.           protected '_typeInstanceSingleton' =>
  6414.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  6415.               ...
  6416.           protected '_linkInstance' => null
  6417.           protected '_customOptions' =>
  6418.             array (size=0)
  6419.               ...
  6420.           protected '_urlModel' => null
  6421.           protected '_errors' =>
  6422.             array (size=0)
  6423.               ...
  6424.           protected '_optionInstance' =>
  6425.             object(Mage_Catalog_Model_Product_Option)[257]
  6426.               ...
  6427.           protected '_options' =>
  6428.             array (size=3)
  6429.               ...
  6430.           protected '_reservedAttributes' => null
  6431.           protected '_isDuplicable' => boolean true
  6432.           protected '_calculatePrice' => boolean true
  6433.           protected '_defaultValues' =>
  6434.             array (size=1)
  6435.               ...
  6436.           protected '_storeValuesFlags' =>
  6437.             array (size=1)
  6438.               ...
  6439.           protected '_lockedAttributes' =>
  6440.             array (size=0)
  6441.               ...
  6442.           protected '_isDeleteable' => boolean true
  6443.           protected '_isReadonly' => boolean false
  6444.           protected '_resourceName' => string 'catalog/product' (length=15)
  6445.           protected '_resource' => null
  6446.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  6447.           protected '_dataSaveAllowed' => boolean true
  6448.           protected '_isObjectNew' => null
  6449.           protected '_data' =>
  6450.             array (size=66)
  6451.               ...
  6452.           protected '_hasDataChanges' => boolean true
  6453.           protected '_origData' => null
  6454.           protected '_idFieldName' => string 'entity_id' (length=9)
  6455.           protected '_isDeleted' => boolean false
  6456.           protected '_oldFieldsMap' =>
  6457.             array (size=0)
  6458.               ...
  6459.           protected '_syncFieldsMap' =>
  6460.             array (size=0)
  6461.               ...
  6462.       protected '_option' =>
  6463.         object(Mage_Catalog_Model_Product_Option)[59]
  6464.           protected '_product' =>
  6465.             object(Mage_Catalog_Model_Product)[55]
  6466.               ...
  6467.           protected '_options' =>
  6468.             array (size=0)
  6469.               ...
  6470.           protected '_valueInstance' => null
  6471.           protected '_values' =>
  6472.             &array
  6473.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  6474.           protected '_eventObject' => string 'object' (length=6)
  6475.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  6476.           protected '_resource' => null
  6477.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  6478.           protected '_cacheTag' => boolean false
  6479.           protected '_dataSaveAllowed' => boolean true
  6480.           protected '_isObjectNew' => null
  6481.           protected '_data' =>
  6482.             array (size=21)
  6483.               ...
  6484.           protected '_hasDataChanges' => boolean true
  6485.           protected '_origData' =>
  6486.             array (size=20)
  6487.               ...
  6488.           protected '_idFieldName' => string 'option_id' (length=9)
  6489.           protected '_isDeleted' => boolean false
  6490.           protected '_oldFieldsMap' =>
  6491.             array (size=0)
  6492.               ...
  6493.           protected '_syncFieldsMap' =>
  6494.             array (size=0)
  6495.               ...
  6496.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  6497.       protected '_eventObject' => string 'object' (length=6)
  6498.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  6499.       protected '_resource' => null
  6500.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  6501.       protected '_cacheTag' => boolean false
  6502.       protected '_dataSaveAllowed' => boolean true
  6503.       protected '_isObjectNew' => null
  6504.       protected '_data' =>
  6505.         array (size=13)
  6506.           'option_type_id' => string '5682' (length=4)
  6507.           'option_id' => string '385' (length=3)
  6508.           'sku' => string 'alpina7210-main' (length=15)
  6509.           'sort_order' => string '1200' (length=4)
  6510.           '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)
  6511.           'store_title' => null
  6512.           '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)
  6513.           'default_price' => string '0.0000' (length=6)
  6514.           'default_price_type' => string 'fixed' (length=5)
  6515.           'store_price' => null
  6516.           'store_price_type' => null
  6517.           'price' => string '0.0000' (length=6)
  6518.           'price_type' => string 'fixed' (length=5)
  6519.       protected '_hasDataChanges' => boolean true
  6520.       protected '_origData' =>
  6521.         array (size=13)
  6522.           'option_type_id' => string '5682' (length=4)
  6523.           'option_id' => string '385' (length=3)
  6524.           'sku' => string 'alpina7210-main' (length=15)
  6525.           'sort_order' => string '1200' (length=4)
  6526.           '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)
  6527.           'store_title' => null
  6528.           '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)
  6529.           'default_price' => string '0.0000' (length=6)
  6530.           'default_price_type' => string 'fixed' (length=5)
  6531.           'store_price' => null
  6532.           'store_price_type' => null
  6533.           'price' => string '0.0000' (length=6)
  6534.           'price_type' => string 'fixed' (length=5)
  6535.       protected '_idFieldName' => string 'option_type_id' (length=14)
  6536.       protected '_isDeleted' => boolean false
  6537.       protected '_oldFieldsMap' =>
  6538.         array (size=0)
  6539.           empty
  6540.       protected '_syncFieldsMap' =>
  6541.         array (size=0)
  6542.           empty
  6543.   5683 =>
  6544.     object(Mage_Catalog_Model_Product_Option_Value)[351]
  6545.       protected '_values' =>
  6546.         array (size=0)
  6547.           empty
  6548.       protected '_product' =>
  6549.         object(Mage_Catalog_Model_Product)[55]
  6550.           protected '_cacheTag' => string 'catalog_product' (length=15)
  6551.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  6552.           protected '_eventObject' => string 'product' (length=7)
  6553.           protected '_canAffectOptions' => boolean false
  6554.           protected '_typeInstance' => null
  6555.           protected '_typeInstanceSingleton' =>
  6556.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  6557.               ...
  6558.           protected '_linkInstance' => null
  6559.           protected '_customOptions' =>
  6560.             array (size=0)
  6561.               ...
  6562.           protected '_urlModel' => null
  6563.           protected '_errors' =>
  6564.             array (size=0)
  6565.               ...
  6566.           protected '_optionInstance' =>
  6567.             object(Mage_Catalog_Model_Product_Option)[257]
  6568.               ...
  6569.           protected '_options' =>
  6570.             array (size=3)
  6571.               ...
  6572.           protected '_reservedAttributes' => null
  6573.           protected '_isDuplicable' => boolean true
  6574.           protected '_calculatePrice' => boolean true
  6575.           protected '_defaultValues' =>
  6576.             array (size=1)
  6577.               ...
  6578.           protected '_storeValuesFlags' =>
  6579.             array (size=1)
  6580.               ...
  6581.           protected '_lockedAttributes' =>
  6582.             array (size=0)
  6583.               ...
  6584.           protected '_isDeleteable' => boolean true
  6585.           protected '_isReadonly' => boolean false
  6586.           protected '_resourceName' => string 'catalog/product' (length=15)
  6587.           protected '_resource' => null
  6588.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  6589.           protected '_dataSaveAllowed' => boolean true
  6590.           protected '_isObjectNew' => null
  6591.           protected '_data' =>
  6592.             array (size=66)
  6593.               ...
  6594.           protected '_hasDataChanges' => boolean true
  6595.           protected '_origData' => null
  6596.           protected '_idFieldName' => string 'entity_id' (length=9)
  6597.           protected '_isDeleted' => boolean false
  6598.           protected '_oldFieldsMap' =>
  6599.             array (size=0)
  6600.               ...
  6601.           protected '_syncFieldsMap' =>
  6602.             array (size=0)
  6603.               ...
  6604.       protected '_option' =>
  6605.         object(Mage_Catalog_Model_Product_Option)[59]
  6606.           protected '_product' =>
  6607.             object(Mage_Catalog_Model_Product)[55]
  6608.               ...
  6609.           protected '_options' =>
  6610.             array (size=0)
  6611.               ...
  6612.           protected '_valueInstance' => null
  6613.           protected '_values' =>
  6614.             &array
  6615.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  6616.           protected '_eventObject' => string 'object' (length=6)
  6617.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  6618.           protected '_resource' => null
  6619.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  6620.           protected '_cacheTag' => boolean false
  6621.           protected '_dataSaveAllowed' => boolean true
  6622.           protected '_isObjectNew' => null
  6623.           protected '_data' =>
  6624.             array (size=21)
  6625.               ...
  6626.           protected '_hasDataChanges' => boolean true
  6627.           protected '_origData' =>
  6628.             array (size=20)
  6629.               ...
  6630.           protected '_idFieldName' => string 'option_id' (length=9)
  6631.           protected '_isDeleted' => boolean false
  6632.           protected '_oldFieldsMap' =>
  6633.             array (size=0)
  6634.               ...
  6635.           protected '_syncFieldsMap' =>
  6636.             array (size=0)
  6637.               ...
  6638.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  6639.       protected '_eventObject' => string 'object' (length=6)
  6640.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  6641.       protected '_resource' => null
  6642.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  6643.       protected '_cacheTag' => boolean false
  6644.       protected '_dataSaveAllowed' => boolean true
  6645.       protected '_isObjectNew' => null
  6646.       protected '_data' =>
  6647.         array (size=13)
  6648.           'option_type_id' => string '5683' (length=4)
  6649.           'option_id' => string '385' (length=3)
  6650.           'sku' => string 'manerba6613-main' (length=16)
  6651.           'sort_order' => string '1220' (length=4)
  6652.           '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)
  6653.           'store_title' => null
  6654.           '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)
  6655.           'default_price' => string '0.0000' (length=6)
  6656.           'default_price_type' => string 'fixed' (length=5)
  6657.           'store_price' => null
  6658.           'store_price_type' => null
  6659.           'price' => string '0.0000' (length=6)
  6660.           'price_type' => string 'fixed' (length=5)
  6661.       protected '_hasDataChanges' => boolean true
  6662.       protected '_origData' =>
  6663.         array (size=13)
  6664.           'option_type_id' => string '5683' (length=4)
  6665.           'option_id' => string '385' (length=3)
  6666.           'sku' => string 'manerba6613-main' (length=16)
  6667.           'sort_order' => string '1220' (length=4)
  6668.           '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)
  6669.           'store_title' => null
  6670.           '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)
  6671.           'default_price' => string '0.0000' (length=6)
  6672.           'default_price_type' => string 'fixed' (length=5)
  6673.           'store_price' => null
  6674.           'store_price_type' => null
  6675.           'price' => string '0.0000' (length=6)
  6676.           'price_type' => string 'fixed' (length=5)
  6677.       protected '_idFieldName' => string 'option_type_id' (length=14)
  6678.       protected '_isDeleted' => boolean false
  6679.       protected '_oldFieldsMap' =>
  6680.         array (size=0)
  6681.           empty
  6682.       protected '_syncFieldsMap' =>
  6683.         array (size=0)
  6684.           empty
  6685.   5684 =>
  6686.     object(Mage_Catalog_Model_Product_Option_Value)[353]
  6687.       protected '_values' =>
  6688.         array (size=0)
  6689.           empty
  6690.       protected '_product' =>
  6691.         object(Mage_Catalog_Model_Product)[55]
  6692.           protected '_cacheTag' => string 'catalog_product' (length=15)
  6693.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  6694.           protected '_eventObject' => string 'product' (length=7)
  6695.           protected '_canAffectOptions' => boolean false
  6696.           protected '_typeInstance' => null
  6697.           protected '_typeInstanceSingleton' =>
  6698.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  6699.               ...
  6700.           protected '_linkInstance' => null
  6701.           protected '_customOptions' =>
  6702.             array (size=0)
  6703.               ...
  6704.           protected '_urlModel' => null
  6705.           protected '_errors' =>
  6706.             array (size=0)
  6707.               ...
  6708.           protected '_optionInstance' =>
  6709.             object(Mage_Catalog_Model_Product_Option)[257]
  6710.               ...
  6711.           protected '_options' =>
  6712.             array (size=3)
  6713.               ...
  6714.           protected '_reservedAttributes' => null
  6715.           protected '_isDuplicable' => boolean true
  6716.           protected '_calculatePrice' => boolean true
  6717.           protected '_defaultValues' =>
  6718.             array (size=1)
  6719.               ...
  6720.           protected '_storeValuesFlags' =>
  6721.             array (size=1)
  6722.               ...
  6723.           protected '_lockedAttributes' =>
  6724.             array (size=0)
  6725.               ...
  6726.           protected '_isDeleteable' => boolean true
  6727.           protected '_isReadonly' => boolean false
  6728.           protected '_resourceName' => string 'catalog/product' (length=15)
  6729.           protected '_resource' => null
  6730.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  6731.           protected '_dataSaveAllowed' => boolean true
  6732.           protected '_isObjectNew' => null
  6733.           protected '_data' =>
  6734.             array (size=66)
  6735.               ...
  6736.           protected '_hasDataChanges' => boolean true
  6737.           protected '_origData' => null
  6738.           protected '_idFieldName' => string 'entity_id' (length=9)
  6739.           protected '_isDeleted' => boolean false
  6740.           protected '_oldFieldsMap' =>
  6741.             array (size=0)
  6742.               ...
  6743.           protected '_syncFieldsMap' =>
  6744.             array (size=0)
  6745.               ...
  6746.       protected '_option' =>
  6747.         object(Mage_Catalog_Model_Product_Option)[59]
  6748.           protected '_product' =>
  6749.             object(Mage_Catalog_Model_Product)[55]
  6750.               ...
  6751.           protected '_options' =>
  6752.             array (size=0)
  6753.               ...
  6754.           protected '_valueInstance' => null
  6755.           protected '_values' =>
  6756.             &array
  6757.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  6758.           protected '_eventObject' => string 'object' (length=6)
  6759.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  6760.           protected '_resource' => null
  6761.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  6762.           protected '_cacheTag' => boolean false
  6763.           protected '_dataSaveAllowed' => boolean true
  6764.           protected '_isObjectNew' => null
  6765.           protected '_data' =>
  6766.             array (size=21)
  6767.               ...
  6768.           protected '_hasDataChanges' => boolean true
  6769.           protected '_origData' =>
  6770.             array (size=20)
  6771.               ...
  6772.           protected '_idFieldName' => string 'option_id' (length=9)
  6773.           protected '_isDeleted' => boolean false
  6774.           protected '_oldFieldsMap' =>
  6775.             array (size=0)
  6776.               ...
  6777.           protected '_syncFieldsMap' =>
  6778.             array (size=0)
  6779.               ...
  6780.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  6781.       protected '_eventObject' => string 'object' (length=6)
  6782.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  6783.       protected '_resource' => null
  6784.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  6785.       protected '_cacheTag' => boolean false
  6786.       protected '_dataSaveAllowed' => boolean true
  6787.       protected '_isObjectNew' => null
  6788.       protected '_data' =>
  6789.         array (size=13)
  6790.           'option_type_id' => string '5684' (length=4)
  6791.           'option_id' => string '385' (length=3)
  6792.           'sku' => string 'logan7820-main' (length=14)
  6793.           'sort_order' => string '1240' (length=4)
  6794.           '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)
  6795.           'store_title' => null
  6796.           '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)
  6797.           'default_price' => string '0.0000' (length=6)
  6798.           'default_price_type' => string 'fixed' (length=5)
  6799.           'store_price' => null
  6800.           'store_price_type' => null
  6801.           'price' => string '0.0000' (length=6)
  6802.           'price_type' => string 'fixed' (length=5)
  6803.       protected '_hasDataChanges' => boolean true
  6804.       protected '_origData' =>
  6805.         array (size=13)
  6806.           'option_type_id' => string '5684' (length=4)
  6807.           'option_id' => string '385' (length=3)
  6808.           'sku' => string 'logan7820-main' (length=14)
  6809.           'sort_order' => string '1240' (length=4)
  6810.           '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)
  6811.           'store_title' => null
  6812.           '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)
  6813.           'default_price' => string '0.0000' (length=6)
  6814.           'default_price_type' => string 'fixed' (length=5)
  6815.           'store_price' => null
  6816.           'store_price_type' => null
  6817.           'price' => string '0.0000' (length=6)
  6818.           'price_type' => string 'fixed' (length=5)
  6819.       protected '_idFieldName' => string 'option_type_id' (length=14)
  6820.       protected '_isDeleted' => boolean false
  6821.       protected '_oldFieldsMap' =>
  6822.         array (size=0)
  6823.           empty
  6824.       protected '_syncFieldsMap' =>
  6825.         array (size=0)
  6826.           empty
  6827.   5685 =>
  6828.     object(Mage_Catalog_Model_Product_Option_Value)[355]
  6829.       protected '_values' =>
  6830.         array (size=0)
  6831.           empty
  6832.       protected '_product' =>
  6833.         object(Mage_Catalog_Model_Product)[55]
  6834.           protected '_cacheTag' => string 'catalog_product' (length=15)
  6835.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  6836.           protected '_eventObject' => string 'product' (length=7)
  6837.           protected '_canAffectOptions' => boolean false
  6838.           protected '_typeInstance' => null
  6839.           protected '_typeInstanceSingleton' =>
  6840.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  6841.               ...
  6842.           protected '_linkInstance' => null
  6843.           protected '_customOptions' =>
  6844.             array (size=0)
  6845.               ...
  6846.           protected '_urlModel' => null
  6847.           protected '_errors' =>
  6848.             array (size=0)
  6849.               ...
  6850.           protected '_optionInstance' =>
  6851.             object(Mage_Catalog_Model_Product_Option)[257]
  6852.               ...
  6853.           protected '_options' =>
  6854.             array (size=3)
  6855.               ...
  6856.           protected '_reservedAttributes' => null
  6857.           protected '_isDuplicable' => boolean true
  6858.           protected '_calculatePrice' => boolean true
  6859.           protected '_defaultValues' =>
  6860.             array (size=1)
  6861.               ...
  6862.           protected '_storeValuesFlags' =>
  6863.             array (size=1)
  6864.               ...
  6865.           protected '_lockedAttributes' =>
  6866.             array (size=0)
  6867.               ...
  6868.           protected '_isDeleteable' => boolean true
  6869.           protected '_isReadonly' => boolean false
  6870.           protected '_resourceName' => string 'catalog/product' (length=15)
  6871.           protected '_resource' => null
  6872.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  6873.           protected '_dataSaveAllowed' => boolean true
  6874.           protected '_isObjectNew' => null
  6875.           protected '_data' =>
  6876.             array (size=66)
  6877.               ...
  6878.           protected '_hasDataChanges' => boolean true
  6879.           protected '_origData' => null
  6880.           protected '_idFieldName' => string 'entity_id' (length=9)
  6881.           protected '_isDeleted' => boolean false
  6882.           protected '_oldFieldsMap' =>
  6883.             array (size=0)
  6884.               ...
  6885.           protected '_syncFieldsMap' =>
  6886.             array (size=0)
  6887.               ...
  6888.       protected '_option' =>
  6889.         object(Mage_Catalog_Model_Product_Option)[59]
  6890.           protected '_product' =>
  6891.             object(Mage_Catalog_Model_Product)[55]
  6892.               ...
  6893.           protected '_options' =>
  6894.             array (size=0)
  6895.               ...
  6896.           protected '_valueInstance' => null
  6897.           protected '_values' =>
  6898.             &array
  6899.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  6900.           protected '_eventObject' => string 'object' (length=6)
  6901.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  6902.           protected '_resource' => null
  6903.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  6904.           protected '_cacheTag' => boolean false
  6905.           protected '_dataSaveAllowed' => boolean true
  6906.           protected '_isObjectNew' => null
  6907.           protected '_data' =>
  6908.             array (size=21)
  6909.               ...
  6910.           protected '_hasDataChanges' => boolean true
  6911.           protected '_origData' =>
  6912.             array (size=20)
  6913.               ...
  6914.           protected '_idFieldName' => string 'option_id' (length=9)
  6915.           protected '_isDeleted' => boolean false
  6916.           protected '_oldFieldsMap' =>
  6917.             array (size=0)
  6918.               ...
  6919.           protected '_syncFieldsMap' =>
  6920.             array (size=0)
  6921.               ...
  6922.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  6923.       protected '_eventObject' => string 'object' (length=6)
  6924.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  6925.       protected '_resource' => null
  6926.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  6927.       protected '_cacheTag' => boolean false
  6928.       protected '_dataSaveAllowed' => boolean true
  6929.       protected '_isObjectNew' => null
  6930.       protected '_data' =>
  6931.         array (size=13)
  6932.           'option_type_id' => string '5685' (length=4)
  6933.           'option_id' => string '385' (length=3)
  6934.           'sku' => string 'torino 6941-main' (length=16)
  6935.           'sort_order' => string '1260' (length=4)
  6936.           '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)
  6937.           'store_title' => null
  6938.           '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)
  6939.           'default_price' => string '0.0000' (length=6)
  6940.           'default_price_type' => string 'fixed' (length=5)
  6941.           'store_price' => null
  6942.           'store_price_type' => null
  6943.           'price' => string '0.0000' (length=6)
  6944.           'price_type' => string 'fixed' (length=5)
  6945.       protected '_hasDataChanges' => boolean true
  6946.       protected '_origData' =>
  6947.         array (size=13)
  6948.           'option_type_id' => string '5685' (length=4)
  6949.           'option_id' => string '385' (length=3)
  6950.           'sku' => string 'torino 6941-main' (length=16)
  6951.           'sort_order' => string '1260' (length=4)
  6952.           '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)
  6953.           'store_title' => null
  6954.           '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)
  6955.           'default_price' => string '0.0000' (length=6)
  6956.           'default_price_type' => string 'fixed' (length=5)
  6957.           'store_price' => null
  6958.           'store_price_type' => null
  6959.           'price' => string '0.0000' (length=6)
  6960.           'price_type' => string 'fixed' (length=5)
  6961.       protected '_idFieldName' => string 'option_type_id' (length=14)
  6962.       protected '_isDeleted' => boolean false
  6963.       protected '_oldFieldsMap' =>
  6964.         array (size=0)
  6965.           empty
  6966.       protected '_syncFieldsMap' =>
  6967.         array (size=0)
  6968.           empty
  6969.   5686 =>
  6970.     object(Mage_Catalog_Model_Product_Option_Value)[357]
  6971.       protected '_values' =>
  6972.         array (size=0)
  6973.           empty
  6974.       protected '_product' =>
  6975.         object(Mage_Catalog_Model_Product)[55]
  6976.           protected '_cacheTag' => string 'catalog_product' (length=15)
  6977.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  6978.           protected '_eventObject' => string 'product' (length=7)
  6979.           protected '_canAffectOptions' => boolean false
  6980.           protected '_typeInstance' => null
  6981.           protected '_typeInstanceSingleton' =>
  6982.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  6983.               ...
  6984.           protected '_linkInstance' => null
  6985.           protected '_customOptions' =>
  6986.             array (size=0)
  6987.               ...
  6988.           protected '_urlModel' => null
  6989.           protected '_errors' =>
  6990.             array (size=0)
  6991.               ...
  6992.           protected '_optionInstance' =>
  6993.             object(Mage_Catalog_Model_Product_Option)[257]
  6994.               ...
  6995.           protected '_options' =>
  6996.             array (size=3)
  6997.               ...
  6998.           protected '_reservedAttributes' => null
  6999.           protected '_isDuplicable' => boolean true
  7000.           protected '_calculatePrice' => boolean true
  7001.           protected '_defaultValues' =>
  7002.             array (size=1)
  7003.               ...
  7004.           protected '_storeValuesFlags' =>
  7005.             array (size=1)
  7006.               ...
  7007.           protected '_lockedAttributes' =>
  7008.             array (size=0)
  7009.               ...
  7010.           protected '_isDeleteable' => boolean true
  7011.           protected '_isReadonly' => boolean false
  7012.           protected '_resourceName' => string 'catalog/product' (length=15)
  7013.           protected '_resource' => null
  7014.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  7015.           protected '_dataSaveAllowed' => boolean true
  7016.           protected '_isObjectNew' => null
  7017.           protected '_data' =>
  7018.             array (size=66)
  7019.               ...
  7020.           protected '_hasDataChanges' => boolean true
  7021.           protected '_origData' => null
  7022.           protected '_idFieldName' => string 'entity_id' (length=9)
  7023.           protected '_isDeleted' => boolean false
  7024.           protected '_oldFieldsMap' =>
  7025.             array (size=0)
  7026.               ...
  7027.           protected '_syncFieldsMap' =>
  7028.             array (size=0)
  7029.               ...
  7030.       protected '_option' =>
  7031.         object(Mage_Catalog_Model_Product_Option)[59]
  7032.           protected '_product' =>
  7033.             object(Mage_Catalog_Model_Product)[55]
  7034.               ...
  7035.           protected '_options' =>
  7036.             array (size=0)
  7037.               ...
  7038.           protected '_valueInstance' => null
  7039.           protected '_values' =>
  7040.             &array
  7041.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  7042.           protected '_eventObject' => string 'object' (length=6)
  7043.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  7044.           protected '_resource' => null
  7045.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  7046.           protected '_cacheTag' => boolean false
  7047.           protected '_dataSaveAllowed' => boolean true
  7048.           protected '_isObjectNew' => null
  7049.           protected '_data' =>
  7050.             array (size=21)
  7051.               ...
  7052.           protected '_hasDataChanges' => boolean true
  7053.           protected '_origData' =>
  7054.             array (size=20)
  7055.               ...
  7056.           protected '_idFieldName' => string 'option_id' (length=9)
  7057.           protected '_isDeleted' => boolean false
  7058.           protected '_oldFieldsMap' =>
  7059.             array (size=0)
  7060.               ...
  7061.           protected '_syncFieldsMap' =>
  7062.             array (size=0)
  7063.               ...
  7064.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  7065.       protected '_eventObject' => string 'object' (length=6)
  7066.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  7067.       protected '_resource' => null
  7068.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  7069.       protected '_cacheTag' => boolean false
  7070.       protected '_dataSaveAllowed' => boolean true
  7071.       protected '_isObjectNew' => null
  7072.       protected '_data' =>
  7073.         array (size=13)
  7074.           'option_type_id' => string '5686' (length=4)
  7075.           'option_id' => string '385' (length=3)
  7076.           'sku' => string 'loca17-main' (length=11)
  7077.           'sort_order' => string '1280' (length=4)
  7078.           '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)
  7079.           'store_title' => null
  7080.           '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)
  7081.           'default_price' => string '0.0000' (length=6)
  7082.           'default_price_type' => string 'fixed' (length=5)
  7083.           'store_price' => null
  7084.           'store_price_type' => null
  7085.           'price' => string '0.0000' (length=6)
  7086.           'price_type' => string 'fixed' (length=5)
  7087.       protected '_hasDataChanges' => boolean true
  7088.       protected '_origData' =>
  7089.         array (size=13)
  7090.           'option_type_id' => string '5686' (length=4)
  7091.           'option_id' => string '385' (length=3)
  7092.           'sku' => string 'loca17-main' (length=11)
  7093.           'sort_order' => string '1280' (length=4)
  7094.           '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)
  7095.           'store_title' => null
  7096.           '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)
  7097.           'default_price' => string '0.0000' (length=6)
  7098.           'default_price_type' => string 'fixed' (length=5)
  7099.           'store_price' => null
  7100.           'store_price_type' => null
  7101.           'price' => string '0.0000' (length=6)
  7102.           'price_type' => string 'fixed' (length=5)
  7103.       protected '_idFieldName' => string 'option_type_id' (length=14)
  7104.       protected '_isDeleted' => boolean false
  7105.       protected '_oldFieldsMap' =>
  7106.         array (size=0)
  7107.           empty
  7108.       protected '_syncFieldsMap' =>
  7109.         array (size=0)
  7110.           empty
  7111.   5687 =>
  7112.     object(Mage_Catalog_Model_Product_Option_Value)[358]
  7113.       protected '_values' =>
  7114.         array (size=0)
  7115.           empty
  7116.       protected '_product' =>
  7117.         object(Mage_Catalog_Model_Product)[55]
  7118.           protected '_cacheTag' => string 'catalog_product' (length=15)
  7119.           protected '_eventPrefix' => string 'catalog_product' (length=15)
  7120.           protected '_eventObject' => string 'product' (length=7)
  7121.           protected '_canAffectOptions' => boolean false
  7122.           protected '_typeInstance' => null
  7123.           protected '_typeInstanceSingleton' =>
  7124.             object(Mage_Catalog_Model_Product_Type_Simple)[718]
  7125.               ...
  7126.           protected '_linkInstance' => null
  7127.           protected '_customOptions' =>
  7128.             array (size=0)
  7129.               ...
  7130.           protected '_urlModel' => null
  7131.           protected '_errors' =>
  7132.             array (size=0)
  7133.               ...
  7134.           protected '_optionInstance' =>
  7135.             object(Mage_Catalog_Model_Product_Option)[257]
  7136.               ...
  7137.           protected '_options' =>
  7138.             array (size=3)
  7139.               ...
  7140.           protected '_reservedAttributes' => null
  7141.           protected '_isDuplicable' => boolean true
  7142.           protected '_calculatePrice' => boolean true
  7143.           protected '_defaultValues' =>
  7144.             array (size=1)
  7145.               ...
  7146.           protected '_storeValuesFlags' =>
  7147.             array (size=1)
  7148.               ...
  7149.           protected '_lockedAttributes' =>
  7150.             array (size=0)
  7151.               ...
  7152.           protected '_isDeleteable' => boolean true
  7153.           protected '_isReadonly' => boolean false
  7154.           protected '_resourceName' => string 'catalog/product' (length=15)
  7155.           protected '_resource' => null
  7156.           protected '_resourceCollectionName' => string 'catalog/product_collection' (length=26)
  7157.           protected '_dataSaveAllowed' => boolean true
  7158.           protected '_isObjectNew' => null
  7159.           protected '_data' =>
  7160.             array (size=66)
  7161.               ...
  7162.           protected '_hasDataChanges' => boolean true
  7163.           protected '_origData' => null
  7164.           protected '_idFieldName' => string 'entity_id' (length=9)
  7165.           protected '_isDeleted' => boolean false
  7166.           protected '_oldFieldsMap' =>
  7167.             array (size=0)
  7168.               ...
  7169.           protected '_syncFieldsMap' =>
  7170.             array (size=0)
  7171.               ...
  7172.       protected '_option' =>
  7173.         object(Mage_Catalog_Model_Product_Option)[59]
  7174.           protected '_product' =>
  7175.             object(Mage_Catalog_Model_Product)[55]
  7176.               ...
  7177.           protected '_options' =>
  7178.             array (size=0)
  7179.               ...
  7180.           protected '_valueInstance' => null
  7181.           protected '_values' =>
  7182.             &array
  7183.           protected '_eventPrefix' => string 'core_abstract' (length=13)
  7184.           protected '_eventObject' => string 'object' (length=6)
  7185.           protected '_resourceName' => string 'catalog/product_option' (length=22)
  7186.           protected '_resource' => null
  7187.           protected '_resourceCollectionName' => string 'catalog/product_option_collection' (length=33)
  7188.           protected '_cacheTag' => boolean false
  7189.           protected '_dataSaveAllowed' => boolean true
  7190.           protected '_isObjectNew' => null
  7191.           protected '_data' =>
  7192.             array (size=21)
  7193.               ...
  7194.           protected '_hasDataChanges' => boolean true
  7195.           protected '_origData' =>
  7196.             array (size=20)
  7197.               ...
  7198.           protected '_idFieldName' => string 'option_id' (length=9)
  7199.           protected '_isDeleted' => boolean false
  7200.           protected '_oldFieldsMap' =>
  7201.             array (size=0)
  7202.               ...
  7203.           protected '_syncFieldsMap' =>
  7204.             array (size=0)
  7205.               ...
  7206.       protected '_eventPrefix' => string 'core_abstract' (length=13)
  7207.       protected '_eventObject' => string 'object' (length=6)
  7208.       protected '_resourceName' => string 'catalog/product_option_value' (length=28)
  7209.       protected '_resource' => null
  7210.       protected '_resourceCollectionName' => string 'catalog/product_option_value_collection' (length=39)
  7211.       protected '_cacheTag' => boolean false
  7212.       protected '_dataSaveAllowed' => boolean true
  7213.       protected '_isObjectNew' => null
  7214.       protected '_data' =>
  7215.         array (size=13)
  7216.           'option_type_id' => string '5687' (length=4)
  7217.           'option_id' => string '385' (length=3)
  7218.           'sku' => string 'artika7003-main' (length=15)
  7219.           'sort_order' => string '1300' (length=4)
  7220.           '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)
  7221.           'store_title' => null
  7222.           '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)
  7223.           'default_price' => string '0.0000' (length=6)
  7224.           'default_price_type' => string 'fixed' (length=5)
  7225.           'store_price' => null
  7226.           'store_price_type' => null
  7227.           'price' => string '0.0000' (length=6)
  7228.           'price_type' => string 'fixed' (length=5)
  7229.       protected '_hasDataChanges' => boolean true
  7230.       protected '_origData' =>
  7231.         array (size=13)
  7232.           'option_type_id' => string '5687' (length=4)
  7233.           'option_id' => string '385' (length=3)
  7234.           'sku' => string 'artika7003-main' (length=15)
  7235.           'sort_order' => string '1300' (length=4)
  7236.           '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)
  7237.           'store_title' => null
  7238.           '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)
  7239.           'default_price' => string '0.0000' (length=6)
  7240.           'default_price_type' => string 'fixed' (length=5)
  7241.           'store_price' => null
  7242.           'store_price_type' => null
  7243.           'price' => string '0.0000' (length=6)
  7244.           'price_type' => string 'fixed' (length=5)
  7245.       protected '_idFieldName' => string 'option_type_id' (length=14)
  7246.       protected '_isDeleted' => boolean false
  7247.       protected '_oldFieldsMap' =>
  7248.         array (size=0)
  7249.           empty
  7250.       protected '_syncFieldsMap' =>
  7251.         array (size=0)
  7252.           empty
Add Comment
Please, Sign In to add comment