Title: Drop Print
Author: Drop Print
Published: <strong>Onwa-iri na atö 6, 2025</strong>
Last modified: Onwa-mbu 8, 2026

---

Search plugins

![](https://ps.w.org/drop-print/assets/banner-772x250.jpg?rev=3276556)

![](https://ps.w.org/drop-print/assets/icon-256x256.png?rev=3276556)

# Drop Print

 By [Drop Print](https://profiles.wordpress.org/dropprint/)

[Download](https://downloads.wordpress.org/plugin/drop-print.1.1.5.zip)

 * [Details](https://ibo.wordpress.org/plugins/drop-print/#description)
 * [Reviews](https://ibo.wordpress.org/plugins/drop-print/#reviews)
 *  [Installation](https://ibo.wordpress.org/plugins/drop-print/#installation)
 * [Development](https://ibo.wordpress.org/plugins/drop-print/#developers)

 [Support](https://wordpress.org/support/plugin/drop-print/)

## Description

Stop compromising on quality with generic print-on-demand services.
 Drop Print 
integrates seamlessly with your WooCommerce store, empowering artists and galleries
to sell **museum-quality fine art prints** directly to collectors, without managing
inventory or fulfilment. Unlike competitors focused on mass-market merchandise, 
Drop Print is **built for artists**, specialising exclusively in **archival-quality
giclée prints** that meet the standards your artwork deserves. Turn your high-resolution
files into stunning, sellable editions effortlessly using this official plugin. 
This plugin adds a dedicated “Drop Print” panel to your WooCommerce product editor,
streamlining the entire process from upload to sale: upload your artwork, let the
plugin process it securely (enable optional encryption), match it to available museum-
quality print products, select sizes, set prices, and automatically generate the
necessary WooCommerce variations upon saving. Focus on your art. Let Drop Print 
handle the **gallery-quality print fulfilment** for your WooCommerce store.

### Features

 * **Museum-Quality Focus:** Connects directly to Drop Print’s specialised fine 
   art printing service.
 * **WooCommerce Integration:** Adds “Drop Print” checkbox to product types and 
   a dedicated management tab in Product Data.
 * **Guided First-Use Tour:** A native WooCommerce-style walkthrough introduces 
   new users to the Drop Print panel step by step, right on the product edit screen.
 * **Settings Page:** Configure Client ID connection, Price Margin percentage, Packing
   Slip upload, view API status.
 * **Automated Pricelist Sync:** Self-healing pricelist cache fetches the latest
   print product data from the Drop Print API automatically, with a manual refresh
   available on the settings page.
 * **Streamlined Workflow:** Guides you through uploading artwork, selecting print
   sizes, and setting prices within the product edit screen.
 * **Chunked File Upload:** Reliable uploads for large image files (JPEG, PNG, TIFF
   up to 100MB) via Dropzone.
 * **Secure Server-Side Processing:** Handles file assembly, preview generation (
   imported to Media Library), dimension detection (`getimagesize`), optional ZIP
   compression, and beyond military grade encryption using your account’s public
   key.
 * **Intelligent Product Matching:** Displays available print products from the 
   pricelist, calculates match quality based on dimensions/ratio, and highlights
   the best fit.
 * **Price Calculation:** Automatically suggests selling prices based on your defined
   margin and allows manual overrides per size.
 * **Automated Variation Creation:** Creates/updates WooCommerce variations for 
   selected print sizes, including attribute terms (`pa_print_dimensions`) and pricing,
   upon saving the product.
    Uses `wp_set_object_terms` for robust term assignment.
 * **Reset Functionality:** Allows users to easily clear Drop Print data and associated
   files/variations from a product via AJAX and the next product save (uses a meta
   flag).
 * **Order Cancellation:** Customers can cancel an order awaiting production from
   My Account, with a clear confirmation step before anything happens.
 * **File Issue Alerts:** A dashboard-wide notice flags any order with an artwork
   processing issue, alongside the existing per-order indicator, so problems are
   never missed.
 * **Preview Meta Box:** Displays the generated preview image on the product edit
   screen sidebar.
 * **Copy to Featured Image:** Button to easily set the Drop Print preview as the
   main WooCommerce featured image.
 * **Interactive Feedback:** Uses overlays and clear UI elements to guide the user.
 * **Multilingual:** Includes translations for Spanish (Spain and seven Latin American
   locales) and Simplified Chinese.

### Support

Please visit https://drop-print.com/support for documentation and support.

## Installation

 1. Upload the `drop-print` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to the ‘Drop Print’ menu in your WordPress admin sidebar to configure the plugin
    settings (enter Client ID, set Price Margin, etc.).
 4. Wait for the initial pricelist download or trigger it manually via the settings
    page or WP-CLI (`wp cron event run drop_print_pricelist`).
 5. Navigate to a WooCommerce product, edit it, tick the “Drop Print” option under 
    Product data > Product type, and open the “Drop Print” tab to begin uploading files
    and creating print products.

## FAQ

### Do I need a Drop Print account?

Yes, this plugin requires an active Drop Print account and Client ID to function
and connect to the fulfilment service.

### Does this plugin require WooCommerce?

Yes, WooCommerce must be installed and activated.

### What file types can I upload?

Currently JPEG, PNG, and TIFF files are supported for artwork uploads. Packing slips
must be PNG.

### What are the server requirements?

You need PHP 7.4+ with the OpenSSL extension (for file encryption) and ZipArchive(
for optional compression).
 Sufficient execution time (`max_execution_time`), memory
limit (`memory_limit`), and upload file size limits (`upload_max_filesize`, `post_max_size`)
must be configured in PHP and your web server to handle large files (recommend >
100MB). WordPress CRON must be functioning for automatic pricelist updates. Write
permissions are needed in the `wp-content/uploads/drop-print/` directory.

### How is pricing handled?

The plugin downloads base costs from Drop Print.
 You set a percentage margin in
the settings, which calculates a default selling price. You can override this price
for each variation when selecting products. Ensure your store currency and Drop 
Print billing currency are considered (warnings provided for mismatches).

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Drop Print” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ Drop Print ](https://profiles.wordpress.org/dropprint/)
 *   [ callumalden ](https://profiles.wordpress.org/callumalden/)

[Translate “Drop Print” into your language.](https://translate.wordpress.org/projects/wp-plugins/drop-print)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/drop-print/), check
out the [SVN repository](https://plugins.svn.wordpress.org/drop-print/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/drop-print/) by 
[RSS](https://plugins.trac.wordpress.org/log/drop-print/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.5

 * Feature: Guided first-use tour on the product edit screen, built on WooCommerce’s
   own walkthrough component, to help new users get their first Drop Print product
   set up.
 * Feature: Self-healing pricelist cache — the plugin now fetches and repairs a 
   missing pricelist automatically in the background instead of showing an error,
   and recovers gracefully after a plugin deactivate/reactivate.
 * Feature: Order cancellation from My Account, with a confirmation step, for orders
   still awaiting production.
 * Feature: Dashboard-wide notice for orders with an artwork processing issue, in
   addition to the existing per-order indicator.
 * Feature: Upgrade prompts are now only shown once you have actually started using
   Drop Print, so new users are no longer prompted to upgrade before they have set
   anything up.
 * Feature: Product setup no longer requires saving the product before enabling 
   Drop Print, and publishing while variations are unsaved is now caught with a 
   clear prompt instead of silently breaking the setup.
 * Feature: Added Spanish (Spain and Latin American regional variants) and Simplified
   Chinese translations.
 * Fix: Resolved a PHP 8 compatibility issue that could prevent pricelists from 
   being fetched.
 * Fix: Various refinements to the AFP file tracking used internally for uploads,
   resets, and product duplication.

#### 1.1.4

 * Fix: Cache busting with reload account details.

#### 1.1.3

 * Feature: “Remember this card” option when paying with a new card in Quote & Pay.
 * Feature: Toggle file encryption on or off.
 * Fix: Saved cards added via My Account now correctly appear as the default card
   in Quote & Pay.
 * Fix: Returning to your dashboard after a Pro upgrade no longer gets stuck on 
   the WooCommerce order page.
 * Fix: Seamless registration link for new users.
 * Fix: Alert to enable on all Product related pages.
 * Fix: Disconnection warning explains encryption will break with alternate account
   connection.
 * UI: Redesigned the Quote & Pay payment modal and the Pro-unlock celebration screen.

#### 1.1.2

 * Feature: Added more robust server status feedback on the settings page.
 * Feature: Display user’s email address instead of the client ID on the settings
   page.
 * Feature: Disabled “Reload Account Info” button if the Drop Print server were 
   to be found offline.
 * Feature: Ensured “Quote & Pay” button only displays for orders containing Drop
   Print products.
 * Performance: Optimised JavaScript and UI loading for non-connected admin users.
 * Fix: Client-side maximum file upload size now dynamically matches server limits.

#### 1.1.1

 * Feature: Checks whether WooCommerce is installed before allowing activation.
 * Fix: Removed erroneous 1.1 folder from root directory.

#### 1.1

 * Feature: Complete workflow for uploading images, matching products, staging selections,
   and automatically creating/updating variations on product save.
 * Feature: Robust server-side file handling with chunking, preview generation, 
   dimension detection, optional compression, and file encryption.
 * Feature: Integrated Reset functionality using a meta flag and cleanup during 
   product save.
 * Feature: Direct term assignment using `wp_set_object_terms` for improved variation
   reliability.
 * Feature: Added “Copy to Featured Image” functionality.
 * Feature: Daily CRON job for pricelist syncing and manual trigger option.
 * Fix: Addressed issues with attribute/variation persistence during updates and
   resets.
 * Fix: Resolved various AJAX errors and improved error handling/feedback.
 * UI: Enhanced user interface with overlays and better state management.

#### 1.0

 * Initial release.
    Basic connection, settings framework, and pricelist viewing.

## Meta

 *  Version **1.1.5**
 *  Last updated **3 weeks ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/drop-print/)
 * Tags
 * [artists](https://ibo.wordpress.org/plugins/tags/artists/)[print-on-demand](https://ibo.wordpress.org/plugins/tags/print-on-demand/)
   [woocommerce](https://ibo.wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://ibo.wordpress.org/plugins/drop-print/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/drop-print/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/drop-print/reviews/)

## Contributors

 *   [ Drop Print ](https://profiles.wordpress.org/dropprint/)
 *   [ callumalden ](https://profiles.wordpress.org/callumalden/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/drop-print/)