Community Add-Ons
| Maintainers: | mcpkone |
Stock Viewer with Quantity per attribute
for osCommerce Online Merchant v2.2
This is a merge of two contributions:
a) osCommerce Stock Viewer v1.0c - Author: Martin Gluckman + ddSHADOW + Chris Falco
b) Quantity per Product Attributes Mod v1.0 - 27th June 2005 - Author: Ben Cooper
I have a shop that uses the contribution Quantity per Product Attributes. To be able to use the very
handy contribution Stock Viewer I had to do some small modifications to this. Since the database map was
necessary to complete the task. I include it in the contribution for those who want to improve develop further.
My Stock Viewer shows:
["products_id"]
["products_name"]
["products_model"]
["products_status"]
["products_options_values_name"]
["options_quantity"]
["products_quantity"]
Very easy install but quite powerful :-) Enjoy!
/mcpkone
The file was using <? to indicate PHP tags rather than the more universal <?PHP which caused problems on some PHP installations and had a double include of the application_bottom
