Hello guys,
I’m selling only personalizable (customizable) products. How can I insert in the Product page a mandatory custom field (text type) where the client must insert personalization details (ex: Name) before adding product into cart?
Hi @fitmagshop
Since Tradly supports Cart Attributes and not product page fields, you can still collect personalization details, but it will be done on the Cart Page instead of the Product Page.
How to Implement This:
-
Use Cart Attributes – Add a mandatory text field (e.g., “Personalization Details”) as a Cart Attribute.
-
Notify Users on the Product Page – Display a message on the product page like: “Personalization is required. You will be asked to enter details in the cart before checkout.”*
-
Enforce Input on the Cart Page – Customers must fill in the field on the cart page before proceeding to checkout.
-
Pass Data to Order – The input will be stored and sent with the order for processing.
This ensures every personalized order includes the required details while using Tradly’s existing Cart Attributes feature. Let me know if you need help setting this up!