https://scribehow.com/shared/Bundle_as_a_product_on_Cart_page_and_Side_cart__X83zJpL7THu5Lhfd5Mo70g

https://scribehow.com/shared/Bundle_as_a_product_on_Cart_page_and_Side_cart__X83zJpL7THu5Lhfd5Mo70g

Bundle as a product.mp4

Script to paste in the theme code:

{% assign skipItem = false %}
{% for p in item.properties %}
{% if p.first == "Box ID" %}
{% assign skipItem = true %}
{% break %}
{% endif %}
{% endfor %}
{% if skipItem %}
{%- continue -%}
{% endif %}