WordPress database error: [Table 'santuvia_wp_cdb.dfw6_woocommerce_tax_rate_locations' doesn't exist]SELECT tax_rate_id, location_code FROM dfw6_woocommerce_tax_rate_locations WHERE location_type = 'postcode' AND location_code LIKE '%...%';
WordPress database error: [Table 'santuvia_wp_cdb.dfw6_woocommerce_tax_rates' doesn't exist]
SELECT tax_rates.*, COUNT( locations.location_id ) as postcode_count, COUNT( locations2.location_id ) as city_count
FROM dfw6_woocommerce_tax_rates as tax_rates
LEFT OUTER JOIN dfw6_woocommerce_tax_rate_locations as locations ON tax_rates.tax_rate_id = locations.tax_rate_id
LEFT OUTER JOIN dfw6_woocommerce_tax_rate_locations as locations2 ON tax_rates.tax_rate_id = locations2.tax_rate_id
WHERE 1=1 AND tax_rate_country IN ( 'CA', '' ) AND tax_rate_state IN ( 'QC', '' ) AND tax_rate_class = '' AND ( ( locations.location_type IS NULL ) OR (
locations.location_type = 'postcode' AND locations.location_code IN ('','*')
AND (
( locations2.location_type = 'city' AND locations2.location_code = '' )
OR NOT EXISTS (
SELECT sub.tax_rate_id FROM dfw6_woocommerce_tax_rate_locations as sub
WHERE sub.location_type = 'city'
AND sub.tax_rate_id = tax_rates.tax_rate_id
)
)
) OR (
locations.location_type = 'city' AND locations.location_code = ''
AND NOT EXISTS (
SELECT sub.tax_rate_id FROM dfw6_woocommerce_tax_rate_locations as sub
WHERE sub.location_type = 'postcode'
AND sub.tax_rate_id = tax_rates.tax_rate_id
)
) )
GROUP BY tax_rates.tax_rate_id
ORDER BY tax_rates.tax_rate_priority
WordPress database error: [Table 'santuvia_wp_cdb.dfw6_woocommerce_shipping_zone_locations' doesn't exist]SELECT zone_id, location_code FROM dfw6_woocommerce_shipping_zone_locations WHERE location_type = 'postcode';
WordPress database error: [Table 'santuvia_wp_cdb.dfw6_woocommerce_shipping_zones' doesn't exist]SELECT zones.zone_id FROM dfw6_woocommerce_shipping_zones as zones
LEFT OUTER JOIN dfw6_woocommerce_shipping_zone_locations as locations ON zones.zone_id = locations.zone_id AND location_type != 'postcode'
WHERE ( ( location_type = 'country' AND location_code = 'CA' ) OR ( location_type = 'state' AND location_code = 'CA:QC' ) OR ( location_type = 'continent' AND location_code = 'NA' ) OR ( location_type IS NULL ) ) ORDER BY zone_order ASC, zones.zone_id ASC LIMIT 1
WordPress database error: [Table 'santuvia_wp_cdb.dfw6_woocommerce_shipping_zone_locations' doesn't exist]SELECT location_code, location_type FROM dfw6_woocommerce_shipping_zone_locations WHERE zone_id = 0
WordPress database error: [Table 'santuvia_wp_cdb.dfw6_woocommerce_shipping_zone_methods' doesn't exist]SELECT method_id, method_order, instance_id, is_enabled FROM dfw6_woocommerce_shipping_zone_methods WHERE zone_id = 0 AND is_enabled = 1
WordPress database error: [Table 'santuvia_wp_cdb.dfw6_woocommerce_sessions' doesn't exist]SHOW FULL COLUMNS FROM `dfw6_woocommerce_sessions`