最模板 - 外贸网站建设,外贸网站模板

最模板

当前位置: 首页 > Magento > Magento教程 >
  • [Magento教程] magento 后台产品页面自定义tab 日期:2014-07-11 00:35:46 点击:316 好评:0

    magento 后台产品页面自定义tab 一:app/code/local/More/Customtabs/etc/config.xml ?xml version=1.0? config modules More_CustomTabs version0.1.0/version /More_CustomTabs /modules global blocks customtabs classMore_Customtabs_Block/c...

  • [Magento教程] magento 指定送货时间 日期:2014-07-11 00:32:45 点击:116 好评:0

    magento 指定送货时间 一:配置config.xml ?xml version=1.0? !-- /** * @category More * @package More_Deliverydate * @author More * @license */ -- config modules More_Deliverydate version0.1.8/version /More_Deliverydate /modules fron...

  • [Magento教程] magento 下订单后手动修改运费 日期:2014-07-11 00:30:36 点击:144 好评:0

    magento magento 下订单后手动修改运费 一:配置config.xml 跟订单费率相关的 我们都进行重写方法 重写方法的依据是我们根据core/mage下面的方法来 config modules More_CustomShippingRate version0.1.0/v...

  • [Magento教程] magento customer blog 前台用户的blog 日期:2014-07-11 00:28:55 点击:147 好评:0

    前台客户登陆后 可添加文章或者图片 声音 视频 和 分类 并查看文章 一:首先配置我们的config.xml ?xml version=1.0? config modules More_Customerupload version0.1.2/version /More_Customerupload /modules adminht...

  • [Magento教程] magento 微信支付 日期:2014-07-11 00:19:32 点击:321 好评:0

    magento 微信支付 添加新的支付方式 ,下单跳转支付 system.xml app/code/local/More/Weixin/etc 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 4...

  • [Magento教程] magento 通过属性组获取产品属性值 日期:2014-07-11 00:17:41 点击:254 好评:0

    magento 通过属性组获取产品属性值 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 public function getAttribueByGroup( $mediaProduct ){ $setId = $mediaProduct -getAttributeSetId(); // Attribute set Id...

  • [Magento教程] magento在后台form里面添加css和js 日期:2014-07-11 00:13:26 点击:225 好评:0

    在后台创建的html元素,一般都是在function _prepareForm()里面调用addField; 如下代码创建一个button [php] view plaincopy $buttonstyle = padding-left:6px; border-color:#ED6502; text-align:center; ; $fieldset = $form -...

  • [Magento教程] Magento: 通过category name获取category信息 日期:2014-07-11 00:11:57 点击:232 好评:0

    [php] view plaincopy $cat =Mage::getResourceModel( catalog/category_collection )-addFieldToFilter( name , Category_Name_Here ); print_r( $cat -getData()); To get the category id from $cat object, simply use: [php] view plaincopy $cat -getFi...

  • [Magento教程] magento如何在CMS page中使用php code 日期:2014-07-11 00:10:57 点击:232 好评:0

    通常我们创建一个cms page之后,在后台可以借助magento自带的编辑器进行一些简单的变量插入,但是如果页面内容比较复杂并且有很多自定义变量的时候,比如我们需要从db取一些数据或...

  • [Magento教程] 解决magento保存产品时耗时很长的问题 日期:2014-07-11 00:09:24 点击:76 好评:0

    以前我在更新产品属性值(拿price为例)的时候,通常会这样做: [php] view plaincopy foreach ( $product_ids as $id ){ $product =Mage::getModel( catalog/product )-load( $id ); $product -setPrice( $price )-save(); } 因为之...

栏目列表
推荐内容