The_Land_Lord Posted May 7, 2020 Share Posted May 7, 2020 I can see attributes, create combinations, but when I return to these combinations when they are created, the second one is not modifiable and the stock field disappears. Another curious fact is that if you allow the second combination to be eliminated, but if you go back into the product, the combination that was in position 3 and that after deleting the problem is now in position 2 has the same problem. I have tried to trace in debug mode, but can't find where the error might be. Can someone help me? Link to comment Share on other sites More sharing options...
JBW Posted May 11, 2020 Share Posted May 11, 2020 What are your Prestashop and PHP Version? Link to comment Share on other sites More sharing options...
The_Land_Lord Posted May 11, 2020 Author Share Posted May 11, 2020 Hi, thanks for your help. PHP 7.1.33 and Prestashop 1.7.5.2 I'm tracing the error, but all data about my combinatios is ok. The last file, when I lost the trace is CombinationController.php, in this code, when render the combination: return $response->setContent($this->renderView( '@Product/ProductPage/Forms/form_combination_collection.html.twig', array( 'combinationForms' => $forms, Regards. 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