Web sitesi Türkiye'de bulunan bahis şirketi Mostbet, dünya çapında yüksek güvenilirliği ve güvenliği ile ünlüdür. Burada şansınızı bir çevrimiçi kumarhanede deneyebilir veya spor bahislerine katılabilirsiniz; ayrıca mükemmel bonuslar ve promosyonlar, ücretsiz bahisler, bedava çevirmeler, yüksek oranlar ve hızlı para çekme işlemleri de bulacaksınız. Ve mobil uygulamamız oyunun tadını sonuna kadar çıkarmanızı sağlayacak!

How To Set up Mailchimp for Magento 2 (Visible Information) | Nexcess

Statista estimates that the variety of emails exchanged each day will improve from 319.6 billion in 2021 to over 333 billion in 2022. So in the event you haven’t already, it’s time to diversify your ecommerce advertising technique and faucet into this rising channel.

Magento’s core e mail performance consists of important options reminiscent of responsive and customizable e mail templates. However if you wish to leverage the true potential of e mail, you want a devoted e mail advertising instrument like Mailchimp.

On this information, we’ll present you easy methods to set up Mailchimp for Magento 2 and configure it to switch buyer information securely.

Right here’s what we’ll cowl:

5 Causes To Use Mailchimp for Magento E mail Advertising and marketing

Listed below are 5 sensible causes to make use of Mailchimp for Magento e mail advertising.

1. Versatile Pricing Plans

Mailchimp affords 4 versatile pricing plans — together with a free one — that allow you to start out even on a decent advertising price range. Mailchimp’s paid plans are priced primarily based on the variety of contacts you import into your account. That ensures you solely pay for what you employ.

2. Intuitive Person Interface

Mailchimp affords an intuitive drag-and-drop e mail builder that permits you to design engaging advertising emails with out code. It empowers you to create advanced automation utilizing its buyer journey builder and market to prospects at completely different phases of the shopping for journey.

3. Highly effective E mail Advertising and marketing Performance

In keeping with Datanyze, Mailchimp is the world’s hottest e mail advertising service with an enormous 68.52% market share. That’s as a result of Mailchimp supplies a few of the greatest e mail advertising options, together with:

Viewers segmentation.

  • Buyer surveys.
  • Behavioral concentrating on.
  • Pre-built e mail templates.
  • Automation builder.

4. A number of Help Choices

Mailchimp affords a number of help choices for each free and paid plans. Its free plan provides you entry to an enormous data base of guides and complimentary e mail help for the primary 30 days. Paid subscribers get entry to the knowledgebase, e mail help, and stay chat.

5. Integrations With Over 200 Apps and Instruments

Mailchimp helps integrations with over 200 third-party apps and instruments, together with Zapier, Quickbooks, and social media platforms like Instagram and Fb. So regardless of which apps you employ on your e mail advertising campaigns, Mailchimp will combine with them.

Steps To Set up and Configure Mailchimp for Magento 2

Right here’s how you put in Mailchimp for Magento 2 in 5 steps.

Word: Ensure you backup your server earlier than you proceed. Should you’re a Nexcess buyer, you’ll be able to create an on-demand backup out of your Consumer Portal by navigating to Plans > Web site identify > Backups and choosing Create Backup from the primary menu.

Step 1: Create a Mailchimp Account

Create an account on the Mailchimp web site by clicking the Signal Up Free button on the top-right nook of the display screen.

On Mailchimp’s signup web page, enter particulars, reminiscent of your e mail tackle, username, and password, and click on the Signal Up button.

Comply with Mailchimp’s guided signup course of by verifying your e mail tackle, choosing a plan, and configuring primary account info.

After that, proceed to the subsequent step.

Step 2: Set up the Mailchimp Extension

Head to the Magento Market and buy the free Magento 2 Mailchimp extension.

Subsequent, log in to your Magento server over SSH, navigate to the mission root listing, and put your retailer in upkeep mode utilizing the next command:

<code>

$ bin/magento upkeep:allow

</code>

This step ensures prospects can’t entry the storefront if you set up Mailchimp for Magento 2.

Subsequent, replace the composer.json file utilizing the next command:

<code>

$ composer require mailchimp/mc-magento2

</code>

The above command installs the newest launch of the Mailchimp Magento extension. Should you’re utilizing an older Magento model, you’ll want to switch the command and specify a suitable model quantity.

For instance, in the event you’re utilizing Magento 2.3, you’ll want to put in launch 102.3.48 as follows:

<code>

$ composer require mailchimp/mc-magento2:102.3.48

</code>

