hamada
bungu****@leo*****
2005年 12月 1日 (木) 09:21:08 JST
こんにちわ。 On Wed, 30 Nov 2005 09:01:08 +0900 narunaru_tk****@ybb***** wrote: > 削除してしまったものは復元できますので安全に削除できる方法が > ございましたら、ご教授いただきたく送信させていただきました。 /catalog/checkout_success.php > if ($global['global_product_notifications'] != '1') { > echo TEXT_NOTIFY_PRODUCTS . '<br><p class="productsNotifications">'; > > $products_displayed = array(); > for ($i=0, $n=sizeof($products_array); $i<$n; $i++) { > if (!in_array($products_array[$i]['id'], $products_displayed)) { > echo tep_draw_checkbox_field('notify[]', $products_array[$i]['id']) . ' ' . $products_array[$i]['text'] . '<br>'; > $products_displayed[] = $products_array[$i]['id']; > } > } > > echo '</p>'; > } else { > echo TEXT_SEE_ORDERS . '<br><br>' . TEXT_CONTACT_STORE_OWNER; > } を、 > echo TEXT_SEE_ORDERS . '<br><br>' . TEXT_CONTACT_STORE_OWNER; の1行だけ残して抹殺…ってことですか? はまだ