11 2014 档案

摘要:很多时候,要把之前录入的单一产品转换成可配置的产品类型,在管理后台是不能直接修改的,只能修改数据库。其方法是:进入数据库,找到catalog_product_entity这个表,在 type_id 字段,把 simple 改成 configurable。改成其它类型也可以,MAGENTO总共有以下类... 阅读全文
posted @ 2014-11-24 11:43 QQ9915072 阅读(358) 评论(0) 推荐(0)
摘要:{{block type="catalog/product_list" name="product_list" category_id="7" template="catalog/product/list.phtml"}}上面代码大家都知道是显示某个目录下的所有产品, 比如我这里的category_... 阅读全文
posted @ 2014-11-03 15:52 QQ9915072 阅读(164) 评论(0) 推荐(0)
摘要:订单详细内容页手动修改订单状态方法:打开此文件:app\design\adminhtml\default\default\template\sales\order\view\history.phtml34行位置为如下原本内容: getStatuses() as $_code=>... 阅读全文
posted @ 2014-11-02 18:13 QQ9915072 阅读(276) 评论(0) 推荐(0)
摘要:在CSS里面定义INPUT输入框的全局样式input[type=text]:focus,input[type=password]:focus,textarea:focus{transition:border linear .2s,box-shadow linear .5s;-moz-transiti... 阅读全文
posted @ 2014-11-02 12:26 QQ9915072 阅读(3204) 评论(0) 推荐(0)