Integration with Meta for Magento2 #357
Replies: 3 comments 3 replies
-
That's weird. Have you enabled js merge? JS merge could be the reason for this error. As for the phtml files, they look fine for me. Try using <item name="dynamic" xsi:type="array">
<item name="items" xsi:type="array">
<item name="Meta_Conversion/js/metaPixelTracker" xsi:type="array">
<item name="path" xsi:type="string">Meta_Conversion/js/metaPixelTracker</item>
</item>
</item>
</item> |
Beta Was this translation helpful? Give feedback.
-
@patruvlad I've implemented this module on my project, I believe it may be a good start for you! I didn't cover all the features. |
Beta Was this translation helpful? Give feedback.
-
Here is an integration we did months ago, I hope it serves the purpose https://packagist.org/packages/aqeltech/module-breeze-meta-conversion @vovayatsyuk Can we have this listed too? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
we have a magento 2.4.7-p1 with Breeze theme installed. our marketing department is used to work with the module that Meta offers for Conversions API and other functionalities. Unfortunately de developers barely respond to requests or suggestions. Can you help us with a small guide or something on how we can make the module Breeze compatible here is a link to what JS files for frontend the module has. https://github.com/magento/meta-for-magento2/tree/main/app/code/Meta/Conversion/view/frontend/web/js . I tried adding the scripts in breeze_default.xml as follows but we get the console error: "Unable to solve dependency" with the script we tried to add in the breeze_default.xml
Maybe the error comes up because the module loads some of the require portions in Phtml in head.additional ( close to the top of the page), I am not sure
Kind regards,
Vlad Patru
Beta Was this translation helpful? Give feedback.
All reactions