$sendto
cc.php (creditcard.php モジュール) で配送先住所の値 ( ) を取得するにはどうすればよいですか?
現在、モジュールは請求先の名前と請求先の姓の変数に次のコードを入力します。
'field' => tep_draw_input_field('cc_owner', $order->billing['firstname'] .
' ' . $order->billing['lastname'])),
このモジュールで、フィールドにShipping Address firstname と Shipping address Lastnameを入力したいと思います。