Why is my 'add to cart' button text missing?

Hello.

I have a problem regarding the “add to cart” button. The text is missing but the button is functioning. How do I get the text to reappear?

My shop is at: https://hugarefling.myshopify.com/products/laerdu-ad-daleida

Hi @arnthor
This issue because of your code.
You can add static text in product form file,

@arnthor

follow this steps to your product page liquid file

Thanks!

Hi @arnthor

To add text back follow these steps:

  1. Click Online store in the backend of your store.

  2. Click Actions → Edit code.

  3. In your code on the left, search for main-product.liquid

  4. Find this bit of code and add your text in here ( where it says Add to Cart in the screenshot).

  5. Click Save in the top right.

Hi there! I am having the same issue but I am unable to find this code snippet in main-product.liquid (using the Publisher theme if that makes any different). Would you happen to have any other ideas where I could add this code to get the button text to display properly?