You must have noticd several time that the creloaded template when installed gives error
The simplest solution is as follows
Eg error
1054 – Unknown column ‘popt.products_options_name’ in ‘field list’
select popt.products_options_name, poval.products_options_values_name, pa.options_values_price, pa.price_prefix from products_options popt, products_options_values poval, products_attributes pa where pa.products_id = ‘698{2}7’ and pa.options_id = ‘2’ and pa.options_id = popt.products_options_id and pa.options_values_id = ‘7’ and pa.options_values_id = poval.products_options_values_id and popt.language_id = ‘1’ and poval.language_id = ‘1’
Note this happens only on products that have options, like color, and sizes.
The best solution to such error ;
1. Notice the URL . In the above error the page would be http://domain.com/shopping_cart.php
2. Now open the template folder
3. Open the content folder
4. Copy the shopping_cart.tpl.php (for above example) and paste it into your active template’s content folder
Thats it. You are done.
The logic behind is that your template behind might not be compatible with the latest version of the crelaoded. So we are copying the sample template tpl file (which is provided with the creloaded itself ) to out new template.
Pretty nice site, wants to see much more on it! 🙂