Delivery Date Option
-
Hi! I want to add select Delivery Date option i mean a date picker by adding date type attribute i am unable to accomplish this task ..can someone plz guide me how can i add this option?
-
Hi @aroobaarooj499
we already build the vue component for date & datetime, you can use these by using <date></date> and <datetime><datetime>
Refer this- https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Admin/src/Resources/views/dashboard/index.blade.php#L372 -
Can you please guide a lil more .. i am not getting this...
-
@Jyoti i want to store date of delivery along with number of items ...how can i accomplish this task?
-
@aroobaarooj499
packages\Webkul\Shop\src\Resources\views\checkout\onepage\shipping.blade.phpAdd your deliver date option in this file
-
@Jyoti Thank You !