How to add/include js file into Magento theme

前端 未结 9 1030
予麋鹿
予麋鹿 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:24

    Please try this, i think this is the way to add our js/css files into the load.xml:

    
      
        
            
                skin_js
                js/jquery-1.11.0.min.js
            
        
      
    
    

提交回复
热议问题