You must be logged in to reply to this topic. Click here to login or register
Forum › Forum › Magento Theme › SNS Simen – Responsive Magento Theme › Move option color another location
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.
You must be logged in to reply to this topic. Click here to login or register