# Checkout Optimizations

{% hint style="info" %}
Checkout Optimizations are available exclusively with the **PRO** version of China Payments Plugin.
{% endhint %}

China Payments Plugin PRO includes a suite of checkout optimization features designed to create a seamless, localized shopping experience for your Chinese customers. These features are managed from the **Optimizations** tab in the plugin settings.

## Features Overview

### Chinese Checkout Localization

Automatically translate your entire WooCommerce storefront, cart, and checkout into Simplified Chinese (简体中文). This includes:

* All checkout form labels and placeholders
* Buttons (Add to Cart, Place Order, Proceed to Checkout, etc.)
* Cart page text and totals
* Order confirmation and thank you page
* Product page elements (category labels, related products, etc.)
* Error messages and validation text

{% hint style="success" %}
No translation plugin is required — the localization is handled entirely by China Payments Plugin PRO.
{% endhint %}

### Multi-Currency Display (CNY)

Show prices in both your store's default currency and Chinese Yuan (¥ CNY) side by side. This helps Chinese customers instantly understand pricing without needing to manually convert currencies. The CNY equivalent is displayed throughout:

* Shop / product listing pages
* Individual product pages
* Cart page
* Checkout page

### Real-Time Currency Conversion

The CNY conversion uses a real-time exchange rate API to ensure accurate, up-to-date pricing for your Chinese customers. The exchange rate is fetched automatically — no manual configuration needed.

## How to Enable

1. Navigate to **China Payments Plugin** settings in your WordPress admin.
2. Click the **Optimizations** tab.
3. Toggle **Chinese Localization** and/or **Multi-Currency Display** on or off.
4. Save your settings.

{% hint style="warning" %}
These features require WooCommerce to be installed and active.
{% endhint %}

## Use Cases

* **eCommerce stores selling to China** — Give your Chinese customers a fully localized shopping experience with prices displayed in CNY.
* **Cross-border businesses** — Reduce cart abandonment by eliminating the confusion of unfamiliar currencies and languages.
* **English teachers and course sellers** — Make your checkout process simple and familiar for Chinese students purchasing courses or memberships.


---

# 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.chinapaymentsplugin.com/checkout-optimizations-pro/checkout-optimizations.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.
