Hi,
i’m following tutorial, and yet, only half of the code works, it can do multiplied addition but the minimum order is not working. Is there any alternatives for this?
{% assign box_quantity = product.metafields.wholesale.min_quantity %}
{% if min_quantity == blank %}
{% assign min_quantity = 1 %}
{% endif %}