Add maximum order quantity (Brooklyn Theme)

Hey there!

I would like to limit the maximum order quantity of a product that a customer can add to the cart. I’m working with the Brooklyn theme and I know that this is the code that needs to be modified (product-template.liquid):

{% if section.settings.quantity_enabled %}

{{ 'products.product.quantity' | t }}
{% endif %}

Thanks for helping!