VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: kratzi on June 27, 2018, 11:18:35 AM

Title: Tax id in database
Post by: kratzi on June 27, 2018, 11:18:35 AM
Hi in latest Virtuemart 3.2.14 and Joomla 3.8.8 I need to make some changes to already available entries of the TaxID.

I found the following tables and columns that store the Tax Id

#_virtuemart_calcs - virtuemart_calc_id
#_virtuemart_orders - order_billTax
#_virtuemart_order_calc_rules - virtuemart_calc_id
#_virtuemart_product_prices - product_tax_id
#_virtuemart_shipment_methods - shipment_params
#_virtuemart_payment_methods - payment_params
#_virtuemart_shipment_plg_weight_countries - tax_id

Could anyone please confirm if these are all places which have the tax id stored.

Thank you