VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Nathan.gobbi93 on September 04, 2015, 16:59:17 PM

Title: Button in Virtuemart
Post by: Nathan.gobbi93 on September 04, 2015, 16:59:17 PM
Hi, i have a problem on my shop.. when you wanna choose the payment method, on the right side are a button SAVE... how can i remove this button?

(http://i61.tinypic.com/25sbi1e.png)

Thankss

Link online shop: http://apparecchiacusticionline.com/index.php/shop-online/audeo-smart-detail
Title: Re: Button in Virtuemart
Post by: Studio 42 on September 04, 2015, 18:37:14 PM
Hi,
This is certainly the template it self(or a onepage checkout plugin)
Try with protostar template, to check. If the result is OK with protostar, chekc with your designer/template provider
Title: Re: Button in Virtuemart
Post by: GJC Web Design on September 05, 2015, 00:01:35 AM
why do u want to remove it?
How will you save your chosen payment method?
Title: Re: Button in Virtuemart
Post by: djpete on September 05, 2015, 02:24:20 AM
you can hide it simply by adding this custom css


.vm-button-correct {
display:none;
}

But not sure why you want to do that