Index: /changelog
===================================================================
--- /changelog	(revision 7595)
+++ /changelog	(revision 7596)
@@ -287,3 +287,6 @@
 - Bugfix: Zeilenabstand vor FuÃtexten in Mails eingebaut
 - Bugfix: Speicherung von FuÃtexten mit HTML mÃ¶glich
+- Bugfix: Textvereinfachung bei fleixblen Preis Gutscheinprodukt
+- Bugfix: Doppelter Downloadlink bei Gutscheinprodukt raus
 - Feature: URL Benachrichtigung sendet einen User Agent und Referer mit (Wordfence Regel)
+
Index: /views/mods/mod_voucherproduct/order_view_sidebar_content.phtml
===================================================================
--- /views/mods/mod_voucherproduct/order_view_sidebar_content.phtml	(revision 7595)
+++ /views/mods/mod_voucherproduct/order_view_sidebar_content.phtml	(revision 7596)
@@ -15,7 +15,4 @@
 		&nbsp;/&nbsp;<a target="_blank" href="<?php echo $this->callMod('wpsg_mod_voucherproduct', 'getBackendDownloadURL', array($this->view['wpsg_mod_voucherproduct']['order_id'], $d['id'])); ?>">
 			<?php echo __('Download', 'wpsg'); ?>
-		</a>
-		&nbsp;/&nbsp;<a href="<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Order&action=ajax&mod=wpsg_mod_voucherproduct&gs_id=<?php echo $d['id']; ?>&order_id=<?php echo $this->view['wpsg_mod_voucherproduct']['order_id']; ?>&noheader=1&cmd=getVoucher" target="_new">
-			<?php echo __('Ansehen', 'wpsg'); ?>
 		</a>
 		<?php } ?>	
Index: /views/mods/mod_voucherproduct/product_bottom.phtml
===================================================================
--- /views/mods/mod_voucherproduct/product_bottom.phtml	(revision 7595)
+++ /views/mods/mod_voucherproduct/product_bottom.phtml	(revision 7596)
@@ -16,7 +16,7 @@
     
     if ($min > 0 && $max > 0) $strInterval = __('#1# bis #2# #3#', 'wpsg');
-    else if ($min > 0) $strInterval = __('Mindestens #1# #3#', 'wpsg');
-	else if ($max > 0) $strInterval = __('Maximal #2# #3#', 'wpsg');
-	else throw new \Exception(__('Systemfehler'));
+    else if ($min > 0) $strInterval = __('ab #1# #3#', 'wpsg');
+	else if ($max > 0) $strInterval = __('bis #2# #3#', 'wpsg');
+	else $strInterval = "";
     
 	$strInterval = wpsg_translate($strInterval, wpsg_ff($min), wpsg_ff($max), $this->get_option('wpsg_currency'));
