Prescol Posted March 7, 2012 Share Posted March 7, 2012 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 More sharing options...
Mike Kranzler Posted March 7, 2012 Share Posted March 7, 2012 Hi Prescol, PrestaShop can handle as many products as your hosting provider can handle. Our software has been tested to handle as many as one million products, as a matter of fact. -Mike Link to comment Share on other sites More sharing options...
Prescol Posted March 7, 2012 Author Share Posted March 7, 2012 orehanks Mike, i´m gonna test it by myself. I´ll tell you how it worked.... hope it works fine. Link to comment Share on other sites More sharing options...
tomerg3 Posted March 8, 2012 Share Posted March 8, 2012 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 More sharing options...
Recommended Posts