Product page upload file(s) or add text for personalisation
-
I want to create a store where the customer will be able to upload files and write text compulsorily before adding the product to the cart.
The number of files that need to be added compulsorily will depend on the variant that the customer chooses.
These 2 Bagisto websites are similar to what I want to achieve (but in my case the no of attachments will be dependent on the variant)
How can I achieve this?References:
- https://www.shopinireland.ie/personalised-21st-birthday-frame-gift
- https://prezentzgrawerem.com/naszyjnik-z-grawerem-prezent-dla-babci-latarnia---niesmiertelnik
Example
-
Hello @vgvasu35
Greetings of the day..!!
If you want to create a store where the customers will able to upload files and add required text messages before adding the product to the cart on the product detail page.
So, this is the part of customization you can go to this path
Packages >> Webkul >> Shop >> src >> Resources >> views >> products >> view.blade.php
This file handles the functionality of the product detail page you can create these changes here in this file.
Thanks & Regards..!!
-
@Rishabh-Webkul
Thanks a lot for your reply.
Could you please show what customisation needs to be done to get a similar functionality?
And how to achieve the compulsory certain number of files based on the variant selected. And can these files be stored as a url jn the order and the files uploaded to g drive?