My site has AvaTax implemented and there is a specific function I am writing which needs to check the AvaTax Customer Code when the user is logged in. I am not quite sure how to target this - say on the OSEL page.
I have been informed that this value is exposed as a Customer Custom Field so:
I assume that 'module' would be 'avatax' and 'customer_id' is of course the target customer, but not sure what the 'code' needs to be to return a proper value.
I have been informed that this value is exposed as a Customer Custom Field so:
HTML Code:
<mvt:do file="g.Module_Root $ '/modules/util/customfld.mvc'" name="l.success" value="Module_Customer_Field_Value( module, customer_id, 'code' ) " />
Comment