Prestashop Smarty 结帐后获取订单价格 header.tpl

Prestashop Smarty get order price after checkout header.tpl

我正在尝试在我的网站上投放 bing 广告。

我需要在 header.tpl 中添加此脚本,用订单价格替换 GetRevenueValue

<script>
window.uetq = window.uetq || [];
window.uetq.push({ 'gv': GetRevenueValue(), 'gc': 'EUR'}); 
</script>

如何在 smarty 中获取订单的总价?

我最终在 order_confirmation.tpl 中添加了价格已经定义的代码