
nick_escu
Members-
Posts
59 -
Joined
-
Last visited
Everything posted by nick_escu
-
Hi, I need a tip on how to stop prestashop 1.3.2 from automatically sending "preparation" e-mail to customers, when COD is the method of payment (it automatically sends both "order confirmation" and "preparation" mails). The "order confirmation" is enough at first step, and for logistical purposes I want to send the "preparation" mail manually. Any help? Thank you,
-
[SOLVED]Change MA_MERCHANT_MAILS in backoffice
nick_escu replied to nick_escu's topic in Configuring and using PrestaShop
Ughhh Thank you very much mate, a lot of mail fields out there -
A tricky problem with my mail system: I'm sending mails from my shop to customers via a personal secured smtp server. When the shop sends an email to me (shop owner), composed by a client in the contact form, the mail is sent via my smtp server, but the sender appears to be the customer who composed the email, and the sender's address is the one declared in the form by the sender. Here is the problem: my smtp server does not accept foreign senders (foreign mails in the sender or reply-to fields), but only recognized authenticated users. So, where is the code (in what php file), that compose the mails from contact form, because I need to modify the sender field, to be always my shop's address (the customer's mail address will still be announced in the body of the email). contact.php in classes does not seems to contain the sending code (I'm not a php programmer but I do have some programing knowledge and I'm able to modify a variable or things like these) Thank you very much,
-
Hi, I'm using v1.3.2.3. I need to change the shop's email, so I've checked in backoffice everywhere to modify the email, but in the ps_configuration table, MA_MERCHANT_MAILS still keeps the old email, and the "new order" alert is still sent to the old email address. Where could I change it in backoffice ? (Of course I could change it directly in ps_configuration table but I would like to know if it is a bug to be announced or I'm missing something in backoffice). Thank you,
-
maestrobo's patch (the longer one) works well for me until now, thank you!
-
[SOLVED] Manufacturer displayed on product page
nick_escu replied to nick_escu's topic in Configuring and using PrestaShop
Thank you very much, I'll try it now, seems to be exactly what I need ! -
Thank you rocky, will try it
-
How to allow order completion with non payment?
nick_escu replied to nickmo's topic in Configuring and using PrestaShop
Hi, Maybe you could use COD (cash on delivery) module, but edited with a text like "I accept to be contacted by phone... etc." on the front office appearance. Success -
No ideea ? Maybe there is a (working) module I did not find until now, doing the job for 1.2.5 ? Thank you,
-
[MOD] Repasser une commande (old 1.2.5)
nick_escu replied to Natsu's topic in Modules et thèmes gratuits
Bonjour, S’il vous plait, êtes vous aimable d’expliquer en detail (peut-être an anglaise) comment installer ce module pour la version prestashop 1.2.5 ? Merci beaucoup, -
Hi, There is any posibility to place a previous order again ? We usually have long orders with more than 10 products in an order, and there is a need to let clients to place the same content of a previous order without the need to input each product again, just maybe to add or remove products. I'm using prestashop 1.2.5. Thank you,
-
Hi, If anyone could help me with a php script/file for the following sql query, I would be very grateful: SELECT product_name, SUM(product_quantity) FROM ps_order_detail WHERE (id_order>XXX AND id_orderTTT AND id_order<>VVV AND id_order<>.......) GROUP BY product_name where XXX, YYY, TTT, VVV,.... are user's input (in a form maybe). Orders will be considered from XXX to YYY excepting TTT, and VVV and .... TTT and VVV and... are canceled orders (or orders I do not want to consider for some reason). I don't know php (I'm trying to learn now) and I've seen that there are some issues with security (something with sql injection). I'm using the query above in phpmyadmin for now and it's ok, but I'm trying to improve and learn. Thank you,
-
Migrate from FPDF to TCPDF
nick_escu replied to bimbee's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Hi, TCPDF works after applying these instructions but the invoice and the delivery slip has a strange alignment for product name – justified from left to right, pls. see attachment. version 1.2.5 Any ideea what or where to change this ? Thank you, justified.pdf -
Aliniere ciudata in delivery slip cu tcpdf
nick_escu replied to nick_escu's topic in Instalare, configurare şi upgrade
Nu s-a lovit nimeni de chestia asta pana acum? Multumesc, -
Salut, J'utilise tcpdf lieu de fpdf pour des signes diacritiques. La facture semble parfait, mais le bon de livraison (« delivery slip ») a un alignement étrange du nom du produit - justifié de gauche à droite, (svp. voir l’attachement). Version 1.2.5 Pouvez vous m’aider avec une modification ? Je vous remercie, justified.pdf
-
Salut, Folosesc tcpdf pentru diacritice in pdf. Delivery slip insa, are o problema de afisare a numelui de produs, spatiat aiurea de la stanga la dreapta (un fel de justify - vedeti atasament). versiunea de prestashop este 1.2.5 Aveti vreo idee ce ar trebui modificat si unde? Multumesc, justified.pdf
-
[Solved] Alert window over the homepage
nick_escu replied to nick_escu's topic in Configuring and using PrestaShop
Super, thank you!