Hi, I am trying to get this if statement to work on the line items on the cart page but it is not working, Does anyone see any problems with it:
{%- if item.product.metafields.custom.number_of_computers_2 contains “1 Computer” -%}
This item can only be installed on 1 Computer - If you need to install it on more than 1 Computer, Increase Quantity Below:
{%- endif -%}