How to Remove Get help for this page” near top admin magento menu
There is a link near the top menu navigation in admin panel of magento and in some cases let say you want to give this to some one else you want to remove it...
getting the last page number in magento
Hi, Every body
long time no post :)
I am recently working on a $this->getLastPageNum()project and I was changing the pagination in order to indicate the total pages by the current collection size
as I knew the...
Getting product image gallery with product id magento
If this is a file out of the magento core api you must include this at the top
require_once './app/Mage.php';
Mage::app('default');
$_helper = Mage::helper('catalog/output');
since we...
change magento istallation directory or address tutorial
If you have installed magento in a wrong directory or You've had magento installed on a temporry directory or een you want to change your directory or if you want to change mageno installation...
how to disable Latest Message Notification in magento admin panel
Every time that I loged in to magento admin panel I would see a notification such the following would be appeared at the very top under the navigation menu appeared
You have 1 critical, 4...
increase number of product items from 3 column per row in magento
Hi Every body
I found this solution very quick and easy both for anchored categories and non anchored categories in magento for changing the default limit of 3 products in each row of products to...
How to Fix Class ‘Mage_Googlecheckout_Helper_Data’ not found in in Magento updated to 1.8...
If you are receiving this error after upgrading your magento store to the latest 1.8 version, don't scare that all would be fine
PHP Fatal error: Class 'Mage_Googlecheckout_Helper_Data' not found in /home/user/public_html/app/Mage.php on line...
Change Magento Database Name UserName and Password tutorial
Magento is a great E-Commerceshopping solution and this great E-Commerce cms has some premade templates that comes with magento installation and database that you may need to change the database name to what you've...
How to get product id from the current product page
Hi every body
today I wanted to implement a way that products images in magento could be able to have link to open a popup when the image is clicked to show a larger image...