Index: /changelog
===================================================================
--- /changelog	(revision 7021)
+++ /changelog	(revision 7023)
@@ -112,5 +112,5 @@
 
 #4.0.9
+- Bugfix: Produktbewertung mittels globale Kommentarfunktion aktivierbar
 - Feature: Produktvarianten - Export von Produktname / Produktartikelnummer ÃŒber Exportprofile mÃ¶glich
 - Feature: Lagerbestand - Export vom Lagerbestand / Mindestlagerbestand ÃŒber Exportprofile mÃ¶glich
-- Feature: Aboprodukte - Export von Abo Startzeit, Abo Laufzeit, Abo Kosten VerlÃ€ngerung und Abo Dauer (Tage) ÃŒber Exportprofile mÃ¶glich
Index: /mods/wpsg_mod_produktartikel.class.php
===================================================================
--- /mods/wpsg_mod_produktartikel.class.php	(revision 7021)
+++ /mods/wpsg_mod_produktartikel.class.php	(revision 7023)
@@ -820,4 +820,8 @@
 			if (wpsg_isSizedInt($post_id) && wpsg_isSizedString($permalink))
 			{
+				
+				if ($this->shop->get_option('wpsg_mod_produktartikel_comment') === '1') $comment_status = 'open';
+				else if ($this->shop->get_option('wpsg_mod_produktartikel_comment') === '2') $comment_status = 'closed';
+				else $comment_status = $post_data['comment_status'];
 
 				$produkt_data = wpsg_array_merge($produkt_data, array(
@@ -825,5 +829,5 @@
 					'pos' => $post_data['menu_order'],
 					'url' => get_permalink($post_id),
-					'comment_status' => $post_data['comment_status'],
+					'comment_status' => $comment_status,
 					'arCat' => $arCat
 				));
