How To Do Offer Customization On Jewelry On Shopify

Hi i want to offer Customization On Jewelry On Shopify, but have no clue how to do this?

For example add the fields and automize the correct order, like a bracelet where you can spell and customize a name in as a bracelet, how can i do this, without paying a fee or subscription?

Hi, Here Shopify has properties in line item of cart.
https://shopify.dev/docs/themes/architecture/templates/product#line-item-properties
With this you can make additional information for a variant.
Thanks

Hi @dechie2 ,

For adding text fields to capture customer names for custom bracelets, the Free version of Easify Product Options app works perfectly. For example:

Here’s a quick guide for you to set it up:

  • Install the app and create a new option set.
  • Add a text field using Text Box for a single-line or Text Area for a multi-line entry.

  • You can add as many fields as required.
  • Select the relevant product(s) in your store, and you’re done – it’s that simple!

The Easify Product Options app offers more than just text fields; you should explore additional custom options.

Please use line item properties.

<p class="line-item-property__field">
  <label for="your-name">Your name</label>
  <input id="your-name" type="text" name="properties[Your name]">
</p>