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

Welcart Voll 1.5.5 をリリース

Welcart Voll 1.5.5 をリリースしました。修正点は以下のとおりです。

認証メール送信完了画面のレイアウト崩れを修正

テンプレート修正 : page.php 44行目あたり

<?php
get_sidebar( 'other' );
?>
<?php
if ( ! wel_is_cart_page() && ! wel_is_member_page() ) :
    get_sidebar( 'other' );
endif;
?>