{% sw_extends '@Storefront/storefront/component/line-item/line-item.html.twig' %} {% block component_line_item %} {% if lineItem.type == 'sellops_upsell_discount' %} {% else %} {{ parent() }} {% endif %} {% endblock %}