Hi,
in Virtuemart, I removed the option in checkout config (Show terms of service in cart / checkout). But the checkbox is appearing, forcing the selection in the cart. How do I remove it?
<div class="terms-of-service">
<?php
if(!class_exists('VmHtml'))require(JPATH_VM_ADMINISTRATOR.DS.'helpers'.DS.'html.php');
echo VmHtml::checkbox('tosAccepted',$this->cart->tosAccepted,1,0,'class="terms-of-service"');
if(VmConfig::get('oncheckout_show_legal_info',1)){
?>
<div class="terms-of-service">
<?php if(VmConfig::get('oncheckout_show_legal_info',1)){ ?>
<div class="terms-of-service">
<?php
if(!class_exists('VmHtml'))require(JPATH_VM_ADMINISTRATOR.DS.'helpers'.DS.'html.php');
echo VmHtml::checkbox('tosAccepted',$this->cart->tosAccepted,1,0,'class="terms-of-service"');
?>
<div class="terms-of-service">