MagePlaza Gift Card integration #385
Unanswered
rynfindlay
asked this question in
1. Help
Replies: 1 comment
-
Can you please debug what |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am running into issues that I suspect come from compatibility or improper handling of Knockout components and JS resources under Breeze when trying to integrate with the MagePlaza Gift Card extension.
Could someone please assist?
Issue 1 - this.deps.filter Error
I’m getting the following error from Mageplaza’s view/information component:
Uncaught TypeError: this.deps.filter is not a function at Class._initialize (component.js:472)
It seems to relate to the deps configuration, but even after ensuring deps is set as an array the error continues.
Here’s how the component is defined in view/information:
Issue 2 - KO Template Doesn't Render
In the original view.phtml from Mageplaza, this KO template section is used:
<!-- ko template: getTemplate() --><!-- /ko -->
Under Breeze, this never renders. The component itself appears to load, but the template output is missing even with the loader disabled.
Here is my breeze_default.xml file:
Any advice on getting these components working with Breeze would be appreciated
Thanks
Beta Was this translation helpful? Give feedback.
All reactions