Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Diego

    (@daigo75)

    The EU VAT Assistant is designed to add that column automatically. It’s no longer used, but it’s maintained for backward compatibility. Occasionally, the column creation may fail, usually due to permission settings.

    To fix the issue, simply run the following query:

    ALTER TABLE wp_woocommerce_tax_rates
    ADD COLUMN tax_payable_to_country VARCHAR(200)

    Just make sure that you change the table prefix (“wp_“, above) as needed.

    Thread Starter morris4ever69

    (@morris4ever69)

    Hi Diego, thank you very much for your explanation. Now everything is clear!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unknown column TR.tax_payable_to_country in field list’ is closed to new replies.