Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm using magmi to import products into Magento. I've given up looking for help with Magmi, so I'm making this a Magento/MySQL question.

Right now I have the wrong simple products assigned to configurables. For instance, I have the simple product x001543.23.2 assigned to the configurable products x001 and x001543. This means a wrong size/color option showing when the configurable product x001 is accessed. My plan is to delete the references to the wrong simple products, in the configurable product. How do I tell them appart: I've noticed that the wrong simple products have the "price" field empty, as opposed to the right simple products, that all have a value assigned (usually "0").

So, onto MySQL. I've noticed that catalog_product_super_attribute_pricing shows ALMOST all the simple products that are referenced in the "associated products" section of the configurable products. If there's no price defined, they don't show in this list. This may be a way to identify the "rogue" products.

This is where I come to a stop. Can someone help me remove all wrong references in my configurable products?

There must be another relevant table that connects the simple products to the configurable ones. Perhaps I could cross-reference that with catalog_product_super_attribute_pricing and delete all references to products that don't have a "price" value assigned...

share|improve this question
I'm working my way through catalog_product_super_link, catalog_product_super_attribute_pricing and catalog_product_super_attribute, but things aren't getting clearer... When I look for a configurable product that has the issue inside catalog_product_super_link, I only find lines relating to the wrong "simples" references. I started getting excited, but I see other records in that table relate to products that are fine... Still lost... – Mike Jun 15 '12 at 13:43

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.