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.
ポップにファンシーボックスを使用しており、そのポップアップで製品のアップセル リンクを開きたいと考えています。しかし、すべてのアップセル製品ページへのリンクをポップアップ ウィンドウで開くための場所や方法がわかりません。
このブロックに配置しただけで、残りはそれをポップアップさせるためのfancyboxでした。それが誰かを助けることを願っています:
<div style="display: none;"> <div id="data"> <?php if ($this->getChildHtml('upsell_products2')): ?> <?php echo $this->getChildHtml('upsell_products2'); ?> <?php endif; ?> </div> </div>