Jump to content

Product Combination bulk not showing any combination in BO


cortsenc

Recommended Posts

Hello,

I had Prestashop 1.7.5.0 and I upgrade to 1.7.6.5 without problems. Now, when in BO I go to Product > Combination tab, I don't see any combinations in any Product. But I can see from de FO.

Symfony debugger didn't show any error, but when I use DevTools, I compared the XHR calls, and show me some missing calls from 1.7.6.5:

Both Prestashops, 1.7.5.0 and upgraded 1.7.6.5:
index.php/sell/catalog/products/attributes/get-all?_token=***
index.php/sell/catalog/products/specific-prices/list/4075?_token=***

Only in 1.7.5.0:
index.php/sell/catalog/products/attributes/form-images/4075?_token=***
index.php/sell/catalog/products/combinations/form/61010?_token=***

Does anybody now where the third and forth call comes from (I supose JavaScript file), and where I can put a breakpoint to debug why this calls are never called?

Thanks,

Note: I paste here both screenshots with web inspector:

image.thumb.png.3373fdb1b1be7f2ac9bf1ed4d68fc5fa.png

image.thumb.png.9f58add2c4cbc9e977d9801fa05d1cf5.png

 

Link to comment
Share on other sites

On 5/26/2020 at 7:42 PM, ndiaga said:

PHP   7.2   is   fine.

Did  you enable  debug   mode?

 

Yes, but there weren't any errors. It just there are GET AJAX request missing (only 3), and If I knew where they had suposed to be called, I could put a breakpoint and debug which variable is missing or table problems...

 

image.png.68c4a6bc2e0d348ce4f8078f2ca06064.png

 

 

It seems that is still loading. It has the list of data-ids-product-attribute but still don't load it:

image.png.dd534dc9320847ef7de77c2fb659c3eb.png

 

Edited by cortsenc (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

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...