Mailchimp Integration

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 năm cách đây
I am trying to connect my store to Mailchimp.  I am having trouble finding the HTML part of nop Commerce.

Please understand I AM NOT that computer literate, but do have knowledge on my shop back end.

Regards
Lorelle
6 năm cách đây
Please confirm are you using below nopCommerce plugin

https://www.nopcommerce.com/p/976/mailchimp-synchronization-plugin-nopcommerce-team.aspx

to get mailchimp api key refer http://kb.mailchimp.com/integrations/api-integrations/about-api-keys

let us know if you are looking additional information
6 năm cách đây
Yes I am using the nop commerce integration and I have the API key

The problem I am having in connecting my nop commerce webshop to Mailchimp.  This is what Mailchimp is asking me to do


View code

<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/37368deb69c76e7d8aac4ff32/1945435f225411b45aecffe15.js");</script>

Add our code to your site

    Copy code
   Click Copy and access your site’s HTML. (this is the what I am having problem with, where to I find my HTML)
    Add code

    Decide which pages you want to connect to MailChimp. For each of these pages, paste in your site code just before the closing </head> tag.
    Check connection

    After you're done, return to this page and check connection.

Need help? Find out how to connect your site to MailChimp.
6 năm cách đây
copy this code to /views/Shared/_Root.Head.cshtml just before </head> tag. Assuming you need this script for all pages
6 năm cách đây
Thank you, BUT WHERE IN nop Commerce do I find the HTML page.  Sorry I am not that literate and usually need a hand held

I can do the copy / paste once I know where to go in nop commerce.  That is where I am struggling.

Is it in Configuration/Widgets?
6 năm cách đây
If you have access to your development server you can find the View folder under your website instance. If you don't have the access to your server alternative is login to your Admin Area navigate to menu Configuration -> settings ->   General settings' and search for the filed 'Custom <head> tag' field tag and paste your script it should work
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.