{$smarty.const.HEADING_TITLE}
{* {osc_image src="`$smarty.const.DIR_WS_IMAGES`table_background_history.gif" alt=$smarty.const.HEADING_TITLE width=$smarty.const.HEADING_IMAGE_WIDTH height=$smarty.const.HEADING_IMAGE_HEIGHT} *}
{* {osc_draw_separator image='pixel_trans.gif' width='100%' height='10'} *}
{$smarty.get.order_id|string_format:"`$smarty.const.HEADING_ORDER_NUMBER`"} {$order_info1}
{$smarty.const.HEADING_ORDER_DATE} {$tep_date_long1}
{$smarty.const.HEADING_ORDER_TOTAL}{$order_info2}
{*1*}
{if $order_delivery1 != false}
{$smarty.const.HEADING_DELIVERY_ADDRESS}
{$tep_address_format1}
{if $tep_not_null1}
{$smarty.const.HEADING_SHIPPING_METHOD}
{$order_info3}
{/if}
{/if}
{*2*}
{* *}
{*3*}
{if $sizeof1 > 1}
{$smarty.const.HEADING_PRODUCTS}
{$smarty.const.HEADING_TAX}
{$smarty.const.HEADING_TOTAL}
{else}
{$smarty.const.HEADING_PRODUCTS}
{/if}
{*4*}
{section name="h_i1" loop=$order->products}
{$order->products[h_i1].qty} x {$order->products[h_i1].name}
{* 商品に attributes があるか? *}
{if $isset[h_i1] && {$sizeof2[h_i1]} > 0 }
{section name="h_i2" loop=$order->products[h_i1].attributes }
- {$order->products[h_i1].attributes[h_i2].option}:{$order->products[h_i1].attributes[h_i2].value}
{/section}
{/if}
{if $sizeof3[h_i1] > 1 }
{$tep_display_tax_value1[h_i1]}%
{/if}
{$currencies_format1[h_i1]}
{/section}
{*5*}
{* {osc_draw_separator image='pixel_trans.gif' width='100%' height='10'} *}
{* {$smarty.const.HEADING_BILLING_INFORMATION}
*}
{* {osc_draw_separator image='pixel_trans.gif' width='100%' height='10'} *}
{$smarty.const.HEADING_BILLING_ADDRESS}
{$tep_address_format2}
{$smarty.const.HEADING_PAYMENT_METHOD}
{$order->info.payment_method}
{section name="h_i3" loop=$order->totals}
{$order->totals[h_i3].title}{$order->totals[h_i3].text}
{/section}
{* {osc_draw_separator image='pixel_trans.gif' width='100%' height='10'} *}
{$smarty.const.HEADING_ORDER_HISTORY}
{* {osc_draw_separator image='pixel_trans.gif' width='100%' height='10'} *}
{section name="h_i4" loop=$statuses_array}
{$statuses_array[h_i4].comments}
{/section}
{if $smarty.const.DOWNLOAD_ENABLED == 'true'}
{include file="`$smarty.const.DIR_FS_HTML_INCLUDE`downloads.html"}
{/if}
{* {osc_draw_separator image='pixel_trans.gif' width='100%' height='10'} *}
{* {osc_draw_separator image='pixel_trans.gif' width='10' height='1'} *}
{$smarty.const.IMAGE_BUTTON_BACK}
{* {osc_draw_separator image='pixel_trans.gif' width='10' height='1'} *}
|