Those two script blocks do show up on pages that don't use them like the home page. I'm using easy checkout. So I'm sure that's the issue. This page is probably not using home.tpl.
Yes, I have the cart installed at the root level. A lot of posts I read suggested it. This is the most succinct:
http://forum.x-cart.com/viewtopic.php?t=21581&highlight=root
{* edit *}
For anyone using Jon's Easy Checkout Mod, add the code below to customer/home_checkout.tpl instead of customer/home.tpl when using GriffithLea's mod:
right below
Code:
</TITLE>
{ include file="meta.tpl" }
<LINK rel="stylesheet" href="{$SkinDir}/{#CSSFile#}">
add in
Code:
<script language=JavaScript1.3 src="{$SkinDir}/copybilling.js"></script>
<script language=JavaScript1.3 src="{$SkinDir}/copynames.js"></script>
{* end edit *}
Thank you VERY much for your help in tracking this down. You may have just saved my sanity!
