News:

Looking for documentation? Take a look on our wiki

Main Menu

Virtuemart checkout form problem

Started by Nareh, May 06, 2014, 16:41:41 PM

Previous topic - Next topic

Nareh

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.

jenkinhill

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
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Nareh

Oh, yeah. Thanks, I have not noticed it.

That one issue is solved.