Child pages
  • Managing Customers

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

More import options are available in the "CSV Import" page of the "Advanced parameters" menu.

Creating

...

a New Customer Account

To create a customer account manually, select "Add New". A form appears.

...

Info

If your customers are mostly companies, you should enable the B2B mode in order to get additional options: go to the "Customers" page of the "Preferences" menu, and choose "Yes" for the "Enable B2B mode" option.

Viewing

...

a User's Information

In the case where you would like to have more information on a given customer, you can click on the "view" button, located at the end of the row in the customer's list. A new page appears.

...

  • Name. Use a short and descriptive name.
  • Discount (%). The discount that you set for members of this group applies to all products on your shop.
    You may prefer to not set any discount value, and create cart rules. You can learn more about cart rules in the next chapter of this guide, "Creating Price Rules and Vouchers".
  • Price display method. PrestaShop is frequently used in the Business to Business (B2B) sector. You can create a group of customers who can buy products without paying the tax. The drop-down list gives you a choice between "tax included" and "tax excluded".
  • Show prices. By default, all users of your shop can view the prices. You may prefer some to not have access to your product prices. For instance, you could make it so users can only view prices if they have an account: from the groups list, click on the green checkmark check-mark in the "Show prices" column for the "Visitors" group to turn it into a red cross.

...

In the cart's page, the most important information is in the "Cart Summary" section, where you can see what products the customer chose to purchase, the price of each item, the quantity they put in their cart, and the total value of their cart.

Info
titleManaging abandonned abandoned carts

Cart abandonment often means that a sale has been lost.  The "Shopping cart" page indicates the carts that have not been turned into proper orders, and it is up to you to remind the customer that they can still come back to finish their purchase.

Abandoned carts (or "ghost carts") will have a delete link at the end of each row, while carts without delete links are processed carts, i.e. the purchase has been confirmed and you are supposed to send the products.

By default, it is up to you to contact the customer about his abandoned cart. You can install the Customer Follow-up module, which is available in the default installation and enables you to send vouchers to those who have abandoned their shopping carts, or to those who you want to thank for their order, to the best clients to thank them for their purchases and for being faithful... Note that this can lead to abuse: some customers might abandon carts on purpose in order to receive a voucher...

You can also buy PrestaShop's Abandoned Cart Reminder module for a complete tool: http://addons.prestashop.com/en/checkout-modules/3503-abandoned-cart-reminder.html.

...

This section basically enables you to precisely configure PrestaShop's access to your e-mail server through its IMAP interface. You should make sure all fields are filled in order for the customer service tool to work properly. Most of this information should be provided by your webhost.

Image Modified

  • IMAP URL, IMAP port, IMAP user and IMAP password. Essential details to access the e-mail server using the IMAP protocol.
  • Delete message. If enabled, messages on the server will be deleted as soon as PrestaShop has retrieved them. Use with caution: this would make your messages unavailable to other e-mail clients.
  • /norsh. If enabled, the connection to your e-mail server will not pre-authenticated. Not recommended.
  • /ssl. If enabled, the connection to your e-mail server will not be encrypted. Not recommended.
  • /validate-cert. If enabled, PrestaShop will force the validation of the server's TLS/SSL certificate.
  • /novalidate-cert. If enabled, PrestaShop will never try to validate the server's TLS/SSL certificate. Essential for servers with self-signed certificates.
  • /tls. If enabled, PrestaShop will force use of StartTLS to encrypt the connection. Servers that do not support StartTLS will be rejected.
  • /notls. If enabled, PrestaShop will not use StartTLS to encrypt the session, even with servers that support it.

...