Add "Other" as an option when color is not in list

Hello, I sell custom Apparel.

I don’t want to add every color possible that you can have on a shirt, hat, or sweatshirt. I’m adding the top 5

I need to add an option like “other” so customers can add the color they want.

I have some ideas on how to achieve this, but I want to see what everyone else can come up with.

Hi @PJMEDIA

You can try to place a color option input in your product page as a line-item. You can use a custom liquid block if you have Shopify 2.0 Free themes to place the code inside your product template

Example code below.


Choose your monster's colors:

  
  

You can read more on the MDN docs here.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!