Hello! I followed this step by step and was able to get the text box I was looking for however within the text box I am getting the following text directly under the custom field. This is showing on the website. There is also no longer a “Add to cart button” Can you please help. This is how the code looks
{{'products.product.quantity' | t}}
{% endif %} <button type="submit" class="purchase button{% unless section.settings.show_payment_button %} pulse animated{% endunless %}" name="add"Custom Text
id=“addToCart-{{ section.id }}”
{% unless current_variant.available %}disabled=“disabled”{% endunless %}>
{% unless current_variant.available %}
{{ ‘products.product.sold_out’ | t }}
{% else %}
{{ ‘products.product.add_to_cart’ | t }}
{% endunless %}