# Checkout Limitations: Shopify Plus vs Standard Plans

### ✅ Shopify Plus Exclusive Features

| Feature                                                        | Shopify Plus                                                          | Other Plans                                                |
| -------------------------------------------------------------- | --------------------------------------------------------------------- | ---------------------------------------------------------- |
| **Checkout Extensibility (Full support)**                      | ✅ Yes – Full customization via UI extensions, Functions, Branding API | 🚫 Limited support (branding only, some Functions)         |
| **Custom Checkout (checkout.liquid)**                          | ✅ Yes *(legacy support)*                                              | 🚫 No                                                      |
| **Shopify Functions** (e.g., shipping, payment customizations) | ✅ Full access                                                         | 🚫 Limited support (Discounts, Payment & Delivery methods) |
| **Shopify Scripts (Script Editor)**                            | ✅ Yes *(legacy feature)*                                              | 🚫 No                                                      |
| **Advanced Branding (via API/UI extensions)**                  | ✅ Yes                                                                 | ✅ Basic only                                               |
| **B2B Checkout (B2B on Shopify)**                              | ✅ Yes (Company profiles, price lists, net terms)                      | 🚫 No                                                      |

***

### ✅ What You Can Still Do Without Shopify Plus

Even if you're not on Shopify Plus, you can still customize a lot! Here's what’s possible:

| Feature Type        | What You Can Do          | Description                                           |
| ------------------- | ------------------------ | ----------------------------------------------------- |
| 🧾 Payment Methods  | Rename                   | Change the name of a payment method shown at checkout |
|                     | Reorder                  | Change the order in which payment methods appear      |
|                     | Remove                   | Remove a payment method you don’t want to show        |
| 🚚 Delivery Methods | Rename                   | Change the name of a shipping/delivery method         |
|                     | Remove                   | Remove a delivery method from your checkout           |
| 💸 Discounts        | Apply shipping discount  | Set up automatic discounts on shipping costs          |
|                     | Amount off order total   | Automatically reduce the total order value            |
|                     | Amount off product price | Automatically reduce the price of specific products   |

> 🟡 *No Shopify Plus required for any of the above!*

***

### 📬 Support

Need help? Our support team is here—just reach out below.

👉 Visit the [Support](https://help.checkoutbuilder.com/support) page\
📧 Email us at <hello@checkoutbuilder.com>\
💬 Or use the chat icon in the bottom right corner of the app dashboard.

We’re here to help!&#x20;


---

# 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://help.checkoutbuilder.com/overview/checkout-limitations-shopify-plus-vs-standard-plans.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.
