Attributes Copier
for osCommerce Online Merchant v2.2
Quick copy selected options with all option values assigned to one source product to many others.
Legend: 
Download

Report
If you want to copy the attribute of a particular product and add the same attribute to another product through admin this contribution very easily solve your purpose.
My friends sometimes there is a simple way to get the same thing done. I found these contribution that allow us to copy the attributes of any product, very simple just one file to upload to admin area.
http://addons.oscommerce.com/info/4550/v,22
Hope is useful for you guys at it is for my.
I include gere the file and a screen from products_atributes.php.
Enjoy.
I am not sure why attributes_copier0.61 requires you to add a "sort_order" field to the "products_attributes" table in the database since it doesn't use it for any good reason. This just breaks products_attributes.php from MS2 since it is trying to work with a 6 field table and not a 7 field table.
With this you do not need the Attribute_Copier0.6.11 "fix" since it is not needed... unless you like lowering the floor to get the Mule through the door. :)
Anywho, you can easily install attributes_copier0.61 on MS2 by simply fixing the products_attributes_copier.php file that is included in that download with this.
This is just an update and only contains this file. If you wish to install this module, first download
attributes_copier0.6.1.
Correction to admin/products_attributes_copier.php
Added lines 51, 52, 62, 71, 74 to make the "Select the options to be copied" menu work as expected
- better products listing in case when product name is missing
- some corrections in bonus products_attributes.php
Thanks to Patrick Lemp for some corrections
fixed attributes copier from Jarda Jedlinsky
- filename was wrong
- sql tabel was wrong
- and the new attributes_product_copier.php doesn't work
Added an SQL file fpr easyer import and used the old attributes_product_copier.php which worked perfectly
Fixed sort_order table column error.
Fixed file version and functions missing.
Fixed bug in attributed products count.
Quick copy selected options with all option values assigned to one source product to many others.