Index: /changelog
===================================================================
--- /changelog	(revision 7435)
+++ /changelog	(revision 7436)
@@ -245,3 +245,6 @@
 - Bugfix: Gutscheine kÃ¶nnen wieder mehrfach verwendbar sein
 - Bugfix: Cache verhindert Rechnungsversand 
+- Bugfix: Produktvariable wird wieder im Mailtemplate dargestellt
+- Bugfix: unrabattierter Preis wird als "OldPrice" dargestellt und ÃŒberschreibt im Produkt-hinterlegten "alten Preis"
 - Feature: KundenID in Kundenverwaltung sortierbar
+- Feature: optionale Darstellung des rabattierten Preises in der ProduktÃŒbersicht
Index: /views/mods/mod_productvars/settings_edit.phtml
===================================================================
--- /views/mods/mod_productvars/settings_edit.phtml	(revision 7435)
+++ /views/mods/mod_productvars/settings_edit.phtml	(revision 7436)
@@ -69,5 +69,5 @@
 				<?php echo wpsg_drawForm_Checkbox('wpsg_mod_productvars_showBasket', __('Produktvariable(n) im Warenkorbtemplate darstellen', 'wpsg'), $this->get_option('wpsg_mod_productvars_showBasket'), array('help' => 'wpsg_mod_productvars_showBasket')); ?>
 				<?php echo wpsg_drawForm_Checkbox('wpsg_mod_productvars_showOverview', __('Produktvariable(n) im BestellÃŒbersichtstemplate darstellen', 'wpsg'), $this->get_option('wpsg_mod_productvars_showOverview'), array('help' => 'wpsg_mod_productvars_showOverview')); ?>
-				<?php echo wpsg_drawForm_Checkbox('wpsg_mod_productvars_showMail', __('Produktvariable(n) im Mailtemplate darstellen', 'wpsg'), $this->get_option('wpsg_mod_productvars_showMail'), array('help' => 'wpsg_mod_productvars_showMail')); ?>		
+				<?php echo wpsg_drawForm_Checkbox('wpsg_mod_productvars_showMail', __('Produktvariable(n) im Mailtemplate nicht darstellen', 'wpsg'), $this->get_option('wpsg_mod_productvars_showMail'), array('help' => 'wpsg_mod_productvars_showMail')); ?>		
 			</div>
 		</div>
