Amasty MegaMenu #407
Replies: 4 comments 4 replies
-
|
After searching in other topics I found this https://github.com/orgs/breezefront/discussions/384#discussioncomment-13625611 How i can adapt the uiLayout in order to is there is imports on sub component definition loaded it |
Beta Was this translation helpful? Give feedback.
-
|
I tried also with better_compatibility but it's not working An other issue is I don't understand why this not fired I understand that we should add a component in the js but I tried several ways based on documentation but there is something that I don't get I joined the file that I want to see loaded. For this file I tried to put directly on my theme folder the file with But it's not loaded |
Beta Was this translation helpful? Give feedback.
-
|
Hi sure I can do that What I see at the moment is modules load by the first I have to add manualy these declarations in breeze_default.xml For components that use this.source in there code I have to force provider in component definition Something else that I see it's when the setLinks is call the imports property are read but not set in the component I see the update = isImport ? (v) => keyCmp.set(keyPath, v) : (v) => valCmp.set(valPath, v); was trying to add value on a property get by but it's not working Please check your emails in a few minutes Thanks a lot for the reply |
Beta Was this translation helpful? Give feedback.
-
|
thanks I will try to work on it in a few days |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I'm working on compatibily of menu Amasty_MegaMenuLite (and Amasty_MegaMenu) and i do something like this to import the JS on bundles and fire the execution of code but it's seems imports and deps not triggered as a result
My point here it's when this component is loaded by uiLayout => layout([componentDefinition]); deps or imports are ignored the "code" was not interpreted for example in the code I add manually a uiRegistry in the code to force source to be populated.
I force populate this.source by adding this
this.source = registry.get('index = ammenu_wrapper');The code of the component previously showed is called like this
And here how i can declare the component in the breeze_default.xml
Do you have any tips since I see there some module for amasty vendor ?
Regards,
Yasser
Beta Was this translation helpful? Give feedback.
All reactions