我使用的是Drupal商业模块和航运7.x-1.0。我创建了一个包含真实产品和虚拟产品的网络商店。
我的问题是,即使所有产品都是虚拟的(因此没有发货),也需要发送地址。如果购物车包含真正的产品,我如何确保只询问发货地址?
发布于 2013-07-12 14:23:53
以下是不需要自定义模块的解决方案:
<do not change>
Order contains products of particular product types
Commerce order contains shippable products
在生效之前,您可能必须清除缓存。
https://drupal.stackexchange.com/questions/29512
相似问题