How to installed magento Grid extension.
At this point this extension is in alpha version. Well i haven't tested this extension in all the magento diffrent version. If you have any problem with any extension please leave a comment and we will test it and try to solve the problem.
How to installed
Just open a file at this location.
app/design/adminhtml/default/template/page/head.phtml
Around line number 7-10 after <title> tag
add this line
<script type="text/javascript"
src="<?php echo $this->getSkinUrl('magenz/magenz.js'); ?>"></script>
<script type="text/javascript"
src="<?php echo $this->getSkinUrl('magenz/example/ux/CheckColumn.js'); ?>"></script>
<link rel="stylesheet" type="text/css"
href="<?php echo $this->getSkinUrl('magenz/resources/css/ext-all.css') ?>" />
Don't worry we will come out with the proper solution in next version of this extension.
If you like any comment or wants any extra functionality please feel free to comment or contact us.
Keep Smiling


posted on November 7, 2011 1:53:35 AM PST