mikemoore13 Posted January 20, 2015 Share Posted January 20, 2015 (edited) J'aimerai remplacer le champ : commentaire additionnels du menu adresse lors du process de commande en 5 étape par un date picker. J'aoute donc dans le template default-bootstrap/order-address.tpl un <p>Date: <input type="text" name="datepicker" id="datepicker"></p> Et dans le fichier default-bootstrap/js/order-address.js j'oujoute ce qui suis : $(document).on('click', 'input[name=datepicker]', function(){ $( "#datepicker" ).datepicker(); }); j'ai aussi essayé d'ajouté après le bloc $document.ready ceci $(function() { $( "#datepicker" ).datepicker(); }); il doit me manquer l'inclusion de la librairie jqueryUi peut etre. Je me demande si avec une boutique Cloud pour laquelle on ne peut modifier que les templates et les .js je peux inclure la lib Edited January 20, 2015 by mikemoore13 (see edit history) Link to comment Share on other sites More sharing options...
mikemoore13 Posted January 24, 2015 Author Share Posted January 24, 2015 up Link to comment Share on other sites More sharing options...
Vinum Posted January 25, 2015 Share Posted January 25, 2015 Bonjour, Si il manque la librairie jquery UI, tu peux essayer de l'inclure en dur dans le header.tpl ou footer.tpl. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now