Title: Drop Print
Author: Drop Print
Published: <strong>2025 年 6 月 6 日</strong>
Last modified: 2025 年 7 月 26 日

---

搜尋外掛

![](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

 由 [Drop Print](https://profiles.wordpress.org/dropprint/) 開發

[下載](https://downloads.wordpress.org/plugin/drop-print.1.1.2.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/drop-print/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/drop-print/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/drop-print/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/drop-print/#developers)

 [技術支援](https://wordpress.org/support/plugin/drop-print/)

## 外掛說明

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 fulfillment. Unlike competitors focused on mass-market merchandise,
Drop Print is **built for artists**, specializing 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 (including 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 fulfillment** 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.
 * **Settings Page:** Configure Client ID connection, Price Margin percentage, Packing
   Slip upload, view API status.
 * **Automated Pricelist Sync:** Daily CRON job fetches the latest print product
   data from Drop Print API (manual refresh trigger available).
 * **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).
 * **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.

### Support

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

## 安裝方式

 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, check the “Drop Print” option under
    Product data > Product type, and navigate to the “Drop Print” tab to begin uploading
    files and creating print products.

## 常見問題集

### 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 fulfillment 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).

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Drop Print〉的開發相關工作。

參與者

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

[將〈Drop Print〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/drop-print)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/drop-print/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/drop-print/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/drop-print/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/drop-print/)。

## 變更記錄

#### 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: Optimized 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 AFP 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.

## 中繼資料

 *  版本 **1.1.2**
 *  最後更新 **10 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.8.5**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/drop-print/)
 * 標籤:
 * [artists](https://tw.wordpress.org/plugins/tags/artists/)[print-on-demand](https://tw.wordpress.org/plugins/tags/print-on-demand/)
   [woocommerce](https://tw.wordpress.org/plugins/tags/woocommerce/)
 *  [進階檢視](https://tw.wordpress.org/plugins/drop-print/advanced/)

## 評分

這個項目尚無任何評論記錄。

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

[查看全部使用者評論](https://wordpress.org/support/plugin/drop-print/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/drop-print/)