Hi,
For reference the error is:
Unknown column 'accepted_zip' in 'where clause' SQL=SELECT DISTINCT b.* FROM q1em7_hikashop_product_category AS a LEFT JOIN q1em7_hikashop_product AS b ON a.product_id=b.product_id LEFT JOIN q1em7_hikamarket_vendor AS hikam_vendor ON b.product_vendor_id = hikam_vendor.vendor_id LEFT JOIN q1em7_falang_content AS trans_table ON trans_table.reference_table='hikashop_product' AND trans_table.language_id=2 AND trans_table.reference_field='product_name' AND b.product_id=trans_table.reference_id WHERE (accepted_zip LIKE '%3952%') OR (accepted_zip LIKE '%395*%') OR (accepted_zip LIKE '%39**%') OR (accepted_zip LIKE '%3***%') OR (accepted_zip LIKE '%****%') AND (hikam_vendor.vendor_id IS NULL OR hikam_vendor.vendor_id IN (0,1)) ORDER BY trans_table.value ASC, b.product_name ASC LIMIT 0, 50
The column accepted_zip is not something we have by default in HikaShop.
Do you know of any place where you configured a custom field with the name accepted_zip or developed a custom plugin with that column name or using another extension integrating with HikaShop which would use such name ?
Also, does the zip code 3952 ring a bell ? Did you configure it somewhere on your website ?