REE
ree12****@khaki*****
2005年 8月 8日 (月) 18:17:37 JST
はまだ 様 お世話になります。 > > /catalog/checkout_process.php > > > $products_ordered_attributes .= "\n\t" . $attributes_values[' products_options_name'] . ' ' . tep_decode_specialchars($order-> products[$i]['attributes'][$j]['value']); > > ↑この辺を修正しそこねてるだけとか、そーゆーことはないんでしょか? 一応ご指摘の部分は //dogu 2003-02-28 changing to use values form $order->products. //CLR 2003-03-12 add call to tep_decode_specialchars() $products_ordered_attributes .= "\n\t" . $attributes_values[' products_options_name'] . ' ' . tep_decode_specialchars($order-> products[$i]['attributes'][$j]['value']); // $products_ordered_attributes .= "\n\t" . $attributes_values[' products_options_name'] . ' ' . $attributes_values['products_options_ values_name']; } } のようにオリジナルファイルをコメントアウトしている修正ファイル(option_ type_featureの updateファイル) をそのまま使用しているのですが...