Magento
Magento: PHP Extensions “zlib” must be loaded
Go to downloader/lib/Mage/Archive/Helper/File/ in your Magento directory and edit the Gz.php file. You need to replace: with and also: with
Go to downloader/lib/Mage/Archive/Helper/File/ in your Magento directory and edit the Gz.php file. You need to replace: with and also: with
Step1 : Create a new file called cleanup.php in your magento root folder and add the following code to it: Step 2 : If you want to clean the cache just run the following url: http://localhost/magento1924/cleanup.php?clean=var Step 3 : http://localhost/magento1924/cleanup.php?clean=log
If you want your new custom layout should be appear in admin layout drop down you need to create a small custom module.this task can be done by adding some code in core files but its not a magento way so follow the steps if you want to do this Read more…
There was situation i need to add a extra page before submit rma : on step 2 page i change the form action url like: the url will redirect to the function difined in controller: path = app/code/local/Mirasvit/Rma/controllers/RmaController.php in rma controller you need to define a function named public function Read more…
1. Add a search box field in your page collection: For listing as you can see there is a foreach loop for collection Like: so you need to find out the collection location like in my case i found: $collection = $this->getRmaCollection(); and the collection of function i found in Read more…
If you want to see the query use the following code for example: Magento Query: Result For Example: SELECT `main_table`.* FROM `banner` AS `main_table`