Welcart Bordeaux 1.1.2 をリリースしました。
今回の更新内容は次の通りです。
更新内容は以下の通りです。
商品一覧ウィジェットを追加
Welcart Basic 1.2.3 から「商品一覧」ウィジェットが追加されました。
「商品一覧」ウィジェット専用のスタイルは、Welcart Bordeaux 1.1.2 で追加されております。
管理画面
[タイトル][表示する商品カテゴリー][件数]を設定してください。
フロント画面
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%; }