linccce

My custom options filtration

Mar 19th, 2015
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 71.76 KB | None | 0 0
  1. <?php
  2.  
  3. require_once 'htmlpurifier-4.6.0/library/HTMLPurifier.auto.php';
  4. require_once 'simplehtmldom-1.5/simple_html_dom.php';
  5. ini_set('xdebug.var_display_max_depth', 12);
  6. ini_set('xdebug.var_display_max_children', 256);
  7. ini_set('xdebug.var_display_max_data', 1024);
  8.  
  9. //echo password_hash('liepos10', PASSWORD_DEFAULT, array('cost' => 10));
  10.  
  11. $handle = fopen('input.txt','r');
  12.  
  13. $data = fread($handle,1024*1024*1);
  14.  
  15. fclose($handle);
  16. $data = unserialize($data);
  17.  
  18. $config = HTMLPurifier_Config::createDefault();
  19. $purifier = new HTMLPurifier($config);
  20.  
  21. foreach ($data[0] as $key => $value) {
  22.         $valueArr = explode(" ",$value['title']);
  23.         krsort($valueArr);
  24.         $gallery_category = strtolower(array_pop($valueArr));
  25.         if($value['sort_order']>0){
  26.             foreach ($value['values'] as $k => $title) {
  27.                 $htmlTitle = '';
  28.                 $htmlElement = str_get_html($purifier->purify($title['title']));
  29.                 $img = $htmlElement->find('img',0);
  30.                 $pathArr = explode("/",$img->src);
  31.                 $filename = array_pop($pathArr); //gets last array item which in this case is filename
  32.                 $dashed_name = preg_replace('/\\.[^.\\s]{3,4}$/', '', $filename); //removes any file extension from filename
  33.                 if(strpos($dashed_name,'patent') !== false){ //checks if filename contains word "patent"
  34.                     $htmlElement->root->children[0]->{'rel'} = "lightbox";
  35.                     $htmlElement->root->children[0]->children[1]->setAttribute('style','display:none');
  36.                     $htmlTitle = $htmlElement->save();
  37.                 } elseif(preg_match('~[0-9]~',$dashed_name)){ //Checks if filename contains digits, if it does it means its a textile
  38.                     $titleName = ucfirst(str_replace("-"," ",$dashed_name));
  39.                     if(preg_match("/(?<=\\d)[^\\d\\s]+/", $dashed_name, $matched_word)) {
  40.                         $titleName = str_replace($matched_word,"",$titleName);
  41.                     }
  42.                     $htmlElement->root->children[0]->{'rel'} = "lightbox";
  43.                     $htmlElement->root->children[0]->children[0]->{'title'} = $titleName." Textile";
  44.                     $htmlElement->root->children[0]->children[0]->{'alt'} = $titleName;
  45.                     $htmlElement->root->children[0]->children[1]->innertext = $titleName." Textile";
  46.                     $htmlElement->root->children[0]->children[1]->setAttribute('style','display:none');
  47.                     $htmlElement->root->children[0]->{'title'} = $titleName." Textile";
  48.                     $htmlTitle = $htmlElement->save();
  49.                 } else {
  50.                     $wordAr = array();
  51.                     foreach(explode("-",$dashed_name) as $word) $wordAr[] = ucfirst($word);
  52.                     $titleName = implode(" ",$wordAr);
  53.                     if(preg_match("/(?<=\\d)[^\\d\\s]+/", $dashed_name, $matched_word)) {
  54.                         $titleName = ucwords(str_replace($matched_word,"",$titleName)." ".$matched_word[0]);
  55.                     }
  56.                     $htmlElement->root->children[0]->{'rel'} = "lightbox";
  57.                     $htmlElement->root->children[0]->children[0]->{'title'} = $titleName." Leather";
  58.                     $htmlElement->root->children[0]->children[0]->{'alt'} = $titleName;
  59.                     $htmlElement->root->children[0]->children[1]->innertext = $titleName." Eco Leather";
  60.                     $htmlElement->root->children[0]->children[1]->setAttribute('style','display:none');
  61.                     $htmlElement->root->children[0]->{'title'} = $titleName."Leather ";
  62.                     $htmlTitle = $htmlElement->save();
  63.                 }
  64.                 $title['title'] = $htmlTitle;
  65.                 $value['values'][$k] = $title;
  66.             }
  67.             usort($value['values'], function($a, $b) {
  68.                 return $a['sort_order'] - $b['sort_order'];
  69.             });
  70.             $data[0][$key] = $value;
  71.         }
  72. }
  73.  
  74. usort($data[0], function($a, $b) {
  75.     return $a['sort_order'] - $b['sort_order'];
  76. });
  77.  
  78. var_dump($data[0]);
  79.  
  80. $handle = fopen('LatestSerialize.txt', 'w+x');
  81. fwrite($handle, serialize($data));
  82. fclose($handle);
  83.  
  84. exit;
  85.  
  86. the var_dump of results:
  87. array (size=3)
  88.   0 =>
  89.     array (size=10)
  90.       'is_delete' => string '' (length=0)
  91.       'previous_type' => string 'drop_down' (length=9)
  92.       'previous_group' => string 'select' (length=6)
  93.       'id' => string '3' (length=1)
  94.       'option_id' => string '3' (length=1)
  95.       'title' => string 'Size' (length=4)
  96.       'type' => string 'drop_down' (length=9)
  97.       'is_require' => string '1' (length=1)
  98.       'sort_order' => string '0' (length=1)
  99.       'values' =>
  100.         array (size=2)
  101.           0 =>
  102.             array (size=7)
  103.               'option_type_id' => string '0' (length=1)
  104.               'is_delete' => string '' (length=0)
  105.               'title' => string '1600 x 2000mm' (length=13)
  106.               'price' => string '0.00' (length=4)
  107.               'price_type' => string 'fixed' (length=5)
  108.               'sku' => string '1600mm' (length=6)
  109.               'sort_order' => string '0' (length=1)
  110.           1 =>
  111.             array (size=7)
  112.               'option_type_id' => string '1' (length=1)
  113.               'is_delete' => string '' (length=0)
  114.               'title' => string '1800 x 2000mm' (length=13)
  115.               'price' => string '1000.00' (length=7)
  116.               'price_type' => string 'fixed' (length=5)
  117.               'sku' => string '1800mm' (length=6)
  118.               'sort_order' => string '1' (length=1)
  119.   1 =>
  120.     array (size=10)
  121.       'is_delete' => string '' (length=0)
  122.       'previous_type' => string 'radio' (length=5)
  123.       'previous_group' => string 'select' (length=6)
  124.       'id' => string '1' (length=1)
  125.       'option_id' => string '1' (length=1)
  126.       'title' => string 'Main Colour' (length=11)
  127.       'type' => string 'radio' (length=5)
  128.       'is_require' => string '1' (length=1)
  129.       'sort_order' => string '1' (length=1)
  130.       'values' =>
  131.         array (size=51)
  132.           0 =>
  133.             array (size=7)
  134.               'option_type_id' => string '3' (length=1)
  135.               'is_delete' => string '' (length=0)
  136.               '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.               'price' => string '0.00' (length=4)
  138.               'price_type' => string 'fixed' (length=5)
  139.               'sku' => string 'patentblack-main' (length=16)
  140.               'sort_order' => string '0' (length=1)
  141.           1 =>
  142.             array (size=7)
  143.               'option_type_id' => string '50' (length=2)
  144.               'is_delete' => string '' (length=0)
  145.               '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)
  146.               'price' => string '0.00' (length=4)
  147.               'price_type' => string 'fixed' (length=5)
  148.               'sku' => string 'patent-white-main' (length=17)
  149.               'sort_order' => string '1' (length=1)
  150.           2 =>
  151.             array (size=7)
  152.               'option_type_id' => string '7' (length=1)
  153.               'is_delete' => string '' (length=0)
  154.               '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)
  155.               'price' => string '0.00' (length=4)
  156.               'price_type' => string 'fixed' (length=5)
  157.               'sku' => string 'black-main' (length=10)
  158.               'sort_order' => string '101' (length=3)
  159.           3 =>
  160.             array (size=7)
  161.               'option_type_id' => string '18' (length=2)
  162.               'is_delete' => string '' (length=0)
  163.               '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)
  164.               'price' => string '0.00' (length=4)
  165.               'price_type' => string 'fixed' (length=5)
  166.               'sku' => string 'grey-main' (length=9)
  167.               'sort_order' => string '115' (length=3)
  168.           4 =>
  169.             array (size=7)
  170.               'option_type_id' => string '21' (length=2)
  171.               'is_delete' => string '' (length=0)
  172.               '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)
  173.               'price' => string '0.00' (length=4)
  174.               'price_type' => string 'fixed' (length=5)
  175.               'sku' => string 'lightgrey-main' (length=14)
  176.               'sort_order' => string '120' (length=3)
  177.           5 =>
  178.             array (size=7)
  179.               'option_type_id' => string '13' (length=2)
  180.               'is_delete' => string '' (length=0)
  181.               '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)
  182.               'price' => string '0.00' (length=4)
  183.               'price_type' => string 'fixed' (length=5)
  184.               'sku' => string 'darkblue-main' (length=13)
  185.               'sort_order' => string '130' (length=3)
  186.           6 =>
  187.             array (size=7)
  188.               'option_type_id' => string '32' (length=2)
  189.               'is_delete' => string '' (length=0)
  190.               '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)
  191.               'price' => string '0.00' (length=4)
  192.               'price_type' => string 'fixed' (length=5)
  193.               'sku' => string 'oceanblue-main' (length=14)
  194.               'sort_order' => string '140' (length=3)
  195.           7 =>
  196.             array (size=7)
  197.               'option_type_id' => string '44' (length=2)
  198.               'is_delete' => string '' (length=0)
  199.               '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)
  200.               'price' => string '0.00' (length=4)
  201.               'price_type' => string 'fixed' (length=5)
  202.               'sku' => string 'viola-main' (length=10)
  203.               'sort_order' => string '150' (length=3)
  204.           8 =>
  205.             array (size=7)
  206.               'option_type_id' => string '30' (length=2)
  207.               'is_delete' => string '' (length=0)
  208.               '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)
  209.               'price' => string '0.00' (length=4)
  210.               'price_type' => string 'fixed' (length=5)
  211.               'sku' => string 'navy-main' (length=9)
  212.               'sort_order' => string '160' (length=3)
  213.           9 =>
  214.             array (size=7)
  215.               'option_type_id' => string '43' (length=2)
  216.               'is_delete' => string '' (length=0)
  217.               '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)
  218.               'price' => string '0.00' (length=4)
  219.               'price_type' => string 'fixed' (length=5)
  220.               'sku' => string 'turkis-main' (length=11)
  221.               'sort_order' => string '165' (length=3)
  222.           10 =>
  223.             array (size=7)
  224.               'option_type_id' => string '17' (length=2)
  225.               'is_delete' => string '' (length=0)
  226.               '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</span></a>' (length=263)
  227.               'price' => string '0.00' (length=4)
  228.               'price_type' => string 'fixed' (length=5)
  229.               'sku' => string 'forestgreen-main' (length=16)
  230.               'sort_order' => string '166' (length=3)
  231.           11 =>
  232.             array (size=7)
  233.               'option_type_id' => string '48' (length=2)
  234.               'is_delete' => string '' (length=0)
  235.               '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)
  236.               'price' => string '0.00' (length=4)
  237.               'price_type' => string 'fixed' (length=5)
  238.               'sku' => string 'army-main' (length=9)
  239.               'sort_order' => string '167' (length=3)
  240.           12 =>
  241.             array (size=7)
  242.               'option_type_id' => string '38' (length=2)
  243.               'is_delete' => string '' (length=0)
  244.               '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)
  245.               'price' => string '0.00' (length=4)
  246.               'price_type' => string 'fixed' (length=5)
  247.               'sku' => string 'spring-main' (length=11)
  248.               'sort_order' => string '168' (length=3)
  249.           13 =>
  250.             array (size=7)
  251.               'option_type_id' => string '22' (length=2)
  252.               'is_delete' => string '' (length=0)
  253.               '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)
  254.               'price' => string '0.00' (length=4)
  255.               'price_type' => string 'fixed' (length=5)
  256.               'sku' => string 'lime-main' (length=9)
  257.               'sort_order' => string '169' (length=3)
  258.           14 =>
  259.             array (size=7)
  260.               'option_type_id' => string '8' (length=1)
  261.               'is_delete' => string '' (length=0)
  262.               '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)
  263.               'price' => string '0.00' (length=4)
  264.               'price_type' => string 'fixed' (length=5)
  265.               'sku' => string 'brandy-main' (length=11)
  266.               'sort_order' => string '171' (length=3)
  267.           15 =>
  268.             array (size=7)
  269.               'option_type_id' => string '11' (length=2)
  270.               'is_delete' => string '' (length=0)
  271.               '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)
  272.               'price' => string '0.00' (length=4)
  273.               'price_type' => string 'fixed' (length=5)
  274.               'sku' => string 'chestnut-main' (length=13)
  275.               'sort_order' => string '172' (length=3)
  276.           16 =>
  277.             array (size=7)
  278.               'option_type_id' => string '9' (length=1)
  279.               'is_delete' => string '' (length=0)
  280.               '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)
  281.               'price' => string '0.00' (length=4)
  282.               'price_type' => string 'fixed' (length=5)
  283.               'sku' => string 'calvados-main' (length=13)
  284.               'sort_order' => string '173' (length=3)
  285.           17 =>
  286.             array (size=7)
  287.               'option_type_id' => string '12' (length=2)
  288.               'is_delete' => string '' (length=0)
  289.               '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)
  290.               'price' => string '0.00' (length=4)
  291.               'price_type' => string 'fixed' (length=5)
  292.               'sku' => string 'cognac-main' (length=11)
  293.               'sort_order' => string '174' (length=3)
  294.           18 =>
  295.             array (size=7)
  296.               'option_type_id' => string '19' (length=2)
  297.               'is_delete' => string '' (length=0)
  298.               '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)
  299.               'price' => string '0.00' (length=4)
  300.               'price_type' => string 'fixed' (length=5)
  301.               'sku' => string 'khaki-main' (length=10)
  302.               'sort_order' => string '178' (length=3)
  303.           19 =>
  304.             array (size=7)
  305.               'option_type_id' => string '39' (length=2)
  306.               'is_delete' => string '' (length=0)
  307.               '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)
  308.               'price' => string '0.00' (length=4)
  309.               'price_type' => string 'fixed' (length=5)
  310.               'sku' => string 'stone-main' (length=10)
  311.               'sort_order' => string '179' (length=3)
  312.           20 =>
  313.             array (size=7)
  314.               'option_type_id' => string '29' (length=2)
  315.               'is_delete' => string '' (length=0)
  316.               '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)
  317.               'price' => string '0.00' (length=4)
  318.               'price_type' => string 'fixed' (length=5)
  319.               'sku' => string 'mustard-main' (length=12)
  320.               'sort_order' => string '180' (length=3)
  321.           21 =>
  322.             array (size=7)
  323.               'option_type_id' => string '41' (length=2)
  324.               'is_delete' => string '' (length=0)
  325.               '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)
  326.               'price' => string '0.00' (length=4)
  327.               'price_type' => string 'fixed' (length=5)
  328.               'sku' => string 'toffee-main' (length=11)
  329.               'sort_order' => string '192' (length=3)
  330.           22 =>
  331.             array (size=7)
  332.               'option_type_id' => string '45' (length=2)
  333.               'is_delete' => string '' (length=0)
  334.               '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)
  335.               'price' => string '0.00' (length=4)
  336.               'price_type' => string 'fixed' (length=5)
  337.               'sku' => string 'warm beige-main' (length=15)
  338.               'sort_order' => string '193' (length=3)
  339.           23 =>
  340.             array (size=7)
  341.               'option_type_id' => string '37' (length=2)
  342.               'is_delete' => string '' (length=0)
  343.               '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)
  344.               'price' => string '0.00' (length=4)
  345.               'price_type' => string 'fixed' (length=5)
  346.               'sku' => string 'sand-main' (length=9)
  347.               'sort_order' => string '194' (length=3)
  348.           24 =>
  349.             array (size=7)
  350.               'option_type_id' => string '5' (length=1)
  351.               'is_delete' => string '' (length=0)
  352.               '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)
  353.               'price' => string '0.00' (length=4)
  354.               'price_type' => string 'fixed' (length=5)
  355.               'sku' => string 'beige-main' (length=10)
  356.               'sort_order' => string '195' (length=3)
  357.           25 =>
  358.             array (size=7)
  359.               'option_type_id' => string '47' (length=2)
  360.               'is_delete' => string '' (length=0)
  361.               '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)
  362.               'price' => string '0.00' (length=4)
  363.               'price_type' => string 'fixed' (length=5)
  364.               'sku' => string 'yellow-main' (length=11)
  365.               'sort_order' => string '200' (length=3)
  366.           26 =>
  367.             array (size=7)
  368.               'option_type_id' => string '34' (length=2)
  369.               'is_delete' => string '' (length=0)
  370.               '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)
  371.               'price' => string '0.00' (length=4)
  372.               'price_type' => string 'fixed' (length=5)
  373.               'sku' => string 'pearl-main' (length=10)
  374.               'sort_order' => string '201' (length=3)
  375.           27 =>
  376.             array (size=7)
  377.               'option_type_id' => string '46' (length=2)
  378.               'is_delete' => string '' (length=0)
  379.               '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)
  380.               'price' => string '0.00' (length=4)
  381.               'price_type' => string 'fixed' (length=5)
  382.               'sku' => string 'white-main' (length=10)
  383.               'sort_order' => string '202' (length=3)
  384.           28 =>
  385.             array (size=7)
  386.               'option_type_id' => string '14' (length=2)
  387.               'is_delete' => string '' (length=0)
  388.               '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)
  389.               'price' => string '0.00' (length=4)
  390.               'price_type' => string 'fixed' (length=5)
  391.               'sku' => string 'darkbrown-main' (length=14)
  392.               'sort_order' => string '205' (length=3)
  393.           29 =>
  394.             array (size=7)
  395.               'option_type_id' => string '10' (length=2)
  396.               'is_delete' => string '' (length=0)
  397.               '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)
  398.               'price' => string '0.00' (length=4)
  399.               'price_type' => string 'fixed' (length=5)
  400.               'sku' => string 'cappuccino-main' (length=15)
  401.               'sort_order' => string '206' (length=3)
  402.           30 =>
  403.             array (size=7)
  404.               'option_type_id' => string '2' (length=1)
  405.               'is_delete' => string '' (length=0)
  406.               '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)
  407.               'price' => string '0.00' (length=4)
  408.               'price_type' => string 'fixed' (length=5)
  409.               'sku' => string 'mocca-main' (length=10)
  410.               'sort_order' => string '208' (length=3)
  411.           31 =>
  412.             array (size=7)
  413.               'option_type_id' => string '15' (length=2)
  414.               'is_delete' => string '' (length=0)
  415.               '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></a>' (length=257)
  416.               'price' => string '0.00' (length=4)
  417.               'price_type' => string 'fixed' (length=5)
  418.               'sku' => string 'englishred-main' (length=15)
  419.               'sort_order' => string '210' (length=3)
  420.           32 =>
  421.             array (size=7)
  422.               'option_type_id' => string '1' (length=1)
  423.               'is_delete' => string '' (length=0)
  424.               '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></a>' (length=257)
  425.               'price' => string '0.00' (length=4)
  426.               'price_type' => string 'fixed' (length=5)
  427.               'sku' => string 'antiquered-main' (length=15)
  428.               'sort_order' => string '215' (length=3)
  429.           33 =>
  430.             array (size=7)
  431.               'option_type_id' => string '36' (length=2)
  432.               'is_delete' => string '' (length=0)
  433.               '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)
  434.               'price' => string '0.00' (length=4)
  435.               'price_type' => string 'fixed' (length=5)
  436.               'sku' => string 'red-main' (length=8)
  437.               'sort_order' => string '216' (length=3)
  438.           34 =>
  439.             array (size=7)
  440.               'option_type_id' => string '16' (length=2)
  441.               'is_delete' => string '' (length=0)
  442.               '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></a>' (length=257)
  443.               'price' => string '0.00' (length=4)
  444.               'price_type' => string 'fixed' (length=5)
  445.               'sku' => string 'ferrarired-main' (length=15)
  446.               'sort_order' => string '217' (length=3)
  447.           35 =>
  448.             array (size=7)
  449.               'option_type_id' => string '35' (length=2)
  450.               'is_delete' => string '' (length=0)
  451.               '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)
  452.               'price' => string '0.00' (length=4)
  453.               'price_type' => string 'fixed' (length=5)
  454.               'sku' => string 'pink-main' (length=9)
  455.               'sort_order' => string '218' (length=3)
  456.           36 =>
  457.             array (size=7)
  458.               'option_type_id' => string '26' (length=2)
  459.               'is_delete' => string '' (length=0)
  460.               '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)
  461.               'price' => string '0.00' (length=4)
  462.               'price_type' => string 'fixed' (length=5)
  463.               'sku' => string 'mandarin-main' (length=13)
  464.               'sort_order' => string '220' (length=3)
  465.           37 =>
  466.             array (size=7)
  467.               'option_type_id' => string '33' (length=2)
  468.               'is_delete' => string '' (length=0)
  469.               '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)
  470.               'price' => string '0.00' (length=4)
  471.               'price_type' => string 'fixed' (length=5)
  472.               'sku' => string 'peach-main' (length=10)
  473.               'sort_order' => string '230' (length=3)
  474.           38 =>
  475.             array (size=7)
  476.               'option_type_id' => string '40' (length=2)
  477.               'is_delete' => string '' (length=0)
  478.               '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)
  479.               'price' => string '10.00' (length=5)
  480.               'price_type' => string 'percent' (length=7)
  481.               'sku' => string 'sun-main' (length=8)
  482.               'sort_order' => string '270' (length=3)
  483.           39 =>
  484.             array (size=7)
  485.               'option_type_id' => string '25' (length=2)
  486.               'is_delete' => string '' (length=0)
  487.               '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</span></a>' (length=265)
  488.               'price' => string '0.00' (length=4)
  489.               'price_type' => string 'fixed' (length=5)
  490.               'sku' => string 'lunakor 5913-main' (length=17)
  491.               'sort_order' => string '1000' (length=4)
  492.           40 =>
  493.             array (size=7)
  494.               'option_type_id' => string '6' (length=1)
  495.               'is_delete' => string '' (length=0)
  496.               '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></a>' (length=259)
  497.               'price' => string '0.00' (length=4)
  498.               'price_type' => string 'fixed' (length=5)
  499.               'sku' => string 'bergamo 8132-main' (length=17)
  500.               'sort_order' => string '1008' (length=4)
  501.           41 =>
  502.             array (size=7)
  503.               'option_type_id' => string '20' (length=2)
  504.               'is_delete' => string '' (length=0)
  505.               '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)
  506.               'price' => string '0.00' (length=4)
  507.               'price_type' => string 'fixed' (length=5)
  508.               'sku' => string 'kredo 2222-main' (length=15)
  509.               'sort_order' => string '1020' (length=4)
  510.           42 =>
  511.             array (size=7)
  512.               'option_type_id' => string '31' (length=2)
  513.               'is_delete' => string '' (length=0)
  514.               '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)
  515.               'price' => string '0.00' (length=4)
  516.               'price_type' => string 'fixed' (length=5)
  517.               'sku' => string 'nord8540-main' (length=13)
  518.               'sort_order' => string '1040' (length=4)
  519.           43 =>
  520.             array (size=7)
  521.               'option_type_id' => string '49' (length=2)
  522.               'is_delete' => string '' (length=0)
  523.               '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</span></a>' (length=265)
  524.               'price' => string '0.00' (length=4)
  525.               'price_type' => string 'fixed' (length=5)
  526.               'sku' => string 'arabeska 6003-main' (length=18)
  527.               'sort_order' => string '1060' (length=4)
  528.           44 =>
  529.             array (size=7)
  530.               'option_type_id' => string '28' (length=2)
  531.               'is_delete' => string '' (length=0)
  532.               '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 Textile</span></a>' (length=273)
  533.               'price' => string '100.00' (length=6)
  534.               'price_type' => string 'fixed' (length=5)
  535.               'sku' => string 'marvilla2020braz-main' (length=21)
  536.               'sort_order' => string '1080' (length=4)
  537.           45 =>
  538.             array (size=7)
  539.               'option_type_id' => string '0' (length=1)
  540.               'is_delete' => string '' (length=0)
  541.               '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)
  542.               'price' => string '0.00' (length=4)
  543.               'price_type' => string 'fixed' (length=5)
  544.               'sku' => string 'alpina7210-main' (length=15)
  545.               'sort_order' => string '1200' (length=4)
  546.           46 =>
  547.             array (size=7)
  548.               'option_type_id' => string '27' (length=2)
  549.               'is_delete' => string '' (length=0)
  550.               '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></a>' (length=259)
  551.               'price' => string '0.00' (length=4)
  552.               'price_type' => string 'fixed' (length=5)
  553.               'sku' => string 'manerba6613-main' (length=16)
  554.               'sort_order' => string '1220' (length=4)
  555.           47 =>
  556.             array (size=7)
  557.               'option_type_id' => string '24' (length=2)
  558.               'is_delete' => string '' (length=0)
  559.               '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)
  560.               'price' => string '0.00' (length=4)
  561.               'price_type' => string 'fixed' (length=5)
  562.               'sku' => string 'logan7820-main' (length=14)
  563.               'sort_order' => string '1240' (length=4)
  564.           48 =>
  565.             array (size=7)
  566.               'option_type_id' => string '42' (length=2)
  567.               'is_delete' => string '' (length=0)
  568.               '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)
  569.               'price' => string '0.00' (length=4)
  570.               'price_type' => string 'fixed' (length=5)
  571.               'sku' => string 'torino 6941-main' (length=16)
  572.               'sort_order' => string '1260' (length=4)
  573.           49 =>
  574.             array (size=7)
  575.               'option_type_id' => string '23' (length=2)
  576.               'is_delete' => string '' (length=0)
  577.               '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)
  578.               'price' => string '0.00' (length=4)
  579.               'price_type' => string 'fixed' (length=5)
  580.               'sku' => string 'loca17-main' (length=11)
  581.               'sort_order' => string '1280' (length=4)
  582.           50 =>
  583.             array (size=7)
  584.               'option_type_id' => string '4' (length=1)
  585.               'is_delete' => string '' (length=0)
  586.               '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)
  587.               'price' => string '0.00' (length=4)
  588.               'price_type' => string 'fixed' (length=5)
  589.               'sku' => string 'artika7003-main' (length=15)
  590.               'sort_order' => string '1300' (length=4)
  591.   2 =>
  592.     array (size=10)
  593.       'is_delete' => string '' (length=0)
  594.       'previous_type' => string 'radio' (length=5)
  595.       'previous_group' => string 'select' (length=6)
  596.       'id' => string '2' (length=1)
  597.       'option_id' => string '2' (length=1)
  598.       'title' => string 'Side Colour' (length=11)
  599.       'type' => string 'radio' (length=5)
  600.       'is_require' => string '1' (length=1)
  601.       'sort_order' => string '2' (length=1)
  602.       'values' =>
  603.         array (size=51)
  604.           0 =>
  605.             array (size=7)
  606.               'option_type_id' => string '49' (length=2)
  607.               'is_delete' => string '' (length=0)
  608.               '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)
  609.               'price' => string '0.00' (length=4)
  610.               'price_type' => string 'fixed' (length=5)
  611.               'sku' => string 'patent black-side' (length=17)
  612.               'sort_order' => string '0' (length=1)
  613.           1 =>
  614.             array (size=7)
  615.               'option_type_id' => string '48' (length=2)
  616.               'is_delete' => string '' (length=0)
  617.               '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)
  618.               'price' => string '0.00' (length=4)
  619.               'price_type' => string 'fixed' (length=5)
  620.               'sku' => string 'patent white-side' (length=17)
  621.               'sort_order' => string '1' (length=1)
  622.           2 =>
  623.             array (size=7)
  624.               'option_type_id' => string '7' (length=1)
  625.               'is_delete' => string '' (length=0)
  626.               '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)
  627.               'price' => string '0.00' (length=4)
  628.               'price_type' => string 'fixed' (length=5)
  629.               'sku' => string 'black-side' (length=10)
  630.               'sort_order' => string '101' (length=3)
  631.           3 =>
  632.             array (size=7)
  633.               'option_type_id' => string '18' (length=2)
  634.               'is_delete' => string '' (length=0)
  635.               '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)
  636.               'price' => string '0.00' (length=4)
  637.               'price_type' => string 'fixed' (length=5)
  638.               'sku' => string 'grey-side' (length=9)
  639.               'sort_order' => string '110' (length=3)
  640.           4 =>
  641.             array (size=7)
  642.               'option_type_id' => string '21' (length=2)
  643.               'is_delete' => string '' (length=0)
  644.               '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)
  645.               'price' => string '0.00' (length=4)
  646.               'price_type' => string 'fixed' (length=5)
  647.               'sku' => string 'lightgrey-side' (length=14)
  648.               'sort_order' => string '120' (length=3)
  649.           5 =>
  650.             array (size=7)
  651.               'option_type_id' => string '13' (length=2)
  652.               'is_delete' => string '' (length=0)
  653.               '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)
  654.               'price' => string '0.00' (length=4)
  655.               'price_type' => string 'fixed' (length=5)
  656.               'sku' => string 'darkblue-side' (length=13)
  657.               'sort_order' => string '130' (length=3)
  658.           6 =>
  659.             array (size=7)
  660.               'option_type_id' => string '32' (length=2)
  661.               'is_delete' => string '' (length=0)
  662.               '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)
  663.               'price' => string '0.00' (length=4)
  664.               'price_type' => string 'fixed' (length=5)
  665.               'sku' => string 'oceanblue-side' (length=14)
  666.               'sort_order' => string '140' (length=3)
  667.           7 =>
  668.             array (size=7)
  669.               'option_type_id' => string '44' (length=2)
  670.               'is_delete' => string '' (length=0)
  671.               '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)
  672.               'price' => string '0.00' (length=4)
  673.               'price_type' => string 'fixed' (length=5)
  674.               'sku' => string 'viola-side' (length=10)
  675.               'sort_order' => string '150' (length=3)
  676.           8 =>
  677.             array (size=7)
  678.               'option_type_id' => string '30' (length=2)
  679.               'is_delete' => string '' (length=0)
  680.               '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)
  681.               'price' => string '0.00' (length=4)
  682.               'price_type' => string 'fixed' (length=5)
  683.               'sku' => string 'navy-side' (length=9)
  684.               'sort_order' => string '160' (length=3)
  685.           9 =>
  686.             array (size=7)
  687.               'option_type_id' => string '43' (length=2)
  688.               'is_delete' => string '' (length=0)
  689.               '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)
  690.               'price' => string '0.00' (length=4)
  691.               'price_type' => string 'fixed' (length=5)
  692.               'sku' => string 'turkis-side' (length=11)
  693.               'sort_order' => string '165' (length=3)
  694.           10 =>
  695.             array (size=7)
  696.               'option_type_id' => string '17' (length=2)
  697.               'is_delete' => string '' (length=0)
  698.               '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</span></a>' (length=263)
  699.               'price' => string '0.00' (length=4)
  700.               'price_type' => string 'fixed' (length=5)
  701.               'sku' => string 'forestgreen-side' (length=16)
  702.               'sort_order' => string '166' (length=3)
  703.           11 =>
  704.             array (size=7)
  705.               'option_type_id' => string '50' (length=2)
  706.               'is_delete' => string '' (length=0)
  707.               '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)
  708.               'price' => string '0.00' (length=4)
  709.               'price_type' => string 'fixed' (length=5)
  710.               'sku' => string 'army-side' (length=9)
  711.               'sort_order' => string '167' (length=3)
  712.           12 =>
  713.             array (size=7)
  714.               'option_type_id' => string '38' (length=2)
  715.               'is_delete' => string '' (length=0)
  716.               '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)
  717.               'price' => string '0.00' (length=4)
  718.               'price_type' => string 'fixed' (length=5)
  719.               'sku' => string 'spring-side' (length=11)
  720.               'sort_order' => string '168' (length=3)
  721.           13 =>
  722.             array (size=7)
  723.               'option_type_id' => string '22' (length=2)
  724.               'is_delete' => string '' (length=0)
  725.               '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)
  726.               'price' => string '0.00' (length=4)
  727.               'price_type' => string 'fixed' (length=5)
  728.               'sku' => string 'lime-side' (length=9)
  729.               'sort_order' => string '169' (length=3)
  730.           14 =>
  731.             array (size=7)
  732.               'option_type_id' => string '8' (length=1)
  733.               'is_delete' => string '' (length=0)
  734.               '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)
  735.               'price' => string '0.00' (length=4)
  736.               'price_type' => string 'fixed' (length=5)
  737.               'sku' => string 'brandy-side' (length=11)
  738.               'sort_order' => string '171' (length=3)
  739.           15 =>
  740.             array (size=7)
  741.               'option_type_id' => string '11' (length=2)
  742.               'is_delete' => string '' (length=0)
  743.               '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)
  744.               'price' => string '0.00' (length=4)
  745.               'price_type' => string 'fixed' (length=5)
  746.               'sku' => string 'chestnut-side' (length=13)
  747.               'sort_order' => string '172' (length=3)
  748.           16 =>
  749.             array (size=7)
  750.               'option_type_id' => string '9' (length=1)
  751.               'is_delete' => string '' (length=0)
  752.               '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)
  753.               'price' => string '0.00' (length=4)
  754.               'price_type' => string 'fixed' (length=5)
  755.               'sku' => string 'calvados-side' (length=13)
  756.               'sort_order' => string '173' (length=3)
  757.           17 =>
  758.             array (size=7)
  759.               'option_type_id' => string '12' (length=2)
  760.               'is_delete' => string '' (length=0)
  761.               '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)
  762.               'price' => string '0.00' (length=4)
  763.               'price_type' => string 'fixed' (length=5)
  764.               'sku' => string 'cognac-side' (length=11)
  765.               'sort_order' => string '174' (length=3)
  766.           18 =>
  767.             array (size=7)
  768.               'option_type_id' => string '19' (length=2)
  769.               'is_delete' => string '' (length=0)
  770.               '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)
  771.               'price' => string '0.00' (length=4)
  772.               'price_type' => string 'fixed' (length=5)
  773.               'sku' => string 'khaki-side' (length=10)
  774.               'sort_order' => string '178' (length=3)
  775.           19 =>
  776.             array (size=7)
  777.               'option_type_id' => string '39' (length=2)
  778.               'is_delete' => string '' (length=0)
  779.               '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)
  780.               'price' => string '0.00' (length=4)
  781.               'price_type' => string 'fixed' (length=5)
  782.               'sku' => string 'stone-side' (length=10)
  783.               'sort_order' => string '179' (length=3)
  784.           20 =>
  785.             array (size=7)
  786.               'option_type_id' => string '29' (length=2)
  787.               'is_delete' => string '' (length=0)
  788.               '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)
  789.               'price' => string '0.00' (length=4)
  790.               'price_type' => string 'fixed' (length=5)
  791.               'sku' => string 'mustard-side' (length=12)
  792.               'sort_order' => string '180' (length=3)
  793.           21 =>
  794.             array (size=7)
  795.               'option_type_id' => string '41' (length=2)
  796.               'is_delete' => string '' (length=0)
  797.               '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)
  798.               'price' => string '0.00' (length=4)
  799.               'price_type' => string 'fixed' (length=5)
  800.               'sku' => string 'toffee-side' (length=11)
  801.               'sort_order' => string '192' (length=3)
  802.           22 =>
  803.             array (size=7)
  804.               'option_type_id' => string '45' (length=2)
  805.               'is_delete' => string '' (length=0)
  806.               '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)
  807.               'price' => string '0.00' (length=4)
  808.               'price_type' => string 'fixed' (length=5)
  809.               'sku' => string 'warm beige-side' (length=15)
  810.               'sort_order' => string '193' (length=3)
  811.           23 =>
  812.             array (size=7)
  813.               'option_type_id' => string '37' (length=2)
  814.               'is_delete' => string '' (length=0)
  815.               '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)
  816.               'price' => string '100.00' (length=6)
  817.               'price_type' => string 'fixed' (length=5)
  818.               'sku' => string 'sand-side' (length=9)
  819.               'sort_order' => string '194' (length=3)
  820.           24 =>
  821.             array (size=7)
  822.               'option_type_id' => string '5' (length=1)
  823.               'is_delete' => string '' (length=0)
  824.               '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)
  825.               'price' => string '0.00' (length=4)
  826.               'price_type' => string 'fixed' (length=5)
  827.               'sku' => string 'beige-side' (length=10)
  828.               'sort_order' => string '195' (length=3)
  829.           25 =>
  830.             array (size=7)
  831.               'option_type_id' => string '47' (length=2)
  832.               'is_delete' => string '' (length=0)
  833.               '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)
  834.               'price' => string '0.00' (length=4)
  835.               'price_type' => string 'fixed' (length=5)
  836.               'sku' => string 'yellow-side' (length=11)
  837.               'sort_order' => string '200' (length=3)
  838.           26 =>
  839.             array (size=7)
  840.               'option_type_id' => string '34' (length=2)
  841.               'is_delete' => string '' (length=0)
  842.               '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)
  843.               'price' => string '0.00' (length=4)
  844.               'price_type' => string 'fixed' (length=5)
  845.               'sku' => string 'pearl-side' (length=10)
  846.               'sort_order' => string '201' (length=3)
  847.           27 =>
  848.             array (size=7)
  849.               'option_type_id' => string '46' (length=2)
  850.               'is_delete' => string '' (length=0)
  851.               '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)
  852.               'price' => string '0.00' (length=4)
  853.               'price_type' => string 'fixed' (length=5)
  854.               'sku' => string 'white-side' (length=10)
  855.               'sort_order' => string '202' (length=3)
  856.           28 =>
  857.             array (size=7)
  858.               'option_type_id' => string '14' (length=2)
  859.               'is_delete' => string '' (length=0)
  860.               '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)
  861.               'price' => string '0.00' (length=4)
  862.               'price_type' => string 'fixed' (length=5)
  863.               'sku' => string 'darkbrown-side' (length=14)
  864.               'sort_order' => string '205' (length=3)
  865.           29 =>
  866.             array (size=7)
  867.               'option_type_id' => string '10' (length=2)
  868.               'is_delete' => string '' (length=0)
  869.               '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)
  870.               'price' => string '0.00' (length=4)
  871.               'price_type' => string 'fixed' (length=5)
  872.               'sku' => string 'cappuccino-side' (length=15)
  873.               'sort_order' => string '206' (length=3)
  874.           30 =>
  875.             array (size=7)
  876.               'option_type_id' => string '3' (length=1)
  877.               'is_delete' => string '' (length=0)
  878.               '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)
  879.               'price' => string '0.00' (length=4)
  880.               'price_type' => string 'fixed' (length=5)
  881.               'sku' => string 'mocca-side' (length=10)
  882.               'sort_order' => string '208' (length=3)
  883.           31 =>
  884.             array (size=7)
  885.               'option_type_id' => string '15' (length=2)
  886.               'is_delete' => string '' (length=0)
  887.               '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></a>' (length=257)
  888.               'price' => string '0.00' (length=4)
  889.               'price_type' => string 'fixed' (length=5)
  890.               'sku' => string 'englishred-side' (length=15)
  891.               'sort_order' => string '210' (length=3)
  892.           32 =>
  893.             array (size=7)
  894.               'option_type_id' => string '1' (length=1)
  895.               'is_delete' => string '' (length=0)
  896.               '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></a>' (length=257)
  897.               'price' => string '0.00' (length=4)
  898.               'price_type' => string 'fixed' (length=5)
  899.               'sku' => string 'antiquered-side' (length=15)
  900.               'sort_order' => string '215' (length=3)
  901.           33 =>
  902.             array (size=7)
  903.               'option_type_id' => string '36' (length=2)
  904.               'is_delete' => string '' (length=0)
  905.               '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)
  906.               'price' => string '0.00' (length=4)
  907.               'price_type' => string 'fixed' (length=5)
  908.               'sku' => string 'red-side' (length=8)
  909.               'sort_order' => string '216' (length=3)
  910.           34 =>
  911.             array (size=7)
  912.               'option_type_id' => string '16' (length=2)
  913.               'is_delete' => string '' (length=0)
  914.               '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></a>' (length=257)
  915.               'price' => string '0.00' (length=4)
  916.               'price_type' => string 'fixed' (length=5)
  917.               'sku' => string 'ferrarired-side' (length=15)
  918.               'sort_order' => string '217' (length=3)
  919.           35 =>
  920.             array (size=7)
  921.               'option_type_id' => string '35' (length=2)
  922.               'is_delete' => string '' (length=0)
  923.               '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)
  924.               'price' => string '0.00' (length=4)
  925.               'price_type' => string 'fixed' (length=5)
  926.               'sku' => string 'pink-side' (length=9)
  927.               'sort_order' => string '218' (length=3)
  928.           36 =>
  929.             array (size=7)
  930.               'option_type_id' => string '26' (length=2)
  931.               'is_delete' => string '' (length=0)
  932.               '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)
  933.               'price' => string '0.00' (length=4)
  934.               'price_type' => string 'fixed' (length=5)
  935.               'sku' => string 'mandarin-side' (length=13)
  936.               'sort_order' => string '220' (length=3)
  937.           37 =>
  938.             array (size=7)
  939.               'option_type_id' => string '33' (length=2)
  940.               'is_delete' => string '' (length=0)
  941.               '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)
  942.               'price' => string '0.00' (length=4)
  943.               'price_type' => string 'fixed' (length=5)
  944.               'sku' => string 'peach-side' (length=10)
  945.               'sort_order' => string '230' (length=3)
  946.           38 =>
  947.             array (size=7)
  948.               'option_type_id' => string '40' (length=2)
  949.               'is_delete' => string '' (length=0)
  950.               '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)
  951.               'price' => string '0.00' (length=4)
  952.               'price_type' => string 'fixed' (length=5)
  953.               'sku' => string 'sun-side' (length=8)
  954.               'sort_order' => string '270' (length=3)
  955.           39 =>
  956.             array (size=7)
  957.               'option_type_id' => string '25' (length=2)
  958.               'is_delete' => string '' (length=0)
  959.               '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</span></a>' (length=265)
  960.               'price' => string '0.00' (length=4)
  961.               'price_type' => string 'fixed' (length=5)
  962.               'sku' => string 'lunakor5913-side' (length=16)
  963.               'sort_order' => string '1000' (length=4)
  964.           40 =>
  965.             array (size=7)
  966.               'option_type_id' => string '6' (length=1)
  967.               'is_delete' => string '' (length=0)
  968.               '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></a>' (length=259)
  969.               'price' => string '0.00' (length=4)
  970.               'price_type' => string 'fixed' (length=5)
  971.               'sku' => string 'bergamo8132-side' (length=16)
  972.               'sort_order' => string '1008' (length=4)
  973.           41 =>
  974.             array (size=7)
  975.               'option_type_id' => string '20' (length=2)
  976.               'is_delete' => string '' (length=0)
  977.               '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)
  978.               'price' => string '0.00' (length=4)
  979.               'price_type' => string 'fixed' (length=5)
  980.               'sku' => string 'kredo2222-side' (length=14)
  981.               'sort_order' => string '1020' (length=4)
  982.           42 =>
  983.             array (size=7)
  984.               'option_type_id' => string '31' (length=2)
  985.               'is_delete' => string '' (length=0)
  986.               '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)
  987.               'price' => string '0.00' (length=4)
  988.               'price_type' => string 'fixed' (length=5)
  989.               'sku' => string 'nord8540-side' (length=13)
  990.               'sort_order' => string '1040' (length=4)
  991.           43 =>
  992.             array (size=7)
  993.               'option_type_id' => string '2' (length=1)
  994.               'is_delete' => string '' (length=0)
  995.               '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</span></a>' (length=265)
  996.               'price' => string '0.00' (length=4)
  997.               'price_type' => string 'fixed' (length=5)
  998.               'sku' => string 'arabeska6003-side' (length=17)
  999.               'sort_order' => string '1060' (length=4)
  1000.           44 =>
  1001.             array (size=7)
  1002.               'option_type_id' => string '28' (length=2)
  1003.               'is_delete' => string '' (length=0)
  1004.               '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 Textile</span></a>' (length=273)
  1005.               'price' => string '0.00' (length=4)
  1006.               'price_type' => string 'fixed' (length=5)
  1007.               'sku' => string 'marvilla2020braz-side' (length=21)
  1008.               'sort_order' => string '1080' (length=4)
  1009.           45 =>
  1010.             array (size=7)
  1011.               'option_type_id' => string '0' (length=1)
  1012.               'is_delete' => string '' (length=0)
  1013.               '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)
  1014.               'price' => string '0.00' (length=4)
  1015.               'price_type' => string 'fixed' (length=5)
  1016.               'sku' => string 'alpina7210-side' (length=15)
  1017.               'sort_order' => string '1200' (length=4)
  1018.           46 =>
  1019.             array (size=7)
  1020.               'option_type_id' => string '27' (length=2)
  1021.               'is_delete' => string '' (length=0)
  1022.               '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></a>' (length=259)
  1023.               'price' => string '0.00' (length=4)
  1024.               'price_type' => string 'fixed' (length=5)
  1025.               'sku' => string 'manerba6613-side' (length=16)
  1026.               'sort_order' => string '1220' (length=4)
  1027.           47 =>
  1028.             array (size=7)
  1029.               'option_type_id' => string '24' (length=2)
  1030.               'is_delete' => string '' (length=0)
  1031.               '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)
  1032.               'price' => string '0.00' (length=4)
  1033.               'price_type' => string 'fixed' (length=5)
  1034.               'sku' => string 'logan7820-side' (length=14)
  1035.               'sort_order' => string '1240' (length=4)
  1036.           48 =>
  1037.             array (size=7)
  1038.               'option_type_id' => string '42' (length=2)
  1039.               'is_delete' => string '' (length=0)
  1040.               '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)
  1041.               'price' => string '0.00' (length=4)
  1042.               'price_type' => string 'fixed' (length=5)
  1043.               'sku' => string 'torino 6941-side' (length=16)
  1044.               'sort_order' => string '1260' (length=4)
  1045.           49 =>
  1046.             array (size=7)
  1047.               'option_type_id' => string '23' (length=2)
  1048.               'is_delete' => string '' (length=0)
  1049.               '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)
  1050.               'price' => string '0.00' (length=4)
  1051.               'price_type' => string 'fixed' (length=5)
  1052.               'sku' => string 'loca17-side' (length=11)
  1053.               'sort_order' => string '1280' (length=4)
  1054.           50 =>
  1055.             array (size=7)
  1056.               'option_type_id' => string '4' (length=1)
  1057.               'is_delete' => string '' (length=0)
  1058.               '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)
  1059.               'price' => string '0.00' (length=4)
  1060.               'price_type' => string 'fixed' (length=5)
  1061.               'sku' => string 'artika7003-side' (length=15)
  1062.               'sort_order' => string '1300' (length=4)
Advertisement
Add Comment
Please, Sign In to add comment