Title: TorobPay for WooCommerce
Author: Torobpay
Published: <strong>16 آگوست 2026</strong>
Last modified: 16 آگوست 2026

---

جستجوی افزونه‌ها

![](https://ps.w.org/torobpay-for-woocommerce/assets/icon.svg?rev=3650079)

# TorobPay for WooCommerce

 توسط [Torobpay](https://profiles.wordpress.org/torobpay/)

[دانلود](https://downloads.wordpress.org/plugin/torobpay-for-woocommerce.4.7.5.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/torobpay-for-woocommerce/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/torobpay-for-woocommerce/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/torobpay-for-woocommerce/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/torobpay-for-woocommerce/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/torobpay-for-woocommerce/)

## توضیحات

TorobPay for WooCommerce connects your store to the [TorobPay](https://torobpay.com/)
payment service so customers can pay in installments at checkout.

**Requires:**

 * A WordPress site with [WooCommerce](https://woocommerce.com/) active
 * A TorobPay merchant account and API credentials

**Features:**

 * Classic and block-based WooCommerce checkout support
 * High-Performance Order Storage (HPOS) compatibility
 * Order status sync, refunds, and merchant admin tools
 * Optional product badges / promotional display widgets

This plugin is an interface to the TorobPay online payment service. Payment processing
happens on TorobPay’s servers after the customer is redirected (or otherwise handed
off) to complete payment.

### Privacy Policy

When a merchant configures and uses TorobPay, this plugin communicates with TorobPay
APIs (default host: `cpg.torobpay.com`) to authenticate the merchant, create/update
payments, check payment status, sync order details, and (when used) provision or
refresh merchant credentials.

Depending on configuration and the checkout flow, data sent to TorobPay may include:

 * Order identifiers, amounts, currency, line items, discounts, and status
 * Customer contact fields required for payment (for example phone number and postal
   code)
 * Merchant API credentials / tokens used only to authenticate TorobPay API requests
 * Site / store context needed for callbacks and merchant provisioning (for example
   store URL), when that flow is used

TorobPay’s own privacy practices apply to data processed by their service. Review
TorobPay’s policies on [torobpay.com](https://torobpay.com/).

This plugin does not sell personal data. Outbound TorobPay API calls are made to
operate the payment gateway the merchant intentionally enabled.

### Third-party libraries

 * [jalaliDatePicker](https://github.com/majidh1/jalaliDatePicker) (MIT) — Jalali
   date picker used in admin order filters. Readable JS/CSS and license are bundled
   under `assets/vendor/jalalidatepicker/`.

## نصب

 1. Upload the plugin folder to `/wp-content/plugins/` or install the ZIP via **Plugins
    Add New**.
 2. Activate **TorobPay for WooCommerce**.
 3. Ensure WooCommerce is installed and active.
 4. Go to **WooCommerce  Settings  Payments**, enable TorobPay, and enter your merchant
    credentials (or use the in-plugin credential fetch if available for your account).
 5. Place a test order to confirm checkout and return URLs work.

## سوالات متداول

### Do I need a TorobPay account?

Yes. You must register as a TorobPay merchant and obtain API credentials before 
the gateway can process payments.

### Does this plugin work with the WooCommerce block checkout?

Yes. The plugin registers WooCommerce Blocks payment method support.

### Is High-Performance Order Storage (HPOS) supported?

Yes. Compatibility with custom order tables is declared in the plugin.

### Where can I get support?

Visit [torobpay.com](https://torobpay.com/) or use the support channels listed in
your TorobPay merchant panel.

### What happened to the Custom CSS editor?

As of 4.7.2 the Custom CSS tab under TorobPay visual settings was removed (WordPress.
org plugins may not ship arbitrary CSS editors). If you had custom rules there, 
copy them before or after upgrading into your **child theme stylesheet**, or into**
Appearance  Customize  Additional CSS**. Stored TorobPay Custom CSS options are 
cleared on upgrade; they are not migrated automatically.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“TorobPay for WooCommerce” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت
کرده‌اند.

مشارکت کنندگان

 *   [ Torobpay ](https://profiles.wordpress.org/torobpay/)
 *   [ Mohammad Anbarestany ](https://profiles.wordpress.org/macse2/)

[ترجمه “TorobPay for WooCommerce” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/torobpay-for-woocommerce)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/torobpay-for-woocommerce/)،
[مخزن SVN](https://plugins.svn.wordpress.org/torobpay-for-woocommerce/) را بررسی
کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/torobpay-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/torobpay-for-woocommerce/)
مشترک شوید.

## گزارش تغییرات

#### 4.7.5

 * Guest checkout now redirects straight to TorobPay instead of WooCommerce order-
   pay, so SEO plugins cannot strip the pay URL and drop guests back on checkout.
 * Block Checkout / Store API payment errors return a message without queuing a 
   session notice that could 409 the next checkout.
 * Checkout always goes to the gateway. The “Redirect directly to gateway” setting
   is deprecated and only still affects the leftover receipt Pay button.
 * Widget price threshold updated

#### 4.7.4

 * WordPress.org review follow-up: escape dynamic CSS at output, unify TOROBPAY_
   constants, and keep a visible torobpay_ prefix on responsive options.

#### 4.7.3

 * WordPress.org review follow-up: escape generated HTML with wp_kses, declare plugin
   functions without function_exists wrappers, and remove unused Iranian amount 
   filters plus the v2 settings copy on activation.
 * Product page widget now calculates installment amounts from the selected quantity(
   simple and variable products).
 * If WooCommerce does not mark a settled order as paid, the order is placed On 
   hold instead of staying pending; pay-again is blocked only when a TorobPay transaction
   already exists (if Disable payment retry is enabled).

#### 4.7.2

 * WordPress.org review fixes: remove Custom CSS editor, harden provision-verify
   access key, enqueue scripts/styles, sanitize order-edit payloads, validate order-
   notice ownership, scope provision notices.
 * Important: if you used the Custom CSS tab, move those rules to a child theme 
   or Appearance  Customize  Additional CSS before upgrading (see FAQ).

#### 4.7.1

 * Merchant-triggered order sync only (removed request-driven reconcile that could
   overload shared hosting).
 * Safer API timeouts, payment eligibility on order-pay/thank-you, and price-parity
   fee detection improvements.
 * Remote-locked payment handling, HPOS-safe order queries, orders-table status 
   cache, and variation widget AJAX hardening.
 * Provisioning recognizes terminal error 1034; admin Action Needed UI simplified(
   probe-based, no manual recheck button).

#### 4.7.0

 * Packaging and WordPress.org compliance work: remove external updater, add GPL
   licensing and readme, bundle readable jalaliDatePicker assets.

## اطلاعات

 *  نگارش **4.7.5**
 *  آخرین به‌روزرسانی **5 روز پیش**
 *  نصب‌های فعال **کمتر از 10**
 *  نگارش وردپرس ** 5.8 یا بالاتر **
 *  آزمایش‌شده تا **7.0.4**
 *  نگارش PHP ** 7.4 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/torobpay-for-woocommerce/)
 * برچسب
 * [installments](https://fa.wordpress.org/plugins/tags/installments/)[Iran](https://fa.wordpress.org/plugins/tags/iran/)
   [payment gateway](https://fa.wordpress.org/plugins/tags/payment-gateway/)[woocommerce](https://fa.wordpress.org/plugins/tags/woocommerce/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/torobpay-for-woocommerce/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

[بررسی شما](https://wordpress.org/support/plugin/torobpay-for-woocommerce/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/torobpay-for-woocommerce/reviews/)

## مشارکت کنندگان

 *   [ Torobpay ](https://profiles.wordpress.org/torobpay/)
 *   [ Mohammad Anbarestany ](https://profiles.wordpress.org/macse2/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/torobpay-for-woocommerce/)