【问题标题】:Dimensions are not showing in open cart website打开购物车网站中未显示尺寸
【发布时间】:2019-02-06 19:37:34
【问题描述】:

我的网站没有在产品详细信息页面中显示尺寸,即长度、高度和宽度。

我已经添加了它们。 链接在这里 please click here

【问题讨论】:

    标签: opencart


    【解决方案1】:

    这涉及到编辑 php 文件等。

    我可以给你一些提示

    首先在\catalog\controller\product\product.php

    $product_info = $this->model_catalog_product->getProduct($product_id);
    

    $product_info['length'] , $product_info['height'] , $product_info['width']

    然后您需要将这些值传递给模板文件,即

    \catalog\view\theme\default\template\product\product.tpl

    【讨论】:

      【解决方案2】:

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2019-02-25
        • 2013-02-19
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多