> ## Documentation Index
> Fetch the complete documentation index at: https://docs.khaime.com/llms.txt
> Use this file to discover all available pages before exploring further.

# WordPress Plugins

> Embed a Khaime storefront, cart, and pricing cards on any WordPress site.

# WordPress Plugins

Embed Khaime e-commerce directly into your WordPress site using shortcodes. No coding required — just install, configure your merchant ID, and drop shortcodes into any page.

<Note>
  These plugins embed your **Khaime-managed products** into WordPress. If you're running a WooCommerce store and want to add Khaime payments to your existing catalog, see the [WooCommerce Plugin](/plugins/woocommerce/installation) instead.
</Note>

## Available Plugins

<CardGroup cols={2}>
  <Card title="Storefront" icon="store" href="/plugins/wordpress/storefront">
    Product grid with filtering, sorting, and flexible cart display modes.
  </Card>

  <Card title="Cart Page" icon="cart-shopping" href="/plugins/wordpress/cart">
    Dedicated `/cart` page that shares state with the storefront drawer.
  </Card>
</CardGroup>

## Downloads

<Card title="Khaime Storefront" icon="download" href="https://api.khaime.com/wordpress/download/khaime-storefront">
  Download v2.0.0 — server-rendered, includes Cart Page
</Card>

## Installation

1. Download the plugin zip from above
2. In WordPress admin, go to **Plugins → Add New → Upload Plugin**
3. Upload the zip file and click **Install Now**
4. Activate the plugin
5. Go to **Settings → \[Plugin Name]** and enter your Merchant ID

## Finding Your Merchant ID

1. Log into your [Khaime dashboard](https://app.khaime.com)
2. Go to **Settings → API**
3. Copy your merchant ID (a numeric value like `2214`)

## Combining Plugins

Use the Storefront shortcodes together for a complete shopping experience:

**Page: /store**

```
[khaime_storefront cart_display="page"]
```

**Page: /cart**

```
[khaime_cart]
```
