Jump to content

Newsletter and Account


Recommended Posts

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.

MfG

Nico

Link to comment
Share on other sites

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

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

×
×
  • Create New...