The way we have done our SKU's is to have the manufactures name then the product code.
However now we need to change this to just the product code and take out the manufacturers name. We do not mind doing this on simple products as it is quick to do. However we have around 700 items that are variables. This means the top variable has the manufactures name and the variants have the part number.
Can someone help us make a SQL query that will check if the product has a variable with a SKU if so to delete the SKU of the master product.
Our simple products have variables however the variables SKU is blank (null) if it is a simple product. So by using that logic we should be able to look through the database and work out what is not a simple product and delete the SKU of the master product.
Again, any help on this would be great.
Thanks.