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

Welcart Square 1.0.2 をリリース

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

【変更点】

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

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

スマホ閲覧時、ロゴ画像を設置すると、メニューアイコンとタッチ範囲が被ってしまう不具合を修正

welcart_basic-bordeaux/style.css 223行目~
h1.site-title,
div.site-title {
    font-family: 'Lora', "ヒラギノ明朝 Pro W3","HG明朝E","MS P明朝","MS 明朝",serif;
    font-size: 24px;
    font-weight: normal;
    float: none;
    margin: 0 8px 0 0;
    padding: 0;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
}
h1.site-title,
div.site-title {
    font-family: 'Lora', "ヒラギノ明朝 Pro W3","HG明朝E","MS P明朝","MS 明朝",serif;
    font-size: 24px;
    font-weight: normal;
    float: none;
    margin: 0 90px 0 0;
    padding: 0;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
}

定期購入商品の業務パック割引のテーブルタグのスタイル調整

welcart_basic-bordeaux/auto_delivery.css 60行目~
#wc_regular .itemGpExp dt,
#wc_regular .itemGpExp dd {
    width: 100%;
}

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

welcart_basic-bordeaux/dlseller.css 64行目~
#wc_ordercompletion a.redownload_button {
    color: #d3222a;
    background: none;
    border: 1px solid #d3222a;
}
#wc_ordercompletion a.redownload_button:hover {
    color: #fff;
    background-color: #d3222a;  
}