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

Welcart Beldad 1.0.2 をリリース

Welcart Beldad 1.0.2 をリリースしました。

今回の更新内容は次の通りです。

  1. SNS アイコンのリンク先URL 不具合修正

商品タグの修正

コード修正: welcart_basic-beldad/footer.php 291行目

<div class="sns">
    <ul class="cf">
        <?php if( wcct_get_options( 'facebook_button' ) ): ?>
            <li><a href="https://www.facebook.com/<?php wcct_options( 'facebook_id' ); ?>" target="_blank" rel="nofollow"><i class="fa fa-facebook"></i></a></li>
        <?php endif; ?>

        <?php if( wcct_get_options( 'twitter_button' ) ): ?>
            <li><a href="https://twitter.com/<?php wcct_options( 'twitter_id' ); ?>" target="_blank" rel="nofollow"><i class="fa fa-twitter"></i></a></li>
        <?php endif; ?>

        <?php if( wcct_get_options( 'instagram_button' ) ): ?>
            <li><a href="https://www.instagram.com/<?php wcct_options( 'instagram_id' ); ?>" target="_blank" rel="nofollow"><i class="fa fa-instagram"></i></a></li>
        <?php endif; ?>
    </ul>
</div>