Hello! I am brand new here so forgive me if I am using the incorrect subjects for this post. I want to learn how to post items that can be personalized. A customer will be able to choose one or two colors, and then a separate font color as well for the item. I tried my damnedest to search for this on here, but I don’t think I know how to word what I am looking for. Once I figure out if this is possible, I might just be able to find a post here about it and go from there. Thank you!
Hey, If these personalizations by the customer have no cost associated with them then adding Line Item Properties ( Liquid objects: line_item ) would be my recommendation. in the docs i link there’s an example of how to do it
@Onward_Adventure are you interested in learning about creating products like this in the admin through the Admin API, how you can render products like this on the product page, or how you can add these kind of products to the cart?
Yes, no extra cost is associated with them at all. It just helps to customize the item. I will look at what you posted here and see. My hope is I can have more than one drop down for the customization. Thank you so much!
I will try to answer this to the best of my ability lol I want the customer to go to the items page, and be able to customize the item with multiple drop downs (color 1, color 2, filament color) then have that item go to the cart. The customizations willl not change the price at all. I hope that answers it :3
What theme are you using? If it’s horizon or a really popular one, there’s probably a tutorial about how to add them. the main trick is it has to be within the product form. If it’s horizon I can probably figure out a code snippet for you