【问题标题】:how to open in new tab the pdf in virtuemart product?如何在新选项卡中打开德德玛特产品中的 pdf?
【发布时间】:2014-04-06 21:05:56
【问题描述】:

我有一个 pdf 文件,适用于 mercurial 中的每个产品,我想在新标签页中打开该 pdf 文件。

在配置/Shopfront 中,我选中了“显示 pdf 视图图标”框。

现在我在 html 中使用 firebug 工具 thea href 标签找到了我必须更改的行,但我在 joomla 文件中找不到它以添加 target="_blank"atribute。

【问题讨论】:

  • 您是如何将 PDF 附加到美德玛特产品的?因为如果这是一个插件,那么您需要在插件文件中进行更改..

标签: php html pdf joomla2.5 virtuemart


【解决方案1】:

您可能需要文件 components/com_virtuemart/views/productdetails/tmpl/default.php

最好将此文件复制并粘贴到 templates/your_template/html/com_virtuemart/productdetails/ 并在

行下
if (VmConfig::get('pdf_icon', 1) == '1') {

写一些类似的东西

echo '<a href="'.$link.'&format=pdf" target="_blank">PDF</a>';

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2014-02-22
    • 2012-12-05
    • 2011-10-29
    • 1970-01-01
    • 2013-02-22
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多