随笔分类 - magento
magento
摘要:原文地址:http://blog.sina.com.cn/s/blog_9302097a010120l4.html数据库--产品数据库表结构分析product1数据库实体表:catalog_product_entity。属性:entity_id,entity_type_id,attribute_se...
阅读全文
摘要:1、进入后台system->configuration->,选择main Website2、advanced->developer中,将Debug中的TemplatePathHints设置为yes,然后点击保存前台显示如下:
阅读全文
摘要:我安装的版本是ASchroder_SMTPPro-2.0.6.tgz 然后测试 但是没成功,会有报错,报错: 提示没有默认模板,原因是该插件没有带模板,所有会有这样的提示。
阅读全文
摘要:1、删除浏览记录: 1 log_customer 2 log_visitor 3 log_visitor_info 4 log_url 5 log_url_info 6 log_quote 7 report_viewed_product_index 8 report_compared_product...
阅读全文
摘要:默认位置如下图,感觉不美观调整后,如下图打开后台产品页,找到Design下的Display product options in属性,可以看到两个选项:Product Info Column和Block after Info Column,其中默认选中的是Block after Info Colum...
阅读全文
摘要:Magento后台自身携带了一个语言切换的功能,见后台左下角 你会发现长长的一串,其中绝大多数语言你可能根本没有机会用到,而你想要从中文切换到英文时,每次都要瞪大眼睛去找英文在下拉框的哪个位置,所以精简下还是有必要的。 以我自己的需求为例,我需要使用中文后台,偶尔会切换到英文,因为有些翻译不理想...
阅读全文
摘要:Step1:表格仔细检查无误后,将准备好的图片上传至 media/import中。如果使用专用的图片服务器,把图片上传到服务器上,当然表格中的图片地址要做相应的修改。Step2:然后,登陆Magento后台。如果先前已经有了数据,现在是新添加数据,添加之前最好先备份一下数据库。可以在system>T...
阅读全文
摘要:分类:SET FOREIGN_KEY_CHECKS=0;TRUNCATE TABLE `catalog_category_entity`;TRUNCATE TABLE `catalog_category_entity_datetime`;TRUNCATE TABLE `catalog_categor...
阅读全文