标签: magento view product
我正在研究产品快速浏览Megnto模块。我唯一的问题是如何在弹出窗口中显示产品选项? 在“产品视图”页面中,我们将其称为:
<?php if ($_product->isSaleable() && $this->hasOptions()):?> <?php echo $this->getChildChildHtml('container2', '', true, true) ?> <?php endif;?>