作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想在产品描述页面上显示货币列表。我该怎么做?
我从 header.tpl () 中复制代码并将其粘贴到 product.tpl 中,但出现错误:
注意: undefined variable :C:\xampp\htdocs\mysite.com\catalog\view\theme\mytheme\template\product\product.tpl 第 60 行中的货币。
我尝试在 product.tpl 中添加以下代码。
<?php include(DIR_APPLICATION.'\view\theme\mytheme\template\module\currency.tpl');
但这也不起作用。请帮忙,因为我想让它正常工作。
最佳答案
controller/common/header.php函数index()加入:
$this->data['mygetcurrency'] = $this->currency->getCode();
catalog\view\theme\default\template\common\header.tpl加入:
<?php echo $mygetcurrency; ?>
//EUR
关于opencart - 如何让货币显示在 opencart 的产品页面上?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12919496/
我是一名优秀的程序员,十分优秀!