Jump to content

Search the Community

Showing results for tags 'Ajax'.

  • Search By Tags

    • ajax ×
    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. Bonjour à tous Je rencontre un problème sur mon site lorsqu'un client fait un panier puis navigue à nouveau sur le site et clique à nouveau sur le panier dans la barre du menu, le panier s'affiche alors mais il est bloqué par une fenêtre avec fermeture par une croix en haut à droite qui bloque...
  2. Hi everyone, I have this big issue that my add to cart just do not work. When we press add to cart, there is no response. The page gets updated, but nothing get added to the shopping cart. This happens on google chrome, Firefox, and also from mobile Safari. Can you please help me...
  3. Bonjour à tous, Étant novice je ne sais pas trop où poster cela car ce n'est pas une question, mais une solution Je cherchais un moyen de rajouter les images dans la barre de recherche de Prestashop, pour avoir l'image ainsi que le nom du produit avec la recherche Ajax en marche. Il se trouve...
  4. Buenos días abro este post porque estoy teniendo un problema en la version 1.7 de prestashop. El botón añadir al carrito me funciona si entro como cliente no registrado, en caso de iniciar sesion no me deja añadir al carrito... alguien me puede echar un cable con este problema???
  5. Hi, I have recently started to work with the display of the missing amount to give a discount. This information displays above the basket in the form: " You are missing xxx.xx EUR for the -10% discount". I have added a simple piece of code in the cart.tpl file, while I would like this informati...
  6. Este error está pasando a muchas tiendas Prestashop 1.7: Ajax no actualiza la cantidad en el carrito. Cuando se presiona actualizar F5, cambia al valor correcto. Cuando se utiliza un tema diferente del classic tras una actualización suele pasar muchos errores así. La solución para mi ha si...
  7. 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...
  8. 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...
  9. Hi, sorry for my english I'm developping a module who needs to use my custom cart-detailed.tpl when the cart is updated. I overrided the function displayAjaxRefresh in CartController to use the tpl in my module. But I can't use my cart-detailed.tpl file. I tested the full path, path starting wi...
  10. Hi, i created a FrontController and im handling my ajax requests inside of it. in some case i need to redirect the user to the login page base on the ajax requests data. im using to redirect but it return the page content to the js success function . here my code and thank you.
  11. Bonjour à tous, Ayant cherché sur les forums, sur le GitHub et sur internet je n'ai trouvé aucune information relative à mon problème. J'espère tout d'abord être dans la bonne section afin de ne déranger personne qui ne serait pas concerné. Configuration : Prestashop : 1.7.5.1 PHP : 7.2 T...
  12. Hello everyone, I tried also in default demo prestashop https://demo.prestashop.com/#/en/front after adding all the products (present in the shop) in the cart, it starts to takes 1 second to cart. my store use the same address to add the product: https://www.ingrossoborseonline.com/en...
  13. Bonjour, J'ai développé un petit module qui ne fait rien d'extraordinaire, il se contente d'ajouter un bouton dans la page panier grâce au hook DisplayShoppingCart(). Celui-ci se contente d'envoyer une url à la vue pour que je puisse ensuite effectuer une action dans un contrôleur. Dans la...
  14. Hi! I downloaded and installed the module "Prestashop Unique voucher for newsletter signup" but i have some problem If i register a new user from the registration form, it works But if i use the ps_emailsubscription module it doesen't work beacuse after the 2.6.0 update the module uses aja...
  15. Hello, Ajax requests started to be cached by the browser after moving to another server. for example, this can be seen when the block cart module is running with "ajax cart" option after adding products to cart when I go to the cart page, the products are not updated - I need to refresh...
  16. 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: {...
  17. Tengo un problema bastante raro. Mi web devuelve un 404 con esta URL https://mywebsite.com/gb/index.php?controller=product&token=714c22fcf2f5d11afb72cb37dcce2b04&id_product=1710&id_customization=0&group[2]=21&qty=1 Pero funciona bien con la URL por defecto sin el código del idioma:...
  18. I've a weird problem here. My website returns a 404 with this URL https://mywebsite.com/gb/index.php?controller=product&token=714c22fcf2f5d11afb72cb37dcce2b04&id_product=1710&id_customization=0&group[2]=21&qty=1 But it works fine with the default URL without the language ISO code:...
  19. Witam Państwa! Od kilku dni borykam się z problem koszyka na sklepie internetowym. Po dodaniu jakiegokolwiek produktu do koszyka powoduje zniknięcie przycisku koszyka(co uniemożliwia wejście o podgląd koszyka). Produkt jest dodawany do koszyka, jednakże jest widoczny dopiero po odświ...
  20. Hello I need help, I'm in trouble. I'm using the DisplayCarrierExtraContent hook. The extra content is a select option. I want to save the value to the DB. I'm trying to use ajax and controllers. I'm not very experienced and although I'm reading from different forums, I can't figure...
  21. 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...
  22. Hi Guys, I am using Prestashop 1.7 and I created custom admin module controller class. What is the proper way to call a method inside my controller using AJAX request? For example: class AdminFooBarController extends ModuleAdminController { public function ajaxProcessGetBar() {...
  23. Bonjour à tous J'ai un souci avec l'implémentation de la navigation à facettes sur ma boutique. J'ai fais toutes les investigations possibles, en réinitialisant même le module mais rien n'y fait... Est-ce quelqu'un à eu les mes mêmes soucis sur sa boutique ?
  24. Hi guys, * The problem is the very slow ajax 9 times out of 10 when trying to add a cart rule by selected products in the back office -> Price rules -> Cart rules -> Conditions (tab). * When i i go to the 'Conditions tab' and next to 'Restrictions' i mark 'Product selection' i am able to s...
  25. Is it possible for the space mark to be disregarded. For Example if I write something like this " ts 22" find nothing I have to write "ts22" it is possible to find in both cases?
×
×
  • Create New...