I'm trying to edit the "Add to Cart" button text to say "Pre-Order".
I started by following the instructions here: https://help.shopify.com/en/themes/customization/products/add-to-cart/allow-pre-orders?utm_campaign=Gurus&utm_medium=link&utm_source=gurucopy#sectioned-themes
Then I got stuck at Step 10 of "Creating a pre-order product page template" section.
I've asked the theme's author for help, and they said it can be done by editing the below line of code....
<button class="productForm-submit js-productForm-submit {% if section.settings.enable_payment_button %}add-to-cart-btn-style{% endif %}" type="submit" name="checkout" data-handle="{{product.handle}}">{{ 'products.form.submit' | t }}</button>
But I'm not sure where to find the actual button text to edit. Other than that, they haven't been able to provide any more help.
Any help?
thanks