Hi ![]()
I try to show this form for each product == 0 in the cart.
{% if item.original_line_price == 0 %}
{% endif %}
It works but if i have 2 time the same product it show me only 1 form instead of 2.
Do you have an idea ?
Thanks ![]()
Regards,