andtrx Posted July 6, 2022 Share Posted July 6, 2022 Hello, I just found out that prestashop has troubles with products that have too many combinations (I think I need over 2000). So I am looking into possibile solutions. 1. Is there a module that can create that many combinations? I saw some threads about it in the past but the links returned 404. 2. Is there a module that allows the creation of custom fields (inputs)? Numbers type and text type? for example so that clients can write in the size they want 3. Is there any other solution? Thanks, Link to comment Share on other sites More sharing options...
Daresh Posted July 6, 2022 Share Posted July 6, 2022 Hello, indeed this is a bottleneck of PrestaShop. What is your exact case? What kind of products do you have? Link to comment Share on other sites More sharing options...
andtrx Posted July 6, 2022 Author Share Posted July 6, 2022 15 minutes ago, Daresh said: Hello, indeed this is a bottleneck of PrestaShop. What is your exact case? What kind of products do you have? We are talking about lenses, they can have Attribute A = 100 options Attribute B = 5 Attribute C = 2 Attribute D = 20 Thats an example Link to comment Share on other sites More sharing options...
Daresh Posted July 6, 2022 Share Posted July 6, 2022 And all the options influence the price or is it only something the customer needs to select? Link to comment Share on other sites More sharing options...
andtrx Posted July 6, 2022 Author Share Posted July 6, 2022 (edited) 1 hour ago, Daresh said: And all the options influence the price or is it only something the customer needs to select? Yes, some or most of them. I found this module, and judging by this thread , it seems it does what I need, is there other solution? Edited July 6, 2022 by andtrx (see edit history) Link to comment Share on other sites More sharing options...
Daresh Posted July 6, 2022 Share Posted July 6, 2022 AWP was the best module for handling excessive combinations, but the authors switched to other platform so I think it will not be supported any more. Link to comment Share on other sites More sharing options...
andtrx Posted July 6, 2022 Author Share Posted July 6, 2022 1 minute ago, Daresh said: AWP was the best module for handling excessive combinations, but the authors switched to other platform so I think it will not be supported any more. Forgot to add the link to the module: https://www.presto-changeo.com/prestashop/prestashop-17-modules/139-prestashop-attribute-wizard-pro-module.html Is there one similar? if not, I suppose this module will still work for a while Link to comment Share on other sites More sharing options...
[email protected] Posted July 6, 2022 Share Posted July 6, 2022 Are you not limited by your php ini setting max_input_vars? Increasing this value to 50000 helped in a simular use case I believe. Or it had to do with product features. goodluck, Leo Link to comment Share on other sites More sharing options...
Daresh Posted July 6, 2022 Share Posted July 6, 2022 Handling a product with 20000 combinations will be painful. If that's a new shop, we sometimes suggest looking for some other software. Link to comment Share on other sites More sharing options...
andtrx Posted July 6, 2022 Author Share Posted July 6, 2022 its a little bit late now, considering the shop is close to launch Link to comment Share on other sites More sharing options...
andtrx Posted July 13, 2022 Author Share Posted July 13, 2022 (edited) @Daresh Seeing as you might have worked with the module in the past I will dare ask. I finally have everything installed regarding the module but I have 2 problems: 1. When I have the debug mode set to ON, the following happens: -> I create separate combinations for 1 product -> Iif I visit product page and I get the following error, please see first part of the attached image -> When this mode is ON I can update the product 2. When I have debug mode set to OFF -> I cannot update the prodcut anymore -> I get errors in the requests (please see last part of the image, the errors in dev tools part) -> I can visit the product page Any idea what might cause this behavior? Edited July 14, 2022 by andtrx Extra information (see edit history) 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