Hi all
im having the issue where I have a custom field for personalising products on my product page but when they fill it out that text doesn’t come through to my cart/checkout or order information when it comes through to me. I have the narrative theme - hoping to get some help as I need it fixed ASAP
thanks
Hello, @kateulrick
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
or
are you able to code can you try this
https://ui-elements-generator.myshopify.com/pages/cart-attribute
can you plese try above link code
Hi @kateulrick
You need to use the shopify terminology to get it to come through to the cart and checkout page
Checkout the below code, the key here is to use the name="properties[YOUR PROPERTY NAME]"
<p class="some-class-you-decide">
<label for="custom-engraving">Custom Engraving</label>
<input id="custom-engraving" type="text" name="properties[Custom Engraving]">
</p>
At the cart/checkout the customer will see "Customer Engraving: Whatever they put inside the textbox"
You will also see this on your order information
Hi @kateulrick
In the product page. Paste it where you want it to be, you also need to change it slightly to fit your own class styling and wording.
User | Count |
---|---|
866 | |
113 | |
100 | |
98 | |
73 |