automation
2 years ago
deactivationPoll
3 years ago
emails
3 years ago
form
2 years ago
newsletter
3 years ago
segments
2 years ago
subscribers
2 years ago
subscription
3 years ago
woocommerce
3 years ago
automation.html
3 years ago
blank.html
4 years ago
experimental-features.html
4 years ago
forms.html
3 years ago
help.html
3 years ago
homepage.html
2 years ago
index.php
3 years ago
landingpage.html
3 years ago
layout.html
2 years ago
logs.html
4 years ago
mss_pitch_translations.html
3 years ago
newsletters.html
2 years ago
premium_key_validation_strings.html
3 years ago
settings.html
3 years ago
settings_translations.html
3 years ago
upgrade.html
3 years ago
welcome_wizard.html
2 years ago
woo_system_info.html
2 years ago
woocommerce_setup.html
2 years ago
woocommerce_setup.html
14 lines
| 1 | <% extends 'layout.html' %> |
| 2 | |
| 3 | <% block content %> |
| 4 | <script> |
| 5 | var mailpoet_logo_url = '<%= cdn_url('welcome-wizard/mailpoet-logo.20200623.png') %>'; |
| 6 | var wizard_woocommerce_illustration_url = '<%= cdn_url('welcome-wizard/woocommerce.20200623.png') %>'; |
| 7 | var mailpoet_show_customers_import = <%= json_encode(show_customers_import) %>; |
| 8 | var finish_wizard_url = '<%= finish_wizard_url %>'; |
| 9 | </script> |
| 10 | |
| 11 | <div id="mailpoet-wizard-container"></div> |
| 12 | |
| 13 | <% endblock %> |
| 14 |