News:

Support the VirtueMart project and become a member

Main Menu

Button in Virtuemart

Started by Nathan.gobbi93, September 04, 2015, 16:59:17 PM

Previous topic - Next topic

Nathan.gobbi93

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?



Thankss

Link online shop: http://apparecchiacusticionline.com/index.php/shop-online/audeo-smart-detail

Studio 42

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

GJC Web Design

why do u want to remove it?
How will you save your chosen payment method?
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

djpete

you can hide it simply by adding this custom css


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

But not sure why you want to do that