Index: checkout_confirmation.php
===================================================================
--- checkout_confirmation.php	(revision 11086)
+++ checkout_confirmation.php	(working copy)
@@ -255,6 +255,12 @@
   $smarty->assign('AGB_TITLE', $shop_content_data['content_heading']);
   $smarty->assign('AGB_LINK', $main->getContentLink(3, MORE_INFO,'SSL'));
   $smarty->assign('TEXT_AGB_CHECKOUT', sprintf(TEXT_AGB_CHECKOUT,$main->getContentLink(3, MORE_INFO,'SSL') , $main->getContentLink(REVOCATION_ID, MORE_INFO,'SSL')));
+} else {
+  //agb
+  $shop_content_data = $main->getContentData(3);
+  $smarty->assign('AGB_TITLE', $shop_content_data['content_heading']);
+  $smarty->assign('AGB_LINK', $main->getContentLink(3, MORE_INFO,'SSL'));
+  $smarty->assign('TEXT_AGB_ONLY_CHECKOUT', sprintf(TEXT_AGB_ONLY_CHECKOUT,$main->getContentLink(3, MORE_INFO,'SSL')));
 }
 
 $store_owner = STORE_NAME;
Index: lang/english/english.php
===================================================================
--- lang/english/english.php	(revision 11086)
+++ lang/english/english.php	(working copy)
@@ -529,6 +529,7 @@
 define('ERROR_SQL_DB_QUERY_REDIRECT','You will be redirected back to our home page in %s seconds!');
 
 define('TEXT_AGB_CHECKOUT','Please take note of our General Terms & Conditions %s and Cancellation Policy %s');
+define('TEXT_AGB_ONLY_CHECKOUT','Please take note of our General Terms & Conditions %s');
 define('DOWNLOAD_NOT_ALLOWED', '<h1>Forbidden</h1>This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.');
 
 define('TEXT_INFO_DETAILS', ' Details');
Index: lang/german/german.php
===================================================================
--- lang/german/german.php	(revision 11086)
+++ lang/german/german.php	(working copy)
@@ -529,6 +529,7 @@
 define('ERROR_SQL_DB_QUERY_REDIRECT','Sie werden in %s Sekunden auf unsere Homepage weitergeleitet!');
 
 define('TEXT_AGB_CHECKOUT','Bitte nehmen Sie unsere AGB und Kundeninformation %s sowie unsere Widerrufsbelehrung %s zur Kenntnis.');
+define('TEXT_AGB_ONLY_CHECKOUT','Bitte nehmen Sie unsere AGB und Kundeninformation %s zur Kenntnis.');
 define('DOWNLOAD_NOT_ALLOWED', '<h1>Forbidden</h1>This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.');
 
 define('TEXT_INFO_DETAILS', ' Details');
Index: templates/tpl_modified/module/checkout_confirmation.html
===================================================================
--- templates/tpl_modified/module/checkout_confirmation.html	(revision 11086)
+++ templates/tpl_modified/module/checkout_confirmation.html	(working copy)
@@ -32,6 +32,8 @@
   <div class="highlightbox plainright">
     {if $REVOCATION}
       {$TEXT_AGB_CHECKOUT}
+    {else}
+      {$TEXT_AGB_ONLY_CHECKOUT}
     {/if}  
   </div>
   {if isset($EXPRESS)}
Index: templates/tpl_modified_responsive/module/checkout_confirmation.html
===================================================================
--- templates/tpl_modified_responsive/module/checkout_confirmation.html	(revision 11086)
+++ templates/tpl_modified_responsive/module/checkout_confirmation.html	(working copy)
@@ -34,6 +34,8 @@
   <div class="highlightbox plainright">
     {if $REVOCATION}
       {$TEXT_AGB_CHECKOUT}
+    {else}
+      {$TEXT_AGB_ONLY_CHECKOUT}
     {/if}  
   </div>
   {if isset($EXPRESS)}
Index: templates/tpl_modified_responsive_flat/module/checkout_confirmation.html
===================================================================
--- templates/tpl_modified_responsive_flat/module/checkout_confirmation.html	(revision 11086)
+++ templates/tpl_modified_responsive_flat/module/checkout_confirmation.html	(working copy)
@@ -34,7 +34,9 @@
   <div class="highlightbox plainright">
     {if $REVOCATION}
       {$TEXT_AGB_CHECKOUT}
-    {/if}  
+    {else}
+      {$TEXT_AGB_ONLY_CHECKOUT}
+    {/if}   
   </div>
   {if isset($EXPRESS)}
   <div class="highlightbox plainright">
Index: templates/xtc5/module/checkout_confirmation.html
===================================================================
--- templates/xtc5/module/checkout_confirmation.html	(revision 11086)
+++ templates/xtc5/module/checkout_confirmation.html	(working copy)
@@ -26,7 +26,11 @@
   <div class="checkoutInfoBoxes red">
     {$TEXT_AGB_CHECKOUT}
   </div>
-  {/if}
+  {else}
+  <div class="checkoutInfoBoxes red">
+    {$TEXT_AGB_ONLY_CHECKOUT}
+  </div>
+  {/if} 
 
   {if isset($EXPRESS)}
   <div class="checkoutInfoBoxes red">
