Hi all.
I have a problem with Virtuemart checkout page. When I use "ygk_horme" template, it does not show buttons, when I change template, it shows. And also page layout is displaying wrong.
Here you can see it: http://wannamoskva.com/cart .
Can you please help me??
Thanks.
Use Firebug to work out display issues. See http://forum.virtuemart.net/index.php?topic=116620.0
You have a css problem. Look at style.css - it has this:
input.button, .validate, button, .vmgroup .notify, .vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited, .continue_link, .btn, .page-nav .prev, .page-nav .next {
background-image: none;
display: none;
}
The display:none stops the checkout button from displaying.
You probably need to ask the template developer about this. http://forum.virtuemart.net/index.php?topic=108212.0
Oh, yeah. Thanks, I have not noticed it.
That one issue is solved.