返信先: WCEX Multiple Shipping使用時に購入履歴の獲得ポイントが表示されない

フォーラム バグ報告 WCEX Multiple Shipping使用時に購入履歴の獲得ポイントが表示されない 返信先: WCEX Multiple Shipping使用時に購入履歴の獲得ポイントが表示されない

#87774
kissui
参加者

WCEX Multiple Shippingのバージョンは1.1.9になります。

改めて、
WelcartとWCEX Multiple Shipping以外のプラグインを全て無効にして試してみましたが、
症状は変わりませんでした。

テーブル1行目の見出しは「獲得ポイント」と表示されますが、
2行目以降、獲得ポイントの列が空白で枠線も表示されず、
その下のテーブル(retail_table)の表示も、
本来は獲得ポイントの列まで伸びて表示されていましたが、
獲得ポイントの列の手前で閉じています。

該当部分のHTMLは以下のようになっています。

<div id="member_history">
<table>
	<tr>
	<th class="historyrow">購入日</th>
	<th class="historyrow">注文番号</th>
	<th class="historyrow">対応状況</th>
	<th class="historyrow">購入金額</th>
	<th class="historyrow">特別割引</th>
			<th class="historyrow">使用ポイント</th>
		<th class="historyrow">送料</th>
	<th class="historyrow">代引き手数料</th>
		<th class="historyrow">内消費税</th>
				<th class="historyrow">獲得ポイント</th>
		</tr>
	<tr>
	<td>2019年〇月×日</td>
	<td><a href="https:">00000</a></td>
		<td>新規受付</td>
	<td class="rightnum">¥10,886</td>
	<td class="rightnum">¥0</td>
			<td class="rightnum">0</td>
		<td class="rightnum">¥0</td>
	<td class="rightnum">¥0</td>
				<td class="rightnum">327</td>
		</tr>
	<tr>
	<td class="retail" colspan="9">
		<table id="retail_table">
		<tr>
		<th scope="row" class="num">No.</th>
		<th class="thumbnail">&nbsp;</th>
		<th>商品</th>
		<th class="price ">単価(円)</th>
		<th class="quantity">数量</th>
		<th class="subtotal">金額(円)</th>
		</tr>
				<tr>
  • この返信は4年、 9ヶ月前にkissuiが編集しました。
  • この返信は4年、 9ヶ月前にkissuiが編集しました。