Closed (fixed)
Project:
Commerce Flat Rate
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2012 at 17:48 UTC
Updated:
1 Dec 2012 at 01:40 UTC
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
Comment #1
rszrama commentedThe 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.