Active
Project:
Ubercart Percent Rate with Minimum Rate
Version:
6.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2010 at 16:33 UTC
Updated:
6 Dec 2010 at 17:41 UTC
I have this module set up to calculate 7% of the order total with a $3.50 minimum.
It works well EXCEPT I've noticed that for orders that fall below the minimum threshold (i.e. where 7% of the cart total is less than $3.50) - the minimum amount is taken and multiplied for each line item in the cart - giving hugely inflated shipping costs. See below for an example:
If I have 5 items in my cart that are $5 each - the shipping amount is appearing as 5 x $3.50 ($25). It should be $3.50!!
Comments
Comment #1
jasonabc commentedthe patch here: http://drupal.org/node/931872
fixes this issue and a bunch of others.