View Categories

Available meta keys in Kikote

Kikote stores useful location-related data as meta keys on each WooCommerce order. These meta keys are saved as custom fields and can be accessed for integrations, custom workflows, or simply viewing order details.

To view the public meta keys used by Kikote, go to your WordPress admin dashboard and head to WooCommerce > Orders. Click on any order to open the Order Edit screen. On this page, scroll down until you see the Custom Fields section. This is where Kikote saves key data related to the customer’s selected address at checkout.

The following explains what information each meta key holds from the screenshot above. Please note that this order was placed with the Cost By Distance feature enabled.

lpac_customer_distance represents the calculated distance between the customer’s selected location and the store’s location. In this case, the value is 27.819, meaning the customer is approximately 27.82 kilometers away from the store.

lpac_customer_distance_duration stores the estimated travel time between the store and the customer’s location. Here, the value is 50 mins, indicating it would take about 50 minutes to reach the customer based on the calculated route.

lpac_customer_distance_unit defines the unit of measurement used for the distance. In this case, the value is km, meaning distances are being calculated and displayed in kilometers.

lpac_latitude holds the latitude coordinate of the customer’s chosen delivery or pickup location. The value 13.892380966251 means the customer’s selected point is located at a latitude of approximately 13.89° N.

lpac_longitude stores the longitude coordinate of the customer’s selected location. The value -61.008170822717 means the location lies at approximately 61.01° W longitude.

The list of meta keys you see is not extensive there there may be additional keys that Kikote uses now or will introduce in the future as new features are added. All currently available public meta keys can always be viewed in the Custom Fields area, ensuring you have quick access to the data whenever needed.