Community Add-Ons

Maintainers: bcdev
Add file to this package
Top » Features

Add Attributes to categories.php
for osCommerce Online Merchant v2.2

bcdev contrib - Add Attributes to categories.php


Note:

This contribution add checkboxes in the categories.php file into Administration Panel, so then you create/modify a product, you can add/remove attributes much faster than one-by-one.

It is useful if you have many products with similar attributes (families and/or values)
To appear, the attributes must have been added with the Products Attributes tool already present.



This is my first contrib, I hope this help you.

Benjamin

Legend:  Download   Report
Expand All / Collapse All
Fix bcdev 15 Feb 2008  

Fix a bug that unable to delete all options.

the line
tep_db_query("delete from " . TABLE_PRODUCTS_ATTRIBUTES . " where products_id='" . (int)$products_id . "'");
must be before :
if (isset($HTTP_POST_VARS['option'])) {
around line 270.

Language pack bcdev 3 Jan 2008  
New Version bcdev 3 Jan 2008  
New version with download support bcdev 2 Jan 2008  
New version bcdev 29 Oct 2007  
New Version bcdev 18 Oct 2007  
Add Attributes to categories.php bcdev 9 May 2007  
Add Attributes to categories.php bcdev 9 May 2007