惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
H
Help Net Security
Jina AI
Jina AI
V
V2EX
G
Google Developers Blog
B
Blog
GbyAI
GbyAI
U
Unit 42
爱范儿
爱范儿
腾讯CDC
Engineering at Meta
Engineering at Meta
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
宝玉的分享
宝玉的分享
小众软件
小众软件
D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
博客园 - 聂微东
The Cloudflare Blog
I
InfoQ
Microsoft Azure Blog
Microsoft Azure Blog
Hugging Face - Blog
Hugging Face - Blog
大猫的无限游戏
大猫的无限游戏

博客园 - 亲,注意身体

magento 数据清理 magento top menu edit CookieConter 转换为string magento sitemap cms page remove home and generate sitemap error magento toplink blank li magento 语言包 magetno awblog auto generate title id, js replace magento moneybooker 操作 JS 正则 js 数组 组合(转) moneybooker api/mqi query magento 记录蜘蛛爬行日志 magento moneybooker redirect 添加信任站点 bat 设置信任站点等级 moneybooker api 文档 magento htaccess Navicat 注册码,序列号 magento 修改订单号 Magento 删除所有订单 适于于1.4+
magento checkout require
亲,注意身体 · 2012-03-29 · via 博客园 - 亲,注意身体

app\design\frontend\base\default\template\persistent\checkout\onepage\billing.phtml

 去除class="required"

/app/code/local/core/mage/Customer/Model/Address/Abstract.php

/*      

postcode

*/

First name,last name remove require

/app/code/core/Mage/Customer/Model/Customer.php lines 666-672

 

select attribute_code,is_required  FROM eav_attribute where is_required = '1';

update eav_attribute set is_required=0 where attribute_code='postcode';

   

亲,好好休息,注意身体

posted on 2012-03-29 22:22  亲,注意身体  阅读(256)  评论(0)    收藏  举报