Index: /controller/wpsg_ShopController.class.php
===================================================================
--- /controller/wpsg_ShopController.class.php	(revision 6857)
+++ /controller/wpsg_ShopController.class.php	(revision 6858)
@@ -2793,4 +2793,8 @@
 		{
 
+		    global $post;
+		    
+		    if (is_object($post) && \post_password_required($post)) return $content;
+		    
 			$out_content = $content;
 
