I started to work on a store for my client here in Hungary. I am using latest Drupal 5.x and Ubercart 1.3. The store will use only domestic shipments and the shipping rules are really simple. However, I feel stuck when tried to configure shipping rates with flatrate.
- First rule is to check if the order subtotal is greater than or equal of the configured threshold. Thus, if a customer spends big bucks, receives free shipping, otherwise it's a fixed fee.
- The second rule would be to check all product dimensions against a configured threshold. If a customer buys a big package (or a single large item) - e.g the total of length, witdh OR height is above or equal of a specified value, additional fees should be applied, regardless of the base shipping fee (which may or may not be free)
I could set up the first rule easily with flatrate and workflow-ng, and it works like a charm.
But how do I configure the second rule (based on dimensions?) I found no options in workflow-ng for dimensions, only weight.
If I should start writing a small helper module for this, where should I start? Any comments appreciated, thanks.


