# WooCommerce

The [WordPress Timestamps plugin](https://wordpress.org/plugins/timestamps/) provides support for WooCommerce Orders by allowing you to create certificates upon new and modified WooCommerce Orders.

Here are a few videos to walk you through the WooCommerce features of the [Timestamps plugin](https://wordpress.org/plugins/timestamps/):

## How to Enable WooCommerce Orders

1. Install and activate the [**Timestamps** plugin](https://wordpress.org/plugins/timestamps/).
2. Visit the Timestamps plugin **Settings** screen.
3. Enable the checkbox for **WooCommerce Orders**.

{% embed url="<https://youtu.be/bt_tqwTy4is>" %}

## How to Timestamp Your WooCommerce Orders

Once you have activated your WooCommerce Orders integration, you can proceed to timestamping your WooCommerce Orders.

1. Visit the **WooCommerce** › **Orders** screen.
2. **Create** a new Order, or, **visit** an Order to make edits.
3. Once done, **save** the Order changes.
4. A **new Timestamp** will be created for you in a few seconds.
5. Visit the **WooCommerce** › **Orders** screen, and look for your **Order**.
6. In the table, you will see the "**View Certificate**" link beside your Order.
7. This will allow you to trace a history of timestamps for when your order has been modified. This indicates activity to the user so that they can be reassured at anytime independently using the blockchain.

{% embed url="<https://youtu.be/NnpWZFZ1REo>" %}

## WooCommerce Emails

1. You can add the "View Certificate" URL in your WooCommerce emails
2. To do this, you can use the `{timestamps}` email placeholder.
3. This will display the certificate URL anywhere you wish to add it in your WooCommerce email templates

{% embed url="<https://youtu.be/-77b_ak6nkM>" %}


---

# Agent Instructions: 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:

```
GET https://docs.scoredetect.com/integrations/woocommerce.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
