可下载的产品链接在1.9.2

问题描述:

enter image description here可下载的产品链接在1.9.2

可下载的产品和状态不显示在我从magento下载的产品中。任何人都面临同样的问题?

+2

请正确提问您的问题,请阅读http://*.com/help/how-to-ask – Rahul

我得到这个问题的解决方案: 复制并粘贴到行下面的代码号:60 应用程序/设计/前端/基/默认/模板/下载/客户/产品/ list.phtml

<td><?php echo $this->escapeHtml($_item->getPurchased()->getProductName()) ?> - <a href="<?php echo $this->getDownloadUrl($_item) ?>" title="<?php echo Mage::helper('downloadable')->__('Start Download') ?>" <?php echo $this->getIsOpenInNewWindow()?'onclick="this.target=\'_blank\'"':''; ?>><?php echo $_item->getLinkTitle(); ?></a></td>