fourquet Posted February 10, 2012 Share Posted February 10, 2012 Bonjour à tous, Dans le module de relance client (module followup) pour prestashop1.4.2.5, il y a un bug. Fichier followup.php Remplacer dans la fonction getLogsEmail($emailType) return $idList[$emailType]; par if (count($idList[$emailType])==0) $idList[$emailType]=array(0); return $idList[$emailType]; Si ca peut servir à quelqu'un... A bientôt Link to comment Share on other sites More sharing options...
mete16 Posted February 10, 2012 Share Posted February 10, 2012 Merci j'ai modifié tout sa, Mais perso je ne reçoit aucun mail donc mes clients aussi surement ... Link to comment Share on other sites More sharing options...
QualityCom Posted March 7, 2012 Share Posted March 7, 2012 Bonsoir, pourrais-tu stp me dire (fourquet) quel bug tu avais avant de changer cette ligne de code? Et également m'indiquer où se trouve le fichier "followup.php", car dans la version PS v1.4.1.0, je ne trouve ce fichier que dans le dossier Module > Followup mais je ne vois aucune ligne "getLogsEmail($emailType)" ... Merci d'avance! Link to comment Share on other sites More sharing options...
s@fsoft Posted July 3, 2012 Share Posted July 3, 2012 Bonjour à tous, Quel est l'utilité et la logique d'utiliser la fonction: getLogsEmail(1)? Merci bien Link to comment Share on other sites More sharing options...
fxdesca Posted October 1, 2012 Share Posted October 1, 2012 On 2/10/2012 at 2:08 PM, fourquet said: Bonjour à tous, Dans le module de relance client (module followup) pour prestashop1.4.2.5, il y a un bug. Fichier followup.php Remplacer dans la fonction getLogsEmail($emailType) return $idList[$emailType]; par if (count($idList[$emailType])==0) $idList[$emailType]=array(0); return $idList[$emailType]; Si ca peut servir à quelqu'un... A bientôt Ca marche, merci beaucoup ! Link to comment Share on other sites More sharing options...
ouaw Posted June 8, 2015 Share Posted June 8, 2015 Bonjour. Sous PS 1.5.3, je n'ai aucun mail envoyé au lancement de l'URL Cron J'ai modifié le code comme décrit ci-dessus. Sans aucun succès. Dans les stats, mes différents essais, les mails soi-disants envoyé sont bien comptabilisés. Je ne sais pas bien où chercher l'erreur. Quelqu'un a une idée ? Merci Arnaud 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