Contributions
Stock Viewer with Quantity per attribute
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
Expand All / Collapse All
Sorry, the previous file seem corrupted. Use this one.
This is a full package with a much enhanced version of stockview.php
This much enhanced version allows you to have:
-split page results
-ability to search specific products
-ability to edit model number and attribute quantity right on stockview.php
To take full advantage of this new version stockview.php, you need to install "Margin Report" contribution first.
http://addons.oscommerce.com/info/1594
because this enhanced version also display a new product cost column.
No change on the instructions. The only thing changed is the stockview.php.
** For those of you who have different product attributes and always wanted to keep track of attribute quantity, AND be able to edit quantity, you will be very pleased to find this upgrade.
Full package
This is a full package with a much enhanced version of stockview.php
This much enhanced version allows you to have:
-split page results
-ability to search specific products
-ability to edit model number and attribute quantity right on stockview.php
To take full advantage of this new version stockview.php, you need to install "Margin Report" contribution first.
http://addons.oscommerce.com/info/1594
because this enhanced version also display a new product cost column.
No change on the instructions. The only thing changed is the stockview.php.
** For those of you who have different product attributes and always wanted to keep track of attribute quantity, AND be able to edit quantity, you will be very pleased to find this upgrade.
Full package
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
Just made stock viewer file a little better.
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
Note: Contributions are used at own risk.