Integrate Razorpay for Contact Form 7
This Razorpay Add-on is a WordPress plugin for Contact Form 7. It seamlessly integrates the Razorpay Payment Gateway with the forms created through Contact Form 7 plugin. Developers can now add this for easy payments in their Contact Form 7 on WordPress platform for their website’s customers. Note: The sole dependency of this plugin is “Contact Form 7”. It is mandatory to install the same first and then continue with the Razorpay Addon. If you want any customization or found any bugs you can contact us here. Features You will have the following features in the Razorpay panel (payments and settings) after successful installation- Individual activation/deactivation of Razorpay in different forms Individual detail addition (item id, item price, name, etc.) in different forms Both “Test” or “Live” mode API integration credentials inputs of ID and secret key present Company name can be added “Return URL” option for a landing page after payment All the payments listed under Razorpay Payment page on WordPress dashboard Payments can be filtered according to forms, status, dates, etc. View more information related to individual payments in a popup. A payment can be searched using internally generated Order ID. “Error” upon entering wrong credentials Key Features in Premium Edition Pre-defined Pricing Options: Enable users to select from preset pricing options configured within the form, overriding the default item price. Ideal for offering multiple price points predefined by the administrator. User-defined Pricing: Allow users to enter their own price, providing greater flexibility and enabling custom pricing based on user input. FormData Collection: Efficiently gather and store user-submitted form data related to payments. This feature ensures you capture all relevant details provided by users during the Razorpay payment process, offering valuable insights into their interactions and enhancing your record-keeping capabilities. Export CSV: Easily export comprehensive order, payment, and user-submitted form data into a CSV file for efficient record-keeping and analysis. Custom Order ID Prefix: Set custom prefixes for Order IDs to better organize and track your orders. Personalize your order management system with identifiable prefixes. Order Shortcode: Display detailed order information such as Order ID, Item ID, Item Name, and Item Price on the Thank You page using a simple shortcode. Order Success Redirect: Customize the redirect URL after a successful payment, directing users to either an internal Thank You page or an external URL of your choice. Customize Razorpay Payment Popup: Personalize the Razorpay Payment Popup to match your website’s branding by customizing the logo, theme color, and backdrop color. Autofill Customer Information: Automatically pre-fill customer details such as Name, Email, and Phone in the Razorpay Payment Popup, streamlining the payment process by reducing the need for repeated data entry. Email Notification: Disable the default email sent after form submission. Instead, use cf7rzp mail tags within the Mail Tab’s “Message Body” settings to customize notifications. An email will be sent only after a successful payment, including the order details. Get Premium with various features & support.
Top keywords
- payment12×2.44%
- order10×2.03%
- razorpay10×2.03%
- form8×1.63%
- id6×1.22%
- item6×1.22%
- payments6×1.22%
- razorpay payment6×1.22%
- contact5×1.02%
- price5×1.02%
- contact form4×0.81%
- email4×0.81%
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