Created
June 25, 2019 04:47
-
-
Save hatimalam/286c700e8f1487039de81cab6cd59856 to your computer and use it in GitHub Desktop.
Product Catalog custom bean registry
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Overriding PC bean to enable ACL | |
* custom/Extension/application/Ext/Include/custom_pc_bean_registry.php | |
*/ | |
$objectList['ProductTemplates'] = 'ProductTemplate'; | |
$beanList['ProductTemplates'] = 'CustomProductTemplate'; | |
$beanFiles['CustomProductTemplate'] = 'custom/modules/ProductTemplates/ProductTemplate.php'; | |
$moduleList[] = 'ProductTemplates'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment