Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每当用户选择某种付款方式时,我想显示一些说明/信息。如何将此信息添加到我的付款模块/方法?
(我有另一种付款方式,显示填写信用卡数据的表格,但在这种情况下,我只想显示一些文字)
付款方式模型变量
protected $_infoBlockType;
负责显示信息块。查看
class Mage_Payment_Model_Method_Cc extends Mage_Payment_Model_Method_Abstract
和
class Mage_Payment_Block_Info_Cc extends Mage_Payment_Block_Info