Best WordPress form builder plugin. Create contact forms, payment forms & order forms with 1000+ integrati...
SUMIT Israeli Payment Gateway for WooCommerce
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
Where it falls short
SUMIT Payment Gateway for WooCommerce provides essential payment features for online stores, making it a practical choice for enhancing sales and customer management.
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 installments count =
function CustomInstallmentsLogic($MaximumPayments, $OrderValue) {
$Cart = WC()->cart;
return 5;
}
add_filter(‘sumit_maximum_installments’, ‘CustomInstallmentsLogic’);
function CustomCustomerFields($Customer, $Order) {
$Customer[‘Billing last name’] = $Order->get_billing_last_name();
return $Customer;
}
add_filter(‘sumit_customer_fields’, ‘CustomCustomerFields’);
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’);
Other plugins for taking payments.
Best WordPress form builder plugin. Create contact forms, payment forms & order forms with 1000+ integrati...
AI form generator and WordPress form builder for contact and Stripe payment forms, with surveys and quizzes in...
Developed exclusively between Payment Plugins and PayPal, PayPal for WooCommerce integrates with PayPal's...
Appointment booking plugin for WordPress. Let clients self-schedule 24/7, accept payments at booking, and redu...
Accept Credit Cards, Google Pay, ApplePay, Afterpay, Affirm, ACH, Klarna, iDEAL and more all in one plugin for...
The #1 eCommerce plugin to sell digital products & subscriptions. Accept payments with Stripe & PayPal...