How to include custom JavaScript from skins folder – Magento

Please include the following line in page.xml page  to include js file from the  your theme folder

<action method=”addItem”><type>skin_js</type><script>filename.js</script></action>

The path will be  www.yourSiteName.com/skin/frontend/mind/extreme/js/filename.js

5 thoughts on “How to include custom JavaScript from skins folder – Magento”

Leave a Reply

Your email address will not be published. Required fields are marked *