diff -Naur commerce.unpatched/pi1/class.tx_commerce_pi1.php commerce/pi1/class.tx_commerce_pi1.php --- commerce.unpatched/pi1/class.tx_commerce_pi1.php 2010-09-21 17:18:05.000000000 +0000 +++ commerce/pi1/class.tx_commerce_pi1.php 2010-09-21 22:01:40.000000000 +0000 @@ -680,7 +680,12 @@ } $i ++; } elseif ($values[$val->getUid()] == 'disabled') { - $markerArrayItem['###SELECT_ATTRIBUTES_VALUE_STATUS###'] = 'disabled="disabled"'; +print "OUTOFSTOCK=".$this->conf['showOutOfStockAsDisabled'] ; + if ($this->conf['showOutOfStockAsDisabled'] == 1) { + $markerArrayItem['###SELECT_ATTRIBUTES_VALUE_STATUS###'] = 'disabled="disabled"'; + } else { + $markerArrayItem['###SELECT_ATTRIBUTES_VALUE_STATUS###'] = 'style="display:none;"'; + } } else { $markerArrayItem['###SELECT_ATTRIBUTES_VALUE_STATUS###'] = ''; } diff -Naur commerce.unpatched/static/constants.txt commerce/static/constants.txt --- commerce.unpatched/static/constants.txt 2010-09-21 17:18:04.000000000 +0000 +++ commerce/static/constants.txt 2010-09-21 22:48:56.000000000 +0000 @@ -71,6 +71,9 @@ # cat=plugin.commerce: Display/file/1; type=file[html,htm,tmpl,txt]; label= Template File: HTML-template for display the products and categories templateFile = EXT:commerce/pi1/category_product.tpl + # cat=plugin.commerce: Display/StockHandling/b6; type=boolean; label=switch for showing Articles out of stock, when using allArticles=0 + showOutOfStockAsDisabled = 1 + # cat=plugin.commerce: Display/other/5; type=string; label= Attribute Linebreak Chars: Chars which should be used if more than one line of attributes attributeLinebreakChars =
} diff -Naur commerce.unpatched/static/setup.txt commerce/static/setup.txt --- commerce.unpatched/static/setup.txt 2010-09-21 17:18:04.000000000 +0000 +++ commerce/static/setup.txt 2010-09-21 22:54:53.000000000 +0000 @@ -18,7 +18,6 @@ // switch on StockHandling useStockHandling = {$plugin.tx_commerce_lib.useStockHandling} - stdField = stdWrap stdField.setContentToCurrent = 1 stdField.if.isTrue.current = 1 @@ -284,6 +283,7 @@ // switch on StockHandling useStockHandling < lib.tx_commerce.useStockHandling + showOutOfStockAsDisabled = {$plugin.tx_commerce_pi1.showOutOfStockAsDisabled} products.showWithNoStock = 1 articles.showWithNoStock = 1