Is it possible to duplicate a product attribute into a new field -- using only Magento's admin interface ?
Creating a PHP script or using a SQL statement is not an option ( I wish it were ). I need a solution that is entirely done on the dashboard.
Example:
We need to duplicate the "SKU" attribute into a new "UPC" attribute. [ about 100 products will then be hand-edited to remove invalid UPCs ]
I know I could do this quickly in PHP or the Database. I would honestly prefer that -- but this is for a friend who has no in-house tech talent right now.