Jump to content

Search the Community

Showing results for tags 'jquery'.

  • Search By Tags

    • jquery ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


  1. Gentlemen, good afternoon. Would someone help me finding the problem that, unfortunately, disables my zoom function on my page? Already tried another zoom module, caused other conflict. Chrome Console only accuses 3 errors that seems not to be connected with my problem, i guess....
  2. 0 I'm trying to get the date of selected order from a dropmenu and to display an iput, using smarty into jQuery. But I'm getting all dates {literal} <script type="text/javascript"> var my_date_aray = [];{/literal} {foreach f...
  3. Hello everyone, Here I am blocked that the prestashop 1.6 version. I have to define a carrier by default. I have defined the default carrier in the administration. On the front side: I set up a new design with radio checkboxes the problem : I see the default checkbox acti...
  4. My prestashop has a bug in JQuery, how can I solve it? This drives me crazy, apparently it makes other modules fail... <input id="username_addons" name="username_addons" type="text" value autocomplete="off" class="form-control ac_input"> upgrade.js:729 Uncaught TypeError: $(...).die is no...
  5. Bonjour tout le monde, Voila je suis bloquer que la version prestashop 1.6. Je doit définir un transporteur par default. J'ai bien défini le transporteur par default dans l'administration. Coté front : J'ai mis en place un nouveau design avec des checkbox de type radio le pr...
  6. I am developing a module for prestashop 1.7 and trying to make an ajax request from the form of my page to backend, it does not really matter for me if it would be to the main php file of the module or a controller of this page. Just I cant get it done whatever I am trying. I have tried methods...
  7. Hi there, I'm writing this post because maybe you'll be able to help me as I got stuck with the module that I'm creating. I'd like to create a module adding "remove all" button to a cart that shows confirmation modal after being clicked. Up to this point I created the following: 1. Re...
  8. Bonjour, Je suis en train de mettre en place une nouvelle boutique sous 1.7.8.5. J'ai installé un thème et j'ai pris contact avec le créateur avant de faire ce post, il m'indique qu'aucunes modifications n'a été faite dans le backoffice. Lorsque je créé/modifie une Règle panier (bon de réd...
  9. Bonjour, J'ai installé et paramétré le module Colissimo la poste (le module gratuit), mais j'ai une erreur pour Colissimo Points Retrait lors de la sélection du point retrait, quand je clique sur le bouton "Sélectionner un point retrait" la fenêtre ne s'ouvre pas et dans la console j'ai une err...
  10. When I click on Add a feature button, below an error comes. Above is beofre clicking and below is after clicking. Due to this I am not able to add any new features to a product. I am able to see this error in all products (10k plus)
  11. Hi, joakim.be/fr/ This is my website. I have a conflict on my homepage and jquery, animations or images don't display... but if you navigate on other pages, everything is working well. Try the dropdown effect on menu for example. How is it possible? No error in debug...
  12. It is necessary that when you click on the button, a request is made via ajax and the desired row in the database is deleted. I have the code: $(".remove_order_submit").click(function(){ $.ajax({ url: "/modules/ps_customercedula/ps_customercedula.php", method: "post", data: {...
  13. Hello, I would like my site load script from my server and doesn't from google servers. How can it possible? I found the media.php srcipt and upload jquery to my server, but it always loads from google. What have I done wrong? Thanks in advance! Bendeguz
  14. Hello community, I try to edit shipping number in order using prestashop API and jQuery and Javascript. I read all of the docs about API and I can create GET requests to receive any information that I want but I still can't put anything by using jQuery. Does anyone has any example how to edit...
  15. Bonjour, J'utilise Prestashop 1.7.5.0. Il m'est impossible de filtrer les produits par catégories (Catalogue > Produits > Filtrer par catégories). Je n'ai pas mis à jour Prestashop, mais par contre, j'ai mis à jour de nombreux modules. En regardant dans la console de Chrome, j'ob...
  16. Hi all Have a look here http://www.saltshop.gourmetsalt.co.za/index.php I have got a position: fixed; on my "right_column". I would like to stop it from scrolling with the page at a certain point. (As you can see it overlaps the menu, header etc.) When the top of the "right_column" div reaches th...
  17. Hi, i have this problem in my backoffce jquery not working on catalog page: in console i can see : Uncaught SyntaxError: Unexpected end of input jquery.ui.sortable.min.js?1.7.5.0:4 Uncaught TypeError: Cannot read property 'mouse' of undefined
  18. Hello, I am using Google Mobile Friendly tool to verify if all is ok : https://search.google.com/test/mobile-friendly and for example for this product : https://sklep.agropilot.com.pl/ciagniki/czesci-zamienne-do-ciagnikow-ursus/czesci-zamienne-do-ciagnikow-ursus-c-360/czesci-zamienne-do-skrzyn...
  19. Bonsoir, Je me tourne vers vous car je suis dans le flou le plus total pour mon problème et j'espère qu'une âme charitable saura m'aider à le corriger. Lorsque j'utilise la console chrome j'ai plusieurs erreurs d'affichées liées apparemment au jquery. jquery-3.3.1.min.js:2 jQuery.Defer...
  20. I'm working on a module where it has a back office for the admin to post articles to his prestashop page. I want to give him the option of adding dynamically input fields. For example when the admin clicks on the button add, I want to show something a modal that will have 3 input fields. After the a...
  21. Hi! I have a script that dinamically detects the last picture on each product variant and saves it on a variable. But when I select a different color, the script just stops working. (I guess it's related to the fact that the URL partially changes). So what I'm trying to do, is to detect when the URL...
  22. Hey everyone! I thought this would have been a nice tip for people wanting to use an ajax contact form, instead of a separate page http://nemops.com/prestashop-ajax-contact-form/#.WBhwB_nx6Uk Fabio
  23. Hi, Has anyone upgraded their Jquery in Prestashop 1.6.1.24? It's on v.1.11.0 and according to Google Lighthouse audit, it has some vulnerabilities. Is it safe to upgrade to Jquery v.1.12.4, if not going to v.2 or 3? Thanks
  24. Saludos a todos. Estoy probando una función muy simple Jquery en la página del producto: Cuando cambie un valor de la lista desplegable me muestre un Alert ey no me funciona es como si la librería jquery no cargara Las consola me muestra este error Uncaught ReferenceError: $ is not defined, el...
  25. Hello. Im putting into practice a tutorial I found in a project. I need to make an Ajax request and recive a variable from the the php file, but instead I recieve the html data of the website. Can anyone help me finding a solution? This is my js file. function change1(link) { console.log("A...
×
×
  • Create New...