View Single Post
  #6  
Old 02-15-2008, 03:53 AM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: Add to cart button is displaying to far down.

look for these...

around line 161 on stock install of 4.1.9...
<input type="hidden" name="mode" value="add" /> <---- the Input causing IE to display different
{include file="customer/main/product_prices.tpl"} <----- this contains the wl_table

yes, everyone has the same issue I'd imagine. There's probably a simpler solution as well using CSS with display:inline/block
__________________
Doms
kube v4.1.9
Reply With Quote