View Single Post
  #35  
Old 03-28-2012, 10:44 AM
  tqualizerman's Avatar 
tqualizerman tqualizerman is offline
 

X-Adept
  
Join Date: Jun 2008
Posts: 392
 

Default Re: X-Cart popup messages

Excellent - thank you. I tracked it down to this line from product.tpl, in my template:

<div>{include file="customer/main/product_details.tpl"}</div>

Compared to the unmodified version of product.tpl:

<div class="details">{include file="customer/main/product_details.tpl"}</div>

Yikes. Putting that class tag back in there fixed it.

Thanks for your very quick help!
__________________
- www.nerdseven.com - Gadgets & Gizmos from Out of This World
- Sound Sensitive T-Shirts That Flash to the Beat of Music (http://www.tqualizer.com)


X-Cart Version 4.1.10
Reply With Quote