nozo
kazu_nozo****@yahoo*****
2006年 8月 22日 (火) 11:17:28 JST
島田様 こんにちはnozomiです。 昨日はお忙しい中貴重なお時間を割いて下さり誠にありがとうございました。 アドバイスを参考に次のようにする事で一応合計のみ表示させる事が出来ました。 admin/includes/classes/order.php $totals_query = tep_db_query("select title, text from " . TABLE_ORDERS_TOTAL . " where orders_id = '" . tep_db_input($order_id) . "' order by sort_order"); while ($totals = tep_db_fetch_array($totals_query)) { $this->totals[] = array('title' => $totals['title'], 'text' => $totals['text']); } $totals_query = tep_db_query("select text from " . TABLE_ORDERS_TOTAL . " where orders_id = '" . tep_db_input($order_id) . "' and class ='ot_total'"); while ($totals = tep_db_fetch_array($totals_query)) { $this->totals[] = array('final_price' => $totals['text']); } 呼び出し方も良く分からず、とりあえず次のようにしましたがもっと短く出来るのでしょうか。 admin/invoice.php <?php for ($i = 0, $n = sizeof($order->totals); $i < $n; $i++) { echo $order->totals[$i]['final_value'] ;}?> この度は本当にありがとうございました。 今後ともどうぞよろしくお願い致します。 nozomi -------------------------------------- Let's start Yahoo! Auction - Free Campaign Now! http://pr.mail.yahoo.co.jp/auction/