
Khundo
Members-
Posts
15 -
Joined
-
Last visited
Everything posted by Khundo
-
[ résolu] mail ne marche pas du serveur vers le client
Khundo replied to bleach's topic in Discussion générale
Pour ma part ça fonctionne bien sur 1.4.11 il suffit lier au service client mail, tout vos mail ex: webmaster service technic etc 1- aller dans préferences coordonnée descendez pour repérer votre adresse mail de votre boutique 2- allez dans "mes préfences" contacts lier tous vos mails ex : webmaster service technic etc au service client Normalement si vous avez bien configuré,vous devrez recevoir les messaages des clients dans votre back office -
Salut, mon problème est résolu pour la version 1.4.11 coté client et vendeur reçoivent le meme message pour ceux qui veulent utiliser sur la version 1.4.11,il suffit juste ajouter dans controller.php vers ligne 160 if (!empty($contact->email)) { $email_variables = array('{email}' => $from, '{message}' => stripslashes($message), '{phone}' => $phone,'{nom_produit}' => $nom_produit, '{name}' => $name,'{id_order}' => ''); et pour ça n'efface pas le message vers ligne 253 $email = Tools::safeOutput(Tools::getValue('from', ((isset(self::$cookie) AND isset(self::$cookie->email) AND Validate::isEmail(self::$cookie->email)) ? self::$cookie->email : ''))); self::$smarty->assign(array( 'errors' => $this->errors, 'email' => $email, 'phone'=>Tools::getValue('phone'), 'name'=>Tools::getValue('name'), 'nom_produit'=>Tools::getValue('nom_produit'), 'fileupload' => Configuration::get('PS_CUSTOMER_SERVICE_FILE_UPLOAD') )); Merci pour le partage
-
[FREE TUTORIAL] Adding new fields to the contact form
Khundo replied to NemoPS's topic in Core developers
Hi Nemo, Thank you for your tutorial I managed to put half the name and phone contact-form for the 1.4.11 version of PrestaShop testing there send two messages: - The first message via email to the seller, there has name, phone, email and message displays but no id_order or id_product - 2nd message via email to the customer advising that his message has been sent, there has id.order, id.product, email and messages but not names or phone Is it possible to bring together in one so the seller and customer can receive the same message? eg: Name: Nemo phone nuber : 06xx mail: 123soleil@sunday.fr id_order: xxl12 id_product: bronzage Message: received the purchased tanning product Thank you in advance- 40 replies
-
- extend
- contact form
-
(and 1 more)
Tagged with:
-
Bonjour, Merci pour votre réponse si rapide J'ai réussi à moitié mettre le nom et le téléphone dans contact-form de la version 1.4.11 en testant il y a 2 message envoyer : - 1e message via mail au sav ou vender, il y a bien nom, téléphone, mail et message qui affiche mais il n'y a pas ref de la commande ni ref du produit - 2em message via mail au client avertissant que son message a été bien envoyé, il y a bien ref. de la commande et ref.du produit, mail et message mais pas nom ni téléphone Serait il possible de regrouper en 1 donc SAV ou vendeur et client puissent recevoir le même message? ex: Nom:123soleil Télé:06xx mail: 123soleil@sunday.fr ref: commande: xxl12 ref: produit: brozage Message : bien reçu le produit de bronzage acheté Merci d'avance
-
Unable to Regenerate Thumbnails
Khundo replied to kilrathi's topic in Configuring and using PrestaShop
Hi Nemo They are update the version, that's ok now Thank you was to help me Regards -
Bonjour ShagShag, Merci pour corriger assez rapidement le bug 1.4.0.17 oui j'ai acheté le module dans prestashop officiel, la version 2.1.0 j'espère l'équipe validera rapidement la 2.2.0 car j'en ai grand besoin.. Concernant Prestashop 1.4.11 c'est la mise à jour en 1 clic, qui m'indique l'installation avec succès donc cela ne provient pas de là... Peut-être comme vous dites en conflit avec d'autres module j'essaierais tout désactiver et je réessaierais quand j'aurais un moment libre Bonne journée et merci Cordialement Kundo
-
Bonjour ShagShag Serait aussi intéressant si vous pouvez corriger Fatal error sur la version 1.4.11 car c'est la version proposée pour une mise à jour auto et mon thème corresponde bien... Voici l'erreur Fatal sur Prestashop 1.4.11 Fatal error: Smarty error: the $compile_dir '/homepages/29/d361608112/htdocs/boutique/tools/smarty_v2/compile' does not exist, or is not a directory. in /homepages/29/d361608112/htdocs/boutique/tools/smarty_v2/Smarty.class.php on line 1095 soit il m'affiche ça : Fatal error: Smarty error: [in /homepages/29/d361608112/htdocs/boutique/modules/regeneratethumbnails//views/templates/hook/samdha_aboutform.tpl line 16]: [plugin] modifier 'unescape' is not implemented (core.load_plugins.php, line 118) in /homepages/29/d361608112/htdocs/boutique/tools/smarty_v2/Smarty.class.php on line 1095 Merci d'avance
-
Bonjour Mediacom J'ai testé sur la version 1.4.11 ça ne fonctionne pas non plus erreur smarty etc...un truc de ce genre, mais la version 1.6.14 fonctionne bien, mais mon theme standard est tout dérégler je n'ai nul envie tout refaire Je vais tester avec votre version 1.4.4.1 en espérant ça va réussir pour moi... Vous devrez mettre des versions conseillés avec le module dans la liste de vente compatible ex. 1.4.4.1, 1.5.xx., 1.6.14 etc Car pour des novices comme moi, on se base sur la confiance de Prestashop store, mais quand il y a problème on est perdu. Merci d'avance
-
Unable to Regenerate Thumbnails
Khundo replied to kilrathi's topic in Configuring and using PrestaShop
Hi Here code Tool.php line 70 to 91 // let's begin $images_datas = $this->getImagesDatas($type, $image_type); if ($restart) { return $this->module->samdha_tools->jsonEncode(array( 'error' => '', 'current' => 0, 'number' => $images_datas['number'], 'finish' => empty($images_datas['images']) )); } line error 81 if (empty($images_datas['images'])) { $this->deleteImagesDatas($type, $image_type); return $this->module->samdha_tools->jsonEncode(array( 'error' => $this->module->l('Nothing to regenerate'), 'current' => $images_datas['number'], 'number' => $images_datas['number'], 'finish' => true )); } And Here regeneratethumbnails.php code error line 157 $datas = $this->tools->getImagesDatas($type, $format); if ((int)$datas['number']) { $global_number += (int)$datas['number']; $number += (int)$datas['number']; $data_current = (int)$datas['number'] - count($datas['images']); if ($data_current > 0) { Thank you so much to help me -
Bonjour, A cause des erreur 500 en régénérant les images en back office de prestashop, j'ai donc décidé d'acheter ce module prix 59€ ttc sur le site Prestashop officiel mentionnant bien que c'est compatible avec version 1.0.0 à 1.6 de Prestashop. voici le lien http://addons.prestashop.com/fr/outils-administration-modules-prestashop/676-regenerer-les-miniatures.html J'utilise Prestashop 1.4.0.17 sur server 1&1 1. Premier étape : - L'installation du module est correcte - Quand je clique sur générer des images, ça donne erreur : Fatal error: Cannot use object of type stdClass as array in /homepages/29/d361608112/htdocs/modules/regeneratethumbnails/classes/Samdha/RegenerateThumbnails/Tools.php on line 81 Après chaque fois je clique sur configuration ça me provoque cette erreur Fatal error: Cannot use object of type stdClass as array in /homepages/29/d361608112/htdocs/modules/regeneratethumbnails/regeneratethumbnails.php on line 157 Pouvez vous m'aidez à installer correctement s'il vous plait Merci d'avance
-
Unable to Regenerate Thumbnails
Khundo replied to kilrathi's topic in Configuring and using PrestaShop
Hi, Thinking save time I bought this module € 59 on the official website stating that Prestashop is compatible with version 1.0.0 to 1.6 of PrestaShop is to generate the images and avoid the error 500 Here is the link http://addons.prestashop.com/fr/outils-administration-modules-prestashop/676-regenerer-les-miniatures.html 1. First step: - The installation of the module is correct - When I click generate images, it causes me Fatal error: Can not use object of the type stdClass as array in/homepages/29/d361608112/htdocs/modules/regeneratethumbnails/classes/Samdha/RegenerateThumbnails/Tools.php on line 81 After each time when I click on module "configuration" it causes me the same Fatal error " Fatal error: Cannot use object of type stdClass as array in /homepages/29/d361608112/htdocs/modules/regeneratethumbnails/regeneratethumbnails.php on line 157" Thank you by advance, Regards -
Unable to Regenerate Thumbnails
Khundo replied to kilrathi's topic in Configuring and using PrestaShop
Hi help please, I come to buy from prestashop official site, but not work, impossibe to use regeneratethumbnails Fatal error: Cannot use object of type stdClass as array in /homepages/29/xxx/htdocs/modules/regeneratethumbnails/regeneratethumbnails.php on line 157 I use prestashop 1.4.0.17 Please help me to resolve the problem Thanks you by advance -
Captcha for contact form 1.4 stable
Khundo replied to juanv's topic in Configuring and using PrestaShop
Hi work fine for ps 1.4.0.17 thank you