Quote:
Originally Posted by HWT
Verified the script blocks in home.tpl
Unfortunatley, I'm a little too much of a noob to js to get what your referring to as "script blocks"
|
When you view the page source for the page that has the errors (using your browser's View Source option), do you see the following script blocks?
Code:
<script language=JavaScript1.3 src="{$SkinDir}/copybilling.js"></script>
<script language=JavaScript1.3 src="{$SkinDir}/copynames.js"></script>
In place of $SkinDir you might see /xcart/skin1... Can you then load that path in your browser location and see the contents of the js file? Just trying to make sure the Javascript functions in those files are available.