I have a task to create some styling in the shopping cart part based on the value of $product.condition.label
The problem is, this variable doesn't work when i added it to themes\new\templates\checkout\_partials\cart-detailed-product-line.tpl
But it work in other files such as: themes\new\templates\catalog\product.tpl
How can i pass that variable $product.condition.label to cart-detailed-product-line.tpl file ?