Jump to content

Combinations Tab Blank in BO


Recommended Posts

Hello,

I have managed to somehow get the PrestaShop combinations generator to allow me to create 9 attribute groups containing a few attributes each. Luck! The only problem is that the combinations tab for each product is now blank. I have not way to access the pricing for each in the BO now. Before I going digging in my database, I thought I would see if anyone had a solution for this problem?

Thanks,
Matt

Link to comment
Share on other sites

  • 2 weeks later...
I think You have to many attributes. Look, how many attributes its generates?


There's no such thing as "too many attributes", if I need users to customize a product, I'm using just the right amount.

The way prestashop is handling attributes is flawed, if having more than X number of attributes breaks the shopping cart, the least you could do is add a warning "is you enter more than 3 attributes your shop will crash and stop working"
Link to comment
Share on other sites

  • 7 months later...

I am having an issue with this as well. I added attribute combo's and it gave me a green check mark showing it to be successful, but the area under the combination's tab is just blank, with the only option being to "go back to catalog". Now my product doesn't show up at all in my store when it is selected.

I'm now wondering if there is anything I can do to salvage the product at all since it's just stuck. How many attribute combination's are allowed? Is it just a mystery? I think it came to around 63,000 or so.

Link to comment
Share on other sites

I am having an issue with this as well. I added attribute combo's and it gave me a green check mark showing it to be successful, but the area under the combination's tab is just blank, with the only option being to "go back to catalog". Now my product doesn't show up at all in my store when it is selected.

I'm now wondering if there is anything I can do to salvage the product at all since it's just stuck. How many attribute combination's are allowed? Is it just a mystery? I think it came to around 63,000 or so.


The number depends on the memory settings in php, usually around 1,000-3,000.

The only way you can get the product to work again is to manually delete the attributes in the database.

In phpMyAdmin run the following query, and replace your product is with X

DELETE from ps_product_attribute WHERE id_product = X



There are currently only 2 ways I know of to get around this:

1) Customize the attributes code yourself.
2) Use my Attribute Wizard Pro module http://www.prestashop.com/forums/viewthread/47363/

Link to comment
Share on other sites

  • 1 year later...

I know this is a couple of years old now, but I have not found any answers.

Is there any other way to fix this? I am building a small site using Prestashop for a Not for Profit Car Club, and they cannot afford the $125 price tag attached to that module.

 

Prestashop is the best (free) shop I have found, but this limitation on the combinations is just frustrating. I even tried increasing the PHP Memeory Limit, without and change in Prestashop itself.

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...