Community Add-Ons

Maintainers: FuzzyBubblewrap
Add file to this package
Top » Features

Product Attributes Clone tool
for osCommerce Online Merchant v2.2

I know it's not the prettest thing in the world, but it gets the job done. This is my first contribution, this probally won't be my last. What this does is allow for you to take an already existing product and clone it's attributes so you don't have to select every attribute. Maybe something like this exists, I couldn't find it.

Legend:  Download   Report
Expand All / Collapse All
bug is fixed faaliyet 29 Mar 2008  

I realized, the error found in "products_attributes.php" file for "Product Attributes Clone tool" was occured because of some missing section that I did.
Because the file that I used was prepared by "Product Attributes - Option Type Feature" (http://www.oscommerce.com/community/contributions,160), was giving error as;

1054 - Unknown column 'products_options_type' in 'field list'

insert into products_options (products_options_id, products_options_name, language_id, products_options_type, products_options_length,
products_options_comment) values ('9', 'text 1', '1', '1', '', '')

[TEP STOP]

The cause of this as I said before is because of "Product Attributes - Option Type Feature" contribution not to be used.
To correct this situation, it is enough to allow to work sql file that I added, with phpMyadmin.

It will work extremly good even if you don't use contribution "Product Attributes - Option Type Feature".
PS: Sql file for sql query and one screenshot from advanced search (OTF) page are added.

Product Attributes Clone tool v1.1 faaliyet 17 Mar 2008  
Update for option type enable ssilva 3 Nov 2007  
Update FuzzyBubblewrap 24 Sep 2006  
Product Attributes Clone tool FuzzyBubblewrap 24 Sep 2006