Fehler noch vor Warenkorb
Ich habe das Modul und die DB nach Anleitung eingesetzt, jedoch noch nicht aktiviert. Bei der DB gab es auch keinen Fehler. Nun kommt jedoch folgende Fehlermeldung, wenn man ein Produkt in den Warenkorb legen möchte:
1054 - Unknown column 'popt.products_options_type' in 'field list'
select popt.products_options_name, popt.products_options_type, poval.products_options_values_name, pa.options_values_price, pa.price_prefix,pa.attributes_stock,pa.products_at tributes_id,pa.attributes_model from products_options popt, products_options_values poval, products_attributes pa where pa.products_id = '42{5}11{6}17' and pa.options_id = '5' and pa.options_id = popt.products_options_id and pa.options_values_id = '11' and pa.options_values_id = poval.products_options_values_id and popt.language_id = '2' and poval.language_id = '2'
[XT SQL Error]
|