> For the complete documentation index, see [llms.txt](https://www.locksmith.guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.locksmith.guide/faqs/more/why-is-locksmith-adding-information-to-my-orders.md).

# Why is Locksmith adding information to my orders?

## Why is this happening?

For key conditions like passcodes, secret links, and location limits, Locksmith adds system information to the visitor's cart. **This is how we keep things fast** – the cart is the only place that Shopify can store visit-specific information.

This means that, on checkout, this data can make it all the way into your order records. If this is happening, you'll see something like this in your order information:

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/5ddd799f2c7d3a7e9ae472fc/images/5e1cee9704286364bc93d58c/5e1cee2660d81.png)

If you have a large number of keys in your shop, this value can get quite large!

{% hint style="info" %}
**Note:** You may see Locksmith notes in the order even if the order came from a customer *that does not have access* to any of your locked content. Depending on your Locksmith settings, it may be necessary to cache the fact that the current customer does indeed not have access, which still keeps server pings to a minimum (and helps speed things up, as per the above).
{% endhint %}

## What does the value actually mean?

The Locksmith attribute value can tell you how a customer interacted with your locked content during their visit. There are two parts to look for: the colon and any numbers in front of it.

When the value starts with a colon (for example, `:6e5deb114b44`), with no numbers in front, it means the customer interacted with a locked page during their browsing session but did not unlock it. Even just landing on a locked page is enough to generate this — it *doesn't* mean they gained access.

When there are numbers before the colon (for example, `471092:6e5deb114b44`), those numbers correspond to the key ID(s) the customer satisfied. In other words, the customer did use a key to open the lock, and the number points to which key. If a customer met the conditions of several keys, you may see more than one ID here.

{% hint style="info" %}
**Note:** This information is added for server-side key conditions (like passcodes, secret links, and location limits — any key that shows a loading spinner). It can appear whether or not the customer was ultimately granted access, so seeing a value here is not on its own a sign that a customer got past a lock.
{% endhint %}

This can be a useful diagnostic clue. For example, if you're investigating an order on a locked product and the value starts with a colon (no key ID), that tells you the customer likely never unlocked the product page itself — which can point to the item being added to the cart another way, such as through a cart permalink, a third-party app, or another sales channel.

## A (partial) solution

To allow Locksmith to automatically remove its information from an order's "Additional Details", head to your Locksmith ***Settings*** area, and **enable the "Remove Locksmith information from orders" setting** next to *Advanced* on the page. The setting looks like this:

<figure><img src="/files/s46yxTgJ2Y8OFgu6U4UG" alt=""><figcaption></figcaption></figure>

After you enable this setting, Locksmith may ask you for the additional permissions needed for updating your order records. Once you grant permission, Locksmith will take care of keeping its data out of your orders from that point onward.

## Locksmith notes still appearing in confirmation emails or third party apps?

{% hint style="info" %}
In most cases, this information won't be customer-facing. However, some third party invoicing apps will automatically include `cart.attributes` in their invoices. If your invoices include the Locksmith information in them, you may need to contact the support for your invoice service and ask them to exclude cart attributes from invoices.
{% endhint %}

The above setting does NOT help in all cases, particularly when your order information is sent off before Locksmith has the chance to remove its own information.

If you are having issues with this, your best bet is to contact us via email at **<team@uselocksmith.com>** and we can go through your other options with you.

## Removed Locksmith but still noticing order notes?

The notes are stored *on the customer's browser*, and the traces of this can still end up in the "Additional Details" section of some incoming orders. If you've deleted Locksmith, **seeing these in your orders is not an indication that Locksmith is still embedded in your theme**, just that the customer in question is running on the same browser "session" that they were running when you still had Locksmith installed on your store. You should see these drop off over time. However, if they are causing you issues, let us know at <team@uselocksmith.com> - we can help you out by adding a script to your theme that will delete the Locksmith cache from their browser as soon as customers visit (and before they place their next order).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.locksmith.guide/faqs/more/why-is-locksmith-adding-information-to-my-orders.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
