自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

似水年华

憧憧往来 朋从尔思 , 吾将何去何从,何处是归途

  • 博客(8)
  • 收藏
  • 关注

原创 Magento: Fatal error: Call to undefined method Mage_Adminhtml_Block_Abstract::getexceptions()

<br /><br />When I tried to export or import any profile, then I got a fatal error:<br />Fatal error: Call to undefined method Mage_Adminhtml_Block_Abstract::getexceptions() in ……./app/code/core/Mage/Adminhtml/Block/System/Convert/Profile/Run.php on line 1

2011-01-25 13:02:00 1023

原创 magento如何去掉分类url中的父目录

<br /><br />Go to app/code/core/Mage/Catalog/Model/<br />Open Url.php and go to line no 632 and comment(//) the below line<br /><br />//if (null === $parentPath) {<br />//$parentPath = $this->getResource()->getCategoryParentPath($category);<br />//}<br />/

2011-01-24 14:29:00 1490

原创 magento修改产品图片尺寸

<br /><br />如何修改magento前台显示的产品图片的尺寸,magento产品图片的尺寸是和页面的css文件相关的,别忘了刷新magento缓存。<br />以我的helloblank模板为例,注意你所使用的 模板文件路径。<br />第一个地方,产品列表页的产品图片<br />文件位置:app/design/frontend/default/helloblank/template/catalog/product/list.phtml<br />在此文件中搜 “resize”,发现有两处,因为列

2011-01-18 20:08:00 1540 1

原创 magento自定义按价格浏览范围

<br /><br />If you look in filter.phtml, you will see that it is using the blockMage_Catalog_Block_Layer_Filter_xxx where xxx is the attribute type. Which in turn leads you to the model: Mage_Catalog_Model_Layer_Filter_Price.<br />Inside app/code/core/Mage

2011-01-18 16:37:00 606

原创 Magento常用插件

Category Listhttp://www.magentocommerce.com/magento-connect/Pixel+Vietnam/extension/2202/category-listSWMS - Option Imagehttp://www.magentocommerce.com/magento-connect/SWMS/extension/2993/swms--option-imageEasy CMS/Block - Free Versionhttp://www.magentocom

2011-01-17 23:38:00 1191

原创 magento后台管理分类出错Fatal error

 click on catalog > Manage CategoriesI got Fatal error: Call to undefined method Mage_Adminhtml_Block_Widget::getrowurl() in …..app/code/core/Mage/Adminhtml/Block/Widget/Grid.php on line 1607I tried to find out the error reason then I got my solution. And

2011-01-17 11:57:00 610

原创 改变magento 默认排序为降序(新加的产品排在前面)

<br />The Toolbar<br />Look for the file toolbar.php located in:<br />/app/code/core/Mage/Catalog/Block/Product/ListCreate the Local folder<br />Create the same folder structure in the local. Now the future upgrades will not affect your changes.<br />Shoul

2011-01-17 11:49:00 1687

原创 Magento首页左侧显示商品菜单导航栏

<br />注:(此文magento版本为1.4.1.0,所选用模板为modern),在此给出其中一种办法,实现网站首页左侧显示商品菜单导航栏(网站主菜单(包括商品菜单)依旧在网上上方导航栏上)。<br />1、打开 app/design/frontend/default/modern/layout/catalog.xml,在适当位置加入以下代码:<br /><reference name=”left”><br /><block type=”catalog/navigation” name=”cms_cat

2011-01-16 15:54:00 2927

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除