mir ist eben was merkwürdiges aufgefallen, was auch nur bei unserem Shop und nicht beim Standard-ECB-Shop so ist
Wenn man die Seite
password_double_opt.php
aufruft, wird automatisch die Adresse vom Admin im E-Mail-Feld eingetragen. Keine Ahnung, wie ich das hingekriegt habe.
Die
Die password_double_opt_in.html im Template Yaml/module ist eigentlich nur geringfügig geändert
Code: Alles auswählen
{config_load file="$language/lang_$language.conf" section="new_password"}
<h2>{$text_heading}</h2>
{if $info_message}
<p>{$info_message}</p>
{/if}
{$FORM_ACTION}
<p>{#text_info_pre#} <strong>{#text_info_middle#}</strong> {#text_info_post#}</p>
<p><label>{#text_sec_code#}</label>{$VVIMG}</p>
<div class="floatbox"><label>{#text_inp_code#}</label>{$INPUT_CODE}</div>
<div class="floatbox"><label>{#text_email#}</label>{$INPUT_EMAIL}</div>
<div class="floatbox"><p>{#text_continue#}</p>
</div>
{$BUTTON_SEND}
{$FORM_END}
Code: Alles auswählen
{config_load file="$language/lang_$language.conf" section="new_password"}
<h2>{$text_heading}</h2>
{if $info_message}
<p>{$info_message}</p>
{/if}
{$FORM_ACTION}
<p>{#text_info_pre#} <strong>{$SHOP_NAME}</strong> {#text_info_post#}</p>
<div class="floatbox">
<p>{$VVIMG}</p>
</div>
<div class="floatbox">
<label>{#text_sec_code#}:</label> {$INPUT_CODE}
</div>
<div class="floatbox">
<label>{#text_email#}</label> {$INPUT_EMAIL}
</div>
<div class="floatbox">
<p>{#text_continue#}</p>
</div>
{$BUTTON_SEND}
{$FORM_END}
Hat jemand zufällig eine Erklärung hierfür?
Danke & Grüße,
Svel