I created a template at MailChimp but it's not loading into the campaigns/add page, even after clearing the cache, running cron and saving as draft. I am running D7.14 and MC7.x-2.5. The template is living in the "My Templates" section at MC.
Let me know if you need more info. I'm very interested to use the new features of 7.x-2.5.

Comments

lukus’s picture

If your template has a repeatable section in it ..

e.g.


<div class="article" mc:repeatable>
<h3 mc:edit="article_title">Title</h3>

<p mc:edit="article_content">Content</p>
</div> 

.. then it wont show in the list.

andrewbenkard’s picture

Status: Active » Closed (fixed)

Thanks. That must have been the problem.

FWIW I added a Custom Template at MC, and now it shows. On to theming the template.

ruediklein’s picture

Yes, definitely needs some documentation. I now, just created a new template with just the default shell and it shows. However, no such luck with the 'Basic' templates on mc.

Shouldn't there be a 'Drupal' template, that allows adding content from Drupal to the campaign? Or is that a future feature?

Without such content, the campaign feature in Drupal through this module doesn't seem to provide enough added benefits. Better to just use the mc Dashboard then to add content.

ruediklein’s picture

Issue summary: View changes

more cooperative