When setting up the auto_loaders, you need to insert some value into $autoLoadConfig[XX]... from the wiki I kinda get the idea that you want your auto loader to start sometime after another one, if sequence matters... but its not really well documented what the significance of that is.

From the loan example, I get that the cart system loads at 80 so if you're doing something within the cart, you should choose somethinge like 90... fine, simple enough. But outside that one example... now what?


I'm writing an observer that triggers on:

NOTIFY_ORDER_PROCESSING_STOCK_DECREMENT_END

What value should I use? I searched through config.core.php and there's no obvious clue that jumps out at me telling me when "order" is instantiated.

Lil help?

Thanks.

- Steven