logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Ubuntu下APACHE HTTPS安装和配置

http://www.metsky.com/archives/561.htmlUbuntu下HTTPS配置非常简单,对大部分用户而言,使用普通的自签名证书,只需按照步骤进行就可以了,无需了解密钥、证书的更多知识,更深的背景知识还有RSA算法、DES算法、X509规范、CA机构...等等,随便哪个方向都够学习一阵子的,所幸的是有了OpenSSL、OpenSSH等这些开源免费的软件

Standard procedure to upgrade Magento to the newest version

http://inchoo.net/ecommerce/magento/standard-procedure-to-upgrade-magento-to-the-newest-version/I can’t give you exact recipe how to upgrade your specific Magento installation, but I’ll try

#database
magento :如何在后台的form中添加内容可变的select filed

如下图:在product form中添加了一个attribute “spot_spotter”,这个attribute可以选择某个已注册的用户。注意了,由于这个attribute 的内容是动态变化的,所以这个product attribute 的type是select,但却不能通过常规的方法指定option值。最后研究出以下的解决方案:(1)在setup文件中

Upgrading Magento

http://www.magentocommerce.com/wiki/1_-_installation_and_configuration/upgrading_magento#using_ssh_shell_accessUpgrading MagentoLast modified by gbailleul@dotgee.fr on Wed, October 12, 2011

magento下读取CSV文件的简单方法

//load csv file$this->_csvAdapter = Mage::getModel('ImportExport/import_adapter_csv', $filepath);while($this->_csvAdapter->valid()){$data = $this->_csvAdapter->current(); //ge

发现了magento 中"Shopping Cart Price Rules"一个bug

I Found an issue in magento core source code for "Shopping Cart Price Rules"(by the way , the screenshot is done in your demo ).    The issue is follow, in "Shopping Cart Price Rules" conditions,

magento中某个商店实现部分样式

在magento的某个website中,已经有一个storeview A,现在要求在这个website下再创建一个新的storeview B,现在要求对于storeview B只有主页和分类页应用新的样式,其他页面还是用回storeview A的样式。解决思路如下:(1)

Magento 发送邮件代码(使用数据库中模板)

出处:http://hi.baidu.com/silkmark/blog/item/1f0eb7fa0cebb4d47831aa25.html/* @var $translate Mage_Core_Model_Translate */  $translate = Mage::getSingleton('core/translate');  $translate->setT

#数据库
magento 添加customer attribute的方法

http://stackoverflow.com/questions/5961290/adding-attributes-to-customer-entity/5962237#5962237$installer = $this;$installer->startSetup();$setup = new Mage_Eav_Model_Entity_Setup('core_setup

magento中在.htaccess设置website code

在.htaccess中,添加以下的内容:SetEnvIf Host www\.newjueqi\.com MAGE_RUN_CODE=newjueqiSetEnvIf Host www\.newjueqi\.com MAGE_RUN_TYPE=websiteSetEnvIf Host ^newjueqi\.com MAGE_RUN_CODE=newjueqiSetEnvIf

#服务器
    共 34 条
  • 1
  • 2
  • 3
  • 4
  • 请选择