Announcement

Collapse
No announcement yet.

Implementing Mailchimp module in MMUI store

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Implementing Mailchimp module in MMUI store

    I am trying to implement Mailchimp module in MMUI store. I was able to insert the associated CSS by just copying the Tag Attributes,
    HTML Code:
    <link type="text/css" media="all" rel="stylesheet" href="css/00000001/mailchimp.css"></link>
    , but having trouble with associated Javascript. I followed the instructions for installing the module, but for some reason I am having trouble getting the JavaScript files in to the global templates. I already have the
    HTML Code:
    <mvt:item name="head" param="head_tag" />
    in the page templates, but it does not insert the scripts. I have also tried to inserting the
    HTML Code:
    <mvt:item name="head" param="js:mailchimp" />
    and
    HTML Code:
    <mvt:item name="head" param="js:mailchimp_tracker" />
    into the global Head Tag, but that also did not insert anything. I can insert the link to JS for mailchimp.js directly, which does render, but since the mailchimp_tracker Javascript is an inline script, I am not able to insert it the same way. How can I get the Mailchimp associated Javascript to render in the templates?
    --

    Henry D. Melamed - President
    Advanced Development Solutions, Inc - http://www.stlads.com
    Merchant Modules, Integration and Custom Design
    "Internet Solutions Provider"
Working...
X