Your cart is currently empty!
Tools
Showing 133–138 of 138 results
WordPress database error: [Unknown column 'wc.weight' in 'SELECT']
SELECT
MIN(CAST(wc.weight AS DECIMAL(10,2))) as min_weight,
MAX(CAST(wc.weight AS DECIMAL(10,2))) as max_weight
FROM wp_wc_product_meta_lookup wc
WHERE wc.product_id NOT IN (
SELECT tr3.object_id
FROM wp_term_relationships tr3
INNER JOIN wp_term_taxonomy tt3 ON tr3.term_taxonomy_id = tt3.term_taxonomy_id
WHERE tt3.term_id = 9
)
AND wc.product_id IN (
SELECT tr.object_id
FROM wp_term_relationships tr
INNER JOIN wp_term_taxonomy tt ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.term_id = 2098
)
WordPress database error: [Unknown column 'wc.length' in 'SELECT']
SELECT
MIN(CAST(wc.length AS DECIMAL(10,2))) as min_length,
MAX(CAST(wc.length AS DECIMAL(10,2))) as max_length,
MIN(CAST(wc.width AS DECIMAL(10,2))) as min_width,
MAX(CAST(wc.width AS DECIMAL(10,2))) as max_width,
MIN(CAST(wc.height AS DECIMAL(10,2))) as min_height,
MAX(CAST(wc.height AS DECIMAL(10,2))) as max_height
FROM wp_wc_product_meta_lookup wc
WHERE wc.product_id NOT IN (
SELECT tr3.object_id
FROM wp_term_relationships tr3
INNER JOIN wp_term_taxonomy tt3 ON tr3.term_taxonomy_id = tt3.term_taxonomy_id
WHERE tt3.term_id = 9
)
AND wc.product_id IN (
SELECT tr.object_id
FROM wp_term_relationships tr
INNER JOIN wp_term_taxonomy tt ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.term_id = 2098
)






