mautic-advanced-templates-bundle icon indicating copy to clipboard operation
mautic-advanced-templates-bundle copied to clipboard

Plugin extends default email template capabilities with TWIG block so you can use advanced scripting techniques like conditions, loops etc

Results 17 mautic-advanced-templates-bundle issues
Sort by recently updated
recently updated
newest added

Is this compatible with v4.x?

enhancement
help wanted

Hi ! I'm trying to use a reusable code snippet creating a Dynamic Content and including it on my email using the next code: `{% TWIG_BLOCK %} {{ include('dc:featured-products') }}...

bug

When viewing a campaign email that has been sent to multiple contacts through the web view the values within the twig template are the same for all contacts. This can...

bug

Currently there is no way to use TWIG on company fields. Can you please add support for that?

enhancement

I'm seeing several scenarios where the TWIG template is outputting the wrong values when I run campaigns. In the example you can see the output data does not match the...

bug

Currently Twig_Loader_DynamicContent->isFresh() just returns always false. Would like to see this method implemented in the future somehow.

enhancement
help wanted

Getting this when trying to clear cache after uploading plugin files (Mautic 5.0.1) In DefinitionErrorExceptionPass.php line 54: Cannot autowire service "MauticPlugin\MauticAdvancedTemplatesBundle\Feed\Feed": argument "$feed" of method "__construct()" has no type-hint, you...

Trying to use dynamic content as per Example 3: Reusable code snippets using the following... `{% TWIG_BLOCK %} {{include('dc:test_content')}} {% END_TWIG_BLOCK %}` I get the error... `mautic.NOTICE: Swift_TransportException: Error while...

When plugin is enabled emojis doesn't work correctly in all emails - no matter is there `{% TWIG_BLOCK %}` in it or no. Emojis are visible in email builder and...

bug

Tried to install the plugin on a fairly fresh Mautic instance: ``` cd www/mautic/docroot/plugins/ wget https://github.com/Logicify/mautic-advanced-templates-bundle/archive/refs/tags/1.2.zip unzip 1.2.zip mv mautic-advanced-templates-bundle-1.2/ LogicifyMauticAdvancedTemplatesBundle php /var/www/mautic/bin/console cache:clear // Clearing the cache for the...