Aangemaakte reacties

1 reactie aan het bekijken (van in totaal 1)
  • Forum: Plugin vragen
    In antwoord op: BTW in WooCommerce
    Thread starter HarryPW50

    (@harrypw50)

    OPGELOST:

    Tabel bestond niet !

    I creat the table :
    CREATE TABLE [yourcode]_woocommerce_tax_rate_locations (
    location_id bigint(20) NOT NULL,
    location_code varchar(255) NOT NULL,
    tax_rate_id bigint(20) NOT NULL,
    location_type varchar(40) NOT NULL
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

    Nadat ik de tabel had aangemaakt naar WooCommerce Instellingen en alles even opnieuw bevestigen.

1 reactie aan het bekijken (van in totaal 1)