Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

Sliced Invoices & Contact Form 7

Popis

Imagine having a form on your website that allows your visitors to basically create their own quotes for you!

All you need to do once they have submitted the form is read the description of work they require and then set your pricing. All of their client data has already been captured and added to the quote.

Requirements

Initial Setup

Once you have both plugins installed and activated, you simply need to create your Quote or Invoice Request form that contains the following fields:

Required Fields

  • sliced_client_name – the Client Name
  • sliced_client_email – the Client Email
  • sliced_title – becomes the Quote/Invoice title
  • sliced_quote_or_invoice – should be „quote“ to create a quote, or „invoice“ to create an invoice. For example:

    [hidden sliced_quote_or_invoice „invoice“]

If sliced_quote_or_invoice is not included in the form, then „quote“ will be assumed by default.

Optional Fields

You can also add the following optional fields that will map to other Sliced Invoices fields for the quote:

  • sliced_client_business – the Client Business Name – recommended
  • sliced_client_address – the Client Address
  • sliced_client_extra – the Client Extra Info field
  • sliced_description – becomes the Quote/Invoice description – recommended

Line Items:

For line items, you can use the following tags. Just replace {X} with a number. For example sliced_line_item_1_title, sliced_line_item_2_title, etc.

  • sliced_line_item_{X}_qty – the quantity for line item #{X}
  • sliced_line_item_{X}_title – the title for line item #{X}
  • sliced_line_item_{X}_desc – the description for line item #{X}
  • sliced_line_item_{X}_amt – the amount for line item #{X}

Other Fields:

  • sliced_invoice_status – allows you to set the status of the invoice (unpaid, paid, etc.). Default is ‚draft‘.
  • sliced_quote_status – allows you to set the status of the quote (accepted, declined, etc.). Default is ‚draft‘.

NOTE: the names of the fields must match exactly as shown

See below for an example form.

You can also set up confirmations and notifications as per normal in the Contact Form 7 form settings. However if you want to send the quote or invoice automatically, add the following tag to your form:

[hidden sliced_quote_send "true"]

(for quotes)

or

[hidden sliced_invoice_send "true"]

(for invoices)

With the form setup and the fields mapped, you simply need to add the form shortcode to one of your pages. When a client fills in your Quote Request form, a new quote will automatically be created with all of their details added to the quote.

You then need to simply add the line items and pricing to the quote and send to the client.

If the email address that the client fills in is not already linked to a client, the plugin will automatically create a new client with this email. (Don’t worry, if the email address provided matches an existing client/user, it will not be modified for security reasons.)

An example form:

<p>Your Name (required)<br />
    [text* sliced_client_name] </p>

<p>Your Email (required)<br />
    [email* sliced_client_email] </p>

<p>Website (required)<br />
    [url* sliced_client_website] </p>

<p>Business Name (required)<br />
    [text* sliced_client_business] </p>

<p>Address<br />
    [textarea sliced_client_address] </p>

<p>Any extra Business info<br />
    [textarea sliced_client_extra] </p>

<p>Overview of work required (required)<br />
    [text* sliced_title] </p>

<p>Description of work required (required)<br />
    [textarea* sliced_description] </p>

<p>[submit "Send"]</p>

Snímky obrazovky

  • Creating the Quote Request Form
  • Inserting the Quote Request Form into a page
  • The Quote Request Form on the front end of the site
  • The blank Quote that is created when a user fills in the form. You just need to add your pricing to the quote.

Instalace

  1. Upload plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‚Plugins‘ menu in WordPress

Nejčastější dotazy

Minimum System Requirements

  • WordPress 4.0 or newer
  • Contact Form 7 version 5.0 or newer
  • Sliced Invoices 3.7 or newer
  • PHP version from 5.5 up to 8.0

Where can I get help?

For all support issues please open a Support Ticket on our website.

Recenze

10. 5. 2023 1 odpověď
I was looking for a plugin which can create an invoice from contact from 7 submission and this plugin do what is talking about and is quite simple for set-up. Unfortunately is not in 100% accordance with legislation in Slovakia and there is no many ways how to fix it. I am missing some fields, which i can with few javascript add to the extra field, but also missing delivery date (created date and due date is not enough by us, we need also delivery date because of tax) and other many little things. Also there is i think a bug, if is invoice created form contact form 7 submission, the due date is not automatically set in invoice and need to be edit manually. If i create invoice manually in WP admin, then the due date is set. Also i have a question, where exactly i can edit the template for invoice that i can add the delivery date and few other legislation things to the invoice? Thanks 🙂
14. 3. 2020
If you follow the instructions to the tee (including, using all of the required items "sliced_title") then this does work. And on top of that I've been able to edit some of the code of the plugin to allow me to tweak a few settings as well. Great work on an actually working integration plugin that's going to help me a lot. I've tried form integration for other invoice plugins and did not have much success if any at all. At least for the free versions. Thanks. Hope it gets even better with time.
20. 5. 2019 2 odpovědi
Not working with CF7. Invoices not created automatically, clients not created via CF7 form. Useless.
Přečtěte si všechny 3 recenze

Autoři

Sliced Invoices & Contact Form 7 je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přehled změn

1.1.3

  • UPDATE: changes for compatibility with forthcoming Sliced Invoices v3.9.0.
  • UPDATE: PHP 8.0 compatibility.

1.1.2

  • FIX: display issue with admin notices.

1.1.1

  • NEW: add requirements check. If either of the 2 required plugins are not found (Contact Form 7 or Sliced Invoices), a notice will be displayed to tell you this.

1.1.0

  • NEW: add support for creating invoices (not just quotes).
  • NEW: add new fields for handling of line items, status, etc.
  • NEW: automatically populate new quotes/invoices with default Terms and Tax settings (based on your settings).
  • NEW: ability to automatically send quote/invoice upon form submission.
  • NEW: added new actions ‚sliced_cf7_invoice_created‘ and ‚sliced_cf7_quote_created‘.
  • NEW: added new filter ‚sliced_cf7_line_items‘.
  • FIX: issue with quote numbers not incrementing.

1.01

  • FIX: Add custom validation and stop duplicate entries if invalid fields.

1.0

  • Initial release at WordPress.org.