I have created a different product type - file downloads. But cant see the best way of not charging the minimum shipping (£1) even when there is nothing to ship. I presume it is something like a condition that says "if no shipable products are in the checkout dont charge this minimum". I need to solve this as I would also like to sell time and theatre seats all of which also are not shipable. I am also using the weight field to calculate shipping using the excellent http://drupal.org/sandbox/rfay/1374058

Comments

rszrama’s picture

Status: Active » Fixed

The Commerce Physical Products module will include such conditions, so follow along at http://drupal.org/project/commerce_physical. However, since your delineation is based on product type, you could also just use a Rules component that loops over the line items on an order and looks for any product line item of a shippable type and adds the shipping rate if it finds one.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.