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.
ユーザーがヘッダーのマイ カート リンクにマウスを置いたときに、カート情報を表示したいと考えています。このことを示す方法はありますか。
ユーザーがカートの詳細を簡単に確認できるようにします。
親切な対応をお待ちしています。
checkout/cart_sidebarこれを行う 1 つの方法は、レイアウト xml のヘッダーにブロックを追加することです。に基づいて、このブロック用に別のテンプレートを作成することもできますcheckout/cart/sidebar.phtml。
checkout/cart_sidebar
checkout/cart/sidebar.phtml
次に、jQuery を使用して、ユーザーが [マイ カート] リンクにカーソルを合わせたときに、カートのコンテンツを表示/非表示にすることができます。