Here is the error
replace
value=“{{ ‘product.metafields.my_fields.master_case_pack’ }}”
with
value=“{{ product.metafields.my_fields.master_case_pack }}”
Now, we need to “recommend” when the quantity selected is menor than Quantity box. Which is the variable “quantity” to compare with product.metafields.my_fields.master_case_pack ? I can´t find it in the code.