Child pages
  • Gebruiksvoorbeelden

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: To be translated...

...

If you want to have different customer group for each store, you must create a new group and use the "Multistore configuration for" selector to associate the group with the current store or store group.

Info

If the option "Share customers" has been disabled, then your customer list will need to be empty before you can enable this.

If you'd rather keep your customer list you can do the following:

  • Go to your database management software such as phpMyAdmin.
  • Search for the table ps_customer. It might be different, depending on your database prefix.
  • Export this table.
  • Empty the table. Dot NOT drop it. If you do want to drop it, make sure you recreate the table afterwards.
  • Go back to the multistore settings for the shop group.
  • Enable the "Share customers" option.
  • Import the table.

Sharing customers between the shop group has now been enabled without the loss of customer information.

Sharing orders

It is possible for stores within the same store group to share orders: all you have to do it set the proper option when creating the store group.

Info

If the option "Share orders" has been disabled, then your order list will need to be empty before you can enable this.

If you'd rather keep your orders you can do the following:

  • Go to your database management software such as phpMyAdmin.
  • Search for the table ps_order. It might be different, depending on your database prefix.
  • Export this table.
  • Empty the table. Dot NOT drop it. If you do want to drop it, make sure you recreate the table afterwards.
  • Go back to the multistore settings for the shop group.
  • Enable the "Share orders" option.
  • Import the table.

Sharing orders between the shop group has now been enabled without the loss of order information.

Using a different theme for each shop/shop group

...