on an Item saved search, I can get the price, and ...
# general
j
on an Item saved search, I can get the price, and the tax schedule (as words) but can I get the % of the tax rate somehow? I want to be able to list the retail price inclusive of tax if there is tax applicable
e
I don't think this is possible as an items tax % could change depending on the tax jurisdiction. I think you would have to calculate this on the fly using a tax service and passing in the customers address.
j
thanks eblackey, in .au we only have 1 tax rate. i can hard code a function in the saved search but i was hoping for a nicer solution
m
@JBL i don’t think i ever found the field you are looking for. there are some “Amount Net of Tax” fields but otherwise all my calculations are manual. you could create a custom field for it i guess
j
@mattb yeah I think I'll just hard code it into the formula