[email protected] Posted March 2, 2015 Share Posted March 2, 2015 I am using Prestashop 1.6.0.13 we are overriding AdminAttribteGeneratorController but we are not able to call the function productAttributeCombination() in my file. we are getting error after click on save button Step 1. How we did Override class AdminAttributeGeneratorController extends AdminAttributeGeneratorControllerCore Step 2. Call function in my file public function productAttributeCombination() { $tab = array_values($multi_array); AdminAttributeGeneratorController::setAttributesImpacts($this->product->id, $tab); // Here we are getting error $this->combinations = array_values(AdminAttributeGeneratorController::createCombinations($tab)); } 2 Link to comment Share on other sites More sharing options...
tomerg3 Posted March 2, 2015 Share Posted March 2, 2015 Sharing the error may help... Link to comment Share on other sites More sharing options...
[email protected] Posted March 3, 2015 Author Share Posted March 3, 2015 It is showing blank page at the time of function call. Link to comment Share on other sites More sharing options...
tomerg3 Posted March 3, 2015 Share Posted March 3, 2015 Did you try to enable debug mode (/config/defines.inc.php)? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now