可下载的产品链接在1.9.2

时间:2016-11-30 05:56:39

标签: php magento

enter image description here

可下载的产品和状态未在magento的可下载产品中显示。有人面临同样的问题吗?

1 个答案:

答案 0 :(得分:0)

我得到了解决此问题的方法: 将以下代码复制并粘贴到第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>