Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 commerce kickstart 和 paypal express checkout 模块,客户可以下订单而无需支付运费。
正常的信用卡订单在结账时会有运费报价。是否需要设置特殊规则或类似规则才能使 Paypal 模块添加运费报价?
解决方案是在管理员商店设置>结帐设置>在确认订单下查找“快速结帐审核并确认”,单击配置。检查“结帐窗格配置”下的运输服务并保存。
https://drupal.stackexchange.com/questions/77167/is-there-a-way-to-turn-off-the-paypal-checkout-button-in-cart-view-in-drupal-7
编辑 Paypal EC 支付方式的配置并在规则中添加条件:
数据比较/商务订单...状态/等于“结帐”
这样,当订单仍处于购物车状态时,付款方式将被禁用。