-
Posts
17 -
Joined
-
Last visited
olivierterlez's Achievements
Newbie (1/14)
0
Reputation
-
olivierterlez changed their profile photo
-
Je reprends la maintenance d'un Prestashop. J'ai des articles qui ont le bouton "Demander un devis" d'autres pas. J'ai bien fouillé ma rubrique produit, je ne trouve pas où ceci se configure. Rien trouvé dans les modules... En même temps, comment configure t'on le lien de ce même bouton. Voici un lien : http://numeribest.fr/impression-reprographie/art-de-la-table/20-magnets.html Merci.
-
Prestashop 1.6.0.6 I have activated the multi-currency with $ & € $ is default If € is selected by the custommer, the payment is in $ in Paypal. I've changed for € as default. If $ is selected by the custommer, the payment is in € in Paypal.
-
Bonjour, Prestashop 1.6.0.6 J'ai activé le mode multi devises avec un paiement Paypal : € et $ Le problème, c'est que quelle que soit la devise sélectionnée par le client, c'est la devise par défaut qui appairait au niveau du paiement Paypal. (j'ai testé en changeant la devise par défaut et même résultat).
-
Problem with contact form : multi language
olivierterlez replied to olivierterlez's topic in Configuring and using PrestaShop
New information : I have noticed that the messages are not lost. They appear in the back office dashboard in Custommers / Custommer service. The problem is just the automatic mail in english with the form. The mail is well filled for each language and there is no back mail, even for the custommer. -
My Prestashop was installed in french. I'm using a second language : English by default. In Custommers / Contact, I've set an email adress for both languages : French and English, for each selection of the combo (webmaster and sales) If I use the contact form in french, everything is ok : Message on website OK Your message has been successfully sent to our team. Message for custommer in mailbox Message for the shop in mailbox If I use the contact form in english : Message on website OK Your message has been successfully sent to our team. NO Message for custommer in mailbox NO Message for the shop in mailbox Olivier TERLEZ
-
Bug ? : Language / Display
olivierterlez replied to olivierterlez's topic in Configuring and using PrestaShop
Thank's, but I finally found my mistake ! -
Prestashop : 1.6.0.6 I'm using two languages When I set the second language, I have problem with links in the module : "high horizontal menu" Here, you can see that the "video" link is not display in the second language. The problem is that there is no button to change the language in the module like in the others, to set a text for each language. A solution is to remove the second language, to change the menu and to set again the second language.
-
AdminOrders message to customer - attach file
olivierterlez replied to Ciscowrig's topic in Configuring and using PrestaShop
I still haven't foud. I think, a part of the answer is around lin 164 if (Mail::Send(intval($order->id_lang), 'order_merchant_comment', $title, $varsTpl, $customer->email, $customer->firstname.' '.$customer->lastname)) You can have a look at this : http://www.phpcs.com/code.aspx?ID=22574 It's in french : the php form copy the file on the server, then attach it to the mail and delete the file on the server i've tried it works, but how to include it in Prestashop ? -
AdminOrders message to customer - attach file
olivierterlez replied to Ciscowrig's topic in Configuring and using PrestaShop
I've found Add in line 758 in /Administrator/tabs/AdminOrders.php <input type="file" name="userfile1" size="20" class="input" /></p> If you need more files, duplicate the line and change the "name" or write a function. AdminOrders.php -
Une idée pour un nouveau module ??
olivierterlez replied to Grazulex's topic in Appels d'offres et prestations
Bonjour, J'ai remarqué que je n'étais pas le seul à chercher : Dans la commande d'un client, j'aimerais pouvoir rajouter quand je réponds à un client des fichiers joints. L'équipe de prestashop m'a dit qu'il existait un hack. J'ai rien trouvé dans le forum. Je vais quand même essayer de le développer... AdminOrders.php ??? Un autre truc qui pourrait être intéressant à développer, ce serait des variables dans global.css pour modifier facilement les couleurs du template, ou les largeurs des colonnes. Je l'ai fait en manuel, ça prend du temps de trouver la bonne ligne. Pour info, voici ma première boutique que j'ai développée. http://www.astrojetheme.com/PrestaShop/ Bon courrage.
