1
마 젠토 스토어에서 헤더의 홀 펀칭
magento에서 헤더의 구멍 뚫기를 구현했으며 고객별로 작업을 수행했지만 diff 카트 항목 수에서도 작동하도록 하여이 한 수준 더 깊이 들어갈 수있는 기능이 필요합니다. 여기 내 코드가 있습니다. class AD_PageCache_Model_Container_Header extends Enterprise_PageCache_Model_Container_Abstract { protected function _getIdentifier() { return $this->_getCookieValue(Enterprise_PageCache_Model_Cookie::COOKIE_CUSTOMER, ''); } // public function getCacheKeyInfo() { // $info = parent::getCacheKeyInfo(); // die('boo'); …