Ticket #1420: Update AGB display on checkout_confirmation.patch
| File Update AGB display on checkout_confirmation.patch, 4.7 KB (added by , 8 years ago) |
|---|
-
checkout_confirmation.php
255 255 $smarty->assign('AGB_TITLE', $shop_content_data['content_heading']); 256 256 $smarty->assign('AGB_LINK', $main->getContentLink(3, MORE_INFO,'SSL')); 257 257 $smarty->assign('TEXT_AGB_CHECKOUT', sprintf(TEXT_AGB_CHECKOUT,$main->getContentLink(3, MORE_INFO,'SSL') , $main->getContentLink(REVOCATION_ID, MORE_INFO,'SSL'))); 258 } else { 259 //agb 260 $shop_content_data = $main->getContentData(3); 261 $smarty->assign('AGB_TITLE', $shop_content_data['content_heading']); 262 $smarty->assign('AGB_LINK', $main->getContentLink(3, MORE_INFO,'SSL')); 263 $smarty->assign('TEXT_AGB_ONLY_CHECKOUT', sprintf(TEXT_AGB_ONLY_CHECKOUT,$main->getContentLink(3, MORE_INFO,'SSL'))); 258 264 } 259 265 260 266 $store_owner = STORE_NAME; -
lang/english/english.php
529 529 define('ERROR_SQL_DB_QUERY_REDIRECT','You will be redirected back to our home page in %s seconds!'); 530 530 531 531 define('TEXT_AGB_CHECKOUT','Please take note of our General Terms & Conditions %s and Cancellation Policy %s'); 532 define('TEXT_AGB_ONLY_CHECKOUT','Please take note of our General Terms & Conditions %s'); 532 533 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.'); 533 534 534 535 define('TEXT_INFO_DETAILS', ' Details'); -
lang/german/german.php
529 529 define('ERROR_SQL_DB_QUERY_REDIRECT','Sie werden in %s Sekunden auf unsere Homepage weitergeleitet!'); 530 530 531 531 define('TEXT_AGB_CHECKOUT','Bitte nehmen Sie unsere AGB und Kundeninformation %s sowie unsere Widerrufsbelehrung %s zur Kenntnis.'); 532 define('TEXT_AGB_ONLY_CHECKOUT','Bitte nehmen Sie unsere AGB und Kundeninformation %s zur Kenntnis.'); 532 533 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.'); 533 534 534 535 define('TEXT_INFO_DETAILS', ' Details'); -
templates/tpl_modified/module/checkout_confirmation.html
32 32 <div class="highlightbox plainright"> 33 33 {if $REVOCATION} 34 34 {$TEXT_AGB_CHECKOUT} 35 {else} 36 {$TEXT_AGB_ONLY_CHECKOUT} 35 37 {/if} 36 38 </div> 37 39 {if isset($EXPRESS)} -
templates/tpl_modified_responsive/module/checkout_confirmation.html
34 34 <div class="highlightbox plainright"> 35 35 {if $REVOCATION} 36 36 {$TEXT_AGB_CHECKOUT} 37 {else} 38 {$TEXT_AGB_ONLY_CHECKOUT} 37 39 {/if} 38 40 </div> 39 41 {if isset($EXPRESS)} -
templates/tpl_modified_responsive_flat/module/checkout_confirmation.html
34 34 <div class="highlightbox plainright"> 35 35 {if $REVOCATION} 36 36 {$TEXT_AGB_CHECKOUT} 37 {/if} 37 {else} 38 {$TEXT_AGB_ONLY_CHECKOUT} 39 {/if} 38 40 </div> 39 41 {if isset($EXPRESS)} 40 42 <div class="highlightbox plainright"> -
templates/xtc5/module/checkout_confirmation.html
26 26 <div class="checkoutInfoBoxes red"> 27 27 {$TEXT_AGB_CHECKOUT} 28 28 </div> 29 {/if} 29 {else} 30 <div class="checkoutInfoBoxes red"> 31 {$TEXT_AGB_ONLY_CHECKOUT} 32 </div> 33 {/if} 30 34 31 35 {if isset($EXPRESS)} 32 36 <div class="checkoutInfoBoxes red">
