Hi How can I move color option another place in product cart file view.phtml. I found code
<?php if ($_product->isSaleable() && $this->hasOptions()):?>
<?php echo $this->getChildChildHtml('container1', '', true, true) ?>
<?php endif;?>
but this is generate option color together whit button add to cart I want split add to cart and color option.