Shapes Posted August 17, 2021 Share Posted August 17, 2021 Hello, The admin order search form is not working on my website. When I try to submit a search I get a validation error, tracking number seems to be required. Any idea on how I could get this solved please? Working on PrestaShop 1.7.7.5 with PHP 7.3.29 (I did not see this bug fix in 1.7.7.6 changelog). Best regards Link to comment Share on other sites More sharing options...
OwnedFiston Posted August 21, 2021 Share Posted August 21, 2021 Hi, have you find any solution ? Link to comment Share on other sites More sharing options...
OwnedFiston Posted August 21, 2021 Share Posted August 21, 2021 (edited) On 8/17/2021 at 7:13 PM, Shapes said: Hello, The admin order search form is not working on my website. When I try to submit a search I get a validation error, tracking number seems to be required. Any idea on how I could get this solved please? Working on PrestaShop 1.7.7.5 with PHP 7.3.29 (I did not see this bug fix in 1.7.7.6 changelog). Best regards J'ai trouvé le problème vient du module Colissimo, lorsqu'on active la fonction "Afficher le numéro de suivi sur la page de commande" du module. J'ai envoyé un message au développeur, en attendant 2 solutions pour corriger le problème: Désactiver cette fonction dans le module 😅 Rajouter ces lignes dans le fichier modules/colissimo/colissimo.php ligne 2131 (aprés $filterTracking->setAssociatedColumn('tracking_number');) $filterTracking->setTypeOptions([ 'required' => false, ]); Edited August 21, 2021 by xlkiller (see edit history) 1 Link to comment Share on other sites More sharing options...
Shapes Posted August 23, 2021 Author Share Posted August 23, 2021 Hi, Thanks for the feedback, I just informed Colissimo module developers. 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