Order Tip for WooCommerce
Order Tip for WooCommerce is a plugin that allows customers to add a tip or donation to a WooCommerce order. The tip is added under the form of a WooCommerce fee. It allows the tip to be a percentage of the order total or a fixed custom amount. Cash tip is also available which marks the tip as 0 in value, but you should expect a tip on the delivery of your products or on the pickup of the order by the customer. There is also an option for adding a custom tip which brings up a text field where the customer is able to type in a custom amount and which is subsequently added as a fixed amount to the order. The tip can also be set to be taxed or not as per your current Tax options set in WooCommerce. It features 6 standard tip rates (5, 10, 15, 20, 25, 30) that can be extended through a filter – see below under the Developers section. It features various configuration options in the WooCommerce Settings panel under the tab Order Tip. The plugin’s backend is translated in German, Swiss German, Spanish, French, Italian, Romanian. Dutch language support was added, thanks to Roel Mehlkopf (@mhlkpf). Check out a demo here: Live Preview Check out a video on installing and using the plugin Important Notes The plugin works out of the box, with no coding skills required on basically any theme. However, it uses JavaScript for adding the tip to the order. If for some reason it doesn’t work as expected, please check your browser’s console for any JS errors or drop a line here in the Support tab providing a link to your website. Websites using the Astra or Neve theme should avoid using the “After customer details position” to display the tip form. It may break the layout causing the order review sidebar to fall under the customer details one. Developers There are a couple of filters you can hook into should you need to extend or edit the core functionality: wc_order_tip_title – takes in 1 string variable which holds the title of the form which appears before the form; wc_order_tip_rates – takes in 1 array variable which holds the values of the predefined standard tip rates. You should return a simple array containing the values you wish to add. Eg: array( 10, 15, 30 ); And a few other filters for changing various strings dynamically, from a different plugin or the active theme: wc_order_tip_title – changes the tip form title; wc_order_tip_cash_label – changes the Cash tip button label; wc_order_tip_custom_label – changes the Custom tip button label; wc_order_tip_custom_enter_tip_placeholder – changes the Custom tip field placeholder; wc_order_tip_display_form – prevents the tip form from being displayed on the page. And one filter for the backend: wc_order_tip_reports_date_time_format – allows changing the date format of the reports order created date/time. The format needs to comply with the PHP date format. See more here CSS classes and IDs that allow customization: #wooot_order_tip_form – main form container #wooot_order_tip_form button.woo_order_tip – regular tip buttons #wooot_order_tip_form button#woo_order_tip_cash – cash tip button #wooot_order_tip_form button#woo_order_tip_custom – custom tip button #wooot_order_tip_form p.woo_order_tip_custom_text_field – row for the custom tip input box #wooot_order_tip_form input.woo_order_tip_custom_text – custom tip input box #wooot_order_tip_form button.woo_order_tip_apply – tip apply button #wooot_order_tip_form button.woo_order_tip_remove – tip remove button
Top keywords
- tip50×8.03%
- order32×5.14%
- order tip25×4.01%
- form16×2.57%
- custom13×2.09%
- button11×1.77%
- tip form11×1.77%
- order tip form8×1.28%
- wc8×1.28%
- wc order8×1.28%
- wc order tip8×1.28%
- wooot8×1.28%
Simple Payment
Selling something shouldn’t require a full shopping cart. Simple Payment turns any WordPress post, page, block, form or button into a ready-to-pay product or service in minutes — and routes the money through the payment gateway you already trust. No bloated store to configure, no checkout to rebuild: just a shortcode (or a block, or an Elementor widget) and you are taking payments. From a single “Donate” button to installment plans, saved cards, subscriptions and multi-gateway checkouts, Simple Payment scales from a personal blog to a commercial site — while keeping sensitive card data out of your database. Why you’ll love it Sell in minutes, not days. Drop one shortcode on any page and you have a working, styled payment form. Post/page titles become the product name and a custom field becomes the price — automatically. Use the gateway you already have. One consistent form and workflow in front of many gateways — switch providers without rebuilding your pages. Built for real money flows. Installments, monthly subscriptions / recurring, saved-card tokenization, refunds, invoices/receipts, and automatic transaction verification. Beautiful, flexible forms. Multiple templates (Bootstrap, Legacy, Donation, free-amount), inline, IFRAME or modal display, and full support for your own theme templates. Privacy first. PCI-DSS friendly: card data is masked/redacted before anything touches the database, and old records can be auto-archived and purged. Developer friendly. A rich set of actions and filters, a documented Engine API to extend any gateway or build your own, plus a full transactions log with filtering and CSV export. Supported payment gateways (Engines) PayPal, Cardcom, iCount, PayMe, iCredit, CreditGuard, Meshulam, YaadPay, Credit2000, WooCommerce (third-party site), plus a Custom engine for anything else and a Test engine for development. NEW: Sell on one site, charge on another (WooCommerce engine) The WooCommerce engine lets your site take a purchase and hand the actual payment off to a separate, third-party WooCommerce store over its REST API — perfect for agencies, marketplaces, franchises and multi-brand operators who want a central “storefront” and one billing store that owns the gateways, invoices and bookkeeping. The customer clicks Buy on your site; Simple Payment creates the order on the remote WooCommerce store with the correct total and customer details. The shopper pays on the remote store (in a redirect, popup or modal) using whatever gateways that store has enabled. A bundled Companion mode on the receiving store validates and keeps the originating parameters, can auto-complete paid orders, silences the remote store’s duplicate customer/admin emails for outsourced requests, and sends the customer straight back to your site when payment succeeds. You keep a full record of every transaction on the originating site, with automatic status verification. Works with your favorite tools Gutenberg block editor, Elementor, WooCommerce, WPJobBoard, GravityForms and Form Maker — plus Zapier to trigger workflows (CRM, email, spreadsheets, fulfilment) on every payment. What you can build One-click “Buy” / “Donate” buttons anywhere on your site Pay-what-you-want donation forms with a free-entry amount Membership, course or service checkouts on a single landing page Installment plans and monthly subscriptions Central storefront that bills through a separate WooCommerce store Currently on Beta: PayMe – please contact if you require assistance. Soon to be released: Pelecard, Tranzila. PS: You’ll need a Simple Payment API key for advanced gateways to use it. Keys are available for personal blogs; single domain, multiple domains, businesses and commercial sites. Feedback and Support I would be happy to receive your feedback to improve this plugin. Please let me know through support forums if you like it and please be sure to leave a review.. Also you can contact me on my personal page Ido Kobelkowsky or even visit Github of Simple Payment where you can find all the development code of this plugin. I hope it is useful for you and look forward to reading your reviews! 😉 Thanks! Advanced Configuration: Theme Custom Payment Processing To write your own payment processing integration, to be plugin, read the information at this link: https://simple-payment.yalla-ya.com/ you will require to write a simple php class that Pre Process, Process and Post Process the transaction with your your payment gateway.