Custom Line Item Properties

How to Configure Custom Line Item Properties

Custom line item properties is the perfect way to add data or personalized products to your Shopify store. With this powerful tool, you can gather vital information and give your customers a fantastic shopping experience. Don't miss out on this essential feature - add custom line item properties today!

Adding line item properties to your Shopify store is a great way to grab data or if you have personalized products. In this video, I'll show you how to do it through product tags.

Start by going into your theme editor and click on edit code.

Once you are in the code editor, look for the section file named main-product.liquid

look for the code around line 597 in the code editor:

 {%- form 'product', product, id: product_form_id, class: 'form', novalidate: 'novalidate', data-type: 'add-to-cart-form' -%}

Now place in the rtf file that was provided when placing the order

Now go into your products and choose which ones you would like to have the custom input fields.

when adding the tag, it should look like this;

It will then display something like this

You can change the name of the input if you choose rather than name. ie: personalization

If you need help, please review and refer to the YouTube page

Last updated