Prestashop order::getProducts: 不含税和折扣的价格是多少?

Prestashop order::getProducts: What is the price without tax and without discount?

Order::getProducts()的一个元素中有几个价格:

[total_price_tax_incl] => 1900.800000 [total_price_tax_excl] => 1584.000000 [unit_price_tax_incl] => 1900.800000 [unit_price_tax_excl] => 1584.000000 [total_shipping_price_tax_incl] => 0.000000 [total_shipping_price_tax_excl] => 0.000000 [purchase_supplier_price] => 923.000000 [original_product_price] => 2112.000000 [original_wholesale_price] => 923.000000 [price] => 1846.000000 [wholesale_price] => 923.000000

我想买一个没有税,没有减价的。

这是什么?

original_product_price 是您要查找的字段:)