Jump to content

Some help with the combination generator, please


Recommended Posts

I've got a product that has 5 options with 5 choices each. I really don't want to have to enter each one by hand, and the combination generator is blowing up when I try and use it and is giving this error:

 

Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 98 bytes) in /home6/fetbidsc/public_html/store/classes/cache/Cache.php on line 315

 

I've tried increasing the memory in my php.ini file all the way up to 32 Gig but it's still not working.

 

If I lower the choices to 1 or 2 I can get it to work. Here's my thought and where I need some assistance. If I run the generator with say 2 choices each, then could export the product out into a spreadsheet, I could re-run the generator with 2 different choices and repeat. Once I had all the choices in a spreadsheet I could do a .CSV import of the product with all the combinations at one time.

 

So my question is: What table do I need to look inside to export the product combinations when they are created by the generator?

 

Thank you for your assistance.

Link to comment
Share on other sites

This is a limitation the Prestashop has. To get things to work you are going to need an attribute module, Presto changeo makes the only one I know of, it is called Attribute Wizard Pro. You can check them out at www.presto-changeo.com

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...