如何$sendto
在 cc.php(creditcard.php 模块)中获取送货地址值 ( )?
现在,该模块使用以下代码填充 billing firstname 和 billing lastname 变量:
'field' => tep_draw_input_field('cc_owner', $order->billing['firstname'] .
' ' . $order->billing['lastname'])),
我希望模块使用Shipping Address firstname 和 Shipping address Lastname填充该字段。