Needs work
Project:
Ubercart Fee
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2009 at 22:32 UTC
Updated:
16 Jun 2011 at 20:56 UTC
Jump to comment: Most recent file
Comments
Comment #1
mrfelton commentedSo, do you want the taxes to apply to the fees?
Comment #2
mrfelton commentedIf so, I think all you need to do is go to admin/store/settings/taxes and check the relevant checkbox in the 'Taxed line items' section.
Comment #3
lonehorseend commentedNo, I just want to change the order of stuff so it looks more logical.
Comment #4
mediamash commentedis this possible? It would be more logical if this could be accomplished:
Subtotal: $140.70
Printing Minimum Order: $60.00
1 Color Set Up Fee: $50.00
Total discount: -$19.18
Subtotal excluding taxes: $231.52
Sales Tax: $9.42
Order total: $240.94
Comment #5
charlie-s commentedWould also like to accomplish this. It looks like this for me currently:
Subtotal: $9.78
Subtotal excluding taxes: $10.78
Handling Fee: $1.00
Tax: $0.72
Order total: $10.53
When the customer expects these things are added in order from top to bottom (i.e. Subtotal, Handling Fee, then Subtotal excluding taxes). A minor detail but one that seems to confuse some customers.
Comment #6
mrfelton commentedPlease try with this patch.
Comment #7
mrfelton commentedActually, you'll need this version (includes hook_update hook)
Comment #8
mrfelton commentedActually, ignore both those patches. I've committed a slightly modified version of the patch at #6.
http://drupalcode.org/viewvc/drupal/contributions/modules/uc_fee/uc_fee....
Comment #10
Cablestein commentedIs this patch still available?
I am in the same situation as other posters in this thread.
The "Subtotal excluding taxes" includes any fee's I put, but the line item occurs before the fees!
Doesn't make any sense at all.
Comment #11
Cablestein commentedre-opening
Comment #12
Luki_be commentedsubscribing
Comment #13
arski commentedsub
Comment #14
rc_100 commentedThis is a bit of a hack, but I was able to move the line item for my fee up in the list (so that it appeared before the tax line item) by going into the db, and changing the weight in the uc_fees table from 0 to -10. Seems to work fine!