Recent Topics

DateTime field on Checkout



  • The purchase process requires a select date option on checkout, but these dates are looked up dynamically from an API we have built. I am wondering what the easiest way is to add such functionality to the purchase process in bagisto



  • Hello,

    Create a table called as order_date_time table which consist date, time, cart_id, order_id fields.
    Override checkout view and fetch data from APi to show fields for it.
    Create a function in in your controller to save it.
    You need to do all of these things in your package, creating route , controllers and views.

    Thanks


Log in to reply