先查看Magento这种设置指定目录产品到首页的方法的效果图: 1.在Page的home里添加:{{block type=catalog/product_list category_id=28 products_count=9 template=catalog/product/home.phtml}} 注:category_id是指定的目录ID,[详细>>]
分类:Magento教程时间:2015-07-29
Magento默认的 产品列表排序 方式是ASC升序。要改为降序即最新产品在前面可以直接修改以下文件: /app/code/core/Mage/Catalog/Block/Product/List/toolbar.php 搜索protected $_direction,将asc改为desc即可。 或者建[详细>>]
分类:Magento教程时间:2015-07-29
在Magento我们经常有的做法是建立一个可以调用新产品的block,然后通过: {{block type=catalog/product_new column_count=6 products_count=100 name=home.catalog.product.new alias=product_homepage template=catalog/product/new.phtm[详细>>]
分类:Magento教程时间:2015-07-27
在Magento兰亭模板2011最新版下载地址,有木有!也有网友反映Magento1.5使用兰亭模板出现Place Order按钮消失的问题。另外这问题在Magento版本升级中也会遇到。贴下处理过程 1) 打开该主题下的布局[详细>>]
分类:Magento教程时间:2015-07-27
Magento 布局文件里添加样式 reference name=top.links action method=addLink translate=label title module=customerlabelLog In/labelurl helper=customer/getLoginUrl/titleLog In/titleprepare/urlParams/position1/position aParamsclasscustomer-logged[详细>>]
分类:Magento教程时间:2015-07-27
Magento目录页设置布局: 在catalog.xml的default里添加 reference name=root action method=setTemplatetemplatepage/2columns-left.phtml/template/action action method=setIsHandleapplied1/applied/action /reference 就把Magento的目录布局从[详细>>]
分类:Magento教程时间:2015-07-27
$translate = Mage::getSingleton(core/translate); $translate-setTranslateInline(false); $storeId = Mage::app()-getStore()-getId(); $template =15; //这个$template的值是定义的邮件模板的ID,可以到后台-System-Transactional Emails 去获取[详细>>]
分类:Magento教程时间:2015-07-27
新建的magento cms页面要嵌入联系我们模块的做法: 后台编辑page页面,design内容设为 reference name=content block type=core/template name=contactForm template=contacts/form.phtml/ /reference 最好复制个新文件,不影响[详细>>]
分类:Magento教程时间:2015-07-27
问题概述:Magento 1.5.1后台上传产品图片,点击上传,没效果,点击保存后更没数据(早期Magento版本貌似也有这种情况)。 出现JS错误:this.images.toJSON is not a function 在 /js/mage/adminhtml/product.js 行[详细>>]
分类:Magento教程时间:2015-07-27
[详细>>]
分类:Magento教程时间:2015-07-27
在Magento前台的页面显示设置有特殊价格日期的产品的处理办法: 1) 新建一个Page页,Design的内容为 reference name=content block type=catalog/product_special name=product_special template=catalog/product/list.phtml actio[详细>>]
分类:Magento教程时间:2015-07-27
magento导数据库又遇一个错误: ERROR 1064 (42000) at line 382: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near USING BTREE, KEY `FK_ATTRIBUTE_VARCHAR_ENTI[详细>>]
分类:Magento教程时间:2015-07-27