diff --git a/views/templates/admin/form.tpl b/views/templates/admin/form.tpl index 6b27181..dfac801 100644 --- a/views/templates/admin/form.tpl +++ b/views/templates/admin/form.tpl @@ -1,31 +1,52 @@
-

{l s='Subscription form settings' mod='minicmailchimp'} - {l s='help & tips' mod='minicmailchimp'} +

{l s='Signup form settings' mod='minicmailchimp'} +

x
+
+ + {foreach from=$minic.languages item=language} +
+ +
+ {/foreach} + {$minic.flags.title} +

{l s='Leave it empty if you do not want to appear on the front of the site.' mod='minicmailchimp'}

+

{l s='Hold down the CTRL to select multiple.' mod='minicmailchimp'}

- + {foreach from=$minic.languages item=language} +
+ +
+ {/foreach} + {$minic.flags.form}

{l s='How to get the form code' mod='minicmailchimp'}

    -
  1. {l s='Log in into' mod='minicmailchimp'} Mailchimp
  2. -
  3. step 2.
  4. +
  5. {l s='Log in into' mod='minicmailchimp'} Mailchimp.
  6. +
  7. {l s='Go to the lists, and select a list where you want the subscribers to subscribe.' mod='minicmailchimp'}
  8. +
  9. {l s='Search the "For Your Website" dropwdown menu and select the "Signup Form Embed Code".' mod='minicmailchimp'}
  10. +
  11. {l s='Configure your form to serve your needs.' mod='minicmailchimp'}
  12. +
  13. {l s='Click the "Create Embed Code" button, and copy the HTML code below.' mod='minicmailchimp'}
  14. +
  15. {l s='Paste the code into the textfield.' mod='minicmailchimp'}
+

{l s='Important' mod='minicmailchimp'}

+

{l s='If you wish to use the module properly and you have multiple languages enabled, then do not forget to change the titles and other texts in the form code (if you do not understand the HTML code you can do it when you configure the form on the Mailchimp website, just repeat the steps above and change the titles).' mod='minicmailchimp'}

diff --git a/views/templates/admin/import.tpl b/views/templates/admin/import.tpl index 6f68468..d422110 100644 --- a/views/templates/admin/import.tpl +++ b/views/templates/admin/import.tpl @@ -1,26 +1,27 @@
-

{l s='Import users' mod='minicmailchimp'} - {l s='help & tips' mod='minicmailchimp'} +

{l s='Import customers' mod='minicmailchimp'} +

x
- + +

{l s='These are your Mailchimp lists, choose where do you want to import the subscribers.' mod='minicmailchimp'}

- {foreach from=$mailchimp_list key=k item=list} {if isset($list.fields)}
+ {foreach from=$list.fields item=field} {if $field.tag != 'EMAIL'}
@@ -44,21 +45,21 @@
-

{l s='Turn on if you wish to send confirmation email for customers after import is done.' mod='minicmailchimp'}

+

{l s='Mailchimp can send a confirmation email after import to the customers, turn on if you wish to inform your customers about the subscription.' mod='minicmailchimp'}

-

{l s='Turn on if you wish to update the record if alredy exists. If you dont you\'ll receive a warning for those customers.' mod='minicmailchimp'}

+

{l s='Do you wish to update the subscribers details if they alredy exists?' mod='minicmailchimp'}

-

{l s='Turn on if you wish to import all of the users, not just the subscribers.' mod='minicmailchimp'}

+

{l s='Turn this on if you wish to import all of the users. This means that the module ignores the customers newsletter option.' mod='minicmailchimp'}

diff --git a/views/templates/admin/mailchimp.tpl b/views/templates/admin/mailchimp.tpl index 0b522f3..cb79593 100644 --- a/views/templates/admin/mailchimp.tpl +++ b/views/templates/admin/mailchimp.tpl @@ -1,8 +1,8 @@ -
{debug} +
-

{l s='Mailchimp configuration' mod='minicmailchimp'} - {l s='help & tips' mod='minicmailchimp'} +

{l s='Mailchimp API configuration' mod='minicmailchimp'} +

x
diff --git a/views/templates/admin/minicmailchimp.tpl b/views/templates/admin/minicmailchimp.tpl index 3253748..ab0a27d 100644 --- a/views/templates/admin/minicmailchimp.tpl +++ b/views/templates/admin/minicmailchimp.tpl @@ -19,10 +19,10 @@
diff --git a/views/templates/hooks/home.tpl b/views/templates/hooks/home.tpl index 4df7336..47630e0 100644 --- a/views/templates/hooks/home.tpl +++ b/views/templates/hooks/home.tpl @@ -1,3 +1,8 @@ - {l s='Hello World' mod='minicmailchimp'} +
+ {if $mailchimp_form.title} +

{$mailchimp_form.title}

+ {/if} + {$mailchimp_form.form|unescape:"html"} +
\ No newline at end of file