Hello, I noticed that Cars Attribute, Osclass Payment and probably some other plugins aren't getting hooked on item's page
unless you have a Custom Field active- Tested on clean installation
- Even Osclass Pay Payment Plugin doesn't show up
- Those plugins loads correctly on Categories or Account
- if any Custom fields are active on the published item they both works on item's page
This code is already present:
div id="plugin-details">
<?php osc_run_hook('item_detail', osc_item() ); ?>
</div>
any tip?