製品のクイック ビュー Megnto モジュールに取り組んでいます。私の唯一の問題は、ポップアップに製品オプションを表示するにはどうすればよいですか? 製品ビューページでは、これを次のように呼んでいます。
<?php if ($_product->isSaleable() && $this->hasOptions()):?>
<?php echo $this->getChildChildHtml('container2', '', true, true) ?>
<?php endif;?>
手伝って頂けますか ?ありがとう