发布于 2014-11-04 22:52:33
你测试过这个吗?
您需要在结帐过程中激活“托运”窗格:

如果要在发送之前更改数据,请使用hook_commerce_paypal_wps_order_form_data_alter().您需要使用commerce_customer_profile_load()获取当前订单的客户配送配置文件,并将所需的值从配送配置文件添加到$data数组中。
https://drupal.stackexchange.com/questions/135575
复制相似问题