[Tep-j-general] admin画面のお客様名の後に様を追加

Back to archive index

osc_298 osc_829****@hotma*****
2004年 9月 7日 (火) 15:52:27 JST


お世話になります、
admin画面でお客様名の後に”様”を追加したいのですが、
うまくいかず悩んでます。
カタログの方ではうまくいったのですが・・・・。

catalog/includes/functions/general.php
// 2003-06-06 add_telephone
    $telephone = addslashes($address['telephone']);
  $before = ' 様';  //※追加箇所
    $BEFORE = ' 様';  //※追加箇所

テーブル address_format を開き、address_format_id = 6 のレコードを編
集して項目 address_format の値に下記のように加えます。
変更前
$lastname 
$firstname$before$cr$postcode$cr$statename$city$cr$streets$cr$country$cr$telephone
変更後
$lastname 
$firstname$before$cr$postcode$cr$statename$city$cr$streets$cr$telephone

admin/includes/functions/general.php
// 2003-06-06 add_telephone
    if ($telephone) { $telephone = addslashes($address['telephone']);}

    if ($html) {

adminの同じ所に追加してもエラーが起きてしまいます、
ご教示願います、宜しくお願いいたします。 



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