我需要将转换代码添加到order-confirmation.tpl模板中。但是,如果变量名称中包含下划线(也许我只尝试几个)字符,则输出为空array()。例如:
{$order.details.payment} <- this works
{$order.details.id_customer} <- this do NOT works
{$order.details.total_paid_tax_incl} <- this do NOT works also
我的目标是将产品的总价格输出到template($order.details.total_paid_tax_incl} 任何建议?有这个问题的经验吗?
我尝试打印输出,{$order.details}所以所有数据都应该在这里。输出:
PrestaShop\PrestaShop\Adapter\Presenter\Order\OrderDetailLazyArray Object
(
[order:PrestaShop\PrestaShop\Adapter\Presenter\Order\OrderDetailLazyArray:private] => Order Object
(
[id_address_delivery] => 21013
[id_address_invoice] => 21013
[id_shop_group] => 1
[id_shop] => 1
[id_cart] => 1189
[id_currency] => 1
[id_lang] => 1
[id_customer] => 8673
[id_carrier] => 43
[current_state] => 10
[secure_key] => a69d00482b1df2d13bd9a424c3a71f08
[payment] => Platba bankovním převodem
[module] => ps_wirepayment
[conversion_rate] => 1.000000
[recyclable] => 0
[gift] => 0
[gift_message] =>
[mobile_theme] => 0
[shipping_number] =>
[total_discounts] => 0.000000
[total_discounts_tax_incl] => 0.000000
[total_discounts_tax_excl] => 0.000000
[total_paid] => 312.000000
[total_paid_tax_incl] => 312.000000
[total_paid_tax_excl] => 274.000000
[total_paid_real] => 0.000000
[total_products] => 179.000000
[total_products_wt] => 217.000000
[total_shipping] => 95.000000
[total_shipping_tax_incl] => 95.000000
慕无忌1623718
扬帆大鱼