返信先: Welcart Management 受注リストのカスタマイズ

フォーラム その他 Welcart Management 受注リストのカスタマイズ 返信先: Welcart Management 受注リストのカスタマイズ

#90806
isaemonn
参加者

yasumaxさん。

テーブルのカラム名を変更したいのですが、
この部分だとおもうのですが、
<?php
$list_header = ‘<th scope=”col”><input name=”allcheck” type=”checkbox” value=”” /></th>’;
foreach( (array)$arr_header as $value ) {
$list_header .= ‘<th scope=”col”>’.$value.'</th>’;
}
$list_header .= ‘<th scope=”col”> </th>’;
?>
’usces_filter_order_list_header’のフックでいいのでしょうか?