Missing DB Column

Can anyone point me in the right direction for this error please? It happens as soon as you try to add anything to the cart.



Database error: 1054 : Unknown column ‘cscart_products.free_shipping’ in ‘field list’

Invalid query: SELECT cscart_products.product_id, cscart_products.product_code, cscart_products.weight, cscart_product_descriptions.product, cscart_product_descriptions.short_description, cscart_products.is_edp, cscart_products.edp_shipping, cscart_products.shipping_freight, cscart_products.free_shipping FROM cscart_products LEFT JOIN cscart_product_descriptions ON cscart_product_descriptions.product_id=cscart_products.product_id AND cscart_product_descriptions.lang_code=‘EN’ WHERE cscart_products.product_id=‘1563’ AND cscart_products.avail=‘Y’





I don’t know what caused this to happen but I need to patch it up and get it working again. Any guidance would be greatly appreciated.



Regards

Ian :smiley:



edited to add more info