Wednesday, May 29, 2013

Published 12:06 PM by with 0 comment

Create and map shared folder in VirtualBox

VirtualBox is a great virtualization software from Sun Microsystems. I’ve previously written many articles on how to create a virtual machine in VirtualBox and how to install Windows 7 using VirtualBox. If you’ve had any experience with virtualization software, you’ve probably also...
Read More
    email this       edit
Published 10:41 AM by with 0 comment

Creating a Virtual Machine using VirtualBox

 Creating a Virtual Machine ( For Guest OS) Open Application -> System Tools -> VirtualBox ( Command name is “virtualbox” ) Click Machine -> New. This will launch a “Create New Virtual Machine” wizard. Click Next. Enter the name of the Guest machine as you desire and choose the Operating...
Read More
    email this       edit

Monday, May 20, 2013

Published 2:17 AM by with 0 comment

Unable to fetch all items of an order in Magento?

I used this in my module. it may help you.Load Magneto Order and Product Collection $resource_model = Mage::getResourceModel('sales/order_collection');$product_model = Mage::getModel('catalog/product');Loop through order collection$records = 0;    $productData = array();    $orderProductArr = array();    foreach($resource_model as $all_orders)   ...
Read More
    email this       edit

Tuesday, May 14, 2013

Published 9:21 PM by with 0 comment

I changed the {{base url}} in the config and I can not revert it back

Normal 0 false false false EN-US X-NONE X-NONE ...
Read More
    email this       edit

Monday, May 13, 2013

Published 9:47 PM by with 0 comment

Magento: The requested URL /Index/index.php was not found on this server.

Normal 0 false false false EN-US X-NONE X-NONE ...
Read More
    email this       edit

Wednesday, May 8, 2013

Published 9:50 PM by with 0 comment

Template Method Pattern

Normal 0 false false false EN-US X-NONE X-NONE ...
Read More
    email this       edit