从朋友那里得知lightinthebox这个站点在外贸的圈子里大有名气也是最近几天的事情.
本来用JOOMLA搭建自己的网店程序的,后来发现ZENCART是一种专门为网店设计的CMS程序,就使劲地跑到官网上去找好用的插件和模板.
发现一个情况,ZENCART的FREE模板少的可怜,一点都不如JOOMLA丰富.
网上好容易找到LIGHTINTHEBOX的公开内测版,结果是带环境包的,转移到服务器上压根没法用..
没办法,MYSQL的数据库导入也就绪了,配置文件includes/configue.php,admin/includes/configue.php这两个配置文件也都改过了就是么有用啊…
实在不行用土方法…把ZC-INSTALL扔上去想重新安装一遍,结果没想到和文件夹里存在的LIGHTINTHEBOX文件根本就不搭调.
打开主页的结果提示如下:
1054 Unknown column ‘p.products_price_retail’ in ‘field list’
in:
[select p.products_id, p.products_type,p.products_status,p.products_price,p.products_price_retail,p.products_price_sample,p.product_is_wholesale,p.product_wholesale_min,p.products_quantity, p.products_quantity_order_min, p.master_categories_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, pd.products_description, IF(s.status = 1, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status =1, s.specials_new_products_price, p.products_price) as final_price, p.products_sort_order, p.product_is_call, p.product_is_always_free_shipping, p.products_qty_box_status from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p2c.products_id = s.products_id where p.products_status = 1 and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = 0]
彻底完蛋,还是想办法自己整一个模板吧…
来自:多多小镇(http://www.seanqian.com)