Posted by jasonabc on December 6, 2010 at 4:33pm
1 follower
Jump to:
| Project: | Ubercart Percent Rate with Minimum Rate |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
the patch here: http://drupal.org/node/931872
fixes this issue and a bunch of others.