http://www.zen-cart.com/index.php?ma...roducts_id=953
The mod I found is excellent
Example: http://www.tuscanyhydepark.com.au/in...&products_id=2
but....
When I use it with 2 attributes this happens
http://www.tuscanyhydepark.com.au/in...&products_id=1
13.11.08
define('TEXT_OUT_OF_STOCK', 'Out of stock');
define('TEXT_OUT_OF_STOCK_MESSAGE', 'The combination of options you have selected is currently out of stock. Please select another
combination.');
I have never seen the 'TEXT_OUT_OF_STOCK_MESSAGE' message...
It works ok but when you select a combination of items that are not in stack it comes up with a pop up that says [FONT=Verdana]TEXT_SELECT_OPTIONS,
So I added
define('TEXT_SELECT_OPTIONS', 'The combination of options you have selected is currently out of stock. Please select another
combination.');
To /public_html/includes/languages/english/product_info.php
[/FONT]But then after I did this, the pop up stopped coming up and all it did when you selected items with no stock was go to the shopping cart where is said the item was out of stock, (well it better than before)
The read me file said
=============
KNOWN ISSUES:
=============
1. The single_dropdown option does not work correctly as it does not add the item with the selected attribute. I hope to have this fixed soon. To get around this use multiple_dropdown or sequenced_dropdown options for the single attribute configuration.
2. Multiple_drop down does not work with multiple attributes, a regular expression needs to be fixed. Use the sequenced_dropdown for more than one attribute.
2. This code is far from optimized and does not follow all the Zen Cart standards. I hope to have this cleaned up over time with the help of the community.
3. The single_radioset option is not tested.
################################################################################__
I dont know what some of that meant



