WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Effy Teva v3.3.4

SUMIT Payment Gateway for WooCommerce

SUMIT Israeli Payment Gateway for WooCommerce

SUMIT Payment Gateway for WooCommerce

The facts

Rating
5★ from 3
Active installs
1k+
Price
Free
Last updated
1 Jul 2026
Added
Oct 2017
Requires WP
4.6
Tested up to
WP 6.8.8
Downloads
47,398

Our analysis

AI-assisted

SUMIT Payment Gateway for WooCommerce is a WordPress plugin designed to enhance sales on WooCommerce sites by allowing users to accept all credit cards. It offers features such as secure storage of customer payment methods, automatic invoicing, and the ability to process recurring charges. The plugin also includes options for custom hooks, enabling tailored functionalities for installments, customer fields, and item fields.

This plugin is suitable for WooCommerce store owners looking to streamline their payment processing and enhance customer experience with features like recurring billing and inventory synchronization. It integrates well with other WooCommerce extensions, making it versatile for various e-commerce needs.

Best for: WooCommerce store owners seeking to improve their payment processing capabilities.

What it does well

  • Accepts all credit cards
  • Automatically issues invoices and receipts
  • Supports recurring billing
  • Synchronizes inventory levels
  • Custom hooks for tailored functionalities

Where it falls short

  • Limited information on additional features
  • No details on support or documentation

Verdict

SUMIT Payment Gateway for WooCommerce provides essential payment features for online stores, making it a practical choice for enhancing sales and customer management.

From the developer

Effy Teva's own description of SUMIT Payment Gateway for WooCommerce, lightly tidied.

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’);

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for taking payments.

Forminator Forms

Best WordPress form builder plugin. Create contact forms, payment forms & order forms with 1000+ integrati...

Free 600k+ installs 4.8★ (2,117)
SureForms

AI form generator and WordPress form builder for contact and Stripe payment forms, with surveys and quizzes in...

Free 500k+ installs 4.9★ (90)
Appointment Booking Plugin

Appointment booking plugin for WordPress. Let clients self-schedule 24/7, accept payments at booking, and redu...

Free 100k+ installs 4.9★ (99)
Easy Digital Downloads

The #1 eCommerce plugin to sell digital products & subscriptions. Accept payments with Stripe & PayPal...

Free 40k+ installs 4.7★ (590)