高橋
ttaka****@ybb*****
2005年 10月 21日 (金) 09:11:40 JST
高橋@アイビーです。 はまだ様、コメントありがとうございます。 > > とりあえず、()を除去しただけなので、model が設定されると、問題ですが、 > > ?? よく解りませんが > > > $products_ordered .= $order->products[$i]['qty'] . ' x ' . $order->products[$i]['name']; > > > > if (tep_not_null($order->products[$i]['model'])) { > > > > $products_ordered .= ' (' . $order->products[$i]['model'] . ')'; > > > > } > > > > $products_ordered .= ' ' . $currencies->display_price($order->products[$i]['final_price'], > > ↑これでは駄目なんですかね? この分岐を設ければ完璧ですね。私のは手抜きでした(とりあえ ず、問題なくても後で、あれっ!?となるやつですね)。 では、また宜しくお願い致します。