ethercreative / mailchimp-commerce

Mailchimp integration with Craft Commerce
Other
5 stars 11 forks source link

Twig variables for data sync? #22

Closed ghost closed 4 years ago

ghost commented 4 years ago

We have a complex site with a lot of api fetching that we are using from twig variables, like description, thumb and pictures for products.

Is it possible to make a choice in the dropdown that parses/handles twig variables, like the SEOmatic plugin or in some fields in the admin panel?

Here is an example from the use in SEOmatic: {{ craft.pluginhandle.apifield(object.product.id).description ?? '' }}

erlendsr commented 4 years ago

This option would be super nice to have. Anything we could do to make this happen?