ソニーペイメントサービスの2つの決済モジュール

Welcart Voll 1.0.5 をリリース

Welcart Voll 1.0.5 をリリースしました。

  • Google Chrome メールアドレス・パスワードの自動入力機能の無効化

Google Chrome メールアドレス・パスワードの自動入力機能の無効化

テンプレート修正: welcart_basic-voll/wc_templates/member/wc_member_page.php 76行目

    <td colspan="2"><input name="member[password1]" id="password1" type="password" value="<?php usces_memberinfo('password1'); ?>" readonly onfocus="this.removeAttribute('readonly');" /><?php _e('Leave it blank in case of no change.', 'usces'); ?></td>

    <td colspan="2"><input name="member[password2]" id="password2" type="password" value="<?php usces_memberinfo('password2'); ?>" readonly onfocus="this.removeAttribute('readonly');" /><?php _e('Leave it blank in case of no change.', 'usces'); ?></td>

※inputタグに「readonly onfocus=”this.removeAttribute(‘readonly’);”」を付与