Super Forms
  • Drag & Drop Form Builder for WordPress
  • Quick start
    • Installation
    • Registration
    • Starting your 15 day trial
    • Purchasing a license
    • Activating a license
    • First time setup
    • Secure file uploads
    • Creating a form
    • Adding form elements
    • Editing elements
    • Publishing your form
    • FAQ
  • Account
    • Dashboard
      • Your Invoices
      • Billing details
      • Your Licenses
      • E-mail Notification
      • Password reset
      • Cancel subscription
  • Common problems
    • Common problems
      • Email delivery problems
        • Why is my form not sending emails?
        • Why are emails going into spam folder/inbox?
      • File upload problems
      • Session expired
      • reCaptcha Troubleshooting – Fix “Not Loading” & Verification Errors
  • Elements
    • Layout elements
      • Column/Grid
      • Multi-part / step
    • Form elements
      • Calculator
      • Signature
      • File upload
      • Datepicker
      • Variable field
      • Dropdown
      • Text field
      • Autosuggest
      • Keywords
      • Radio button
      • Keyword Field
      • Button
      • Audio Recording (microphone)
    • HTML elements
      • Heading
      • HTML (raw)
      • Image
      • TinyMCE
      • Divider
      • Spacer
      • PDF page break
      • Google map element WordPress form
  • Features
    • Basic
      • Confirmations emails
      • Save Form Progression (continue later)
      • Build In Translation System
      • Populate form
      • Popups
      • Import & Export
      • Hide form after submitting
      • Hide or lock out user from your forms
      • Validation
    • Advanced
      • WordPress form with Google sheets dropdown
      • Custom registration form for WordPress
      • Custom login form for WordPress
      • Custom lost password form for WordPress
      • Update current logged in user
      • Secrets
      • Prevent duplicate entries
      • Lock & hide form
      • Password protect
      • Conditional Logic
      • Tags system
      • Address lookup/auto complete
      • Analytics Tracking
      • Conversion Tracking
      • Distance & Duration Calculation
      • If statements
      • Foreach loops
      • E-mail Reminders
      • Variable Fields
      • Form templates - Include elements into other forms - WordPress
      • Transferring data from one form to another
    • Integrations
      • PDF Generator
      • Listings
      • WooCommerce Checkout
        • Fixed price checkout
        • Dynamic price checkout
        • Variable product checkout (variations)
        • Replacing the "Add to cart" on a product page with a form
        • Hiding product from shop and order via custom form
      • PayPal
      • MailChimp
      • Mailster
      • Zapier
      • Stripe (BETA)
      • WooCommerce Instant Order (in progress)
  • Tutorials
    • WordPress Form to Google Sheet Integration
    • GDPR Consent / Terms agreement
    • How to update the plugin
    • Sending emails to specific department for WordPress contact forms
  • Example Forms for WordPress
    • Booking 24 hours ahead of time
  • Developers
    • Code Examples
      • Lookup City by Zipcode for your WordPress form
      • Audio Recording Field
      • Custom API Phone Number Validation for Your WordPress Form
      • Updating WordPress user meta data after login
      • Automatically redirecting to next step after displaying text or a progress bar
      • Dropdown with groups (categories)
      • Prevent form submission based on entered field values
      • Track form submissions with GTM (Google Tag Manager)
      • Tracking Multi-part steps with Google Analytics
      • Tracking Multi-part steps with GTM data layer (dataLayer.push)
      • Track form submissions with third party
      • Compare input field value with database value
      • Insert form data into a custom database table
      • Delete database row after contact entry is deleted in WordPress
      • Limited date availability (slots) for your WordPress booking form
      • Send submitted form data to another site
      • Exclude empty fields from emails
      • Execute custom JS when a column becomes conditionally visible
      • Toolset Plugin: Update comma separated string to Array for meta data saved via Front-end Posting
      • Toolset Plugin: Update file ID to file URL for meta data saved via Front-end Posting
      • Delete uploaded files after email has been send
      • Increase Cookie lifetime for client data such as [Form Progression]
      • Altering cookie secure and httponly parameters
      • Define fake cronjob to clear old client data if cronjob is disabled on your server
      • Define page language attribute based on page ID or URL
      • Define custom headers when doing a POST request
      • Change checkbox/radio layout to vertical on mobile devices
      • Show remaining available form submission allowed
      • Global fields / elements
      • Trim values of fields
      • Re-sending E-mails after editing entries via Listings for WordPress
      • Combine multiple field values into one column on Contact Entries page
      • Altering the attachments for E-mails via PHP code for WordPress
      • Generate dynamic columns with dates based on user selected date from Datepicker element
      • Hide `eye` icon from Listings row based on user role
    • Data storage
    • BETA version
  • Changelog
  • Support
Powered by GitBook
On this page
  1. Features
  2. Integrations

WooCommerce Instant Order (in progress)

Create WooCommerce orders on the fly with a single form submission. Skipping the cart and checkout pages and providing a "payment link" after form submission.

PreviousStripe (BETA)NextWordPress Form to Google Sheet Integration

Last updated 2 years ago

This feature is work in progress and not yet available to the public.

Create orders on the fly without the need to use the normal workflow WooCommerce uses and with much flexibility. In comparison to the feature it allows you to completely skip the Cart and Checkout pages.

Features & Options

Note: all settings are compatible with {tags} system

  • Create orders

  • Update existing orders

  • Allow for Guest checkout

  • Option to load an existing/previous order

  • Option to search/append a customer to an order

  • Option to alter customer address after customer was appended (this will not update the actual customer under "Users" in WordPress)

  • Option to add additional shipping costs dynamically

  • Ability to create a custom overview/summary with a HTML element in combination with foreach loops

  • Custom redirect after order is placed/created

    • Payment gateway (default)

    • Pay for order page (redirects to front-end payment page)

    • Created order (redirects to order in back-end)

    • Order received page (redirects to front-end summary page)

    • Disabled (do not redirect)

  • Create orders with either a single product or multiple products with the following possible options

    • Example with tags: {product_id}|{quantity}|{name}|{variation_id}|{subtotal}|{total}|{tax_class}|{variation}

    • Example without tags: Example: 0|1|T-shirt|0|10|10|0|color;red#size;XL

  • Add custom meta data for products e.g:

    • Example with tags: {id}|Color|{color}

    • Example without tags: 82921|Color|Red

  • Add shipping costs e.g:

    • Example with tags: {shipping_method_id}|{shipping_method_label}|{cost}|{shipping_method}

    • Example without tags: flat_rate_shipping|Ship by airplane|275|flat_rate

  • Add order fee(s)

    • Example with tags: {fee_name}|{amount}|zero-rate|taxable

    • Example without tags: Extra processing fee|45|zero-rate|taxable

  • Option to save coupon code

  • Option to save customer note

  • Option to set order status manually

  • Option to save order notes

  • Option to set a fixed payment gateway/method

  • Option to override Customer ID (defaults to logged in user)

  • Option to save custom order meta data e.g:

    • meta_key|{field1}

  • Define billing and shipping address manually via field mapping e.g:

first_name|{first_name}
last_name|{last_name}
company|{company}
email|{email}
phone|{phone}
address_1|{address_1}
address_2|{address_2}
city|{city}
state|{state}
postcode|{postcode}
country|{country}
WooCommerce Checkout