• I am trying to modyfi my checkout page.
    I am looking to edit the “terms & conditions” link

    Been searching for where to edit and all say
    /wp-content/plugins/woocommerce/templates/checkout/review-order.php

    But it seem to be a diffrent code in my version because I cant find the code I want to edit in this file.

    I am looking for the code that renders like this in the browser

    <p class="form-row terms">
    				<label for="terms" class="checkbox">Jag har l?st och accepterar <a href="https://shop.ugglor.com/exempelsida/" target="_blank">villkoren</a></label>
    				<input type="checkbox" class="input-checkbox" name="terms"  id="terms" />
    			</p>

    any tips?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Terms & Condition code in review-order.php’ is closed to new replies.