[Tep-j-general] Re: 注文一覧ページに配送方法を表示

Back to archive index

Kobayashi yuki-****@kmail*****
2007年 2月 9日 (金) 11:40:32 JST


曽我部様

いつもながら、ありがとうございます。
期待通り、表示できました。
-- 
小林


On Thu, 08 Feb 2007 23:31:22 +0900
Seiji Sogabe <s.sog****@gmail*****> wrote:

> 曽我部です。
> 
> Kobayashi wrote:
> > ot.class = 'ot_shipping' の追加方法
> > ot.text as order_total と ot.title as shipping_method の処理方法が解らず、
> > 表示できないでいます。
> 
> $orders_query_raw = "select o.orders_id, o.customers_name, o.customers_id,
> o.payment_method, o.date_purchased, o.last_modified, o.currency, o.currency_value,
> s.orders_status_name, ot.text as order_total, ot1.title as shipping_method from ( " .
> TABLE_ORDERS . " o left join " . TABLE_ORDERS_TOTAL . " ot on (o.orders_id =
> ot.orders_id)) left join " . TABLE_ORDERS_TOTAL . " ot1 on (o.orders_id = ot1.orders_id),
> " . TABLE_ORDERS_STATUS . " s where o.customers_id = '" . tep_db_input($cID) . "' and
> o.orders_status = s.orders_status_id and s.language_id = '" . $languages_id . "' and
> ot.class = 'ot_total' and ot1.class = 'ot_shipping' order by orders_id DESC";
> 
> でどうですか。
> -- 
> sogab****@alles*****
> _______________________________________________
> Tep-j-general mailing list
> Tep-j****@lists*****
> http://lists.sourceforge.jp/mailman/listinfo/tep-j-general




Tep-j-general メーリングリストの案内
Back to archive index