+ Add post
Hi community..
I'm using a marketplace add-on, and want to customize one of their page.
In that page, there is a button that implement a custom handler. And how to modify/override that custom handler in my custom package?
For that page i have make it available in my custom package, but when i switch to code (client schema) i didn't find that handler.
Is it possible?
Like
You won't see the handler in your replacing page, however, you can still override it. For example, if the base page has a request called this: ...MoreLess
Hi Ryan,
Thanks for the response..
I tried that and the good news is I can change the handler (it works), but the parent handler is still called...MoreLess
Cokky Saut Monang Turnip,
Hmm. Try returning false? (instead of just commenting out the return request.handle(next))
In order to customize a page from a marketplace add-on and override a custom handler in your custom package you can do the following:
Iryna Oriyenko,
That applies to classic pages (and modules) only, not Freedom UI page handlers.
Ryan Farley,
Negative.. the result is still same 🥲🥲
I have tried :
any clue??