【问题标题】:How add link href in product Opencart?如何在产品 Opencart 中添加链接 href?
【发布时间】:2016-02-11 06:22:43
【问题描述】:

我是 Opencart 的初学者,我尝试在我的主页中添加一些产品。 我从 Store Front 中的 category/product.php 检查,每个产品都有按类别链接(linkweb/Computer/Notebook/product)

当我从 category.tpl 中检查时,它使用 <a href="<?php echo $product['href']; ?>">

在产品控制器中:

'href' => $this->url->link('product/product', 'path=' . $this->request->get['path'] . '&product_id=' . $result['product_id'])

但我不知道代码来自哪里if (isset($this->request->get['path'])) {(已经签入视图和模型)

如何在我的代码中为 make href 添加请求 $this->request->get['path'] ??

我将不胜感激任何答案或 cmets。

【问题讨论】:

标签: php opencart


【解决方案1】:

如果您想将特定产品添加到商店的主页中,则为此目的提供了“精选”模块。只需在此处添加产品并将其放入主布局中即可。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2014-07-31
    • 1970-01-01
    • 2014-06-06
    • 2014-10-03
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多