I know that this is a framework-specific question and not really a general programming one, but I already asked this question on the Magento StackExchange forums and got no response from there.
I want to replace the normal price with the special price for all my simple products (the special price will no longer exist). I am pretty new with Magento and I don't know what's the best approach to doing this.
I was thinking about a SQL Query that replaces the values, then find a way to disable the special prices on the no-longer-discounted products.
I was also thinking that I could use the Import/Export tool to export a list with all the discounted simple products, change their attributes in Excel and then import the new csv with Magmi, but the default Magento Import/Export tool does not work that well for me (multiple lines for the same SKU).
Is there any way I could do this safely? Is Magmi capable of disabling all the special prices from my products?
My Magento version is Magento 1.9
Thank you!