Skip to content

Commit

Permalink
Merge pull request #388 from nobuhiko/i387
Browse files Browse the repository at this point in the history
fix #387 本質的には受注編集画面を直すべきだが、影響範囲が読めないので表示側で制御する
  • Loading branch information
okazy committed May 18, 2020
2 parents 53ec97d + fc9eb43 commit 4a38333
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/Smarty/templates/default/mypage/history.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<td class="alignC">
<!--{if $orderDetail.product_type_id == $smarty.const.PRODUCT_TYPE_DOWNLOAD}-->
<!--{if $orderDetail.is_downloadable}-->
<!--{assign var="downloadable" value="1"}-->
<a target="_self" href="<!--{$smarty.const.ROOT_URLPATH}-->mypage/download.php?order_id=<!--{$tpl_arrOrderData.order_id}-->&product_class_id=<!--{$orderDetail.product_class_id}-->">ダウンロード</a>
<!--{else}-->
<!--{if $orderDetail.payment_date == "" && $orderDetail.effective == "0"}-->
Expand Down Expand Up @@ -153,6 +154,7 @@
<!--{/if}-->
<!-- 使用ポイントここまで -->

<!--{if $downloadable != 1}-->
<!--{foreach item=shippingItem name=shippingItem from=$arrShipping}-->
<h3>お届け先<!--{if $isMultiple}--><!--{$smarty.foreach.shippingItem.iteration}--><!--{/if}--></h3>
<!--{if $isMultiple}-->
Expand Down Expand Up @@ -249,6 +251,7 @@
</tbody>
</table>
<!--{/foreach}-->
<!--{/if}-->

<br />

Expand Down

0 comments on commit 4a38333

Please sign in to comment.