View Single Post
  #95  
Old 08-20-2005, 09:15 AM
  HWT's Avatar 
HWT HWT is offline
 

eXpert
  
Join Date: Jan 2005
Location: Massachusetts, USA
Posts: 392
 

Default

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!
__________________
x-cart 4.0.13 and 4.1.7 and 4.1.10
Reply With Quote