After latest update to woocommerce 3.4 there is no option to check terms and conditions before "buy" button. The checkbox is missing. It prevents from making a payment.
I tried to overwrite terms.php file to the older version but the checkbox is still missing.
I tried to overwrite terms.php file to the older version but the checkbox is still missing.
Hi damianbezak,
Could you try this CSS to bring back that checkbox:
.woocommerce form .form-row #terms{ position:relative; left:0% !important; height:20px; width:20px; }add the it to salient \ general settings - css script related - custom css code.
Hope this helps.