Jump to content

1.7 Second combination error


The_Land_Lord

Recommended Posts

 

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...