Ticket #1659: Datenschutz Checkbox Überarbeitung.patch
| File Datenschutz Checkbox Überarbeitung.patch, 54.0 KB (added by , 6 years ago) |
|---|
-
_installer/includes/sql/modified.sql
1465 1465 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'ACCOUNT_OPTIONS', 'account', 5, 100, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'account\', \'guest\', \'both\'),'); 1466 1466 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'DELETE_GUEST_ACCOUNT', 'true', 5, 110, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\'),'); 1467 1467 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'GUEST_ACCOUNT_EDIT', 'false', 5, 120, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\'),'); 1468 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'DISPLAY_PRIVACY_CHECK', ' true', 5, 130, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\'),');1468 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'DISPLAY_PRIVACY_CHECK', 'false', 5, 130, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\'),'); 1469 1469 1470 1470 # configuration_group_id 6, Module Options 1471 1471 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'MODULE_PAYMENT_INSTALLED', '', 6, 0, NULL, NOW(), NULL, NULL); … … 1679 1679 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'NEW_SIGNUP_GIFT_VOUCHER_AMOUNT', '0', 17, 4, NULL, NOW(), NULL, NULL); 1680 1680 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'NEW_SIGNUP_DISCOUNT_COUPON', '', 17, 5, NULL, NOW(), NULL, NULL); 1681 1681 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'ACTIVATE_SHIPPING_STATUS', 'true', 17, 6, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\'),'); 1682 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'DISPLAY_CONDITIONS_ON_CHECKOUT', 'false', 17, 7, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\'),'); 1682 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'DISPLAY_CONDITIONS_ON_CHECKOUT', 'true', 17, 7, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\'),'); 1683 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'SIGN_CONDITIONS_ON_CHECKOUT', 'false', 17, 7, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\'),'); 1683 1684 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'SHOW_IP_LOG', 'false', 17, 8, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\'),'); 1684 1685 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'SAVE_IP_LOG', 'false', 17, 8, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\', \'xxx\'),'); 1685 1686 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'DISPLAY_HEADQUARTER_ON_CHECKOUT', 'true', 17, 8, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\'),'); … … 1688 1689 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'ACTIVATE_NAVIGATOR', 'false', 17, 10, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\'),'); 1689 1690 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'QUICKLINK_ACTIVATED', 'true', 17, 11, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\'),'); 1690 1691 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'ACTIVATE_REVERSE_CROSS_SELLING', 'true', 17, 12, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\'),'); 1691 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'DISPLAY_PRIVACY_ON_CHECKOUT', ' true', 17, 12, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\'),');1692 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'DISPLAY_PRIVACY_ON_CHECKOUT', 'false', 17, 12, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\'),'); 1692 1693 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'DISPLAY_REVOCATION_ON_CHECKOUT', 'true', 17, 13, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\'),'); 1693 1694 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'DISPLAY_REVOCATION_VIRTUAL_ON_CHECKOUT', 'false', 17, 13, NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\'),'); 1694 1695 INSERT INTO configuration (configuration_id, configuration_key, configuration_value, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'REVOCATION_ID', '9', 17, 14, NULL, NOW(), NULL, 'xtc_cfg_select_content(\'REVOCATION_ID\','); -
admin/includes/configuration_installer.php
322 322 $values[] = "(NULL, 'MODULE_NEWSLETTER_VOUCHER_AMOUNT', '0', '17', '20', NULL, NOW(), NULL, NULL);"; 323 323 $values[] = "(NULL, 'MODULE_NEWSLETTER_DISCOUNT_COUPON', '', '17', '21', NULL, NOW(), NULL, NULL);"; 324 324 $values[] = "(NULL, 'DISPLAY_HEADQUARTER_ON_CHECKOUT', 'true', '17', '8', NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\'), ');"; 325 $values[] = "(NULL, 'SIGN_CONDITIONS_ON_CHECKOUT', 'false', '17', '7', NULL, NOW(), NULL, 'xtc_cfg_select_option(array(\'true\', \'false\'), ');"; 325 326 326 327 $values_update[] = array ( 327 328 'values' => "set_function = 'xtc_cfg_select_content(\'REVOCATION_ID\','", -
checkout_confirmation.php
54 54 } 55 55 56 56 // if conditions are not accepted, redirect the customer to the payment method selection page 57 if ( DISPLAY_CONDITIONS_ON_CHECKOUT == 'true') {57 if (SIGN_CONDITIONS_ON_CHECKOUT == 'true') { 58 58 if ((!isset($_POST['conditions']) || $_POST['conditions'] == false) && !isset($_GET['conditions'])) { 59 59 $error = str_replace('\n', '<br />', ERROR_CONDITIONS_NOT_ACCEPTED); 60 60 xtc_redirect(xtc_href_link(FILENAME_CHECKOUT_PAYMENT, 'error_message=' . urlencode($error), 'SSL', true, false)); -
checkout_payment.php
256 256 $shop_content_data = $main->getContentData(3); 257 257 $smarty->assign('AGB', '<div class="agbframe">' . $shop_content_data['content_text'] . '</div>'); 258 258 $smarty->assign('AGB_LINK', $main->getContentLink(3, MORE_INFO,'SSL')); 259 } 260 //check if sign conditions on checkout page is true 261 if (SIGN_CONDITIONS_ON_CHECKOUT == 'true') { 259 262 $smarty->assign('AGB_checkbox', '<input type="checkbox" value="conditions" name="conditions" id="conditions"'.(isset($_GET['step']) && $_GET['step'] == 'step2' ? ' checked="checked"' : '').' />'); 260 263 } 261 264 -
create_account.php
636 636 } 637 637 if (DISPLAY_PRIVACY_CHECK == 'true') { 638 638 $smarty->assign('PRIVACY_CHECKBOX', xtc_draw_checkbox_field('privacy', 'privacy', $privacy, 'id="privacy"')); 639 $smarty->assign('PRIVACY_LINK', $main->getContentLink(2, MORE_INFO, $request_type));640 639 } 640 $smarty->assign('PRIVACY_LINK', $main->getContentLink(2, MORE_INFO, $request_type)); 641 641 $smarty->assign('FORM_END', '</form>'); 642 642 $smarty->assign('language', $_SESSION['language']); 643 643 $smarty->assign('BUTTON_SUBMIT', xtc_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE)); -
create_guest_account.php
484 484 } 485 485 if (DISPLAY_PRIVACY_CHECK == 'true') { 486 486 $smarty->assign('PRIVACY_CHECKBOX', xtc_draw_checkbox_field('privacy', 'privacy', $privacy, 'id="privacy"')); 487 $smarty->assign('PRIVACY_LINK', $main->getContentLink(2, MORE_INFO, $request_type));488 487 } 488 $smarty->assign('PRIVACY_LINK', $main->getContentLink(2, MORE_INFO, $request_type)); 489 489 $smarty->assign('FORM_END', '</form>'); 490 490 $smarty->assign('language', $_SESSION['language']); 491 491 $smarty->assign('BUTTON_SUBMIT', xtc_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE)); -
lang/english/admin/configuration.php
465 465 define('SESSION_RECREATE_DESC' , 'Recreate the session to generate a new session ID when a customer logs on or creates an account (PHP >=4.1 needed). (Default "false")'.SESSION_WARNING); 466 466 467 467 define('DISPLAY_CONDITIONS_ON_CHECKOUT_TITLE' , 'Display Conditions on Checkout'); 468 define('DISPLAY_CONDITIONS_ON_CHECKOUT_DESC' , 'Display terms and conditions and request approval on checkout'); 468 define('DISPLAY_CONDITIONS_ON_CHECKOUT_DESC' , 'Display terms and conditions on checkout'); 469 define('SIGN_CONDITIONS_ON_CHECKOUT_TITLE' , 'Sign Conditions on Checkout'); 470 define('SIGN_CONDITIONS_ON_CHECKOUT_DESC' , 'Request approval of terms and conditions and on checkout'); 469 471 470 472 define('META_MIN_KEYWORD_LENGTH_TITLE' , 'Min. Meta-Keyword Length'); 471 473 define('META_MIN_KEYWORD_LENGTH_DESC' , 'min. length of a single keyword (generated from products description)'); … … 610 612 define('REVOCATION_ID_TITLE','Revocation'); 611 613 define('REVOCATION_ID_DESC','Select content to display revocation'); 612 614 define('DISPLAY_REVOCATION_ON_CHECKOUT_TITLE','Display right of revocation?'); 613 define('DISPLAY_REVOCATION_ON_CHECKOUT_DESC','Display right of revocation on checkout_confirmation?<br/><b>Attention:</b> Display Conditions on Checkoutmust be enabled.');615 define('DISPLAY_REVOCATION_ON_CHECKOUT_DESC','Display right of revocation on checkout_confirmation?<br/><b>Attention:</b> "Sign Conditions on Checkout" must be enabled.'); 614 616 615 617 // BOF - Tomcraft - 2009-10-03 - Paypal Express Modul 616 618 define('PAYPAL_MODE_TITLE','PayPal Mode:'); … … 1010 1012 define('CHECK_CHEAPEST_SHIPPING_MODUL_DESC', 'Shall the cheapest shipping method be preselected in checkout for the customer?'); 1011 1013 1012 1014 define('DISPLAY_PRIVACY_CHECK_TITLE', 'Show privacy checkbox'); 1013 define('DISPLAY_PRIVACY_CHECK_DESC', 'Shall the privacy checkbox be displayed during account creation? (Obligation for B2C businesses)');1015 define('DISPLAY_PRIVACY_CHECK_DESC', 'Shall the privacy checkbox be displayed during account creation?)'); 1014 1016 1015 1017 define('SHOW_SELFPICKUP_FREE_TITLE', 'Shipping module "Self Pickup" on "free shipping"'); 1016 1018 define('SHOW_SELFPICKUP_FREE_DESC', 'Shall the shipping module "Self Pickup (selfpickup)" be displayed upon reaching the amount for "free shipping" in module "Shipping (ot_shipping)"?'); -
lang/english/lang_english.conf
43 43 heading_personal = 'Your data' 44 44 heading_text = 'Our newsletter' 45 45 text_email = 'Your e-mail address' 46 text_in = ' subscribe to our newsletter'46 text_in = 'I would like to receive interesting offers by e-mail. My e-mail address will not be shared with other companies. This consent to use my e-mail address for advertising purposes can be revoked at any time with effect for the future.' 47 47 text_zusatz = 'I would like to receive interesting offers by e-mail. My e-mail address will not be shared with other companies. This consent to use my e-mail address for advertising purposes can be revoked at any time with effect for the future.' 48 text_out = ' cancel newsletter subscription'48 text_out = 'Cancel newsletter subscription' 49 49 text_sec_code = 'Security code' 50 50 text_inp_code = 'Enter here' 51 51 … … 234 234 text_contact_us = 'How to reach us' 235 235 text_thanks = 'Thank you' 236 236 text_data = 'Your data' 237 text_privacy_accept = 'I have read the Privacy Policy note. I agree that my details and data will be collected and stored electronically to answer my request. Note: You can revoke your consent at any time for the future by e-mailing %s.' 237 238 238 239 #logout 239 240 [logoff] … … 275 276 text_password = 'Your password:' 276 277 text_confirmation = 'Confirm password:' 277 278 text_must = '* necessary information ' 278 text_privacy_accept = 'I have read the privacy policy.' 279 #text_privacy_accept = 'I have read the privacy policy.' 280 text_privacy_accept = 'Please note our privacy policy.' 279 281 text_password_policy = 'A secure password should be %s characters in length and should include uppercase and lowercase letters and numbers and special characters.' 280 282 text_sec_code = 'Security code' 281 283 text_inp_code = 'Enter here' … … 367 369 title_comments_short = 'Your comments' 368 370 text_accept_revocation = 'I confirm that the right of withdrawal expires for virtual products.' 369 371 text_nopayment = 'Please confirm that you have read our general terms and conditions as well as our conditions of delivery and proceed with the order.' 370 text_privacy_accept = 'I have read the privacy policy.' 372 #text_privacy_accept = 'I have read the privacy policy.' 373 text_privacy_accept = 'Please note our privacy policy.' 371 374 372 375 # Selection of Dispatch options 373 376 [checkout_shipping] -
lang/german/admin/configuration.php
463 463 define('SESSION_RECREATE_TITLE' , 'Session erneuern'); 464 464 define('SESSION_RECREATE_DESC' , 'Erneuern der Session und Zuweisung einer neuen Session-ID sobald sich ein Benutzer einloggt oder registriert (PHP >=4.1 needed). (Standard "false")'.SESSION_WARNING); 465 465 466 define('DISPLAY_CONDITIONS_ON_CHECKOUT_TITLE' , 'Unterzeichnen der AGB'); 467 define('DISPLAY_CONDITIONS_ON_CHECKOUT_DESC' , 'Anzeigen und Unterzeichnen der AGB beim Bestellvorgang.'); 466 define('DISPLAY_CONDITIONS_ON_CHECKOUT_TITLE' , 'Anzeigen der AGB'); 467 define('DISPLAY_CONDITIONS_ON_CHECKOUT_DESC' , 'Anzeigen der AGB beim Bestellvorgang.'); 468 define('SIGN_CONDITIONS_ON_CHECKOUT_TITLE' , 'Unterzeichnen der AGB'); 469 define('SIGN_CONDITIONS_ON_CHECKOUT_DESC' , 'Unterzeichnen der AGB beim Bestellvorgang.'); 468 470 469 471 define('META_MIN_KEYWORD_LENGTH_TITLE' , 'Minimum Länge Meta-Keywords'); 470 472 define('META_MIN_KEYWORD_LENGTH_DESC' , 'Minimum Länge der automatisch erzeugten Meta-Keywords (Artikelbeschreibung)'); … … 609 611 define('REVOCATION_ID_TITLE','Widerrufsrecht'); 610 612 define('REVOCATION_ID_DESC','Wähle den Content zur Anzeige des Widerrufsrechts.'); 611 613 define('DISPLAY_REVOCATION_ON_CHECKOUT_TITLE','Anzeige Widerrufsrecht?'); 612 define('DISPLAY_REVOCATION_ON_CHECKOUT_DESC','Widerrufsrecht auf checkout_confirmation anzeigen?<br/><b>Hinweis:</b> Anzeigen und Unterzeichnen der AGBmuss aktiv sein.');614 define('DISPLAY_REVOCATION_ON_CHECKOUT_DESC','Widerrufsrecht auf checkout_confirmation anzeigen?<br/><b>Hinweis:</b> "Unterzeichnen der AGB" muss aktiv sein.'); 613 615 614 616 // BOF - Tomcraft - 2009-10-03 - Paypal Express Modul 615 617 define('PAYPAL_MODE_TITLE','PayPal-Modus:'); … … 1002 1004 define('CHECK_CHEAPEST_SHIPPING_MODUL_DESC', 'Soll im Checkout die kostengünstigste Versandart für den Kunden vorausgewählt werden?'); 1003 1005 1004 1006 define('DISPLAY_PRIVACY_CHECK_TITLE', 'Privatsphäre Checkbox anzeigen'); 1005 define('DISPLAY_PRIVACY_CHECK_DESC', 'Soll während der Konto-Erstellung die Privatsphäre-Checkbox angezeigt werden? (Bei B2C-Geschäften Pflicht!)');1007 define('DISPLAY_PRIVACY_CHECK_DESC', 'Soll während der Konto-Erstellung die Privatsphäre-Checkbox angezeigt werden?'); 1006 1008 1007 1009 define('SHOW_SELFPICKUP_FREE_TITLE', 'Versandmodul "Selbstabholung" bei "versandkostenfrei"'); 1008 1010 define('SHOW_SELFPICKUP_FREE_DESC', 'Soll das Versandmodul "Selbstabholung (selfpickup)" bei Erreichen des im Modul "Versandkosten (ot_shiping)" eingestellten Betrages für "versandkostenfrei" angezeigt werden?'); -
lang/german/lang_german.conf
43 43 heading_personal = 'Ihre Daten' 44 44 heading_text = 'Unser Newsletter' 45 45 text_email = 'Ihre E-Mail-Adresse' 46 text_in = 'Ich möchte den Newsletter abonnieren (Abmeldung jederzeit möglich).'46 text_in = 'Ich möchte regelmäßig interessante Angebote per E-Mail erhalten. Meine E-Mail-Adresse wird nicht an andere Unternehmen weitergegeben. Diese Einwilligung zur Nutzung meiner E-Mail-Adresse für Werbezwecke kann ich jederzeit mit Wirkung für die Zukunft widerrufen.' 47 47 text_zusatz = 'Ich möchte regelmäßig interessante Angebote per E-Mail erhalten. Meine E-Mail-Adresse wird nicht an andere Unternehmen weitergegeben. Diese Einwilligung zur Nutzung meiner E-Mail-Adresse für Werbezwecke kann ich jederzeit mit Wirkung für die Zukunft widerrufen.' 48 text_out = ' austragen'48 text_out = 'Vom Newsletter abmelden' 49 49 text_sec_code = 'Sicherheitscode' 50 50 text_inp_code = 'Hier eingeben' 51 51 … … 233 233 text_contact_us = 'So erreichen Sie uns' 234 234 text_thanks = 'Vielen Dank' 235 235 text_data = 'Ihre Daten' 236 text_privacy_accept = 'Ich habe die Datenschutzerklärung zur Kenntnis genommen. Ich stimme zu, dass meine Angaben und Daten zur Beantwortung meiner Anfrage elektronisch erhoben und gespeichert werden. Hinweis: Sie können Ihre Einwilligung jederzeit für die Zukunft per E-Mail an %s widerrufen.' 236 237 237 238 #abmelden 238 239 [logoff] … … 273 274 text_password = 'Ihr Passwort:' 274 275 text_confirmation = 'Passwort bestätigen' 275 276 text_must = '* notwendige Informationen' 276 text_privacy_accept = 'Ich habe die Datenschutzrichtlinien zur Kenntnis genommen.' 277 #text_privacy_accept = 'Ich habe die Datenschutzerklärung zur Kenntnis genommen.' 278 text_privacy_accept = 'Bitte beachten Sie unsere Datenschutzerklärung.' 277 279 text_password_policy = 'Ein sicheres Passwort muss mindestens %s Zeichen lang sein und sollte neben Groß- und Kleinbuchstaben auch Zahlen sowie Sonderzeichen enthalten.' 278 280 text_sec_code = 'Sicherheitscode' 279 281 text_inp_code = 'Hier eingeben' … … 366 368 title_comments_short = 'Ihre Anmerkungen' 367 369 text_accept_revocation = 'Hiermit nehme ich zur Kenntnis, dass das Widerrufsrecht bei digitalen Artikeln erlischt.' 368 370 text_nopayment = 'Sie müssen nun lediglich unsere AGB zur Kenntnis nehmen und den Bestellprozess mit Weiter fortsetzen' 369 text_privacy_accept = 'Ich habe die Datenschutzrichtlinien zur Kenntnis genommen.' 371 #text_privacy_accept = 'Ich habe die Datenschutzrichtlinien zur Kenntnis genommen.' 372 text_privacy_accept = 'Bitte beachten Sie unsere Datenschutzerklärung.' 370 373 371 374 # Auswahl der Versandart 372 375 [checkout_shipping] -
media/content/contact_us.php
78 78 $error = true; 79 79 } 80 80 81 if (DISPLAY_PRIVACY_CHECK == 'true' && empty($privacy)) {81 //if (DISPLAY_PRIVACY_CHECK == 'true' && empty($privacy)) { 82 82 $messageStack->add('contact_us', ENTRY_PRIVACY_ERROR); 83 83 $error = true; 84 }84 //} 85 85 86 86 if (check_secure_form($_POST) === false) { 87 87 $messageStack->add('contact_us', ENTRY_TOKEN_ERROR); … … 214 214 $smarty->assign('VVIMG', $mod_captcha->get_image_code()); 215 215 $smarty->assign('INPUT_CODE', $mod_captcha->get_input_code()); 216 216 } 217 if (DISPLAY_PRIVACY_CHECK == 'true') {217 //if (DISPLAY_PRIVACY_CHECK == 'true') { 218 218 $smarty->assign('PRIVACY_CHECKBOX', xtc_draw_checkbox_field('privacy', 'privacy', $privacy, 'id="privacy"')); 219 $smarty->assign('PRIVACY_LINK', $main->getContentLink(2, MORE_INFO, $request_type));220 }219 //} 220 $smarty->assign('PRIVACY_LINK', $main->getContentLink(2, MORE_INFO, $request_type)); 221 221 $smarty->assign('INPUT_NAME', xtc_draw_input_field('name', ((isset($name)) ? $name : ''), 'size="30"')); 222 222 $smarty->assign('INPUT_EMAIL', xtc_draw_input_field('email', ((isset($email)) ? $email : ''), 'size="30"')); 223 223 $smarty->assign('INPUT_PHONE', xtc_draw_input_field('phone', ((isset($phone)) ? $phone : ''), 'size="30"')); -
newsletter.php
131 131 $smarty->assign('FORM_END', '</form>'); 132 132 if (DISPLAY_PRIVACY_CHECK == 'true') { 133 133 $smarty->assign('PRIVACY_CHECKBOX', xtc_draw_checkbox_field('privacy', 'privacy', $privacy, 'id="privacy"')); 134 $smarty->assign('PRIVACY_LINK', $main->getContentLink(2, MORE_INFO, $request_type));135 134 } 136 135 $smarty->assign('PRIVACY_LINK', $main->getContentLink(2, MORE_INFO, $request_type)); 137 136 $smarty->assign('language', $_SESSION['language']); 138 137 $smarty->caching = 0; 139 138 $main_content = $smarty->fetch(CURRENT_TEMPLATE.'/module/newsletter.html'); -
templates/tpl_modified/mail/english/newsletter_mail.html
14 14 <font size="2" face="Tahoma, Verdana, sans-serif"><b>Thank you for subscribing!</b><br /> 15 15 <br /> 16 16 {if isset($LINK)} 17 You receive this e-mail because you want to receive our newsletter.<br /> 18 <br /> 17 19 Please click the following activation link to receive newsletters. If you haven't subscribed to this service, please ignore this e-mail!<br /> 18 20 <br /> 19 21 <b>Your activation link:</b><br /> 20 22 <a href="{$LINK}">{$LINK}</a><br /> 23 <br /> 24 If you have not registered for our newsletter or do not wish to receive the newsletter, please ignore the activation link.<br /> 25 <br /> 26 Your consent to the dispatch of our newsletter is revocable at any time. The newsletter is sent according to our privacy policy.<br /> 21 27 {/if} 22 28 23 29 {if $SEND_GIFT == true} -
templates/tpl_modified/mail/english/newsletter_mail.txt
2 2 Thank you for subscribing! 3 3 4 4 {if isset($LINK)} 5 You receive this e-mail because you want to receive our newsletter. 6 5 7 Please click the following activation link to receive newsletters. If you haven't subscribed to this service, please ignore this e-mail! 6 8 7 9 Your activation link: 8 10 {$LINK} 11 12 If you have not registered for our newsletter or do not wish to receive the newsletter, please ignore the activation link. 13 14 Your consent to the dispatch of our newsletter is revocable at any time. The newsletter is sent according to our privacy policy. 9 15 {/if} 10 16 11 17 {if $SEND_GIFT == true} -
templates/tpl_modified/mail/german/newsletter_mail.html
16 16 {if isset($LINK)} 17 17 Sie erhalten diese E-Mail, weil Sie unseren Newsletter empfangen möchten.<br /> 18 18 <br /> 19 Bitte klicken Sie auf den Aktivierungslink, damit Ihre E-Mail-Adresse für den Newsletterempfang freigeschaltet wird. 19 Bitte klicken Sie auf den Aktivierungslink, damit Ihre E-Mail-Adresse für den Newsletterempfang freigeschaltet wird.<br /> 20 <br /> 21 <b>Ihr Aktivierungslink:</b><br /> 22 <a href="{$LINK}">{$LINK}</a><br /> 23 <br /> 20 24 Sollten Sie sich nicht für unseren Newsletter eingetragen haben bzw. den Empfang des Newsletters nicht wünschen, bitten wir Sie, 21 25 den Aktivierungslink einfach zu ignorieren.<br /> 22 26 <br /> 23 <b>Ihr Aktivierungslink:</b><br /> 24 <a href="{$LINK}">{$LINK}</a><br /> 27 Ihre Einwilligung in den Versand unseres Newsletters ist jederzeit widerruflich. Der Newsletter-Versand erfolgt entsprechend unserer Datenschutzerklärung.<br /> 25 28 {/if} 26 29 27 30 {if $SEND_GIFT == true} -
templates/tpl_modified/mail/german/newsletter_mail.txt
3 3 4 4 {if isset($LINK)} 5 5 Sie erhalten diese E-Mail, weil Sie unseren Newsletter empfangen möchten. 6 6 7 Bitte klicken Sie auf den Aktivierungslink, damit Ihre E-Mail-Adresse für den Newsletterempfang freigeschaltet wird. 7 8 9 Ihr Aktivierungslink: 10 {$LINK} 11 8 12 Sollten Sie sich nicht für unseren Newsletter eingetragen haben bzw. den Empfang des Newsletters nicht wünschen, 9 13 bitten wir Sie, den Aktivierungslink einfach zu ignorieren. 10 11 Ihr Aktivierungslink: 12 {$LINK} 14 15 Ihre Einwilligung in den Versand unseres Newsletters ist jederzeit widerruflich. Der Newsletter-Versand erfolgt entsprechend unserer Datenschutzerklärung. 13 16 {/if} 14 17 15 18 {if $SEND_GIFT == true} -
templates/tpl_modified/module/checkout_payment.html
70 70 </div> 71 71 </div> 72 72 <div class="checkoutconditions"> 73 {if isset($smarty.const.SIGN_CONDITIONS_ON_CHECKOUT)} 74 {if $smarty.const.SIGN_CONDITIONS_ON_CHECKOUT == 'true'}{$AGB_checkbox} {/if}<strong><label for="conditions">{#text_accept_agb#}</label></strong> {$AGB_LINK} 75 {else} 73 76 {$AGB_checkbox} <strong><label for="conditions">{#text_accept_agb#}</label></strong> {$AGB_LINK} 77 {/if} 74 78 </div> 75 79 {if isset($PRIVACY_checkbox)} 76 80 <div class="checkoutconditions"> -
templates/tpl_modified/module/contact_us.html
52 52 <td><span class="fieldtext">{#text_message#}</span><span class="stern">{$INPUT_TEXT}<span class="inputRequirement_textarea"> *</span></span></td> 53 53 </tr> 54 54 </table> 55 {if $PRIVACY_CHECKBOX} 56 <br /> 57 <table> 58 <tr> 59 <td class="checkbox">{$PRIVACY_CHECKBOX}</td> 60 <td class="midi td_full"><strong><label for="privacy">{#text_privacy_accept#}</label></strong> {$PRIVACY_LINK}</td> 61 </tr> 62 </table> 55 {if isset($smarty.const.SIGN_CONDITIONS_ON_CHECKOUT)} 56 <br /> 57 <table> 58 <tr> 59 {if $PRIVACY_CHECKBOX}<td class="checkbox">{$PRIVACY_CHECKBOX}</td>{/if} 60 <td class="midi td_full"><strong><label for="privacy">{#text_privacy_accept#|sprintf:$smarty.const.STORE_OWNER_EMAIL_ADDRESS}</label></strong> {$PRIVACY_LINK}</td> 61 </tr> 62 </table> 63 {else} 64 {if $PRIVACY_CHECKBOX} 65 <br /> 66 <table> 67 <tr> 68 <td class="checkbox">{$PRIVACY_CHECKBOX}</td> 69 <td class="midi td_full"><strong><label for="privacy">{#text_privacy_accept#}</label></strong> {$PRIVACY_LINK}</td> 70 </tr> 71 </table> 72 {/if} 63 73 {/if} 64 74 </div> 65 75 <div class="button_right">{$BUTTON_SUBMIT}</div> -
templates/tpl_modified/module/create_account.html
116 116 {/if} 117 117 </table> 118 118 </div> 119 {if $PRIVACY_CHECKBOX} 120 <br /> 121 <table> 122 <tr> 123 <td class="checkbox">{$PRIVACY_CHECKBOX}</td> 124 <td class="midi td_full"><strong><label for="privacy">{#text_privacy_accept#}</label></strong> {$PRIVACY_LINK}</td> 125 </tr> 126 </table> 119 {if isset($smarty.const.SIGN_CONDITIONS_ON_CHECKOUT)} 120 <br /> 121 <table> 122 <tr> 123 {if $PRIVACY_CHECKBOX}<td class="checkbox">{$PRIVACY_CHECKBOX}</td>{/if} 124 <td class="midi td_full"><strong><label for="privacy">{#text_privacy_accept#}</label></strong> {$PRIVACY_LINK}</td> 125 </tr> 126 </table> 127 {else} 128 {if $PRIVACY_CHECKBOX} 129 <br /> 130 <table> 131 <tr> 132 <td class="checkbox">{$PRIVACY_CHECKBOX}</td> 133 <td class="midi td_full"><strong><label for="privacy">{#text_privacy_accept#}</label></strong> {$PRIVACY_LINK}</td> 134 </tr> 135 </table> 136 {/if} 127 137 {/if} 128 138 </div> 129 139 <br class="clearfix" /> -
templates/tpl_modified/module/create_account_guest.html
110 110 </table> 111 111 {/if} 112 112 </div> 113 {if $PRIVACY_CHECKBOX} 114 <br /> 115 <table> 116 <tr> 117 <td class="checkbox">{$PRIVACY_CHECKBOX}</td> 118 <td class="midi td_full"><strong><label for="privacy">{#text_privacy_accept#}</label></strong> {$PRIVACY_LINK}</td> 119 </tr> 120 </table> 113 {if isset($smarty.const.SIGN_CONDITIONS_ON_CHECKOUT)} 114 <br /> 115 <table> 116 <tr> 117 {if $PRIVACY_CHECKBOX}<td class="checkbox">{$PRIVACY_CHECKBOX}</td>{/if} 118 <td class="midi td_full"><strong><label for="privacy">{#text_privacy_accept#}</label></strong> {$PRIVACY_LINK}</td> 119 </tr> 120 </table> 121 {else} 122 {if $PRIVACY_CHECKBOX} 123 <br /> 124 <table> 125 <tr> 126 <td class="checkbox">{$PRIVACY_CHECKBOX}</td> 127 <td class="midi td_full"><strong><label for="privacy">{#text_privacy_accept#}</label></strong> {$PRIVACY_LINK}</td> 128 </tr> 129 </table> 130 {/if} 121 131 {/if} 122 132 </div> 123 133 <br class="clearfix" /> -
templates/tpl_modified/module/newsletter.html
39 39 </td> 40 40 </tr> 41 41 </table> 42 {if $PRIVACY_CHECKBOX} 43 <br /> 44 <table> 45 <tr> 46 <td class="checkbox">{$PRIVACY_CHECKBOX}</td> 47 <td class="midi td_full"><strong><label for="privacy">{#text_privacy_accept#}</label></strong> {$PRIVACY_LINK}</td> 48 </tr> 49 </table> 42 {if isset($smarty.const.SIGN_CONDITIONS_ON_CHECKOUT)} 43 <br /> 44 <table> 45 <tr> 46 {if $PRIVACY_CHECKBOX}<td class="checkbox">{$PRIVACY_CHECKBOX}</td>{/if} 47 <td class="midi td_full"><strong><label for="privacy">{#text_privacy_accept#}</label></strong> {$PRIVACY_LINK}</td> 48 </tr> 49 </table> 50 {else} 51 {if $PRIVACY_CHECKBOX} 52 <br /> 53 <table> 54 <tr> 55 <td class="checkbox">{$PRIVACY_CHECKBOX}</td> 56 <td class="midi td_full"><strong><label for="privacy">{#text_privacy_accept#}</label></strong> {$PRIVACY_LINK}</td> 57 </tr> 58 </table> 59 {/if} 50 60 {/if} 51 61 </div> 52 62 <div class="button_right">{$BUTTON_SEND}</div> -
templates/tpl_modified_responsive/mail/english/newsletter_mail.html
14 14 <font size="2" face="Tahoma, Verdana, sans-serif"><b>Thank you for subscribing!</b><br /> 15 15 <br /> 16 16 {if isset($LINK)} 17 You receive this e-mail because you want to receive our newsletter.<br /> 18 <br /> 17 19 Please click the following activation link to receive newsletters. If you haven't subscribed to this service, please ignore this e-mail!<br /> 18 20 <br /> 19 21 <b>Your activation link:</b><br /> 20 22 <a href="{$LINK}">{$LINK}</a><br /> 23 <br /> 24 If you have not registered for our newsletter or do not wish to receive the newsletter, please ignore the activation link.<br /> 25 <br /> 26 Your consent to the dispatch of our newsletter is revocable at any time. The newsletter is sent according to our privacy policy.<br /> 21 27 {/if} 22 28 23 29 {if $SEND_GIFT == true} -
templates/tpl_modified_responsive/mail/english/newsletter_mail.txt
2 2 Thank you for subscribing! 3 3 4 4 {if isset($LINK)} 5 You receive this e-mail because you want to receive our newsletter. 6 5 7 Please click the following activation link to receive newsletters. If you haven't subscribed to this service, please ignore this e-mail! 6 8 7 9 Your activation link: 8 10 {$LINK} 11 12 If you have not registered for our newsletter or do not wish to receive the newsletter, please ignore the activation link. 13 14 Your consent to the dispatch of our newsletter is revocable at any time. The newsletter is sent according to our privacy policy. 9 15 {/if} 10 16 11 17 {if $SEND_GIFT == true} -
templates/tpl_modified_responsive/mail/german/newsletter_mail.html
16 16 {if isset($LINK)} 17 17 Sie erhalten diese E-Mail, weil Sie unseren Newsletter empfangen möchten.<br /> 18 18 <br /> 19 Bitte klicken Sie auf den Aktivierungslink, damit Ihre E-Mail-Adresse für den Newsletterempfang freigeschaltet wird. 19 Bitte klicken Sie auf den Aktivierungslink, damit Ihre E-Mail-Adresse für den Newsletterempfang freigeschaltet wird.<br /> 20 <br /> 21 <b>Ihr Aktivierungslink:</b><br /> 22 <a href="{$LINK}">{$LINK}</a><br /> 23 <br /> 20 24 Sollten Sie sich nicht für unseren Newsletter eingetragen haben bzw. den Empfang des Newsletters nicht wünschen, bitten wir Sie, 21 25 den Aktivierungslink einfach zu ignorieren.<br /> 22 26 <br /> 23 <b>Ihr Aktivierungslink:</b><br /> 24 <a href="{$LINK}">{$LINK}</a><br /> 27 Ihre Einwilligung in den Versand unseres Newsletters ist jederzeit widerruflich. Der Newsletter-Versand erfolgt entsprechend unserer Datenschutzerklärung.<br /> 25 28 {/if} 26 29 27 30 {if $SEND_GIFT == true} -
templates/tpl_modified_responsive/mail/german/newsletter_mail.txt
3 3 4 4 {if isset($LINK)} 5 5 Sie erhalten diese E-Mail, weil Sie unseren Newsletter empfangen möchten. 6 6 7 Bitte klicken Sie auf den Aktivierungslink, damit Ihre E-Mail-Adresse für den Newsletterempfang freigeschaltet wird. 7 8 9 Ihr Aktivierungslink: 10 {$LINK} 11 8 12 Sollten Sie sich nicht für unseren Newsletter eingetragen haben bzw. den Empfang des Newsletters nicht wünschen, 9 13 bitten wir Sie, den Aktivierungslink einfach zu ignorieren. 10 11 Ihr Aktivierungslink: 12 {$LINK} 14 15 Ihre Einwilligung in den Versand unseres Newsletters ist jederzeit widerruflich. Der Newsletter-Versand erfolgt entsprechend unserer Datenschutzerklärung. 13 16 {/if} 14 17 15 18 {if $SEND_GIFT == true} -
templates/tpl_modified_responsive/module/checkout_payment.html
73 73 </div> 74 74 <div class="checkoutconditions"> 75 75 <div class="cus_check cus_check_small"> 76 {if isset($smarty.const.SIGN_CONDITIONS_ON_CHECKOUT)} 77 {if $smarty.const.SIGN_CONDITIONS_ON_CHECKOUT == 'true'}{$AGB_checkbox}{/if}<label for="conditions"><strong>{#text_accept_agb#}</strong> {$AGB_LINK}</label> 78 {else} 76 79 {$AGB_checkbox}<label for="conditions"><strong>{#text_accept_agb#}</strong> {$AGB_LINK}</label> 80 {/if} 77 81 </div> 78 82 </div> 79 83 {if isset($PRIVACY_checkbox)} -
templates/tpl_modified_responsive/module/contact_us.html
52 52 <td><span class="fieldtext">{#text_message#}</span><span class="stern">{$INPUT_TEXT}<span class="inputRequirement_textarea"> *</span></span></td> 53 53 </tr> 54 54 </table> 55 {if $PRIVACY_CHECKBOX} 56 <br /> 57 <div class="cus_check cus_check_small"> 58 {$PRIVACY_CHECKBOX} 59 <label for="privacy"><strong>{#text_privacy_accept#}</strong> {$PRIVACY_LINK}</label> 60 </div> 55 {if isset($smarty.const.SIGN_CONDITIONS_ON_CHECKOUT)} 56 <br /> 57 <div class="cus_check cus_check_small"> 58 {if $PRIVACY_CHECKBOX}{$PRIVACY_CHECKBOX}{/if} 59 <label for="privacy"><strong>{#text_privacy_accept#|sprintf:$smarty.const.STORE_OWNER_EMAIL_ADDRESS}</strong> {$PRIVACY_LINK}</label> 60 </div> 61 {else} 62 {if $PRIVACY_CHECKBOX} 63 <br /> 64 <div class="cus_check cus_check_small"> 65 {$PRIVACY_CHECKBOX} 66 <label for="privacy"><strong>{#text_privacy_accept#}</strong> {$PRIVACY_LINK}</label> 67 </div> 68 {/if} 61 69 {/if} 62 70 </div> 63 71 <div class="button_right cf"><div class="cssButtonPos4">{$BUTTON_SUBMIT}</div></div> -
templates/tpl_modified_responsive/module/create_account.html
112 112 </tr> 113 113 {/if} 114 114 </table> 115 {if $PRIVACY_CHECKBOX}115 {if isset($smarty.const.SIGN_CONDITIONS_ON_CHECKOUT)} 116 116 <br /> 117 117 <div class="cus_check cus_check_small"> 118 { $PRIVACY_CHECKBOX}118 {if $PRIVACY_CHECKBOX}{$PRIVACY_CHECKBOX}{/if} 119 119 <label for="privacy"><strong>{#text_privacy_accept#}</strong> {$PRIVACY_LINK}</label> 120 120 </div> 121 {else} 122 {if $PRIVACY_CHECKBOX} 123 <br /> 124 <div class="cus_check cus_check_small"> 125 {$PRIVACY_CHECKBOX} 126 <label for="privacy"><strong>{#text_privacy_accept#}</strong> {$PRIVACY_LINK}</label> 127 </div> 128 {/if} 121 129 {/if} 122 130 </div> 123 131 </div> -
templates/tpl_modified_responsive/module/create_account_guest.html
106 106 {/if} 107 107 </table> 108 108 {/if} 109 {if $PRIVACY_CHECKBOX}109 {if isset($smarty.const.SIGN_CONDITIONS_ON_CHECKOUT)} 110 110 <br /> 111 111 <div class="cus_check cus_check_small"> 112 { $PRIVACY_CHECKBOX}112 {if $PRIVACY_CHECKBOX}{$PRIVACY_CHECKBOX}{/if} 113 113 <label for="privacy"><strong>{#text_privacy_accept#}</strong> {$PRIVACY_LINK}</label> 114 114 </div> 115 {else} 116 {if $PRIVACY_CHECKBOX} 117 <br /> 118 <div class="cus_check cus_check_small"> 119 {$PRIVACY_CHECKBOX} 120 <label for="privacy"><strong>{#text_privacy_accept#}</strong> {$PRIVACY_LINK}</label> 121 </div> 122 {/if} 115 123 {/if} 116 124 </div> 117 125 </div> -
templates/tpl_modified_responsive/module/newsletter.html
37 37 </td> 38 38 </tr> 39 39 </table> 40 {if $PRIVACY_CHECKBOX}40 {if isset($smarty.const.SIGN_CONDITIONS_ON_CHECKOUT)} 41 41 <br /> 42 42 <div class="cus_check cus_check_small cus_mb_10"> 43 { $PRIVACY_CHECKBOX}43 {if $PRIVACY_CHECKBOX}{$PRIVACY_CHECKBOX}{/if} 44 44 <label for="privacy"><strong>{#text_privacy_accept#}</strong> {$PRIVACY_LINK}</label> 45 45 </div> 46 {else} 47 {if $PRIVACY_CHECKBOX} 48 <br /> 49 <div class="cus_check cus_check_small cus_mb_10"> 50 {$PRIVACY_CHECKBOX} 51 <label for="privacy"><strong>{#text_privacy_accept#}</strong> {$PRIVACY_LINK}</label> 52 </div> 53 {/if} 46 54 {/if} 47 55 <div class="button_right cf"><div class="cssButtonPos4">{$BUTTON_SEND}</div></div> 48 56 </div> -
templates/xtc5/mail/english/newsletter_mail.html
1 1 <p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><b>Thank you for subscribing!</b></p> 2 2 {if isset($LINK)} 3 <p>You receive this e-mail because you want to receive our newsletter.</p> 3 4 <p>Please click the following activation link to receive newsletters. If you haven't subscribed to this service, please ignore this e-mail!</p> 4 5 <p><b>Your activation link:</b></p> 5 6 <p><a href="{$LINK}">{$LINK}</a></p> 7 <p>If you have not registered for our newsletter or do not wish to receive the newsletter, please ignore the activation link.</p> 8 <p>Your consent to the dispatch of our newsletter is revocable at any time. The newsletter is sent according to our privacy policy.</p> 6 9 {/if} 7 10 {if $SEND_GIFT == true} 8 11 <br /> -
templates/xtc5/mail/english/newsletter_mail.txt
2 2 Thank you for subscribing! 3 3 4 4 {if isset($LINK)} 5 You receive this e-mail because you want to receive our newsletter. 6 5 7 Please click the following activation link to receive newsletters. If you haven't subscribed to this service, please ignore this e-mail! 6 8 7 9 Your activation link: 8 10 {$LINK} 11 12 If you have not registered for our newsletter or do not wish to receive the newsletter, please ignore the activation link. 13 14 Your consent to the dispatch of our newsletter is revocable at any time. The newsletter is sent according to our privacy policy. 9 15 {/if} 10 16 11 17 {if $SEND_GIFT == true} -
templates/xtc5/mail/german/newsletter_mail.html
1 1 <p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><b>Vielen Dank für die Anmeldung zu unserem Newsletter.</b></p> 2 2 {if isset($LINK)} 3 <p>Sie erhalten diese E-Mail, weil Sie unseren Newsletter empfangen mo¨chten. 4 Bitte klicken Sie auf den Aktivierungslink, damit Ihre E-Mail-Adresse für den Newsletterempfang freigeschaltet wird. 5 Sollten Sie sich nicht für unseren Newsletter eingetragen haben bzw. den Empfang des Newsletters nicht wünschen, bitten wir Sie, den Aktivierungslink einfach zu ignorieren.</p> 3 <p>Sie erhalten diese E-Mail, weil Sie unseren Newsletter empfangen möchten.</p> 4 <p>Bitte klicken Sie auf den Aktivierungslink, damit Ihre E-Mail-Adresse für den Newsletterempfang freigeschaltet wird.</p> 6 5 <p><b>Ihr Aktivierungslink:</b></p> 7 6 <p><a href="{$LINK}">{$LINK}</a></p> 7 <p>Sollten Sie sich nicht für unseren Newsletter eingetragen haben bzw. den Empfang des Newsletters nicht wünschen, bitten wir Sie, den Aktivierungslink einfach zu ignorieren.</p> 8 <p>Ihre Einwilligung in den Versand unseres Newsletters ist jederzeit widerruflich. Der Newsletter-Versand erfolgt entsprechend unserer Datenschutzerklärung.</p> 8 9 {/if} 9 10 {if $SEND_GIFT == true} 10 11 <br /> … … 22 23 <br /> 23 24 Geben Sie einfach Ihren persönlichen Code {$COUPON_CODE} während des Bezahlvorganges ein.<br /> 24 25 {/if} 26 25 27 [SIGNATUR] 28 No newline at end of file -
templates/xtc5/mail/german/newsletter_mail.txt
3 3 4 4 {if isset($LINK)} 5 5 Sie erhalten diese E-Mail, weil Sie unseren Newsletter empfangen möchten. 6 6 7 Bitte klicken Sie auf den Aktivierungslink, damit Ihre E-Mail-Adresse für den Newsletterempfang freigeschaltet wird. 7 8 9 Ihr Aktivierungslink: 10 {$LINK} 11 8 12 Sollten Sie sich nicht für unseren Newsletter eingetragen haben bzw. den Empfang des Newsletters nicht wünschen, 9 13 bitten wir Sie, den Aktivierungslink einfach zu ignorieren. 10 11 Ihr Aktivierungslink: 12 {$LINK} 14 15 Ihre Einwilligung in den Versand unseres Newsletters ist jederzeit widerruflich. Der Newsletter-Versand erfolgt entsprechend unserer Datenschutzerklärung. 13 16 {/if} 14 17 15 18 {if $SEND_GIFT == true} -
templates/xtc5/module/checkout_payment.html
31 31 <div class="checkoutagb">{$AGB}</div> 32 32 <table width="100%" border="0" cellspacing="0" cellpadding="4"> 33 33 <tr> 34 {if isset($smarty.const.SIGN_CONDITIONS_ON_CHECKOUT)} 35 {if $smarty.const.SIGN_CONDITIONS_ON_CHECKOUT == 'true'}<td>{$AGB_checkbox}</td>{/if} 36 <td width="100%"{if $smarty.const.SIGN_CONDITIONS_ON_CHECKOUT == 'false'} colspan="2"{/if}><strong><label for="conditions">{#text_accept_agb#}</label></strong> {$AGB_LINK}</td> 37 {else} 34 38 <td>{$AGB_checkbox}</td> 35 39 <td width="100%"><strong><label for="conditions">{#text_accept_agb#}</label></strong> {$AGB_LINK}</td> 40 {/if} 36 41 </tr> 37 42 {if isset($PRIVACY_checkbox)} 38 43 <tr> -
templates/xtc5/module/contact_us.html
64 64 <th>{#text_hint#}</th> 65 65 </tr> 66 66 </table> 67 {if $PRIVACY_CHECKBOX} 68 <table width="100%" border="0" cellspacing="0" cellpadding="4"> 69 <tr> 70 <td>{$PRIVACY_CHECKBOX}</td> 71 <td width="100%"><strong>{#text_privacy_accept#}</strong> {$PRIVACY_LINK}</td> 72 </tr> 73 </table> 67 {if isset($smarty.const.SIGN_CONDITIONS_ON_CHECKOUT)} 68 <table width="100%" border="0" cellspacing="0" cellpadding="4"> 69 <tr> 70 {if $PRIVACY_CHECKBOX}<td>{$PRIVACY_CHECKBOX}</td>{/if} 71 <td width="100%"><strong>{#text_privacy_accept#|sprintf:$smarty.const.STORE_OWNER_EMAIL_ADDRESS}</strong> {$PRIVACY_LINK}</td> 72 </tr> 73 </table> 74 {else} 75 {if $PRIVACY_CHECKBOX} 76 <table width="100%" border="0" cellspacing="0" cellpadding="4"> 77 <tr> 78 <td>{$PRIVACY_CHECKBOX}</td> 79 <td width="100%"><strong>{#text_privacy_accept#}</strong> {$PRIVACY_LINK}</td> 80 </tr> 81 </table> 82 {/if} 74 83 {/if} 75 84 </div> 76 85 {$FORM_END} -
templates/xtc5/module/create_account.html
142 142 {/if} 143 143 </table> 144 144 </div> 145 {if $PRIVACY_CHECKBOX} 146 <table width="100%" border="0" cellspacing="0" cellpadding="4"> 147 <tr> 148 <td>{$PRIVACY_CHECKBOX}</td> 149 <td width="100%"><strong>{#text_privacy_accept#}</strong> {$PRIVACY_LINK}</td> 150 </tr> 151 </table> 145 {if isset($smarty.const.SIGN_CONDITIONS_ON_CHECKOUT)} 146 <table width="100%" border="0" cellspacing="0" cellpadding="4"> 147 <tr> 148 {if $PRIVACY_CHECKBOX}<td>{$PRIVACY_CHECKBOX}</td>{/if} 149 <td width="100%"><strong>{#text_privacy_accept#}</strong> {$PRIVACY_LINK}</td> 150 </tr> 151 </table> 152 {else} 153 {if $PRIVACY_CHECKBOX} 154 <table width="100%" border="0" cellspacing="0" cellpadding="4"> 155 <tr> 156 <td>{$PRIVACY_CHECKBOX}</td> 157 <td width="100%"><strong>{#text_privacy_accept#}</strong> {$PRIVACY_LINK}</td> 158 </tr> 159 </table> 160 {/if} 152 161 {/if} 153 162 <p>{$BUTTON_SUBMIT}</p> 154 163 <p>{#text_must#}</p> -
templates/xtc5/module/create_account_guest.html
132 132 {/if} 133 133 </table> 134 134 {/if} 135 {if $PRIVACY_CHECKBOX} 136 <table width="100%" border="0" cellspacing="0" cellpadding="4"> 137 <tr> 138 <td>{$PRIVACY_CHECKBOX}</td> 139 <td width="100%"><strong>{#text_privacy_accept#}</strong> {$PRIVACY_LINK}</td> 140 </tr> 141 </table> 135 {if isset($smarty.const.SIGN_CONDITIONS_ON_CHECKOUT)} 136 <table width="100%" border="0" cellspacing="0" cellpadding="4"> 137 <tr> 138 {if $PRIVACY_CHECKBOX}<td>{$PRIVACY_CHECKBOX}</td>{/if} 139 <td width="100%"><strong>{#text_privacy_accept#}</strong> {$PRIVACY_LINK}</td> 140 </tr> 141 </table> 142 {else} 143 {if $PRIVACY_CHECKBOX} 144 <table width="100%" border="0" cellspacing="0" cellpadding="4"> 145 <tr> 146 <td>{$PRIVACY_CHECKBOX}</td> 147 <td width="100%"><strong>{#text_privacy_accept#}</strong> {$PRIVACY_LINK}</td> 148 </tr> 149 </table> 150 {/if} 142 151 {/if} 143 152 <p>{$BUTTON_SUBMIT}</p> 144 153 {$FORM_END} 154 No newline at end of file -
templates/xtc5/module/newsletter.html
43 43 <td>{$BUTTON_SEND}</td> 44 44 </tr> 45 45 </table> 46 {if $PRIVACY_CHECKBOX} 47 <br /> 48 <table> 49 <tr> 50 <td class="checkbox">{$PRIVACY_CHECKBOX}</td> 51 <td class="midi td_full"><strong><label for="privacy">{#text_privacy_accept#}</label></strong> {$PRIVACY_LINK}</td> 52 </tr> 53 </table> 46 {if isset($smarty.const.SIGN_CONDITIONS_ON_CHECKOUT)} 47 <br /> 48 <table> 49 <tr> 50 {if $PRIVACY_CHECKBOX}<td class="checkbox">{$PRIVACY_CHECKBOX}</td>{/if} 51 <td class="midi td_full"><strong><label for="privacy">{#text_privacy_accept#}</label></strong> {$PRIVACY_LINK}</td> 52 </tr> 53 </table> 54 {else} 55 {if $PRIVACY_CHECKBOX} 56 <br /> 57 <table> 58 <tr> 59 <td class="checkbox">{$PRIVACY_CHECKBOX}</td> 60 <td class="midi td_full"><strong><label for="privacy">{#text_privacy_accept#}</label></strong> {$PRIVACY_LINK}</td> 61 </tr> 62 </table> 63 {/if} 54 64 {/if} 55 65 </div> 56 66 {$FORM_END}
