Skip to content

kietluu/popup_static_block

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

popup_static_block

#Note : When create Package Extension, have one problem: After install in other magento website will not show grid Popup Management. Have 2 ways to resolve:

  1. Remember add file app/design/adminhtml/default/default/layout/popup/popup_static.xml
  2. If don't add file above, in file app/code/local/Popup/Static/controllers/Adminhtml/BlockController.php Change $brandBlock = $this->getLayout()->createBlock('popup_static_adminhtml/block'); to $brandBlock = $this->getLayout()->createBlock('popup_static/adminhtml_block');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published