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.
私は Magento を使用していますが、js ブロックをどこに追加してメイン ページ (表示される最初のページ) に表示するかがわかりません。
コードをどこに追加する必要がありますか?
ありがとう
やりたいことに応じて:フォルダー から通常の js ファイルを追加するには、jsホーム cms ページに移動し、[レイアウト更新 XML] の下の [デザイン] タブに切り替えます。次のようなものを追加できます。
js
<reference name="head"> <action method="addJs"><script>your-js-file.js</script></action> </reference>