Personalisation Attributes
-
Hi,
How can I create an attribute of product to ask the customer to input before adding to cart? For example - Name & Number to print on t-shirt (i.e. Personalization).
Also, I would like to have both fields mandatory.
-
Hello @harshagarwal
Greetings of the day..!!
This is the part of customization you can easily customize it according to your requirements.
packages >> Webkul >> Shop >> src >> Resources >> views >> products >> view.blade.php
This file is responsible for handling all the responsible logics that are visible on the product detail page.
For this issue create an input field according to the requirements and then save that data in the cart_items database table.Thanks & Regards..!!
-
@harshagarwal There is a text type attribute for get input from the customer at the product page. I hope it helps you to accomplish what you need. If you need detailed instruction to apply that attribute, you can follow this video: https://www.youtube.com/watch?v=OxM5W9r4uCM