Search the Community
Showing results for tags 'prestashop 1.7.8.6'.
-
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 not a function at Object.success (upgrade.js:729:29) at c (jquery-3.5.1.min.js:2:28294) at Object.fireWith [as resolveWith] (jquery-3.5.1.min.js:2:29039) at l (jquery-3.5.1.min.js:2:79800) at XMLHttpRequest.<anonymous> (jquery-3.5.1.min.js:2:82254) upgrade.js:671 Uncaught TypeError: $(...).die is not a function at Object.success (upgrade.js:671:29) at c (jquery-3.5.1.min.js:2:28294) at Object.fireWith [as resolveWith] (jquery-3.5.1.min.js:2:29039) at l (jquery-3.5.1.min.js:2:79800) at XMLHttpRequest.<anonymous> (jquery-3.5.1.min.js:2:82254)
-
Hi there, I'm using the version 1.7.8.6 of Prestashop. Ok for my surprise (after many time without sales) I was visiting my website, The admin is working fine, catalog pages works fine... however, when I click in an banner ad, the link shows a http error 500, WHAT???.... ok I thought may be I put a wrong link... but then I try any of my products... and ALL are giving the same ERROR 500. Please!!! Any idea how to resolve this issue? I was thinking to talk with the hosting technician but I guess is the platform. The site is https://ohmyicons.com/ Thanks!!
-
Merci à tous/tes pour toute suggestion Le Menu Sélecteur de Langue (affiché dans la section NAV 2 par défaut dans le thème par défaut "Classic" de PS 1.7.8.6) produit une page introuvable quand je change de langue sur la page d'accueil de la boutique, mais fonctionne correctement avec les pages de catégorie ou de produit. Donc le problème ne vient pas du module lui-même mais probablement de la configuration de ma boutique Je tourne en rond depuis un moment, si quelqu'un avait une idée pour me tirer de ce mauvais pas je serais tellement heureux Merci
-
- sélecteur de langue
- redirection
- (and 3 more)
-
Hi there, I'm kind of new to Prestashop module development, but I have some solid background with PHP and also with symphony. I'm currently facing a strange issue that I just can't explain to myself. Here's the thing: I need to link my module to the hook for customer creation and update, and as I need to catch that in both FO and BO, I'm using the objectCustomerAddAfter and objectCustomerUpdateAfter. However, I can not transplant it in the BO because it's not in the dropdown list of available hooks. In this list I correctly see the other hooks I'm using in my module (objectCustomerAddAfter, OrderEdited, OrderStatusUpdate, addWebserviceResources) but not this one! Weirder thing : if I just change $this->registerHook('objectCustomerUpdateAfter') ... public function hookActionObjectCustomerUpdateAfter($params){...} to $this->registerHook('objectCustomerUpdateBefore') ... public function hookActionObjectCustomerUpdateBefore($params){...} in my module main php file, I see it appears in the transplant list, but never happens with objectCustomerUpdateAfter 😅 Do you have some idea? Thanks !
- 6 replies
-
- module development
- transplant
-
(and 2 more)
Tagged with: