码迷,mamicode.com
首页 >  
搜索关键字:magento    ( 471个结果
mac下magento安装错误总结
(1)安装magento时报缺少php的扩展 安装对应的扩展 (2)安装magento时部分目录不可写 终端运行命令改变根目录的文件权限 (3)改变文件权限后,git提示文件发生更改 需要修改git本地的配置 终端打开git本地配置文件 修改filemode = false (4)502错误 fpm ...
分类:系统相关   时间:2016-06-01 10:18:21    阅读次数:375
Magento入门开发教程
Modules->模块 Controller->控制器 Model->模型 Magento是这个星球上最强大的购物车网店平台。当然,你应该已经对此毫无疑问了。不过,你可能还不知道,Magento同样是一个面向对象的PHP框架。你可以配合Magento购物车程序强大的功能,开发动态WEB应用程序。 这... ...
分类:其他好文   时间:2016-05-29 21:34:28    阅读次数:268
Magento 编译 php5.6.21 命令
./configure '--prefix=/alidata/server/php' '--enable-opcache' '--with-config-file-path=/alidata/server/php/etc' '--with-mysql=mysqlnd' '--with-mysqli= ...
分类:Web程序   时间:2016-05-19 10:31:08    阅读次数:317
PhpStorm 快捷键大全 PhpStorm 常用快捷键和配置
PhPStorm 是 JetBrains 公司开发的一款商业的 PHP 集成开发工具,PhpStorm可随时帮助用户对其编码进行调整,运行单元测试或者提供可视化debug功能。Phpstrom的一款名为Magicento的插件对快速创建Magento插件十分有用。 常用快捷键 设置快捷键:File ...
分类:Web程序   时间:2016-05-13 19:09:36    阅读次数:942
magento 的一些Sql查询
1,模拟使用getName()获取产品名称的sql 2,Mage::getModel('catalog/product')->getCollection()的sql输出 SELECT `e` . * , `price_index`.`price` , `price_index`.`tax_class ...
分类:数据库   时间:2016-05-13 19:08:43    阅读次数:435
国内外免费PHP开源建站程序一览(最全)
论坛社区:Discuz、PHPWind、ThinkSAAS、phpBB CMS内容管理:DedeCMS、PHPCMS、帝国CMS、齐博CMS、Drupal 企业建站:CmsEasy、KingCMS、PHP168、KesionCMS、fanWe方维 网上商店:ECShop、ShopEx、Magento ...
分类:Web程序   时间:2016-05-13 18:40:12    阅读次数:209
Magento 属性与属性集
Use In Layered Navigation: 控制前台筛选的选项 ·        Use in Layered Navigation (can be used only with catalog input typeDropdown, Multiple Select and Price). Since we selected  “Dropdown”, thisoption is ...
分类:其他好文   时间:2016-05-12 17:38:25    阅读次数:316
Magento. How to create an attribute and apply it to products
This tutorial is going to show you how to create an attribute and apply it to products on your Magento website. Magento. How to create an attribute and apply it to products In Magento an attri...
分类:移动开发   时间:2016-05-12 14:18:39    阅读次数:235
magento 获取自定义产品属性和属性值
在magento系统中经常要自定义自己的产品属性,在后台自定义的产品属性如何获取呢,下面根据属性类型的不同分别说明 产品属性要想在前台获取到需要设置属性的Used in Product Listing 为true 1、下拉列表的产品属性 如定义了一个表示产品的硬件支持类型的下拉列表属性support_hardware就可以这样获取 [php] v...
分类:其他好文   时间:2016-05-12 13:49:59    阅读次数:252
magento 创建属性
Magento的属性(Attributes)就是产品的可计量或可描述的性质,例如:颜色、制造商、库存号码(SKU number)等等。Magento有两种Attribute:简单属性(Simple Attribute)和系统属性(System Attribute)。默认情况下,Magento包含了所有必需的系统属性,这些系统属性不能删除的,而且每件产品都拥有这些系统属性。而且所有的属性集(At...
分类:其他好文   时间:2016-05-12 13:35:59    阅读次数:208
471条   上一页 1 ... 13 14 15 16 17 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!