cancel
Showing results for 
Search instead for 
Did you mean: 

Ordered Downloadable Product title same

Ordered Downloadable Product title same

I -1800000002   Orders   Sales   Magento Admin.pnghave Enclosed the issue on the screenshot, how can i fix this type issue, "Ordered Downloadable product titles are same." Title should showing the first downloadable product title on the ordered items.in Magento 1.9.1.0 please help me

I noticed the issue by getLinksTitle();So when the second item is rendered the Link Title is the title for the first Downloadable Item, not for the current(second item).

1 REPLY 1

Re: Ordered Downloadable Product title same

After Spending more Hours, i was fixed the issue.

\app\design\adminhtml\default\default\template\downloadable\sales\items\column\downloadable\name.phtml

From

<?php echo $this->getLinksTitle(); ?>

to

<?php echo $_item->getProduct()->getLinksTitle(); ?>