返信先: 【解決済】「パスワードをお忘れですか?」を挿入したい

フォーラム テンプレート(テーマ) 【解決済】「パスワードをお忘れですか?」を挿入したい 返信先: 【解決済】「パスワードをお忘れですか?」を挿入したい

#94950
soft
参加者

sagawa さま

お世話になっております。
ご教授ありがとうございます。

少しずつPHPを勉強しながら、該当の箇所を確認していたのですが、

「パスワードをお忘れですか?」ファイル/wc_templates/member/wc_login_page.php 内の記述
<p id=”nav”>
” title=”<?php _e(‘Did you forget your password?’, ‘usces’); ?>”><?php _e(‘Did you forget your password?’, ‘usces’); ?>
</p>
という箇所を

「お客様情報」ページファイル/wc_templates/cart/wc_customer_page.php 内の記述
<table width=”100%” border=”0″ cellpadding=”0″ cellspacing=”0″ class=”customer_form”>
<tr>
<th scope=”row”><?php _e(‘e-mail adress’, ‘usces’); ?></th>
<td><input name=”loginmail” id=”loginmail” type=”text” value=”<?php esc_attr_e($usces_entries[‘customer’][‘mailaddress1’]); ?>” style=”ime-mode: inactive” /></td>
</tr>
<tr>
<th scope=”row”><?php _e(‘password’, ‘usces’); ?></th>
<td><input name=”loginpass” id=”loginpass” type=”password” autocomplete=”off” value=”” /></td>
</tr>
</table>

このテーブルタグの後にコピーするという考え方で
よろしいでしょうか?

度々の質問で申し訳ありません。
よろしくお願いいたします。