Quote Originally Posted by carlwhat View Post
i suppose my next question is whether observers work within the encapsulated plugin?

my initial testing suggests they do not. or perhaps it is just the auto loading observers that do not work?

i will try to manually load it.
i can not get any observers to load from within an observers directory structure. which i suppose is why it is not listed here:

https://docs.zen-cart.com/dev/plugin...ory_structure/

it seems that the auto_loaders operates a little differently from within the zc_plugins directory that outside of it.

it seems that i can make do using a few hacks, but i think being able to load an observer from within the encapsulated directory structure would be a good idea.