——————————————-
WordPress のバージョン:(例 4.8-ja)
Welcart のバージョン:(1.9.3)
Welcart専用の拡張プラグイン:(*)
ご利用のテーマ:(*)
症状を確認したブラウザ:(*)
サーバー:(*)
SSLの利用:(*)
WordPress のパーマリンク設定:(*)
——————————————–
mailaddress1というid値が重複している箇所があったので報告致します。
welcart_basic/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="mailaddress1" 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="mailaddress1" type="password" value="" /></td>
</tr>
</table>
-
このトピックは7年、 3ヶ月前にd-saitoが編集しました。理由: コードが見づらかったため