Contributions
Attributes option type selection
Version:
1.0 (09/10/2002)
Description:
I've modified osCommerce's option system so that it's now possible to select (in admin) the option type of a product (select, checkbox, radio, select multiple).
You can see an example of checkbox attribute use at this page:
http://www.emailers.it/product_info.php?cPath=8&products_id=18&language=en
Note: This is a live shop, please do not make any test order here!
Expand All / Collapse All
Version:
2.02.MS1 (18/02/2003)
Changes in version 2.02.MS1:
- sync with osCommerce 2.2MS1 version
Version:
2.01 (28/01/2003)
Changes in version 2.01:
- bugfix
- sync with 28/01/2003 CVS snapshot
- added sql attribute example file
- checkout_confirmation.php now don't need any modification
Version:
2.0 (29/10/2002)
Description:
I've modified osCommerce's option system so that it's now possible to select (in admin) the option type of a product (select, checkbox, radio, select multiple).
You can see the contribution in action into this site:
http://www.emailers.it
Note: This is a live shop, please do not make any test order here!
New features in version 2.0:
- use of attribute for:
special offer on product (3x2,4x2,...)
minimum order quantity
price levels: qty < n1 price1
n1 <= qty <n2 price2
...
- new text attribute option
- conditional option (option1 linked with option2, if you select option1, option2 is automatically selected)
- order of attribute
- bugfix
Version:
1.0 (09/10/2002)
Description:
I've modified osCommerce's option system so that it's now possible to select (in admin) the option type of a product (select, checkbox, radio, select multiple).
You can see an example of checkbox attribute use at this page:
http://www.emailers.it/product_info.php?cPath=8&products_id=18&language=en
Note: This is a live shop, please do not make any test order here!
Note: Contributions are used at own risk.