Change or translate required pop-up message/characters remaining text

You can edit the required pop-up error messages and " Character Remaining" text in Infinite Options by adding code.

  • To change the "Character Remaining" text

  • To change the required pop up error message for text input options only

  • To change the required pop up error message for all input options

  • To change the "Character Remaining" text and required pop up error message for all input options

Please note: If you are using a Shopify 2.0 theme, the following snippets of code should be placed before any of the {% schema %} code within your theme's product template files

1. Locate your theme’s product file

Don't know where to find your theme's product file? Click on this document for more information.

2. Copy the code snippet that applies below and paste it at the bottom of your theme's product file

To change the Character Remaining text, copy the following code:

To change the required message for text input options only, copy the following code:

To change the required message for text inputs, number inputs, checkboxes, minimum values, dynamic checkouts, and drop-down menus options, copy the following code:

To change the required message for "Character Remaining" text and text inputs, number inputs, checkboxes, minimum values, dynamic checkouts, and drop-down menus options, copy the following code:

3. Locate and modify the text within the quotations to your liking, and save your changes.

Last updated