Active
Project:
Ubercart 2 VAT support
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2011 at 16:58 UTC
Updated:
13 Apr 2011 at 10:58 UTC
I was wondering if there was a token for subtotal excluding VAT.
I want to be able to add the token to an affiliate script so the tracked total would be the price before VAT and shipping. Then the affiliate gets commission only on the before VAT price. Currently I am using [order-subtotal] but it includes the VAT.
My setup
The 'Sell Price' price field is selected as inclusive of VAT.
'Keep VAT inclusive prices the same after a rate change.' is selected too.
Everything else is not selected.
If there isn't one maybe I could create one with the custom token module, but in that case what would be the bit of php replacement? Thanks.
Comments
Comment #1
longwaveThere is no token for this, but I think one could probably be added. Changing to feature request.
Comment #2
arski commenteda similar request would be to have a conditional available in conditional actions that checks order total without VAT (currently only with-VAT order total is there)
Thanks a lot!