SMT Toolkit for WooCommerce
SMT Toolkit for WooCommerce is a modular automation and management toolkit designed for WooCommerce-based stores. The plugin provides a collection of independent modules that can be enabled or disabled as needed, allowing store owners to build flexible workflows without unnecessary features or performance overhead. SMT Toolkit focuses on automation, data consistency, and repeatable processes – especially for stores that rely on bulk imports, scheduled updates, and advanced pricing logic. Available Modules Google Drive Importer Import products, images, and updates directly from Google Drive using CSV files. Features: – Import products and images from Google Drive folders – Batch processing with progress tracking – Detailed logs and safety checks – Update rules for existing products – Optional cron-based automation Setup note: To use this module, you must create a Google Cloud project, enable the Drive API and obtain an API key. Source folders and files must be accessible through the Drive API without an OAuth user session. Official documentation: https://developers.google.com/drive/api/guides/enable-drive-api Automation: For scheduled or unattended imports, a WordPress cron task is required. CSV File Structure The importer uses CSV files to create or update products. Required fields: – id or sku (at least one is required) Optional fields: – type – barcode – short_description – description – sale_start – sale_end – in_stock – price – sale_price – categories – tags – custom meta fields (any column name will be treated as a meta key) – images (image and photo remain supported aliases) – image_alt (use | to separate values for multiple images) – image_caption (use | to separate values for multiple images) – image_description (use | to separate values for multiple images) – alt_text (legacy alias for image alt text; comma-separated) Custom meta fields are stored as product meta keys without overwriting protected WooCommerce core fields. The CSV structure is flexible. Only the required identifier field must be present. All other fields are optional and processed only if provided. Discount Engine Create flexible discount profiles with conditions, priorities, schedules, and visual indicators. Features: – Rule-based discount profiles – Support for scheduled discounts – Priority handling and conflict resolution – Customizable discount badges – Cron-based recalculation support Automation: A cron task is required to automatically apply, update, or expire scheduled discounts. Theme compatibility note: To replace the default sale badge, the theme must include a span.onsale element (the wrapper does not matter, but the onsale class must be present). Transliteration Automatically transliterate non-Latin product URLs and filenames. Features: – URL and filename transliteration – Custom rule editor – Testing and preview tools – Bulk conversion and rollback support Language support: Predefined rules are included for: – Ukrainian – Russian – Bulgarian For other languages, custom transliteration rules can be added manually. This module does not require cron configuration. Store Settings The Store Settings module centralizes WooCommerce configuration in one place – no need to edit theme files or functions.php. It allows you to safely manage store behavior, performance tweaks, product badges, and Classic checkout fields through a clean admin interface. Key Features – Disable unused frontend scripts and styles – Add context-based inline CSS and JavaScript – Clean up unnecessary WordPress and WooCommerce head output – Configure product badges (Sale, New, Sold Out, Featured, Best Seller) – Customize Classic WooCommerce checkout fields – Define custom product fields with tab display support Checkout customization works with Classic WooCommerce checkout (shortcode). Blocks checkout is automatically detected. Ajax Archive Engine AJAX-powered WooCommerce archive system with: – AJAX pagination – AJAX sorting – Lazy-loaded filters sidebar – Clean URL handling – History (back/forward) state support – Mobile-first optimized behavior Centralized SVG Registry Secure SVG management module: – Centralized SVG storage – Sanitized SVG processing – Automatic CSS generation – Base64 background rendering – Hash-based file versioning – Automatic cleanup of old files – Security-hardened SVG sanitizer Role-Based Pricing Assign custom prices or percentage discounts based on the customer’s WordPress user role. Features: – Per-role price overrides (fixed price or percentage discount) – Works with simple and variable products – Role-specific prices visible only to the matching role – Per-product manual price override via product edit screen – Fully integrated with WooCommerce cart and checkout totals – Compatible with WooCommerce price display hooks Setup note: Role configurations are managed globally from the plugin settings. Per-product price overrides are set directly on each product’s edit screen. AI Search Smart product search powered by OpenAI intent parsing and optional embeddings. Customers find products by intent and natural-language queries, not just exact keywords. Features: – OpenAI-backed intent parsing for natural-language queries – Optional OpenAI-backed embeddings index (built incrementally in the background) – Live drop-down with brand, attribute and price chips – Quick-view + add-to-cart directly from results – Configurable result count, image size and ranking – Rate limiting (burst, per-minute, per-hour, global hourly cap) – Index status dashboard with manual rebuild and per-product diagnostics – Works with simple and variable products Setup note: An OpenAI API key is required for AI parsing and embeddings. Index build is throttled and can be paused. Wishlist Personal wishlists with shareable links and multi-list support. Features: – One default list plus user-created named lists – Guest wishlists merge into the user account after login – Shareable public link per list (read-only by default) – AJAX add/remove without page reload – Wishlist counter in header (theme-friendly via hooks and helper functions) – Quick-view and add-to-cart from the wishlist modal – Optional auto-cleanup of old guest sessions Rewards / Loyalty Points Points-based rewards programme. Customers earn points on completed orders and use them as partial payment on future purchases. Features: – Per-role or per-user-level earn rate (integrates with Discount user levels) – Configurable bonus-payment cap as a percentage of the cart total – Auto-actions: registration bonus, review bonus, birthday gift, level-up bonus – Popup + email notifications (rate-limited, branded via Newsletter settings) – Refund-aware: points reverse on cancel/refund and re-credit on subsequent re-completion – Points history with paginated load-more – Opt-in/opt-out toggle on the customer’s account page – Optional self-hosted “do not load module CSS” switch for themed stores Abandon Cart Recover sales from carts that customers leave behind. Features: – Tracks logged-in and guest carts (via email capture on checkout) – Configurable reminder schedule (multiple stages) – Branded reminder emails (template shared with Newsletter / Rewards) – Rate-limited send queue with admin dashboard and per-cart audit – One-click cart restore link (token-protected) – Auto-prune of recovered or aged-out carts Newsletter Lightweight newsletter system: subscriber list, campaign composer and email branding. Features: – Subscriber list with import / export and bulk actions – Visual template with logo, From-name/address and footer (shared by all modules) – Composer with token replacement ({first_name}, {site_name}, etc.) – Per-hour send cap and queue worker (cron-based) – Unsubscribe handling with one-click token link – Bounce/error logging – Integration hook so other modules (Rewards, Abandon Cart) re-use the same branding Social Social touchpoints in a single module: share buttons, login providers and a floating contact CTA. Features: – Share buttons (Facebook, X/Twitter, Telegram, Viber, copy-link) – Social login (Google and Facebook) with token validation – Floating CTA dock with Phone / Telegram / Viber / WhatsApp / Instagram / Messenger channels – Per-channel labels (translatable) – Hover-to-reveal label on desktop, full label on mobile – Theme-friendly: every block is exposed via shortcode or hook Modular Architecture Each module operates independently and can be enabled or disabled at any time. This allows you to use only the functionality you need while keeping the system lightweight and predictable. External Services This plugin connects to external services to provide its functionality. Google Drive API The Google Drive Importer module connects to the Google Drive API to allow users to import files and images from their own Google Drive accounts into WooCommerce. What data is sent: – Google Drive file IDs – Google Drive folder IDs – API key supplied by the site owner When data is sent: – When an administrator starts an import manually – When an administrator-configured scheduled import runs Why data is sent: – To retrieve selected files and images from the user’s Google Drive account Service provider: – Google LLC Terms of Service: https://policies.google.com/terms Privacy Policy: https://policies.google.com/privacy OpenAI API The AI Search module connects to the OpenAI API to parse natural-language search queries and, when enabled, build a semantic embeddings index from your product catalog. What data is sent: – Customer search queries typed into the AI Search widget, used for intent parsing – Product titles, short descriptions, brand and taxonomy terms, used for embeddings indexing (no customer account data) – API key supplied by the site owner When data is sent: – When a visitor submits an uncached search query that is long enough to use AI parsing – During an index build or rebuild, manually triggered by an administrator or by an admin-configured cron task – Short/local-only searches and cached searches may be handled without an OpenAI request Why data is sent: – To convert natural-language search text into structured WooCommerce filters – To compute vector embeddings used for semantic matching Service provider: – OpenAI, L.L.C. Terms of Service: https://openai.com/policies/terms-of-use Privacy Policy: https://openai.com/policies/privacy-policy Nova Poshta API (optional) The Store Settings module can connect to the Nova Poshta API to provide city autocomplete and a warehouse/parcel-locker picker during Classic checkout. What data is sent: – Nova Poshta API key supplied by the site owner – City search text entered by the visitor – Selected settlement reference when loading warehouses When data is sent: – Only when the Nova Poshta picker is enabled and a visitor searches for a city or loads warehouses Why data is sent: – To find Nova Poshta settlements, branches and parcel lockers Service provider: – Nova Poshta LLC API License Agreement: https://static.novaposhta.ua/sitecard/misc/doc/API_license_agreement.pdf Privacy Policy: https://static.novaposhta.ua/sitecard/misc/doc/Privacy_policy.pdf Social Login Providers (optional) The Social module can optionally connect to Google and Facebook for one-click login. These connections only run when an administrator has configured the corresponding OAuth credentials and a user clicks the login button. What data is sent: – OAuth token round-trips initiated by the visitor’s click When data is sent: – Only on explicit user action (clicking a social-login button) Why data is sent: – To authenticate the user via the chosen provider Service providers: – Google LLC: https://policies.google.com/terms / https://policies.google.com/privacy – Meta Platforms, Inc. (Facebook): https://www.facebook.com/legal/terms / https://www.facebook.com/privacy/policy/ Social Publishing, Instagram Feed and Sharing Links (optional) The Social module can publish newly created posts or products to configured social accounts, retrieve an Instagram Business feed, and create visitor-initiated sharing/contact links. Nothing is sent unless the relevant feature and provider are configured; sharing and contact links send data only after the visitor clicks them. What data is sent: – Site owner credentials or access tokens for enabled publishing/feed providers – Published post or product title, permalink and generated sharing message – Instagram Business account ID when retrieving feed items – The current page URL, sharing text or configured contact identifier when a visitor clicks a sharing/contact link When data is sent: – After a post or product is first published and automatic publishing is enabled – When an enabled Instagram feed is loaded or its cache is refreshed – When a visitor explicitly clicks a social sharing or contact link Why data is sent: – To publish content, retrieve configured Instagram media, or open the selected third-party sharing/contact service Service providers: – Meta Platforms, Inc. (Facebook, Instagram, Threads and Messenger): https://www.facebook.com/legal/terms / https://www.facebook.com/privacy/policy/ – X Corp.: https://x.com/en/tos / https://x.com/en/privacy – LinkedIn Corporation: https://www.linkedin.com/legal/user-agreement / https://www.linkedin.com/legal/privacy-policy – Tumblr, Inc.: https://www.tumblr.com/policy/en/terms-of-service / https://www.tumblr.com/privacy – Mastodon: the service provider, terms and privacy policy depend on the instance URL configured by the site owner – Telegram Messenger Inc.: https://telegram.org/tos / https://telegram.org/privacy – Viber Media S.a r.l.: https://www.viber.com/en/terms/ / https://www.viber.com/en/terms/viber-privacy-policy/ – WhatsApp LLC: https://www.whatsapp.com/legal/terms-of-service / https://www.whatsapp.com/legal/privacy-policy Google and Meta Analytics Scripts (optional) The Store Settings module can load Google Analytics/Google Ads and Meta Pixel scripts after interaction when a site owner enables delayed analytics and supplies the corresponding IDs. What data is sent: – Configured measurement, advertising or pixel ID – Page, browser, device, cookie and interaction data collected by the enabled provider’s script according to that provider’s configuration and policies When data is sent: – Only when the site owner enables the corresponding analytics integration and the delayed script is loaded in a visitor’s browser Why data is sent: – To provide analytics, advertising measurement and configured conversion tracking Service providers: – Google LLC: https://policies.google.com/terms / https://policies.google.com/privacy – Meta Platforms, Inc.: https://www.facebook.com/legal/terms / https://www.facebook.com/privacy/policy/
Top keywords
- https29×1.40%
- google26×1.25%
- com25×1.20%
- data22×1.06%
- sent19×0.91%
- data is sent18×0.87%
- api16×0.77%
- https www14×0.67%
- privacy14×0.67%
- www14×0.67%
- drive13×0.63%
- module13×0.63%
WPForms – AI Form Builder for WordPress – Contact Forms, Payment Forms, Survey Form, Quiz & More
WordPress Contact Form Builder Plugin WPForms is an AI drag & drop WordPress form builder that’s EASY and POWERFUL. Create contact forms, feedback forms, subscription forms, payment forms (including Stripe, Square & PayPal), and other types of forms for your site in minutes with just a few clicks! At WPForms, user experience is our #1 priority. Our pre-built form templates and workflows make WPForms the most beginner-friendly contact form plugin on the market. You don’t have to hire a developer. Create a form in less than 5 minutes with our drag & drop form builder, using a template or just asking AI to get a head start. WPForms Pro This plugin is the Lite version of WPForms Pro, which comes with email subscription forms, multi-page contact forms, file uploads, conditional logic, and extra payment integrations. Click here to purchase the best premium WordPress contact form plugin now! AI-Powered Drag & Drop Contact Form Builder Create custom contact forms in minutes with our easy-to-use drag and drop online form builder or just ask AI to build it for you. But don’t just take our word for it. See what WordPress experts are saying: WPForms is by far the easiest form plugin to use. My clients love WPForms and it’s one of the few plugins they can use without any training. As a developer I appreciate how fast, modern, clean and extensible it is. Bill Erickson – Expert WordPress Consultant Pre-built Form Templates WPForms comes with 2100+ pre-built form templates. Whether you’re looking to create a simple contact form, marketing form, request a quote form, donation form, payment order form, registration form, survey form, quiz form, Stripe payment form, or a subscription form, we have a form template already prepared and ready to use. Mobile Ready, SEO Friendly, and Optimized for Speed WPForms contact forms are 100% responsive and mobile-friendly. We optimized every query on the frontend and the backend to ensure that it’s one of the fastest WordPress contact form plugins. You can embed your contact form on any page with an optimized title and description, so WPForms is one of the most SEO friendly contact form plugins too. Fields & Features You Need to Succeed With star ratings, file uploads, repeater fields, survey fields, and multi-page contact forms, you can easily build the right custom form for your site’s needs. Plus, integrate your contact forms with an email marketing service in just a few steps and collect payments with Stripe, PayPal, and Square for bookings and orders without the need for a dedicated eCommerce plugin. See what one business owner has to say about their WPForms contact form: As a business owner, time is my most valuable asset. WPForms allows me to create smart contact forms with just a few clicks. With their pre-built form templates and the drag & drop builder, I can create a new form that works in less than 2 minutes without writing a single line of code. Well worth the investment. David Henzel – Co-founder of MaxCDN Surveys & Polls Create custom survey forms like Survey Monkey. Our WordPress survey plugin addon comes with smart survey fields including Likert scale, star ratings, and NPS. Embed your surveys and polls anywhere in WordPress. Use our survey reporting tools to customize graphs, export them for presentations, and display aggregate results. You can also share poll results instantly when collecting votes. Default WordPress Forms Aside from building simple contact forms, WPForms also helps you create better default WordPress forms, like custom WordPress login forms and custom WordPress user registration forms. Create a password-protected contact form or even a members-only contact form. Bloggers and publishers can use our WordPress post submission forms to accept guest posts, testimonials, and more. Payment Forms, Donation Forms, Booking Forms, and More While WPForms started out as a contact form plugin, it has evolved into a powerful custom forms solution for any type of payment or booking form. WPForms integrates with PayPal, Stripe, Square Payments, Authorize.Net, and Mercado Pago so you can easily accept credit card payments or take payments via PayPal. Bonus: you can also take signatures. We’re proud to be a Stripe Verified Partner. This partnership allows us to build the best Stripe integration with early access to features. You can use our Stripe integration to accept both one-time payments as well as recurring payments while syncing all form data to your Stripe account. Custom Calculator Forms Using the WPForms Calculations addon, you can build custom formulas and display results on the frontend. Create simple arithmetic calculations or build complex conditional calculations with rounded values, averages, time ranges, and more! It’s the best calculator plugin for WordPress. Forms Optimized for Conversions With our Form Pages addon, you can create distraction-free custom form landing pages to increase conversions. To improve form completion rates, we created Conversational Forms which helps you make your feedback forms feel more human by adding an interactive layout. (See Conversational Forms Demo). Easy to Customize and Extend You can easily customize your contact forms with our section dividers, HTML blocks, and CSS. Embedding forms in Elementor and Divi has never been easier thanks to our native integrations. We also know that our developer friends may want more control, so we added tons of hooks and filters. Full WPForms Feature List Online form builder – powerful drag & drop contact form builder. Create WordPress contact forms, payment forms, and other online forms without writing any code. 100% mobile responsive. GDPR friendly. Payment Forms – Take payments, donations, down payments, recurring payments, service payments with our Stripe (FREE) integration. Form templates pre-built and ready to import. Form styling for fields, labels, and buttons. Spam protection built in, plus integrations with hCaptcha, Google reCAPTCHA, and Cloudflare Turnstile. AI Forms to automatically create and refine forms through natural conversation. Instant form notifications via email. Custom form confirmations with success messages or thank you pages. Smart phone field that adapts to your visitor’s location. AI Choices to automatically populate Multiple Choice, Checkboxes, and Dropdown field options. Coupons for free shipping and sale discounts. Calculator forms for payment, shipping, billing, and more. File upload fields for user submissions. Multi-page forms with progress bars. Smart conditional logic to show or hide fields. Repeater field that enables the person filling out the form to easily add another field or group of fields to fill out. Perfect for group registration forms, custom order forms, and more. Signatures for agreements or payment forms. User registration forms and custom login forms. Post submission forms to collect user-generated content. Geolocation to collect location data along with submissions. Surveys and Polls with interactive reports. Quizzes with graded tests, personality quizzes, and scored assessments, plus AI-generated questions. Form abandonment detection to collect partial form submissions. Form locker to control access using passwords, dates, and more. Offline forms to collect submissions without an internet connection. Form landing pages to boost conversions. Conversational forms to boost overall completion rates. Lead forms to get more submissions with multi-step layouts. Webhooks to send data without third party connectors. User Journey reports so you know which content is driving form conversions. Save and Resume to let visitors save and come back later. Entry Automation to export and delete form entries on a daily, weekly, or monthly basis. Integrations Google Sheets Zapier PayPal Commerce Stripe – We’re a Stripe Verified Partner for Payments. Square Authorize.Net Mercado Pago Mailchimp AWeber Campaign Monitor GetResponse Constant Contact Airtable Notion Drip ActiveCampaign HubSpot Brevo MailerLite MailPoet ConvertKit Klaviyo SendGrid Salesforce Slack Dropbox Google Calendar Google Drive Twilio Pipedrive Make Zoho CRM You can see why WPForms is the best WordPress contact form plugin on the market! Want to unlock these features? Upgrade to our Pro version. Credits This plugin is created by Syed Balkhi. Branding Guidelines WPForms® is a registered trademark of WPForms LLC. When writing about the contact form plugin by WPForms, please make sure to uppercase the initial 3 letters. WPForms (correct) WP Forms (incorrect) wpforms (incorrect) wpform (incorrect) Notes WPForms is absolutely, positively the most beginner-friendly WordPress contact form plugin on the market. It is both easy and powerful. We took the pain out of creating online forms and made it easy. Check out all WPForms features. Also, I’m the founder of WPBeginner, the largest WordPress resource site for beginners. It was a huge priority for me to make a WordPress contact form plugin that beginners can use without any training. I feel that we have done that here. I hope you enjoy using WPForms. Thank you, Syed Balkhi