【问题标题】:How to create a link/button "more info" next to product names on cateory pages in Prestashop? (this should redirect to the product page)如何在 Prestashop 的类别页面上的产品名称旁边创建链接/按钮“更多信息”? (这应该重定向到产品页面)
【发布时间】:2020-08-10 06:35:48
【问题描述】:

我试图编辑页面“cateogory.tpl”,试图在产品名称旁边添加一个“更多信息”按钮,并带有重定向到产品页面的产品 ID,但我找不到如何获取它。我应该编辑另一个模块而不是“category.tpl”吗? (这是我第一个项目在 Prestashop 中的第一步)

【问题讨论】:

    标签: module prestashop product


    【解决方案1】:

    对于 Prestashop 1.6,您可以编辑位于以下位置的文件:

    https://github.com/PrestaShop/PrestaShop-1.6/blob/master/themes/default-bootstrap/product-list.tpl
    
    At line 117 you can find product name and link.
    

    对于 Prestashop 1.7 文件位于:

    https://github.com/PrestaShop/PrestaShop/blob/develop/themes/classic/templates/catalog/_partials/miniatures/product.tpl
    
    At line 48 you can find the block of product name and link.
    

    【讨论】:

      猜你喜欢
      • 2019-08-09
      • 1970-01-01
      • 1970-01-01
      • 2018-12-16
      • 2015-09-11
      • 2016-05-07
      • 2017-11-25
      • 2022-11-10
      • 1970-01-01
      相关资源
      最近更新 更多