How to add/include js file into Magento theme

前端 未结 9 1051
予麋鹿
予麋鹿 2020-12-14 23:34

I am modifying a Magento theme. And want to add a js file into the theme /js folder. I have added the following code:

9条回答
  •  醉酒成梦
    2020-12-15 00:13

    Add this code in,

    app/design/frontend/{your_theme}/default/template/page/html/header.phtml

    
    

    And put custom-script.js file in js folder on root.

    FYI : Like this you can add any js/css file on phtml files

提交回复
热议问题