VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: stockport on November 27, 2012, 21:55:23 PM

Title: HELP! save button not working preventing checkout from happening
Post by: stockport on November 27, 2012, 21:55:23 PM
hello everyone

i have a quick question

For some reason the save button on this page: http://www.stockport-e-cig-company.co.uk/login/edit_cart_bill_to.html isnt clickable which is preventing users from checking out and going to paypal for payment?

Anyone got any ideas why? Really would appreciate some help with this as my shop is broken at the min.

Thanks
Title: Re: HELP! save button not working preventing checkout from happening
Post by: bytelord on November 27, 2012, 22:06:55 PM
Hello,

Yes, strange at the start but very quick i see that your custom_module .. banner ... that one ... causes that issues ... your element have also a banner image says [BANNER] you have use CSS to hide it by placing a height 60px

But joomla templating, bad code, sorry.

if you remove the height 60px from the following attributes that located under template.css line 124 will work or just make that banner custom_module smaller...

#headerright {
    display: inline;
    float: right;
    height: 60px;
    margin: 0;
    padding: 0;
    width: 670px;
}

Use firebug to examine you site code and css styling: https://forum.virtuemart.net/index.php?topic=102850.0

Not a vm issue or joomla, bad design as ia say, please fix it

Regards

[attachment cleanup by admin]
Title: Re: HELP! save button not working preventing checkout from happening
Post by: stockport on November 27, 2012, 22:29:25 PM
SOLVED

Thanks for the speedy response
Title: Re: HELP! save button not working preventing checkout from happening
Post by: bytelord on November 27, 2012, 22:31:25 PM
Nice, you are welcome.