SUMIT Payment Gateway for WooCommerce
Improve your WooCommerce site sales by accepting all credit cards
* Securely store customer payments methods for future purchases
* Issue and email invoices/receipts automatically following sales
* Process recurring charges using our Recurring Billing module
* Synchronize your inventory levels with our stock module
* Enable WooCommerce Subscriptions plugin for managing recurring bills
* Combine CartFlows & Cartflows Pro plugins for better sales promotions
Custom hooks
= Custom installments count =
function CustomInstallmentsLogic($MaximumPayments, $OrderValue) {
$Cart = WC()->cart;
return 5;
}
add_filter(‘sumit_maximum_installments’, ‘CustomInstallmentsLogic’);
Custom customer fields
function CustomCustomerFields($Customer, $Order) {
$Customer[‘Billing last name’] = $Order->get_billing_last_name();
return $Customer;
}
add_filter(‘sumit_customer_fields’, ‘CustomCustomerFields’);
Custom item fields
function CustomItemFields($Item, $Product, $UnitPrice, $OrderItem, $Order) {
// Add details to item name
$Item[‘Name’] = $Item[‘Name’] . ‘ – ‘ . $Product->get_sku();
// Remove zero priced items
if ($UnitPrice == 0)
return null;
return $Item;
}
add_filter(‘sumit_item_fields’, ‘CustomItemFields’);
| Domain | Exposures | Headers | Last Checked |
|---|---|---|---|
| m*c*o*m*i*.net (WP 6.8.5) | F | 2026-05-03 12:22:47 | |
| c*t*m*n.com (WP 6.7.5) | F | 2026-05-02 19:05:45 | |
| j*s*e*h.io (WP 6.9.4) | F | 2026-05-02 15:12:27 | |
| i*r*e*g*s*r*c*n*e*.com (WP 6.9) | F | 2026-05-01 17:14:03 | |
| i*d*g*t*l.c*.il (WP 6.9.4) | F | 2026-04-23 16:40:12 | |
| a*t*a*z.com (WP 6.6.1) | F | 2026-04-23 03:28:31 | |
| m*i*t*.com (WP 6.9.4) | F | 2026-04-19 21:46:14 | |
| s*o*t*o*r*r*.com (WP 6.9.4) | F | 2026-04-17 04:10:58 | |
| d*n*e*a*f*n.com | F | 2026-04-14 04:53:35 | |
| r*z*u*t*r*c*u*s*s.com (WP 6.9.4) | F | 2026-04-14 01:45:16 | |
| y*e*y*h*v.com | F | 2026-04-12 21:45:07 | |
| a*o*-*o*m*l*.com (WP 6.9.4) | C | 2026-04-11 19:48:31 | |
| s*e*y*9.com | — | 2025-11-10 11:21:44 | |
| s*h*o*y*a*d.com | — | 2025-11-10 08:54:24 | |
| m*r*a*m*t*o*d*.com | — | 2025-11-09 09:12:52 | |
| j*r*e*n*h*.com | — | 2025-11-08 11:28:16 | |
| i*s*u*f*e*.com | — | 2025-11-08 10:00:48 | |
| i*f*a*m*t*o*g*o*a*c*r*.com | — | 2025-11-08 07:51:21 | |
| g*o*e*l*r*n*s.com | — | 2025-11-07 21:32:02 | |
| e*s*w*o*a*a*e*.com | — | 2025-11-07 09:12:20 | |
| b*n*h*r*a*d*a*m*l*e*.com | — | 2025-11-06 10:20:40 | |
| b*a*d*d*i*a*.com | — | 2025-11-06 09:46:05 |