Chillernico Posted May 19, 2010 Share Posted May 19, 2010 Good day,I ask the following.1st How can I create a newsletter?2nd How do I have such a menu as "Find http://blau-Schmetterling.de" has the right of the. So that with the shopping basket and welcome ....3rd How do I do the same at the bottom of the page with imprint and so?Then I would ask more important par:When a customer ordered something, how / where the admin does it?Can you make a request if you then pay for the one that can download it?How can the changing status of an order?Many times already, thanks for your help.MfGNico Link to comment Share on other sites More sharing options...
rocky Posted May 20, 2010 Share Posted May 20, 2010 1) PrestaShop doesn't let you write and send newsletters from the Back Office. It only lets you generate a CSV file of subscriber emails that you can put in a third-party program to send an email. There is a third-party module here that allows you to send a newsletter from the Back Office.2) Your website should already have that. Go to the Modules tab and install "User info block v0.1" in the "Blocks" section if it isn't already installed.3) You cannot display the user info block in the footer without modifying code. You'd need to add the following before the last } in modules/blockuserinfo/blockuserinfo.php: function hookFooter($params) { return $this->hookTop($params); } then go to Modules > Positions > Transplant a module, choose "User info block" under "Module" and "Footer" under "Hook into".4) When a customer orders something, the order appears on the Order tab in the Back Office. If you have installed the "Mail alerts v2.2" module in the Tools section of the Module tab, then an email will be sent to all the emails entered on the configuration page to alert employees that a new order has arrived.5) Yes, it is possible to have downloadable products in PrestaShop that must be purchased before they can be download. On the "1. Info." tab of the product editor, tick "Is this a downloadable product?", then upload the product file and enter how many days after purchasing the customer can download the file and optionally how many times and when the product download expires.6) Go to the Order tab, click on an order and change the status in the dropdown menu in the top left corner. Link to comment Share on other sites More sharing options...
Chillernico Posted May 20, 2010 Author Share Posted May 20, 2010 THank you very much you have help me ^^Ok but have you the newsletter tool ?Or have i not unserstand this? Can you please say this again? ^^And this with imprit please again too ^^ Link to comment Share on other sites More sharing options...
rocky Posted May 20, 2010 Share Posted May 20, 2010 You need to click here to view the topic where you can download the newsletter tool. Link to comment Share on other sites More sharing options...
Chillernico Posted May 20, 2010 Author Share Posted May 20, 2010 Good thank!!And this with imprit? Can you please say me this? And my email come all in the Spam Mail order... And newsletter are in html? Link to comment Share on other sites More sharing options...
Chillernico Posted May 20, 2010 Author Share Posted May 20, 2010 sorry, this is html while this in the spam order is ^^ but why go this in the spam order can you help me? And can you please help me with the imprit at the end of the side Link to comment Share on other sites More sharing options...
rocky Posted May 20, 2010 Share Posted May 20, 2010 I have no idea why your new order emails are going into your spam box. I suggest that you add your shop's email address to your white list, so that the emails can't be classified as spam. I'm not sure what you mean by "imprit at the end of the side". Can you write it another way? Link to comment Share on other sites More sharing options...
Recommended Posts