You could find the complete listing of suitable releases on Mailchimp’s GitHub web page. As soon as the command executes, you’ll be able to confirm the standing of the extension utilizing the seller and element identify as follows:

<code>

$ bin/magento module:standing Ebizmarts_MailChimp

</code>

If the extension is disabled, you’ll be able to allow it utilizing the next command:

<code>

$ bin/magento module:allow Ebizmarts_MailChimp --clear-static-content

</code>

Lastly, run the next instructions to register the extension and clear the Magento cache:

<code>
$ bin/magento setup:improve

$ bin/magento cache:flush

$ bin/magento cache:clear

</code>

Should you’re working Magento within the manufacturing mode, you’ll additionally have to compile Magento code and deploy the extension’s static view information utilizing the next instructions:

<code>

$ php bin/magento setup:di:compile

$ php bin/magento setup:static-content:deploy

</code>

After this, you’ll be able to disable the upkeep mode utilizing the next command:

<code>

$ bin/magento upkeep:disable

</code>

That’s it. We’ve efficiently put in Mailchimp for Magento 2. Now, let’s configure it to sync information from Magento.

Step 3: Join Your Magento Retailer With Mailchimp

Log in to the admin panel to attach Magento 2 along with your Mailchimp account and navigate to Mailchimp > Configuration.

Develop the Mailchimp Common Configuration part and allow the extension by setting Enabled to Sure.

Click on on the Get API Credentials button.

Enter your Mailchimp account username and password within the popup window and click on Log in.

Subsequent, click on the Enable button to allow the extension to entry your Mailchimp account and synchronize your ecommerce information. After authorizing entry, you’ll see a affirmation message and the Mailchimp API key.

Copy and paste your key within the API Key textual content space within the Mailchimp Common Configuration part of the Magento admin panel.

Click on Save Config to avoid wasting your modifications and shut the popup window.

Step 4: Create a Mailchimp Retailer within the Admin Panel

Earlier than sending information out of your Magento retailer to your Mailchimp account, that you must create a Mailchimp retailer to categorize it. That method, you should utilize the identical Mailchimp account to gather buyer info from completely different gross sales channels or ecommerce shops.

Navigate to Mailchimp > Mailchimp Shops contained in the Magento admin and click on on the Create New Mailchimp Retailer button on the higher proper nook of your display screen.

Enter your small business info, reminiscent of its identify, area, and tackle, on the Mailchimp Retailer web page and click on Save to create your Mailchimp retailer.

As soon as the shop is created, you’ll be able to confirm it by logging into your Mailchimp account, navigating to Integrations > Handle > Ecommerce > Magento, and clicking on Handle your websites.

Step 5: Configure Mailchimp Settings Inside Magento 2

Now it’s time to customise ecommerce-specific settings to Mailchimp for Magento.

Navigate to Mailchimp > Configuration within the Magento admin and develop the Ecommerce Configuration part.

Use the drop-down menu to set Enabled to Sure, and use the date picker instrument beside First Date to decide on the date after which you wish to sync your information along with your Mailchimp account.

You can too configure settings to ship promotional codes and show costs, together with taxes. Should you choose to configure these at a later time, use the default settings and proceed with the Magento 2 Mailchimp configuration course of.

Develop the Deserted Cart Configuration part and set Enabled to Sure to share cart abandonment information along with your Mailchimp account. Use the First Date enter to decide on the date after which you wish to share deserted cart information with Mailchimp.

We suggest configuring cart abandonment emails as a result of information collected by the Baymard Institute reveals that over 58% of U.S. web shoppers deserted a cart throughout the final three months. Sending deserted cart emails will assist you drive conversions and gross sales.

When you’ve assigned preferences for Deserted Cart Configuration, click on Save Config to finish Magento 2 Mailchimp configuration.

Word: Magento depends on cron to carry out automated duties reminiscent of synchronizing your retailer information along with your Mailchimp account. You have to to configure Magento cron to make sure Mailchimp collects information out of your retailer mechanically.

Remaining Ideas: How To Set up Mailchimp for Magento 2

We’ve proven you easy methods to set up Mailchimp for Magento 2 and automate information transfers between your retailer and Mailchimp account. However that’s simply step one.

Right here’s what’s subsequent: you’ll be able to construct a marketing campaign in Mailchimp to supply personalised product suggestions. After that, you’ll be able to design automations to focus on prospects at completely different phases of their shopping for journey.

Want extra ideas to assist your small business develop?

Right here’s yet another: join Managed Magento Internet hosting with Nexcess and simplify internet hosting your Magento retailer. We’ll deal with server safety and optimization so you’ll be able to give attention to rising your on-line enterprise.

Browse our plans to be taught extra.

SHARE THIS POST