Monday, February 17, 2014

Where to add put custom js to Magento

If it is required for your module (critical functionality):

/js/[namespace]/[module]/

If it is required for a theme (UI enhancement):

/skin/frontend/[group]/[theme]/js/

http://stackoverflow.com/questions/14477664/where-how-to-add-custom-js-magento

No comments: