I setting up drupal with the e-commerce module to sell custom PCs and laptops. I hopping to us the apparel product module with product variations to offer several options ie ram, harddrive, videocards etc. The issue I've ran into is that although I can add several product variations. Only 5 will display in product node with there attributes. After the 5th variation no attributes show only variations. Is there some sort of database limit that is causing this?

Comments

Cerel’s picture

Have you grabbed the latest ecommerce release ?

Because the old function used to create the permutations in the subproducts module only supported 4 or 5 permutations.
But someone patched that function to make one that's recursive and that doesn't have that limitation.

So if you still have an old release of ecommerce 4.7, grab the latest one (same filename, but not the same date). If the problem is still there, then we can start looking more in details what's causing that.

waxman2’s picture

I downloaded module less than 2 weeks ago so I think I have newest one???

Cerel’s picture

My bad, i thought the patch made to cvs and 4.7, but it seems the patch hasn't been committed yet.

So to confirm what i was saying, the actual code only allows up to 5 permutations.
Brmassa created an issue (and a patch) for that problem.

You can look at the issue here. If you're brave, or want to test, go ahead and apply the patch. If the patch does correct your issue (or even else), please report back to the issue. That way we can progress on that issue.