Jump to content

100.000 combinations


Recommended Posts

Hi, i´m creating a shop for a customer that needs to sell combinations of pieces. I´ve created a script that generates all the combinations, but before generate products, i modified this to calculate how many combinations are needed. The result: more than 100.000 combinations. Now im scared about what could happen. has someone worked before with a similar quantity?. Will it run ok?

I readed about mysql limits, and as this, there is no problem, but what about prestashop?

Link to comment
Share on other sites

You cannot have more than 1,000-3,000 combination per product.

You will get Out of Memory errors and would not be able to load the product in the FO or BO.

 

Check out this module, it was designed exactly for this issue, it changes the way combinations are handled, which lets you use as many attributes as you want, and has many other great features.

 

http://www.prestashop.com/forums/index.php?/topic/47363-module-attribute-wizard-pro-create-an-unlimited-number-of-attributes-and-display-as-radio-button-checkbox-dropdown-textbox-teaxtarea-files/

Link to comment
Share on other sites

×
×
  • Create New...