Jump to content

nick_escu

Members
  • Posts

    59
  • Joined

  • Last visited

Everything posted by nick_escu

  1. 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,
  2. Ughhh Thank you very much mate, a lot of mail fields out there
  3. Ok I don't know if it is the best way of solving it but here is what I did: In contact-form.php (root folder of the site) I've changed the line: with: (change whatever applies instead of NAME@DOMAIN.COM) Thanks,
  4. 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,
  5. 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,
  6. maestrobo's patch (the longer one) works well for me until now, thank you!
  7. Thank you very much, I'll try it now, seems to be exactly what I need !
  8. Hi guys, could someone help with a hint, how to display the manufacturer on the products-list and product-details pages for every product? Thank you,
  9. 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
  10. No ideea ? Maybe there is a (working) module I did not find until now, doing the job for 1.2.5 ? Thank you,
  11. 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,
  12. 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,
  13. 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,
  14. 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
  15. Nu s-a lovit nimeni de chestia asta pana acum? Multumesc,
  16. 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
  17. 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
  18. Hi, I'm using tcpdf instead of fpdf because of the need of diacritics. The invoice looks fine, but 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
  19. Hi, I would like to remove the "stock" column and also the "returned" column from the table of products in the order detail page in the admin orders tab (see attach). version 1.2.5 Could someone help me ? Thank you, adminorder-stock.pdf
×
×
  • Create New...