![]() |
Add to cart button is displaying to far down.
Hi
When im adding product options the add to cart button is dropping to far down the page (the gap is bigger from quantity to add cart button). When there is no options activated the buttons display fine. Please see the 2 pages to see the diffences http://www.cricketshoponline.co.uk/product.php?productid=16183&cat=0&page=1 http://www.cricketshoponline.co.uk/product.php?productid=16166&cat=64&page=1 Thanks in advanced |
Re: Add to cart button is displaying to far down.
This looks to be an IE issue only with the INPUT tag.
Perhaps one way, if you know your way about, is to get the <INPUT /> after the <BR /> tag like so... <div id="wl_table"></div><br /><input type="hidden" name="mode" value="add" /> instead of it looking like this (the original code)... <input type="hidden" name="mode" value="add" /><div id="wl_table"></div><br /> Quite why that worked for me I have no ideas - again, it appears only to affect IE :P Hope this helps. Regards, Doms |
Re: Add to cart button is displaying to far down.
in which tpl file do I make the changes?
|
Re: Add to cart button is displaying to far down.
You should be looking around...
skin1/customer/main/product.tpl Remember to make back ups. |
Re: Add to cart button is displaying to far down.
i cant see them options.
anybody have the same issue in 4.1.9 ? |
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 |
Re: Add to cart button is displaying to far down.
This is my product.tpl
Please advise what I need to change. Thanks Quote:
|
All times are GMT -8. The time now is 07:06 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.