«csrf» 태그된 질문

1
getBlockHtml ( 'formkey') 란 무엇입니까?
Magento에서 제품 편집 페이지 (첫 번째 탭)를 편집하려고하는데 각각의 탭에서 첫 번째 페이지로 수량 (및 기타 몇 가지)을 이동하려고합니다. 내가 참조 <form action="<?php echo $this->getSaveUrl() ?>" method="post" id="product_edit_form" enctype="multipart/form-data"> <?php echo $this->getBlockHtml('formkey')?> <div style="display:none"></div> </form> 수량 텍스트 상자의 코드가 <tr> <td class="label"><label for="inventory_qty"><?php echo Mage::helper('catalog')->__('Qty') ?><span class="required">*</span></label></td> <td class="value"> <?php …

3
올바른 FormKey 얻기
제품을 나열한 페이지가 있습니다. catalog/view.phtml클론 의 종류 . 포함되어 있습니다 app/Mage.php. 이 페이지에서 나는 Mage::getSingleton('core/session')->getFormKey(); 그러나 다른 페이지의 formKey와 다릅니다. 내가 도대체 ​​뭘 잘못하고있는 겁니까?

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.