Index: /mods/wpsg_mod_abo.class.php
===================================================================
--- /mods/wpsg_mod_abo.class.php	(revision 7988)
+++ /mods/wpsg_mod_abo.class.php	(revision 7989)
@@ -1465,4 +1465,6 @@
             if ($order_extend_exist > 0) return;
 
+			 $this->shop->view = [];
+			
 			if (isset($_REQUEST['allinkl'])) echo "VerlÃ€ngere Bestellung ".$order_id."<br />"; 
 			else print_r($_REQUEST);
@@ -1854,4 +1856,6 @@
 			if ($wpsg_mod_abo_expiremode != self::EXPIRE_MAIL) return;
 
+			$this->shop->view = [];
+			
 			$product_data = $this->shop->cache->loadProduct($product_id);
 			$order_data = $this->shop->cache->loadOrder($order_id);
