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

Welcart Bordeaux 1.1.2 をリリース

新機能「商品一覧ウィジェット」の追加を行いました。 その他確認されている不具合の修正を行いました。

【変更点】

商品一覧ウィジェットを追加

Welcart Basic 1.2.3 から「商品一覧」ウィジェットが追加されました。 「商品一覧」ウィジェット専用のスタイルは、Welcart Bordeaux 1.1.2 で追加されております。 管理画面 [タイトル][表示する商品カテゴリー][件数]を設定してください。 item-widget-add フロント画面 items-widget-bordeaux

WCEX DL Seller で注文完了画面に表示されるダウンロードボタンのスタイル調整

welcart_basic-bordeaux/dlseller.css 100行目~
#cart_completion .redownload_button,
.download .redownload_button {
    display: block;
    color: #fff;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 10px 0;
    background: none;
    background-color: #a61536;
    border: 1px solid #8e122e;
    text-align: center; 
    text-indent: inherit;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
}
#cart_completion .redownload_button:hover, 
.download .redownload_button:hover {
    background-color: #8e122e;
    text-decoration: none;
}

修正後

#wc_ordercompletion a.redownload_button {

    color: #fff;

    height: auto;
    margin: 0 0 10px;

    background: none;
    background-color: #a61536;
    border: 1px solid #8e122e;
    text-align: center; 
    text-indent: inherit;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
}
#wc_ordercompletion a.redownload_button:hover {
    background-color: #8e122e;
    text-decoration: none;
}
welcart_basic-bordeaux/dlseller.css 188行目~
#cart_completion .redownload_button,
.download .redownload_button {
    width: 50%;
    margin:0 auto 10px;
}
#wc_ordercompletion a.redownload_button {

    margin:0 auto 10px;
}
welcart_basic-bordeaux/dlseller.css 230行目~
#cart_completion .redownload_button,
.download .redownload_button {
    width: 30%;
}