如何在管理面板中显示自定义订单字段?

时间:2013-02-02 06:47:52

标签: e-commerce magento-1.7

嘿伙计我有一个magento商店,我想将公司领域改为大学领域。

我更改了billing.phtml和shipping.phtml

<div class="field"> <label for="billing:college" class="required"><em>*</em><?php echo $this->__('College') ?></label> <div class="input-box"> <input type="text" id="billing:college" name="billing[college]" value="<?php echo $this->escapeHtml($this->getAddress()->getcollege()) ?>" title="<?php echo $this->__('college') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('college') ?>" /> </div>

我还将eav_attribute表的attributeid公司更改为大学,标记为大学并设置is_required = 1

我在billing.phtml和shipping.html中找到并将每个“公司”替换为“大学”,并编辑了代码以显示 - *在大学字段旁​​边。 它在一个页面上成功显示大学*的送货地址。但是它仍然是公司的账单地址。

我该怎么办?

编辑:我管理了这个领域,它现在是大学的结算页面和发货页面。它将在persistent / billing.phtml

中进行更改

现在我的问题是如何在管理面板中显示学院信息?我没有添加任何字段,我只是将公司改为大学

0 个答案:

没有答案