Hello,
I have Prestashop 1.6.1.10.
I did a {$product|@var_dump} on the foreach loop of the product-list.tpl and I looked on the category page for each datas of the products listed. On those datas, there is the "orderprice" (pre-tax retail price on the back-office):
["orderprice"]=> string(9) "31.700000"
When I look at the search page for the same products with the var_dump, there isn't the orderprice, how do I add this variable to the search page layout ? I always thought the search and category layout had the same variable. Where is the controller I need to modify? I couldn't find it.
I know there is the price_without_reduction variable available on those pages but for some products, it isn't the same as the order price and the order price is what I need.
Regards,