Quote:
Originally Posted by buddy
i have to add a js file (code for a pop up).
Where i can do it? Which file?
|
You should include this code to meta.tpl, /customer/home.tpl (only for customer area), head.tpl(only for customer area)
{include file="main/include_js.tpl" src="YOUR_JS_FILE.js"}
Don't write path to your js file, only filename. JS file should be placed to skin directory.