News:

Support the VirtueMart project and become a member

Main Menu

HELP! save button not working preventing checkout from happening

Started by stockport, November 27, 2012, 21:55:23 PM

Previous topic - Next topic

stockport

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

bytelord

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]
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!


bytelord

Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!