Remove / Disabled VM term of service

Support desk for Multipurpose Quark Theme
GK User
Wed May 10, 2017 3:48 pm
Hi Team,

I need desabled the che checkbox "term of service" on the VM cart checkout but it 's doen't work. I go in the virtuemart configuration, the box is not checked but the "Term of service" is always displayed.
thank yor for help ;)
User avatar
Fresh Boarder

teitbite
Wed May 17, 2017 8:14 am
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.vm-fieldset-tos {
display: none !important;
}
User avatar
Moderator


cron