VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: servlet on July 13, 2013, 12:50:41 PM

Title: Check box for not needed TOS
Post by: servlet on July 13, 2013, 12:50:41 PM
There is a check box for TOS when admin options are UNCHECKED

UNCHECKED: Must agree to Terms of Service on EVERY ORDER
UNCHECKED: Show Terms of Service on the cart/checkout?

Look at the attached file

This problem exist from a long time! Is there any decision?

[attachment cleanup by admin]
Title: Re: Check box for not needed TOS
Post by: jenkinhill on July 13, 2013, 12:54:00 PM
Css override is what I do when not required:
.checkout-button-top input.terms-of-service { display: none;}
Title: Re: Check box for not needed TOS
Post by: servlet on July 13, 2013, 13:13:38 PM
Thanks for quick response
But if I want to check admin options after 2 weeks I need to modify CSS again

CHECKED: Must agree to Terms of Service on EVERY ORDER
CHECKED: Show Terms of Service on the cart/checkout?

Your solution hepls me for now, but this is a BUG.
I hope this BUG will be solved soon.
Thank for VM Team in advance