{"id":30932,"date":"2014-08-09T18:21:29","date_gmt":"2014-08-09T18:21:29","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/woocommerce-mailchimp-casl\/"},"modified":"2014-12-02T22:06:39","modified_gmt":"2014-12-02T22:06:39","slug":"woocommerce-mailchimp-casl","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/woocommerce-mailchimp-casl\/","author":13857560,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.1.0","stable_tag":"trunk","tested":"4.0.38","requires":"3.9.1","requires_php":"","requires_plugins":"","header_name":"WooCommerce MailChimp CASL","header_author":"Draekko","header_description":"","assets_banners_color":"","last_updated":"2014-12-02 22:06:39","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/draekko.com","header_plugin_uri":"http:\/\/github.com\/draekko\/woocommerce-mailchimp-casl","header_author_uri":"http:\/\/draekko.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1507,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>N\/A<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[66294],"plugin_category":[],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-30932","plugin","type-plugin","status-closed","hentry","plugin_tags-woocommerce-mailchimp-casl-wordpress","plugin_committers-draekko"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/woocommerce-mailchimp-casl.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>WooCommerce MailChimp CASL provides MailChimp integration for \nWooCommerce with CASL compliance and theme integration.<\/p>\n\n<p>Automatically subscribe customers to a designated MailChimp list and, \noptionally, MailChimp interest groups upon order creation or order \ncompletion. This can be done quietly or based on the user's consent \nwith several opt-in settings that support international opt-in laws.<\/p>\n\n<h4>Disclaimer<\/h4>\n\n<p>This application and documentation and the information in it does not \nconstitute legal advice. It is also is not a substitute for legal or \nother professional advice. Users should consult their own legal counsel \nfor advice regarding the application of the law and this application as \nit applies to you and\/or your business. This program is distributed in \nthe hope that it will be useful, but WITHOUT ANY WARRANTY; without even \nthe implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. \nContinued use consitutes agreement of these terms. See the GNU General \nPublic License for more details.<\/p>\n\n<p>https:\/\/www.gnu.org\/licenses\/gpl-3.0.html<\/p>\n\n<h4>WordPress Theme integration<\/h4>\n\n<ul>\n<li>Subscribe customers to MailChimp through your WordPress theme by\nadding the appropriate hook to your theme.<\/li>\n<\/ul>\n\n<h4>WooCommerce Event Selection<\/h4>\n\n<ul>\n<li>Subscribe customers to MailChimp after order creation<\/li>\n<li>Subscribe customers to MailChimp after order completion<\/li>\n<\/ul>\n\n<h4>Opt-In Settings<\/h4>\n\n<ul>\n<li>MailChimp double opt-in support (control whether a double opt-in email \nis sent to the customer)<\/li>\n<li>Optionally, display an opt-in checkbox on the checkout page (this is \nrequired in some countries)<\/li>\n<li>Control the label displayed next to the opt-in checkbox<\/li>\n<li>Control whether or not the opt-in checkbox is checked or unchecked \nby default<\/li>\n<li>Control the placement of the opt-in checkbox on the checkout page \n(under billing info or order info)<\/li>\n<\/ul>\n\n<h4>DB information<\/h4>\n\n<ul>\n<li>Option to download the database as a .csv file viewable in Calc \n(LibreOffice) or Excel (MS Office).<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload or extract the <code>woocommerce-mailchimp-casl<\/code> folder to your site\\'s \n   \/wp-content\/plugins\/ directory. You can also use the <em>Add new<\/em> \noption found in the <em>Plugins<\/em> menu in WordPress.  <\/li>\n<li>Enable the plugin from the <em>Plugins<\/em> menu in WordPress.<\/li>\n<li>In WooCommerce -&gt; Integration -&gt; MailChimp CASL to enable the options.<\/li>\n<\/ol>\n\n<h4>Usage<\/h4>\n\n<ol>\n<li>Go to WooCommerce &gt; Settings &gt; Integration &gt; MailChimp CASL<\/li>\n<li>First, enable the plugin and set your MailChimp API Key and hit save.<\/li>\n<li>Select whether you want customers to be subscribed to your MailChimp \nlist after order creation or order completion (there's a difference \nin WooCommerce).<\/li>\n<li>Next, select your MailChimp list and set any interest group settings \n(optional) and hit save.<\/li>\n<li>That's it, now customers who purchase products from your WooCommerce \nstore will automatically be subscribed \nto the selected list (and optional interest groups) in MailChimp!<\/li>\n<\/ol>\n\n<h4>Theme Integration<\/h4>\n\n<p>Add one of these sections of lines to your theme to make 'template \nintegration' work:<\/p>\n\n<pre><code>if ( function_exists( 'mailchimp_casl_template' ) ) {\n    mailchimp_casl_template();\n}\n\nor\n\n&lt;?php if ( function_exists( 'mailchimp_casl_template' ) ) {\n    mailchimp_casl_template();\n} ?&gt;\n<\/code><\/pre>\n\n<p>Note: Usually located at the bottom in the footer (added to footer.php \n      in theme).<\/p>\n\n<!--section=faq-->\n<p>N\/A<\/p>\n\n<!--section=changelog-->\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Updated database files.<\/li>\n<li>Fixed plugin, ip2long was returning negative numbers on 32bit platforms\npreventing plugin from fetching appropriate country information.<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Fixed plugin, removed old unrelated debug message on cancel order in woocommerce.<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Fixed the bug preventing from templates in theme from showing up.<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Fixed bug in database code.<\/li>\n<li>Renamed MailChimp class to avoid conflicts .<\/li>\n<li>Removed unused function .<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>This is the first public release.<\/li>\n<\/ul>","raw_excerpt":"WooCommerce MailChimp CASL provides MailChimp integration for \nWooCommerce with CASL compliance and theme integration.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/30932","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=30932"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/draekko"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=30932"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=30932"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=30932"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=30932"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=30932"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=30932"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}