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
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
why do u want to remove it?
How will you save your chosen payment method?
you can hide it simply by adding this custom css
.vm-button-correct {
display:none;
}
But not sure why you want to do that