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...