Title: DynamiCard
Author: Shabti Kaplan
Published: <strong>2026 年 9 月 5 日</strong>
Last modified: 2026 年 9 月 5 日

---

搜尋外掛

![](https://s.w.org/plugins/geopattern-icon/dynamicard.svg)

# DynamiCard

 由 [Shabti Kaplan](https://profiles.wordpress.org/shabti/) 開發

[下載](https://downloads.wordpress.org/plugin/dynamicard.zip)

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

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

## 外掛說明

DynamiCard lets your customers design and purchase personalized gift cards right
on your WooCommerce or SureCart store. You build the card design with a drag-and-
drop canvas editor (text, images, QR codes, shapes, freehand drawing), then build
the purchase form with a Gutenberg block – dropping in whichever fields the gift
card needs: recipient name, a personal message, a dollar amount, and more. Whatever
the customer types shows up live on the card design as they fill out the form, before
they even check out.

#### Free features

 * Gutenberg block-based gift card form (design picker + configurable fields + submit
   button)
 * Drag-and-drop card design editor – text, images, QR codes, shapes, freehand drawing,
   alignment guides, undo/redo, layers
 * One gift card design
 * Text, textarea, email, and fixed-amount field types
 * Dynamic `{field}` tokens – anything a customer types can appear live on the card
   design
 * Full WooCommerce or SureCart checkout integration (a “Gift Card” product is created
   automatically)
 * Thank-you page card display for designs with no recipient-email field
 * Every customer-facing message and label is fully configurable – nothing hardcoded

#### Pro features

 * Unlimited gift card designs (free is limited to one)
 * Sell a specific WooCommerce product (including variations) or SureCart product
   through the form instead of a set amount
 * Multi-recipient email repeater – one purchase, sent to a whole list of people
 * Customer photo upload field
 * Customer-entered custom (“other”) amount
 * Per-field style overrides (accent colors)
 * Real, auto-generated coupon codes and expiration dates (a WooCommerce coupon 
   or a SureCart promotion code, matching whichever store you use), baked into the
   card design right after payment
 * A native Elementor widget – build the same form visually in Elementor, not just
   Gutenberg

Upgrade to DynamiCard Pro from the plugin’s settings page inside your WordPress 
admin.

### Source Code

The `build/` directory contains compiled/minified JavaScript and CSS (Gutenberg 
blocks, the drag-and-drop card design editor, and the front-end gift-card form).
The uncompiled source is publicly available at:

https://github.com/frontend-wp/dynamicard-source

To build it yourself:

 1. `cd app && npm install && npm run build`
 2. `cd blocks && npm install && npm run build`

Both build into a shared `build/` directory, matching this plugin’s layout.

## 適用於區塊編輯器

這個外掛提供 5 個可供區塊編輯器使用的區塊。

 *   Gift Card Form Dynamic gift card form block.
 *   Gift Card Submit Button The call-to-action button that submits the gift card
   form.
 *   Gift Card Field Group Lays out a few gift card fields side by side (or stacked)
   instead of each taking its own full-width row.
 *   Gift Card Design Picker Lets customers choose which gift card design to send.
 *   Gift Card Form Field A single field on the gift card form (text, amount, email,
   etc).

## 安裝方式

 1. Upload the plugin to `/wp-content/plugins/` or install it directly from the WordPress
    plugins screen.
 2. Activate the plugin.
 3. Make sure WooCommerce or SureCart is installed and active – DynamiCard needs one
    of them for cart/checkout. A “Gift Card” product is created automatically the first
    time it’s needed. If both are active at once, pick which one to use under DynamiCard’s
    settings page (“Checkout Provider”).
 4. Add the “Gift Card Form” block to any page. Inside it, add a Design Picker block,
    one or more Field blocks (one per piece of information you want to collect), and
    a Submit Button block.
 5. Create your gift card design(s) from the plugin’s Gift Card Designs screen.

## 常見問題集

### Does this require WooCommerce or SureCart?

Yes, one of the two – DynamiCard uses whichever is active for cart/checkout, and
creates a “Gift Card” product automatically the first time it’s needed. If both 
are installed, choose which one to use under DynamiCard’s settings page.

### Which SureCart setup does the “Amount” field need?

Nothing extra to configure for the amount-based checkout itself – DynamiCard creates
and manages its own ad-hoc-priced “Gift Card” product/price in your SureCart account
automatically. The one manual step is for designs with no recipient-email field 
configured (which show the card directly instead of emailing it): add the `[dcgc_thankyou_card]`
shortcode to the WP page you’ve assigned as that checkout form’s Thank You Page.

### Can customers pick a specific product as their gift card instead of entering a dollar amount?

Yes, with DynamiCard Pro’s Products field type – customers can pick a specific product(
including variations, for variable products) instead of typing in an amount.

### What happens to Pro-only fields if my license lapses?

Nothing breaks. Any Pro-only field (Products, Recipient Emails, Image Upload) or
setting (custom amount, per-field colors, real coupon codes) is automatically downgraded
to safe free-tier behavior rather than causing an error – re-activating your license
immediately restores full functionality, with nothing to reconfigure.

### Does this work with Elementor?

Native Elementor support (a Gift Card Form widget mirroring the Gutenberg block)
is available with DynamiCard Pro. The free version only includes the Gutenberg block.

## 使用者評論

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

## 參與者及開發者

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

參與者

 *   [ Shabti Kaplan ](https://profiles.wordpress.org/shabti/)
 *   [ dynamiapps ](https://profiles.wordpress.org/dynamiapps/)

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

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

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

## 變更記錄

#### 1.0.41 – 20-07-2026

 * Added public source repo

#### 1.0.35 – 20-07-2026

 * Initial release.

## 中繼資料

 *  版本 **1.0.41**
 *  最後更新 **3 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.5 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.1.2**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/dynamicard/)
 * 標籤:
 * [elementor](https://tw.wordpress.org/plugins/tags/elementor/)[gift cards](https://tw.wordpress.org/plugins/tags/gift-cards/)
   [gutenberg](https://tw.wordpress.org/plugins/tags/gutenberg/)[surecart](https://tw.wordpress.org/plugins/tags/surecart/)
   [woocommerce](https://tw.wordpress.org/plugins/tags/woocommerce/)
 *  [進階檢視](https://tw.wordpress.org/plugins/dynamicard/advanced/)

## 評分

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

[撰寫評分](https://wordpress.org/support/plugin/dynamicard/reviews/#new-post)

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

## 參與者

 *   [ Shabti Kaplan ](https://profiles.wordpress.org/shabti/)
 *   [ dynamiapps ](https://profiles.wordpress.org/dynamiapps/)

## 技術支援

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

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