28 |
29 | For plugin configuration follow these steps:
30 |
31 | 1. Sign up for a MailChimp account.
32 | 2. Log in at the MailChimp service.
33 | 3. Go to 'Lists' page. Create a contact list with which newsletter subscribers of your store will be synchronized.
34 | 4. Find 'API Keys' page by going Profile -> Extras -> API keys.
35 | 5. Create a new key and copy it into the form below.
36 | 6. Save.
37 | 7. Choose one of the previously created contact lists.
38 | 8. Check "Pass E-Commerce data" to be able to use MailChimp E-Commerce features.
39 | In this case information about the store, customers, products and orders will be passed to MailChimp.
40 | More information on how to use this data can be found here.
41 | 9. Fill in the remaining fields and save to complete the configuration.
42 |
43 |
52 | @if (!string.IsNullOrEmpty(Model.AccountInfo))
53 | {
54 |
62 | }
63 |
73 |
82 |
83 |
92 |
93 |
102 |
103 |
112 |
113 |
118 |