Jump to content

booblebab

Members
  • Posts

    113
  • Joined

  • Last visited

booblebab's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Actually, it did work before, but now I tried again - and it no longer sends through messages that were sent from @gmail.com accounts. This is starting to be very unreliable, as I am given no notice of this - and simply don't receive customer messages. What should I do?
  2. I had to reinstall my PrestaShop from scratch recently due to many problems (database included), and my order numbers were reset, to 1, 2, 3.... which not only looks unprofessional to customers, but also makes it confusing with my previous orders How can I start this at a higher/previous value?
  3. I just realized that email alerts are not being sent when customers place an order! I've configured Mail alerts v2.2 to send emails to only one address (at my domain), but it's not working - I've checked both boxes - so that new orders and out-of-stock items receive email alerts. What is the problem? I'm running the store in a different language than default (Latvian), and it's prestashop Version 1.2.4.0. (I don't want to upgrade, because I'm afraid it'll break my installation - as times before with previous upgrades, from 1.1 for example)
  4. Hello, The contact form isn't working well with my server (DreamHost). If a user enters their email address as being [email protected], the mail doesn't go through - and I don't know anything about it. Apparently, this has been the case for a few months now, and is very disappointing to hear that I've been losing customer questions! The solution would be to insert my email address ([email protected]) into the 'from' field of messages, and have the user's email address appear as the 'reply-to'. I am not sure how to do this. The code in my /contact-form.php file is as follows: if (Mail::Send(intval($cookie->id_lang), 'contact', 'Message from contact form', array('{email}' => $_POST['from'], '{message}' => stripslashes($message)), $contact->email, $contact->name, $from, (intval($cookie->id_customer) ? $customer->firstname.' '.$customer->lastname : $from))) $smarty->assign('confirmation', 1); What do I change? Thank you for your help! P.S. The same code, but perhaps in a form that's easier to read:
  5. How do I disable the WYSIWYG editor that pops up every time I use the home-text editor, or CMS? I just want plain text, I'm aware what it looks like on the site (actually, it shows it incorrectly in the editor - with a black background and different font, but whatever).
  6. did it - deleted everything in that folder, and still having the problem..
  7. ah cool really? what was the mistake? :| (so i dont make it again)
×
×
  • Create New...