Skip to content

Instantly share code, notes, and snippets.

@zeloc
Created August 16, 2018 08:17
Show Gist options
  • Save zeloc/dcc0be1ee4a53e229f0425fac82bd3ea to your computer and use it in GitHub Desktop.
Save zeloc/dcc0be1ee4a53e229f0425fac82bd3ea to your computer and use it in GitHub Desktop.
magento observer magento 1
<?php
use Varien_Event_Observer as Event;
class Test_PriceFilter_Model_Observer
{
public function catalogControllerCategoryInitAfter(Event $event)
{
//code goes here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment