Thursday, July 5, 2012

Magento 1.6.1.0 : Custom option values not displaying at Orders in the Admin Page

In Magento 1.6.1.0 , when a product with custom option is ordered, the custom option values which are selected by customer do not display in  Orders in the Admin Page.( Sales >> Orders ). Also it is not displayed in the Invoice too.
But the values are visible at the order mails . Also when we will try to edit the order at Admin Orders itself, we will be able to see the values which are chosen by custome.

A simple solution to fix this bug:

Comment this line
<?php //$_option = $this->getFormattedOption($_option['value']); ?>

at line 44
in file "/app/design/adminhtml/default/default/template/sales/items/column/name.phtml"


ENJOY!!!!!!!!!

4 comments:

  1. Hi Afroz,

    In my website, I wants to display the ordered items colors in the admin sales order gird column..

    Can you help me in this case?

    ReplyDelete
    Replies
    1. Hi Balan,

      Sure I can help you.
      Please give full details on my mail afroz92@gmail.com .

      Thanks and Regards
      Afroz Alam

      Delete