Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个产品快速查看 Megnto 模块。我唯一的问题是如何在弹出窗口中显示产品选项?在产品视图页面中,我们如何称呼它:
<?php if ($_product->isSaleable() && $this->hasOptions()):?> <?php echo $this->getChildChildHtml('container2', '', true, true) ?> <?php endif;?>
你能帮助我吗 ?谢谢