Re: Remove Terms & Conditions Checkbox for 4.6.1
You can also use css to hide the div
{ display:none; }
or if you want to preserve the page layout, use
{ visibility:hidden; }
both are useful in their own ways
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
|