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

Welcart Voll 1.0.8 をリリース

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

  1. WordPress5.5 カテゴリー画像登録時の不具合修正

カテゴリー画像登録時の不具合修正

jsコード修正: welcart_basic-voll/inc/term-customized.php 150行目あたり

$('#wcct-tag-thumbnail-main-action').on('click', function(e){
    e.preventDefault();
    
    if ( file_frame ) {
        file_frame.open();
        return;
    }

jsコード修正: welcart_basic-voll/inc/term-customized.php 191行目あたり

$('#wcct-tag-thumbnail-action').on('click', function(e){
    e.preventDefault();
    
    if ( file_frame ) {
        file_frame.open();
        return;
    }

.live() 関数を .on() 関数に変更。