Okay
  Public Ticket #1586739
terms and conditions site
Closed

Comments

  • damianbezak started the conversation
    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.

  •  3,033
    Andrew replied

    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.