安装设置

Magento的安装、设置、升级讨论

在Magento产品分类页面创建推荐产品(Featured Products)

在进行Magento的相关操作的时候,你可能都想在产品分类页面添加上这一类产品的推荐产品(Featured Products),这类产品一般是销售比较好的,或者是你的利润比较大的产品,那我们应该怎么样添加上这类产品呢?下面是描述如何显示一组推荐产品(Featured Product)。 Featured产品需要在后台为产品增加一个Featured属性。 当管理员在Featured属性上选择Yes时,该产品就以Block的形式显示在产品列表页。

步骤 1) 创建一个"Featured"属性

进入后台Catalog > Attributes > Manage Attributes > Add New Attribute. 添加一个新的属性
Attribute Properties

Ubuntu中安装Magento

Ubuntu是一个比较常用的Linux系统,下面介绍一下在Ubuntu下安装Magento的一些需要注意的地方。

一、安装必要的php extensions

sudo apt-get install php5-mcrypt php5-curl php5-gd

二、创建数据库

mysql -u root -p

mysql>create database magento;

如果你需要sample data的话,

现在就要导入了.

mysql>use magento

mysql>source path/data_file.sql

三、设置目录权限

cd <your magento folder path>

chmod 0+w app/etc var var/.htaccess

chmod -R o+w media

Magento安装扩展

Magento的扩展模块以及主题模板的安装方式和传统的网站有所不同。

同步内容