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.
良い一日。
Magentoのフロントエンドの関連商品ブロックに数量入力欄を追加したいです。(たとえば、製品ビュー ページ)。
多分誰かがこれを行う方法を知っていますか?
ありがとう 。
このファイル パスに以下のコードを追加します
'app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Related.php'.
$this->addColumn('qty', array( 'header' => Mage::helper('catalog')->__('Qty'), 'index' => 'qty' ));
中身
protected function _prepareColumns() { }
この機能。
お役に立てば幸いです。