Created
November 22, 2018 17:32
-
-
Save aatronco/8c2c067d2212f82cf71af77e85b6c990 to your computer and use it in GitHub Desktop.
Add a link for terms and conditions in Jumpseller checkout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| $(document).ready(function(){ | |
| $("label[for='order_other_acepto_terminos_y_condiciones']").html('Acepto <a href="/terminos-y-condiciones">Términos y condiciones</a>') | |
| }); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment