Database Structure

Iconic Delivery Slots stores the information of delivery date and timeslot in the following locations:

  1. Custom table wp_jckwds: This is a custom table created by Delivery Slots and contains the following columns.
ColumnType
idmediumint(9)
datetimeidtext NULL
processedtinyint(1) NULL
order_idmediumint(9) NULL
user_idtext NULL
expirestext NULL
datedatetime NULL
starttimemediumint(4) unsigned zerofill NULL
endtimemediumint(4) unsigned zerofill NULL
asaptinyint(1) NULL

2. Order meta: Delivery Slots also uses the order meta to store the delivery slots information within the orders when they are created. The following meta keys are used to store the information:

  • jckwds_date
  • jckwds_date_ymd
  • jckwds_shipping_method
  • jckwds_timeslot
  • jckwds_timeslot_id
  • jckwds_timestamp

WooCommerce Delivery Slots

Choose a delivery date and time for each order. Add a limit to the number of allowed reservations, restrict time slots to specific delivery methods, and so much more.

Was this helpful?

Please let us know if this article was useful. It is the best way to ensure our documentation is as helpful as possible.