2010-04-22 23:39:24Damodar Bashyal
How to add new fields in magento e-commerce?
There is no easy method like adding product attribute for category yet. But we can achieve this by adding from database. You just need to deal with three tables in the database.
First one is: eav_attribute
Insert details as: [change as you need]
More»
2010-05-16 06:00:33Damodar Bashyal
I mistakenly canceled one order and spent a day to go through magento & different forums and blogs and searching for a solution and this is how i fixed myself after few tries. I am still not sure how to extend the controller so i modified the core file and made a copy so i can paste back if overwritten when upgrade or i can copy when i find the solution how to extend or override a magento controllers.
Create a file @ app\code\local\Codefight\Adminhtml\Block\Sales\Order\Grid.php
More»
2010-05-23 03:28:51Radhika Sapkota
Below are the few tools that i found and will continue to add more, screenshots and description later. For now just few screenshots and links only.
If the listed site belongs to you then you can send feature post through contact form of the website.
More»