Custom Liquid Form for Individual Product Showing on All Products

I have 20 products and one of which can be customised by choosing multiple colour options/engraving message etc. I have added a custom liquid code to add different product variables on this specific product. The code is this:

Glove Colour:

Cuff Colour:

Hello @afeetham ,

To make it available on specific product page you need to use a IF condition
e.g.

{% if product.handle == "1st-product-handle" or  product.handle == "2nd-product-handle" %}

Your code

{% endif %}

Thanks

2 Likes

Thank you so much - I have done that and it has successfully applied to the one variant. However it is now not adding to my basket - when I click submit it just says not found.

Hi @afeetham ,

I’d like to recommend the Easify Product Options app (with a free plan available) as a valuable tool for managing and implementing custom options effortlessly. This app allows you to tailor these options specifically to the product(s) of your choice, granting you full control over the customization process.

With a versatile selection of 26 option display types, including dropdowns, checkboxes, image swatches, color swatches, buttons, and more, you can truly personalize your product offerings.

Here’s a quick step-by-step guide on how to configure your existing options using the app :hugs: :

  • Begin by creating a new option set:

  • Add an option for selecting Glove Colour, utilizing either Dropdown or another option type that suits your needs.

  • Add another option for choosing Cuff Colour, also using Dropdown or Color Swatches, or another suitable option type.

  • For customers to input their Engraving Message, incorporate a Text Box or Text Area option type.

  • Finally, select the specific product(s) to which you want to apply these custom options, and you’re all set :raising_hands: !