Development
Find duplicated taxvat (DNI, NIF) in database for Magento 1
Just a quick note for myself. If we need to find duplicated values for a specific attribute (in this case attribute “taxvat” for the entity “customer” (for Magento 1): First of all, we need to know the attribute id of our attribute code: And then we execute the following query Read more…