Title: CartMan Connect for WooCommerce
Author: waveinfotech
Published: <strong>জুন 19, 2026</strong>
Last modified: জুন 26, 2026

---

প্লাগিনৰ সন্ধান কৰক

![](https://s.w.org/plugins/geopattern-icon/cartman-connect.svg)

# CartMan Connect for WooCommerce

 [waveinfotech](https://profiles.wordpress.org/waveinfotech/)-ৰ দ্বাৰা

[ডাউনল’ড কৰক](https://downloads.wordpress.org/plugin/cartman-connect.1.6.5.zip)

 * [বিশদ বিৱৰণ](https://as.wordpress.org/plugins/cartman-connect/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/cartman-connect/#reviews)
 *  [ইনষ্টলেশ্যন](https://as.wordpress.org/plugins/cartman-connect/#installation)
 * [বিকাশ](https://as.wordpress.org/plugins/cartman-connect/#developers)

 [সাহায্য](https://wordpress.org/support/plugin/cartman-connect/)

## বৰ্ণনা

CartMan Connect for WooCommerce adds a secure REST API to your WooCommerce store
so you can manage orders, payments, sales reports, and customer support from the
CartMan app.

**Disclaimer:** This is a third-party plugin. It is not affiliated with, endorsed
by, or sponsored by WooCommerce, Automattic, or WordPress.

This plugin does **not** require a third-party SaaS account. All data stays on your
WordPress site. Authentication uses a hashed connection key or WordPress Application
Passwords.

#### Features

 * Secure REST API for WooCommerce order management
 * View new orders, update order status (processing, shipped/completed, on hold,
   cancelled)
 * Payment transaction listing
 * Basic sales reports (today, 7, 30, 90 days)
 * Customer support tickets with email notifications
 * Customer support form shortcode for your storefront
 * WooCommerce product catalog CRUD for the mobile app
 * Hashed connection keys, HTTPS enforcement, rate limiting, and audit logging

#### Mobile app

Pair this plugin with the **CartMan** mobile app (available on Google Play and the
App Store). After activating the plugin, open **WooCommerce  CartMan Connect** to
copy your store URL and connection key.

#### Shortcode

Add a customer support form to any page:

    ```
    [cartman_support_form]
    ```

Customers must enter their order ID and billing email. Submissions are verified,
rate limited, and emailed to your store.

#### Requirements

 * WordPress 6.2 or later
 * WooCommerce 7.0 or later
 * Pretty permalinks enabled
 * HTTPS recommended for production

## ইনষ্টলেশ্যন

 1. Upload the plugin files to `/wp-content/plugins/cartman-connect`, or install through
    the WordPress Plugins screen.
 2. Activate the plugin through the **Plugins** screen.
 3. Ensure WooCommerce is installed and active.
 4. Go to **WooCommerce  CartMan Connect**.
 5. Copy your Store URL and Connection Key into the CartMan app.

## সঘনাই উত্থাপিত প্ৰশ্ন

### Does this plugin work without the mobile app?

The REST API and customer support shortcode work independently. The mobile app is
optional but designed to use this plugin.

### How do I connect the mobile app?

Install CartMan Connect for WooCommerce, then in the app enter your HTTPS store 
URL and tap **Log in with your store**. Sign in with your WordPress admin or shop
manager account and approve access. You can also use a connection key or application
password from **WooCommerce  CartMan Connect** if needed.

### Is the connection key stored securely?

Yes. Connection keys are stored hashed in the database using PHP’s `password_hash()`.
The plain key is only shown briefly after generation.

### Does the connection key expire?

By default, keys never expire. In **WooCommerce  CartMan Connect**, you can choose**
Never expire** or **Expire after X days**. When expiry is enabled, the mobile app
must use a freshly regenerated key after the expiry date.

### Why is my API request rejected?

Common causes: missing HTTPS (in production), expired request timestamp (check server/
device clock), invalid connection key, or IP not on the allowlist (if configured).

### How do customers submit support requests?

Add `[cartman_support_form]` to a WordPress page. Customers enter their order ID,
billing email, and message. Verified submissions create a ticket and email your 
store.

## পৰ্য্যালোচনা

এই প্লাগিনৰ বাবে কোনো পৰ্য্যালোচনা নাই।

## অৱদানকাৰী আৰু বিকাশকাৰীসকল

“CartMan Connect for WooCommerce” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত
অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

 *   [ waveinfotech ](https://profiles.wordpress.org/waveinfotech/)

[আপোনাৰ ভাষাত “CartMan Connect for WooCommerce” অনুবাদ কৰক।](https://translate.wordpress.org/projects/wp-plugins/cartman-connect)

### বিকাশৰ প্ৰতি আগ্ৰহী?

[ক’ড ব্ৰাউজ কৰক](https://plugins.trac.wordpress.org/browser/cartman-connect/), [SVN ৰিপজিটৰী](https://plugins.svn.wordpress.org/cartman-connect/)
চাওক নাইবা [RSS](https://plugins.trac.wordpress.org/log/cartman-connect/?limit=100&mode=stop_on_copy&format=rss)-
দ্বাৰা [বিকাশৰ পঞ্জী](https://plugins.trac.wordpress.org/log/cartman-connect/) ছাবস্ক্ৰাইব
কৰক।

## সলনি-পঞ্জী

#### 1.6.5

 * Fixed support form critical errors: auto-create ticket tables on init if missing
   after plugin upgrade
 * Support form errors now redirect back to the page with a message instead of wp_die
   white screen
 * Back-compat for old `[easywpshop_support_form]` shortcode and `easywpshop_submit_support`
   form action
 * Safer support ticket database queries and email notification handling

#### 1.6.4

 * WordPress.org review: load wp-admin includes only when required and call their
   functions immediately
 * Base64 product uploads use image.php helpers only; URL sideloads use media.php
   via media_sideload_image()

#### 1.6.3

 * Proper WooCommerce refunds from the app via wc_create_refund (line items, restock,
   totals)
 * PATCH status=refunded now creates a real refund record instead of only changing
   status
 * POST /orders/{id}/refund endpoint for explicit refunds from CartMan

#### 1.6.2

 * Block refund status changes from the app (refunds must be processed in WooCommerce
   admin)
 * Harden order list/detail API against plugin conflicts and malformed order data
 * Declare WooCommerce HPOS (custom order tables) compatibility
 * Add admin URL on order detail responses for mobile deep links

#### 1.6.1

 * Internal identifiers migrated to cartman prefix (API, options, shortcodes)
 * OAuth client ID and redirect schemes updated for the CartMan app

#### 1.6.0

 * Rebranded to CartMan Connect for WooCommerce (slug: cartman-connect) for WordPress.
   org compliance
 * Distinctive plugin name; third-party disclaimer; scoped admin notices
 * Plugin URI and Author URI are separate

#### 1.5.6

#### 1.5.4

 * Custom fields: only schema-defined and explicitly allowlisted meta keys are exposed(
   no more plugin junk like PEWC_, EKIT_, WCBOOST_)
 * Empty non-schema meta values are hidden from the mobile app

#### 1.5.3

 * Fixed auth lockout blocking valid OAuth/application password logins after failed
   attempts
 * Successful login now clears IP lockout automatically

#### 1.5.2

 * Fixed OAuth “Invalid OAuth request” for Expo Go and development redirect URIs(
   exp://)
 * Improved OAuth redirect URI validation and clearer error messages
 * Discover endpoint now validates redirect_uri before login

#### 1.5.1

 * Fixed OAuth / application password authentication for REST API requests
 * Extended connection test with store software health and admin shortcut URLs

#### 1.5.0

 * Added product custom fields / meta support for the mobile app (read, write, schema
   endpoint)
 * Expose all product attributes including descriptive (non-variation) attributes
 * Admin settings for extra meta keys and mobile custom field schema

#### 1.4.0

 * Extended product API: categories, tags, shipping dimensions, tax, inventory, 
   sale dates, and variable products with variations
 * Added GET /products/tags endpoint for mobile product editor

#### 1.3.0

 * Added store OAuth login for the mobile app (authorization code + PKCE)
 * Mobile users can log in on their WordPress site instead of pasting keys manually

#### 1.2.0

 * Added optional connection key expiry (never expire by default, or expire after
   N days)
 * Added security hardening: hashed keys, HTTPS enforcement, rate limiting, auth
   lockout, audit log, IP allowlist
 * Added support tickets and customer support shortcode
 * Added order status updates via REST API
 * Added sales reports and transaction endpoints

#### 1.1.0

 * Added support system and improved mobile API responses

#### 1.0.0

 * Initial release

## মেটা

 *  **1.6.5** সংস্কৰণ
 *  **5 দিন আগত** শেষবাৰ আপডে’ট হৈছিল
 *  সক্ৰিয় ইনষ্টলেশ্যন **10টাতকৈ কম**
 *  WordPress-ৰ সংস্কৰণ ** 6.2 বা তাতকৈ ওপৰৰ **
 *  ইমানলৈকে পৰীক্ষা কৰা হৈছে **7.0**
 *  PHP-ৰ সংস্কৰণ ** 7.4 বা তাতকৈ ওপৰৰ **
 *  ভাষা
 * [English (US)](https://wordpress.org/plugins/cartman-connect/)
 * [ecommerce](https://as.wordpress.org/plugins/tags/ecommerce/)[mobile](https://as.wordpress.org/plugins/tags/mobile/)
   [orders](https://as.wordpress.org/plugins/tags/orders/)[rest-api](https://as.wordpress.org/plugins/tags/rest-api/)
   [woocommerce](https://as.wordpress.org/plugins/tags/woocommerce/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.wordpress.org/plugins/cartman-connect/advanced/)

## ৰে’টিংবোৰ

এতিয়ালৈ কোনো পৰ্য্যালোচনা দাখিল কৰা হোৱা নাই।

[Your review](https://wordpress.org/support/plugin/cartman-connect/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/cartman-connect/reviews/)

## অৱদানকাৰীসকল

 *   [ waveinfotech ](https://profiles.wordpress.org/waveinfotech/)

## সাহায্য

কিবা ক’বলগীয়া আছে? সহায় লাগে?

 [সাহায্যৰ ফ’ৰাম চাওক](https://wordpress.org/support/plugin/cartman-connect/)