Hello everyone
I am setting up my own webshop. This shop doesn't need to have any shipping methods, however clients need to come and pick up the packages. I wanted an option for clients to select their own delivery date(time). I have been able to add a field where they can select this date(time), but this however doesn't get linked up to the model, where I also created the same field.
This is what I'm editing into the view
<input id="x_pickup_date" type="date" name="Pickup date" class="form-control o_website_form_input o_website_form_date"/>
Thanks for any help
J