No, you can not.
But there are other possibilities. Inside the apps, you can create an option to activate a hook or not or to include inside the hooks a status in relation with the app.
If (defined('MY_APPS_CATALOG_TEST_STATUS) && MY_APPS_CATALOG_TEST_STATUS == 'True') {
return false;
}
Or
If (defined('MY_APPS_CATALOG_TEST_HOOK_STATUS) && MY_APPS_CATALOG_TEST_HOOK_STATUS == 'True') {
return false;
}
I have not tested, but I think it's a way to manage a hook or not.
the core has not a status function to manage the hook.
Hello,
I will have know how to display the meta tag description, title ... I found how to write by default on by product description, but I don't see the elements ?
Hello Mc,
I have been a similar problem, I just change the sort order. If you have the same sort order, you can have a problem to display the module where you want.
I hope this experience can help you.
Hello,
Also, I used Osc, this application is good, but when you want to make something more, you must include some code in the core. At the end, I decided to test other things, there are some good e-commerce application.ClicShopping is one I look because it's close to Osc on the bd.